[ Aug 18 20:07:00 Enabled. ] [ Aug 18 20:07:00 Rereading configuration. ] [ Aug 18 20:07:00 Rereading configuration. ] [ Aug 18 20:07:02 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 [ Aug 18 20:07:02 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.08.18 20:07:03.464948 [ 1 ] {} Application: Will watch for the process with pid 23819 2025.08.18 20:07:03.465383 [ 1 ] {} Application: Forked a child process to watch 2025.08.18 20:07:03.779416 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 23819 2025.08.18 20:07:03.780202 [ 1 ] {} Application: starting up 2025.08.18 20:07:03.780357 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.08.18 20:07:03.871766 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.08.18 20:07:03.908194 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.08.18 20:07:03.908250 [ 1 ] {} Application: Initializing DateLUT. 2025.08.18 20:07:03.908270 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.08.18 20:07:03.908335 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.08.18 20:07:03.908758 [ 1 ] {} Application: Initializing interserver credentials. 2025.08.18 20:07:03.910978 [ 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.08.18 20:07:03.911830 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.18 20:07:03.912636 [ 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.08.18 20:07:03.912656 [ 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.08.18 20:07:03.912669 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.08.18 20:07:03.913345 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.18 20:07:03.914333 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.08.18 20:07:03.920367 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.18 20:07:03.921017 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.08.18 20:07:03.922273 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.18 20:07:03.922336 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.18 20:07:03.923472 [ 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.08.18 20:07:03.923858 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.08.18 20:07:03.927517 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.08.18 20:07:03.927866 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.08.18 20:07:03.930831 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.08.18 20:07:03.931275 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.08.18 20:07:03.931594 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.08.18 20:07:03.931934 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.08.18 20:07:03.932775 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.08.18 20:07:03.932800 [ 1 ] {} Application: Loading metadata from /data/ 2025.08.18 20:07:03.932900 [ 133 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:07:03.932995 [ 133 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:07:03.950340 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.08.18 20:07:03.950369 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000167563 sec 2025.08.18 20:07:03.950391 [ 1 ] {} ReferentialDeps: No tables 2025.08.18 20:07:03.950406 [ 1 ] {} LoadingDeps: No tables 2025.08.18 20:07:03.951149 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.08.18 20:07:03.951679 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.08.18 20:07:03.960552 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.08.18 20:07:03.960595 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.08.18 20:07:03.960615 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.08.18 20:07:03.960626 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.08.18 20:07:03.960661 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.08.18 20:07:03.960680 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.08.18 20:07:03.962730 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.08.18 20:07:03.962775 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.08.18 20:07:03.962794 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.08.18 20:07:03.962925 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.08.18 20:07:03.962967 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.08.18 20:07:03.962979 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.08.18 20:07:03.962997 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.08.18 20:07:03.963009 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.08.18 20:07:03.963039 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.08.18 20:07:03.963055 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.08.18 20:07:03.983167 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.08.18 20:07:03.989489 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.08.18 20:07:03.989522 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.461e-05 sec 2025.08.18 20:07:03.989537 [ 1 ] {} ReferentialDeps: No tables 2025.08.18 20:07:03.989550 [ 1 ] {} LoadingDeps: No tables 2025.08.18 20:07:03.989576 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.08.18 20:07:03.989787 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.08.18 20:07:03.989839 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.08.18 20:07:03.989854 [ 1 ] {} Application: Loaded metadata. 2025.08.18 20:07:03.989867 [ 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.08.18 20:07:03.989881 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.08.18 20:07:03.993505 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.08.18 20:07:03.993732 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.64 MiB (RSS), difference: 91.87 MiB 2025.08.18 20:07:03.994656 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.388e-05 sec. 2025.08.18 20:07:03.995084 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.08.18 20:07:03.995742 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.08.18 20:07:03.995760 [ 1 ] {} Application: Ready for connections. 2025.08.18 20:07:05.055886 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48574 2025.08.18 20:07:05.056694 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.056758 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Authenticating user 'default' from [fd00:1122:3344:101::d]:48574 2025.08.18 20:07:05.056786 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.056816 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.056907 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.18 20:07:05.056934 [ 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.08.18 20:07:05.056961 [ 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.08.18 20:07:05.059848 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52723 2025.08.18 20:07:05.059853 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46741 2025.08.18 20:07:05.060065 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.060103 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:46741 2025.08.18 20:07:05.060141 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.060154 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.060804 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.060982 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41577 2025.08.18 20:07:05.060999 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38809 2025.08.18 20:07:05.061087 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35292 2025.08.18 20:07:05.061248 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57824 2025.08.18 20:07:05.061325 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57174 2025.08.18 20:07:05.061485 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39671 2025.08.18 20:07:05.061487 [ 5 ] {} TCP-Session: 15a203a1-2d62-49d5-9705-c0a75ca006cf Authenticating user 'default' from [fd00:1122:3344:101::d]:52723 2025.08.18 20:07:05.061542 [ 5 ] {} TCP-Session: 15a203a1-2d62-49d5-9705-c0a75ca006cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.061575 [ 5 ] {} TCP-Session: 15a203a1-2d62-49d5-9705-c0a75ca006cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.062121 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.062255 [ 253 ] {} TCP-Session: 971f2e89-9b66-474f-a71f-c82fc04c91cd Authenticating user 'default' from [fd00:1122:3344:101::d]:41577 2025.08.18 20:07:05.062292 [ 253 ] {} TCP-Session: 971f2e89-9b66-474f-a71f-c82fc04c91cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.062310 [ 253 ] {} TCP-Session: 971f2e89-9b66-474f-a71f-c82fc04c91cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.062895 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.062946 [ 258 ] {} TCP-Session: 3d4d65c6-54bf-4f94-a6f6-086daac27c65 Authenticating user 'default' from [fd00:1122:3344:101::d]:57824 2025.08.18 20:07:05.062972 [ 258 ] {} TCP-Session: 3d4d65c6-54bf-4f94-a6f6-086daac27c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.062985 [ 258 ] {} TCP-Session: 3d4d65c6-54bf-4f94-a6f6-086daac27c65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.063011 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.063051 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.063073 [ 255 ] {} TCP-Session: 09c5bf3c-489c-4b5d-b308-74b6109204de Authenticating user 'default' from [fd00:1122:3344:101::d]:38809 2025.08.18 20:07:05.063096 [ 259 ] {} TCP-Session: 3942a92e-fa8f-4f26-b61a-dc45e8975ff1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57174 2025.08.18 20:07:05.063105 [ 255 ] {} TCP-Session: 09c5bf3c-489c-4b5d-b308-74b6109204de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.063129 [ 255 ] {} TCP-Session: 09c5bf3c-489c-4b5d-b308-74b6109204de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.063128 [ 259 ] {} TCP-Session: 3942a92e-fa8f-4f26-b61a-dc45e8975ff1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.063166 [ 259 ] {} TCP-Session: 3942a92e-fa8f-4f26-b61a-dc45e8975ff1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.063240 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.063270 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.063317 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.063275 [ 257 ] {} TCP-Session: c9652c62-5c4d-45db-86db-079b6e51b7da Authenticating user 'default' from [fd00:1122:3344:101::d]:39671 2025.08.18 20:07:05.063369 [ 256 ] {} TCP-Session: e0ac3726-e7db-49fe-bd5f-9b830db624be Authenticating user 'default' from [fd00:1122:3344:101::d]:35292 2025.08.18 20:07:05.063372 [ 257 ] {} TCP-Session: c9652c62-5c4d-45db-86db-079b6e51b7da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.063410 [ 257 ] {} TCP-Session: c9652c62-5c4d-45db-86db-079b6e51b7da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.063413 [ 256 ] {} TCP-Session: e0ac3726-e7db-49fe-bd5f-9b830db624be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.063446 [ 256 ] {} TCP-Session: e0ac3726-e7db-49fe-bd5f-9b830db624be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.066171 [ 3 ] {f7d44d51-8896-4ff8-bc4f-21c62a3a0369} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.18 20:07:05.114312 [ 3 ] {f7d44d51-8896-4ff8-bc4f-21c62a3a0369} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:48574) (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.08.18 20:07:05.115154 [ 3 ] {f7d44d51-8896-4ff8-bc4f-21c62a3a0369} 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.08.18 20:07:05.115252 [ 3 ] {f7d44d51-8896-4ff8-bc4f-21c62a3a0369} TCPHandler: Processed in 0.053943372 sec. 2025.08.18 20:07:05.117721 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.117976 [ 4 ] {05f5e2f0-405e-433f-8a80-adaf5f396a5b} executeQuery: (from [fd00:1122:3344:101::d]:46741) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.08.18 20:07:05.118369 [ 4 ] {05f5e2f0-405e-433f-8a80-adaf5f396a5b} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46741) (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.08.18 20:07:05.118515 [ 4 ] {05f5e2f0-405e-433f-8a80-adaf5f396a5b} 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.08.18 20:07:05.118589 [ 4 ] {05f5e2f0-405e-433f-8a80-adaf5f396a5b} TCPHandler: Processed in 0.001041794 sec. 2025.08.18 20:07:05.118914 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.119693 [ 3 ] {fae7b79a-ed5b-47a7-9299-b11510a672e5} executeQuery: (from [fd00:1122:3344:101::d]:48574) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.08.18 20:07:05.120328 [ 3 ] {fae7b79a-ed5b-47a7-9299-b11510a672e5} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.08.18 20:07:05.125059 [ 3 ] {fae7b79a-ed5b-47a7-9299-b11510a672e5} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.08.18 20:07:05.125086 [ 3 ] {fae7b79a-ed5b-47a7-9299-b11510a672e5} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.168e-05 sec 2025.08.18 20:07:05.125102 [ 3 ] {fae7b79a-ed5b-47a7-9299-b11510a672e5} ReferentialDeps: No tables 2025.08.18 20:07:05.125137 [ 3 ] {fae7b79a-ed5b-47a7-9299-b11510a672e5} LoadingDeps: No tables 2025.08.18 20:07:05.125170 [ 3 ] {fae7b79a-ed5b-47a7-9299-b11510a672e5} DatabaseAtomic (oximeter): Starting up tables. 2025.08.18 20:07:05.125924 [ 3 ] {fae7b79a-ed5b-47a7-9299-b11510a672e5} TCPHandler: Processed in 0.007122793 sec. 2025.08.18 20:07:05.126095 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.126264 [ 3 ] {5a4bba4f-a23c-4f21-8793-6b847c71a80f} executeQuery: (from [fd00:1122:3344:101::d]:48574) /* 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.08.18 20:07:05.126318 [ 3 ] {5a4bba4f-a23c-4f21-8793-6b847c71a80f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.08.18 20:07:05.131224 [ 3 ] {5a4bba4f-a23c-4f21-8793-6b847c71a80f} StoragePolicy (default): Storage policy default created, total volumes 1 2025.08.18 20:07:05.134217 [ 3 ] {5a4bba4f-a23c-4f21-8793-6b847c71a80f} oximeter.version (8387e833-a6f8-4491-ad41-d7bd64244b83): Loading data parts 2025.08.18 20:07:05.135319 [ 3 ] {5a4bba4f-a23c-4f21-8793-6b847c71a80f} oximeter.version (8387e833-a6f8-4491-ad41-d7bd64244b83): There are no data parts 2025.08.18 20:07:05.140121 [ 3 ] {5a4bba4f-a23c-4f21-8793-6b847c71a80f} TCPHandler: Processed in 0.014082624 sec. 2025.08.18 20:07:05.140303 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.140520 [ 3 ] {c0bc30ec-083b-4134-abaf-d5fc9d89b544} executeQuery: (from [fd00:1122:3344:101::d]:48574) /* 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.08.18 20:07:05.140621 [ 3 ] {c0bc30ec-083b-4134-abaf-d5fc9d89b544} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.08.18 20:07:05.153537 [ 3 ] {c0bc30ec-083b-4134-abaf-d5fc9d89b544} oximeter.measurements_bool (164a2563-3420-4aa7-ac43-04be018a8614): Loading data parts 2025.08.18 20:07:05.153761 [ 3 ] {c0bc30ec-083b-4134-abaf-d5fc9d89b544} oximeter.measurements_bool (164a2563-3420-4aa7-ac43-04be018a8614): There are no data parts 2025.08.18 20:07:05.155270 [ 3 ] {c0bc30ec-083b-4134-abaf-d5fc9d89b544} TCPHandler: Processed in 0.015031166 sec. 2025.08.18 20:07:05.155426 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.155599 [ 3 ] {a71502a3-c054-4377-ab87-21bd482527b4} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.155649 [ 3 ] {a71502a3-c054-4377-ab87-21bd482527b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.08.18 20:07:05.160702 [ 3 ] {a71502a3-c054-4377-ab87-21bd482527b4} oximeter.measurements_i8 (da976ced-ed08-4e93-acba-1f5e8738ae95): Loading data parts 2025.08.18 20:07:05.160868 [ 3 ] {a71502a3-c054-4377-ab87-21bd482527b4} oximeter.measurements_i8 (da976ced-ed08-4e93-acba-1f5e8738ae95): There are no data parts 2025.08.18 20:07:05.163284 [ 3 ] {a71502a3-c054-4377-ab87-21bd482527b4} TCPHandler: Processed in 0.007909103 sec. 2025.08.18 20:07:05.163448 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.163637 [ 3 ] {abf480ee-4693-4bb5-ac61-dd408fe3740d} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.163707 [ 3 ] {abf480ee-4693-4bb5-ac61-dd408fe3740d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.08.18 20:07:05.167841 [ 3 ] {abf480ee-4693-4bb5-ac61-dd408fe3740d} oximeter.measurements_u8 (4588c8d2-f497-4f12-aa81-3a7febf753dd): Loading data parts 2025.08.18 20:07:05.168011 [ 3 ] {abf480ee-4693-4bb5-ac61-dd408fe3740d} oximeter.measurements_u8 (4588c8d2-f497-4f12-aa81-3a7febf753dd): There are no data parts 2025.08.18 20:07:05.170428 [ 3 ] {abf480ee-4693-4bb5-ac61-dd408fe3740d} TCPHandler: Processed in 0.007042702 sec. 2025.08.18 20:07:05.170588 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.170785 [ 3 ] {038c062d-bbea-41c3-97f6-b2023eb06d37} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.170835 [ 3 ] {038c062d-bbea-41c3-97f6-b2023eb06d37} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.08.18 20:07:05.174588 [ 3 ] {038c062d-bbea-41c3-97f6-b2023eb06d37} oximeter.measurements_i16 (fc0e082f-862e-4bc3-97de-fd19c150bba4): Loading data parts 2025.08.18 20:07:05.174730 [ 3 ] {038c062d-bbea-41c3-97f6-b2023eb06d37} oximeter.measurements_i16 (fc0e082f-862e-4bc3-97de-fd19c150bba4): There are no data parts 2025.08.18 20:07:05.177241 [ 3 ] {038c062d-bbea-41c3-97f6-b2023eb06d37} TCPHandler: Processed in 0.006709538 sec. 2025.08.18 20:07:05.177402 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.177559 [ 3 ] {5fd44942-8ef8-4b92-b736-4ca342bffca8} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.177620 [ 3 ] {5fd44942-8ef8-4b92-b736-4ca342bffca8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.08.18 20:07:05.183228 [ 3 ] {5fd44942-8ef8-4b92-b736-4ca342bffca8} oximeter.measurements_u16 (6a56d212-1fb6-47b8-a4e1-58ea7d5e3428): Loading data parts 2025.08.18 20:07:05.183389 [ 3 ] {5fd44942-8ef8-4b92-b736-4ca342bffca8} oximeter.measurements_u16 (6a56d212-1fb6-47b8-a4e1-58ea7d5e3428): There are no data parts 2025.08.18 20:07:05.187404 [ 3 ] {5fd44942-8ef8-4b92-b736-4ca342bffca8} TCPHandler: Processed in 0.010056011 sec. 2025.08.18 20:07:05.187552 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.187720 [ 3 ] {f0e09547-3e21-4dfe-b18c-113395570ffd} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.187761 [ 3 ] {f0e09547-3e21-4dfe-b18c-113395570ffd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.08.18 20:07:05.190837 [ 3 ] {f0e09547-3e21-4dfe-b18c-113395570ffd} oximeter.measurements_i32 (05cc9dc4-f33b-4105-88f7-2e3ea0e38b2d): Loading data parts 2025.08.18 20:07:05.190992 [ 3 ] {f0e09547-3e21-4dfe-b18c-113395570ffd} oximeter.measurements_i32 (05cc9dc4-f33b-4105-88f7-2e3ea0e38b2d): There are no data parts 2025.08.18 20:07:05.195065 [ 3 ] {f0e09547-3e21-4dfe-b18c-113395570ffd} TCPHandler: Processed in 0.007562298 sec. 2025.08.18 20:07:05.195221 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.195374 [ 3 ] {d2e78b27-ffca-427e-b8b4-143654e542d7} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.195424 [ 3 ] {d2e78b27-ffca-427e-b8b4-143654e542d7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.08.18 20:07:05.200644 [ 3 ] {d2e78b27-ffca-427e-b8b4-143654e542d7} oximeter.measurements_u32 (bbf93332-fb38-4569-80eb-85fb13346361): Loading data parts 2025.08.18 20:07:05.200869 [ 3 ] {d2e78b27-ffca-427e-b8b4-143654e542d7} oximeter.measurements_u32 (bbf93332-fb38-4569-80eb-85fb13346361): There are no data parts 2025.08.18 20:07:05.203044 [ 3 ] {d2e78b27-ffca-427e-b8b4-143654e542d7} TCPHandler: Processed in 0.007871822 sec. 2025.08.18 20:07:05.203212 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.203388 [ 3 ] {1325bcd2-ca53-4006-8097-8c748ee839e9} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.203440 [ 3 ] {1325bcd2-ca53-4006-8097-8c748ee839e9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.08.18 20:07:05.211739 [ 3 ] {1325bcd2-ca53-4006-8097-8c748ee839e9} oximeter.measurements_i64 (a881824e-c05a-475d-9a3a-b675d6d480bc): Loading data parts 2025.08.18 20:07:05.211884 [ 3 ] {1325bcd2-ca53-4006-8097-8c748ee839e9} oximeter.measurements_i64 (a881824e-c05a-475d-9a3a-b675d6d480bc): There are no data parts 2025.08.18 20:07:05.217206 [ 3 ] {1325bcd2-ca53-4006-8097-8c748ee839e9} TCPHandler: Processed in 0.014055192 sec. 2025.08.18 20:07:05.217385 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.217588 [ 3 ] {1b35122b-f877-4cf0-b47c-8be99cc38bb9} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.217654 [ 3 ] {1b35122b-f877-4cf0-b47c-8be99cc38bb9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.08.18 20:07:05.220807 [ 3 ] {1b35122b-f877-4cf0-b47c-8be99cc38bb9} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Loading data parts 2025.08.18 20:07:05.220957 [ 3 ] {1b35122b-f877-4cf0-b47c-8be99cc38bb9} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): There are no data parts 2025.08.18 20:07:05.226358 [ 3 ] {1b35122b-f877-4cf0-b47c-8be99cc38bb9} TCPHandler: Processed in 0.009033498 sec. 2025.08.18 20:07:05.226505 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.226670 [ 3 ] {2a579a4c-c9fc-4424-a81c-5ed971655a6c} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.226735 [ 3 ] {2a579a4c-c9fc-4424-a81c-5ed971655a6c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.08.18 20:07:05.232808 [ 3 ] {2a579a4c-c9fc-4424-a81c-5ed971655a6c} oximeter.measurements_f32 (87524b27-50f1-4e00-87cb-6e8596ab3794): Loading data parts 2025.08.18 20:07:05.232981 [ 3 ] {2a579a4c-c9fc-4424-a81c-5ed971655a6c} oximeter.measurements_f32 (87524b27-50f1-4e00-87cb-6e8596ab3794): There are no data parts 2025.08.18 20:07:05.237331 [ 3 ] {2a579a4c-c9fc-4424-a81c-5ed971655a6c} TCPHandler: Processed in 0.010881292 sec. 2025.08.18 20:07:05.237502 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.237734 [ 3 ] {a23bba26-c6d0-46c5-9922-32cf9781e339} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.237805 [ 3 ] {a23bba26-c6d0-46c5-9922-32cf9781e339} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.08.18 20:07:05.243395 [ 3 ] {a23bba26-c6d0-46c5-9922-32cf9781e339} oximeter.measurements_f64 (4b0f1fb9-81c1-4310-ab5d-dbf7de98d6db): Loading data parts 2025.08.18 20:07:05.243568 [ 3 ] {a23bba26-c6d0-46c5-9922-32cf9781e339} oximeter.measurements_f64 (4b0f1fb9-81c1-4310-ab5d-dbf7de98d6db): There are no data parts 2025.08.18 20:07:05.248928 [ 3 ] {a23bba26-c6d0-46c5-9922-32cf9781e339} TCPHandler: Processed in 0.01148706 sec. 2025.08.18 20:07:05.249083 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.249271 [ 3 ] {7bee4cee-c356-4afb-820d-d51644712935} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.249334 [ 3 ] {7bee4cee-c356-4afb-820d-d51644712935} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.08.18 20:07:05.251755 [ 3 ] {7bee4cee-c356-4afb-820d-d51644712935} oximeter.measurements_string (defeb603-7068-42bb-833f-76ce06989dc1): Loading data parts 2025.08.18 20:07:05.251912 [ 3 ] {7bee4cee-c356-4afb-820d-d51644712935} oximeter.measurements_string (defeb603-7068-42bb-833f-76ce06989dc1): There are no data parts 2025.08.18 20:07:05.255169 [ 3 ] {7bee4cee-c356-4afb-820d-d51644712935} TCPHandler: Processed in 0.00614548 sec. 2025.08.18 20:07:05.255336 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.255559 [ 3 ] {3daab729-731d-4ecd-9165-a11db85549b2} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.255644 [ 3 ] {3daab729-731d-4ecd-9165-a11db85549b2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.08.18 20:07:05.257802 [ 3 ] {3daab729-731d-4ecd-9165-a11db85549b2} oximeter.measurements_bytes (47a47ba6-e284-4955-9b8b-434fa97603d6): Loading data parts 2025.08.18 20:07:05.257941 [ 3 ] {3daab729-731d-4ecd-9165-a11db85549b2} oximeter.measurements_bytes (47a47ba6-e284-4955-9b8b-434fa97603d6): There are no data parts 2025.08.18 20:07:05.261921 [ 3 ] {3daab729-731d-4ecd-9165-a11db85549b2} TCPHandler: Processed in 0.006644077 sec. 2025.08.18 20:07:05.262091 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.262298 [ 3 ] {67277112-8d67-41fa-8430-2fb79ea0e8c9} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.262375 [ 3 ] {67277112-8d67-41fa-8430-2fb79ea0e8c9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.08.18 20:07:05.264836 [ 3 ] {67277112-8d67-41fa-8430-2fb79ea0e8c9} oximeter.measurements_cumulativei64 (65c0e6e6-43f7-46b0-89b1-cf3352bb4715): Loading data parts 2025.08.18 20:07:05.264994 [ 3 ] {67277112-8d67-41fa-8430-2fb79ea0e8c9} oximeter.measurements_cumulativei64 (65c0e6e6-43f7-46b0-89b1-cf3352bb4715): There are no data parts 2025.08.18 20:07:05.269211 [ 3 ] {67277112-8d67-41fa-8430-2fb79ea0e8c9} TCPHandler: Processed in 0.007180654 sec. 2025.08.18 20:07:05.269350 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.269532 [ 3 ] {de21a229-e69f-49b6-9f30-9bba15609445} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.269580 [ 3 ] {de21a229-e69f-49b6-9f30-9bba15609445} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.08.18 20:07:05.271800 [ 3 ] {de21a229-e69f-49b6-9f30-9bba15609445} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Loading data parts 2025.08.18 20:07:05.271929 [ 3 ] {de21a229-e69f-49b6-9f30-9bba15609445} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): There are no data parts 2025.08.18 20:07:05.277035 [ 3 ] {de21a229-e69f-49b6-9f30-9bba15609445} TCPHandler: Processed in 0.007734501 sec. 2025.08.18 20:07:05.277177 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.277337 [ 3 ] {db11b390-1fd2-4fdb-87a6-5add978d5497} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.277392 [ 3 ] {db11b390-1fd2-4fdb-87a6-5add978d5497} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.08.18 20:07:05.280903 [ 3 ] {db11b390-1fd2-4fdb-87a6-5add978d5497} oximeter.measurements_cumulativef32 (c94a4519-be6a-41fd-8937-ece3b1a821f7): Loading data parts 2025.08.18 20:07:05.281058 [ 3 ] {db11b390-1fd2-4fdb-87a6-5add978d5497} oximeter.measurements_cumulativef32 (c94a4519-be6a-41fd-8937-ece3b1a821f7): There are no data parts 2025.08.18 20:07:05.283423 [ 3 ] {db11b390-1fd2-4fdb-87a6-5add978d5497} TCPHandler: Processed in 0.006295482 sec. 2025.08.18 20:07:05.283581 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.283793 [ 3 ] {f162eff2-24ab-4d57-a897-92b20e522339} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.283854 [ 3 ] {f162eff2-24ab-4d57-a897-92b20e522339} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.08.18 20:07:05.287783 [ 3 ] {f162eff2-24ab-4d57-a897-92b20e522339} oximeter.measurements_cumulativef64 (bc358265-25c7-40f6-8280-8aa118e59384): Loading data parts 2025.08.18 20:07:05.287935 [ 3 ] {f162eff2-24ab-4d57-a897-92b20e522339} oximeter.measurements_cumulativef64 (bc358265-25c7-40f6-8280-8aa118e59384): There are no data parts 2025.08.18 20:07:05.290506 [ 3 ] {f162eff2-24ab-4d57-a897-92b20e522339} TCPHandler: Processed in 0.006986801 sec. 2025.08.18 20:07:05.290658 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.290884 [ 3 ] {c461f802-5bd8-47ad-905c-2e5462913172} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.290956 [ 3 ] {c461f802-5bd8-47ad-905c-2e5462913172} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.08.18 20:07:05.299492 [ 3 ] {c461f802-5bd8-47ad-905c-2e5462913172} oximeter.measurements_histogrami8 (40e36983-99b4-488f-be36-3c6712332dcf): Loading data parts 2025.08.18 20:07:05.299778 [ 3 ] {c461f802-5bd8-47ad-905c-2e5462913172} oximeter.measurements_histogrami8 (40e36983-99b4-488f-be36-3c6712332dcf): There are no data parts 2025.08.18 20:07:05.305754 [ 3 ] {c461f802-5bd8-47ad-905c-2e5462913172} TCPHandler: Processed in 0.015147347 sec. 2025.08.18 20:07:05.305926 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.306177 [ 3 ] {81efcb31-a7f0-45b5-892a-916dd432b3d2} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.306251 [ 3 ] {81efcb31-a7f0-45b5-892a-916dd432b3d2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.08.18 20:07:05.309391 [ 3 ] {81efcb31-a7f0-45b5-892a-916dd432b3d2} oximeter.measurements_histogramu8 (a02fcfa2-676c-4862-8154-e44df0625ce5): Loading data parts 2025.08.18 20:07:05.309613 [ 3 ] {81efcb31-a7f0-45b5-892a-916dd432b3d2} oximeter.measurements_histogramu8 (a02fcfa2-676c-4862-8154-e44df0625ce5): There are no data parts 2025.08.18 20:07:05.315617 [ 3 ] {81efcb31-a7f0-45b5-892a-916dd432b3d2} TCPHandler: Processed in 0.009751407 sec. 2025.08.18 20:07:05.315772 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.315985 [ 3 ] {68edb395-c8fb-4d50-9309-772d0b427a00} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.316059 [ 3 ] {68edb395-c8fb-4d50-9309-772d0b427a00} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.08.18 20:07:05.322072 [ 3 ] {68edb395-c8fb-4d50-9309-772d0b427a00} oximeter.measurements_histogrami16 (4be11864-e118-4b76-841e-37a69772e32a): Loading data parts 2025.08.18 20:07:05.322405 [ 3 ] {68edb395-c8fb-4d50-9309-772d0b427a00} oximeter.measurements_histogrami16 (4be11864-e118-4b76-841e-37a69772e32a): There are no data parts 2025.08.18 20:07:05.333179 [ 3 ] {68edb395-c8fb-4d50-9309-772d0b427a00} TCPHandler: Processed in 0.017461667 sec. 2025.08.18 20:07:05.333350 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.333637 [ 3 ] {e692beb1-04f8-45ed-befe-c432e2174771} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.333714 [ 3 ] {e692beb1-04f8-45ed-befe-c432e2174771} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.08.18 20:07:05.338939 [ 3 ] {e692beb1-04f8-45ed-befe-c432e2174771} oximeter.measurements_histogramu16 (b49b610d-d7ac-4626-9dc1-4e19d44bfc29): Loading data parts 2025.08.18 20:07:05.339099 [ 3 ] {e692beb1-04f8-45ed-befe-c432e2174771} oximeter.measurements_histogramu16 (b49b610d-d7ac-4626-9dc1-4e19d44bfc29): There are no data parts 2025.08.18 20:07:05.345723 [ 3 ] {e692beb1-04f8-45ed-befe-c432e2174771} TCPHandler: Processed in 0.012434622 sec. 2025.08.18 20:07:05.345866 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.346079 [ 3 ] {f0f02dea-0e15-4535-a01a-1ce32be5e55e} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.346144 [ 3 ] {f0f02dea-0e15-4535-a01a-1ce32be5e55e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.08.18 20:07:05.351301 [ 3 ] {f0f02dea-0e15-4535-a01a-1ce32be5e55e} oximeter.measurements_histogrami32 (90b76ec2-4407-420e-921b-372d08587d06): Loading data parts 2025.08.18 20:07:05.351475 [ 3 ] {f0f02dea-0e15-4535-a01a-1ce32be5e55e} oximeter.measurements_histogrami32 (90b76ec2-4407-420e-921b-372d08587d06): There are no data parts 2025.08.18 20:07:05.355961 [ 3 ] {f0f02dea-0e15-4535-a01a-1ce32be5e55e} TCPHandler: Processed in 0.010145532 sec. 2025.08.18 20:07:05.356113 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.356399 [ 3 ] {15f419ab-2561-4974-90e1-3cc57d1ee63b} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.356474 [ 3 ] {15f419ab-2561-4974-90e1-3cc57d1ee63b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.08.18 20:07:05.367098 [ 3 ] {15f419ab-2561-4974-90e1-3cc57d1ee63b} oximeter.measurements_histogramu32 (06d8119c-3664-4e72-9dba-9844637dbc7c): Loading data parts 2025.08.18 20:07:05.367319 [ 3 ] {15f419ab-2561-4974-90e1-3cc57d1ee63b} oximeter.measurements_histogramu32 (06d8119c-3664-4e72-9dba-9844637dbc7c): There are no data parts 2025.08.18 20:07:05.370574 [ 3 ] {15f419ab-2561-4974-90e1-3cc57d1ee63b} TCPHandler: Processed in 0.014520939 sec. 2025.08.18 20:07:05.370762 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.370995 [ 3 ] {7fbb2323-b749-468b-bb9b-bea3df1b3cc1} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.371063 [ 3 ] {7fbb2323-b749-468b-bb9b-bea3df1b3cc1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.08.18 20:07:05.376713 [ 3 ] {7fbb2323-b749-468b-bb9b-bea3df1b3cc1} oximeter.measurements_histogrami64 (290375eb-cacb-414d-8442-75a1a7169326): Loading data parts 2025.08.18 20:07:05.376906 [ 3 ] {7fbb2323-b749-468b-bb9b-bea3df1b3cc1} oximeter.measurements_histogrami64 (290375eb-cacb-414d-8442-75a1a7169326): There are no data parts 2025.08.18 20:07:05.382422 [ 3 ] {7fbb2323-b749-468b-bb9b-bea3df1b3cc1} TCPHandler: Processed in 0.011723703 sec. 2025.08.18 20:07:05.382572 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.382816 [ 3 ] {b5ee3ccb-ddb7-46bf-a66d-e36a95040701} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.382891 [ 3 ] {b5ee3ccb-ddb7-46bf-a66d-e36a95040701} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.08.18 20:07:05.388463 [ 3 ] {b5ee3ccb-ddb7-46bf-a66d-e36a95040701} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Loading data parts 2025.08.18 20:07:05.388639 [ 3 ] {b5ee3ccb-ddb7-46bf-a66d-e36a95040701} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): There are no data parts 2025.08.18 20:07:05.392860 [ 3 ] {b5ee3ccb-ddb7-46bf-a66d-e36a95040701} TCPHandler: Processed in 0.010340305 sec. 2025.08.18 20:07:05.393048 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.393268 [ 3 ] {a9f86534-04d3-4818-be45-77d8c57fc1a9} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.393337 [ 3 ] {a9f86534-04d3-4818-be45-77d8c57fc1a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.08.18 20:07:05.398504 [ 3 ] {a9f86534-04d3-4818-be45-77d8c57fc1a9} oximeter.measurements_histogramf32 (ba3fca15-7195-4727-9afe-0ace50ae7103): Loading data parts 2025.08.18 20:07:05.398687 [ 3 ] {a9f86534-04d3-4818-be45-77d8c57fc1a9} oximeter.measurements_histogramf32 (ba3fca15-7195-4727-9afe-0ace50ae7103): There are no data parts 2025.08.18 20:07:05.404168 [ 3 ] {a9f86534-04d3-4818-be45-77d8c57fc1a9} TCPHandler: Processed in 0.011181056 sec. 2025.08.18 20:07:05.404334 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.404612 [ 3 ] {2bab395e-3fdf-4f93-9925-d997c191205f} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.404702 [ 3 ] {2bab395e-3fdf-4f93-9925-d997c191205f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.08.18 20:07:05.406872 [ 3 ] {2bab395e-3fdf-4f93-9925-d997c191205f} oximeter.measurements_histogramf64 (96ae6c78-be89-4b1e-9a97-67ffa6118a75): Loading data parts 2025.08.18 20:07:05.407019 [ 3 ] {2bab395e-3fdf-4f93-9925-d997c191205f} oximeter.measurements_histogramf64 (96ae6c78-be89-4b1e-9a97-67ffa6118a75): There are no data parts 2025.08.18 20:07:05.410812 [ 3 ] {2bab395e-3fdf-4f93-9925-d997c191205f} TCPHandler: Processed in 0.006537495 sec. 2025.08.18 20:07:05.411000 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.411190 [ 3 ] {fdb046db-5998-4cc2-9635-3186f88b04c7} executeQuery: (from [fd00:1122:3344:101::d]:48574) /* 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.08.18 20:07:05.411276 [ 3 ] {fdb046db-5998-4cc2-9635-3186f88b04c7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.08.18 20:07:05.414681 [ 3 ] {fdb046db-5998-4cc2-9635-3186f88b04c7} oximeter.fields_bool (c7aa6c4a-1403-4d59-bc23-9694eeba0952): Loading data parts 2025.08.18 20:07:05.414837 [ 3 ] {fdb046db-5998-4cc2-9635-3186f88b04c7} oximeter.fields_bool (c7aa6c4a-1403-4d59-bc23-9694eeba0952): There are no data parts 2025.08.18 20:07:05.419984 [ 3 ] {fdb046db-5998-4cc2-9635-3186f88b04c7} TCPHandler: Processed in 0.009034578 sec. 2025.08.18 20:07:05.420135 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.420313 [ 3 ] {80e9bc5a-1086-441f-924d-37588070f3c3} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.420424 [ 3 ] {80e9bc5a-1086-441f-924d-37588070f3c3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.08.18 20:07:05.427216 [ 3 ] {80e9bc5a-1086-441f-924d-37588070f3c3} oximeter.fields_i8 (9395928f-7fdf-4945-aa5d-c321d1ef4fba): Loading data parts 2025.08.18 20:07:05.427371 [ 3 ] {80e9bc5a-1086-441f-924d-37588070f3c3} oximeter.fields_i8 (9395928f-7fdf-4945-aa5d-c321d1ef4fba): There are no data parts 2025.08.18 20:07:05.439055 [ 3 ] {80e9bc5a-1086-441f-924d-37588070f3c3} TCPHandler: Processed in 0.018971447 sec. 2025.08.18 20:07:05.439237 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.439581 [ 3 ] {e6e4c9ab-9090-466e-bb62-5c931ad5dc6b} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.439748 [ 3 ] {e6e4c9ab-9090-466e-bb62-5c931ad5dc6b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.08.18 20:07:05.449797 [ 3 ] {e6e4c9ab-9090-466e-bb62-5c931ad5dc6b} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Loading data parts 2025.08.18 20:07:05.449983 [ 3 ] {e6e4c9ab-9090-466e-bb62-5c931ad5dc6b} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): There are no data parts 2025.08.18 20:07:05.457750 [ 3 ] {e6e4c9ab-9090-466e-bb62-5c931ad5dc6b} TCPHandler: Processed in 0.018589652 sec. 2025.08.18 20:07:05.457929 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.458119 [ 3 ] {ca8b2db4-6720-4f6b-8587-4f57f1585374} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.458273 [ 3 ] {ca8b2db4-6720-4f6b-8587-4f57f1585374} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.08.18 20:07:05.464900 [ 3 ] {ca8b2db4-6720-4f6b-8587-4f57f1585374} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Loading data parts 2025.08.18 20:07:05.465057 [ 3 ] {ca8b2db4-6720-4f6b-8587-4f57f1585374} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): There are no data parts 2025.08.18 20:07:05.470134 [ 3 ] {ca8b2db4-6720-4f6b-8587-4f57f1585374} TCPHandler: Processed in 0.01226901 sec. 2025.08.18 20:07:05.470306 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.470606 [ 3 ] {5dd33e99-b4ae-43c5-a625-96db2df08cdb} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.470748 [ 3 ] {5dd33e99-b4ae-43c5-a625-96db2df08cdb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.08.18 20:07:05.476291 [ 3 ] {5dd33e99-b4ae-43c5-a625-96db2df08cdb} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Loading data parts 2025.08.18 20:07:05.476474 [ 3 ] {5dd33e99-b4ae-43c5-a625-96db2df08cdb} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): There are no data parts 2025.08.18 20:07:05.478959 [ 3 ] {5dd33e99-b4ae-43c5-a625-96db2df08cdb} TCPHandler: Processed in 0.008718093 sec. 2025.08.18 20:07:05.479113 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.479292 [ 3 ] {42fc74b0-15e2-404e-907d-66100c9f6541} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.479467 [ 3 ] {42fc74b0-15e2-404e-907d-66100c9f6541} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.08.18 20:07:05.489668 [ 3 ] {42fc74b0-15e2-404e-907d-66100c9f6541} oximeter.fields_i32 (06709d3b-60a6-40a6-98d5-af9dfb5db622): Loading data parts 2025.08.18 20:07:05.489850 [ 3 ] {42fc74b0-15e2-404e-907d-66100c9f6541} oximeter.fields_i32 (06709d3b-60a6-40a6-98d5-af9dfb5db622): There are no data parts 2025.08.18 20:07:05.494088 [ 3 ] {42fc74b0-15e2-404e-907d-66100c9f6541} TCPHandler: Processed in 0.015030715 sec. 2025.08.18 20:07:05.494263 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.494522 [ 3 ] {e1ba6947-8608-4e8d-86c8-a2d736c979b4} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.494648 [ 3 ] {e1ba6947-8608-4e8d-86c8-a2d736c979b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.08.18 20:07:05.500634 [ 3 ] {e1ba6947-8608-4e8d-86c8-a2d736c979b4} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Loading data parts 2025.08.18 20:07:05.500817 [ 3 ] {e1ba6947-8608-4e8d-86c8-a2d736c979b4} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): There are no data parts 2025.08.18 20:07:05.504673 [ 3 ] {e1ba6947-8608-4e8d-86c8-a2d736c979b4} TCPHandler: Processed in 0.010478276 sec. 2025.08.18 20:07:05.504823 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.504980 [ 3 ] {f45cfcde-7364-44e0-a1a4-56b858a21604} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.505139 [ 3 ] {f45cfcde-7364-44e0-a1a4-56b858a21604} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.08.18 20:07:05.510423 [ 3 ] {f45cfcde-7364-44e0-a1a4-56b858a21604} oximeter.fields_i64 (76094dbc-b8ac-4c29-8c57-3249451b7571): Loading data parts 2025.08.18 20:07:05.510577 [ 3 ] {f45cfcde-7364-44e0-a1a4-56b858a21604} oximeter.fields_i64 (76094dbc-b8ac-4c29-8c57-3249451b7571): There are no data parts 2025.08.18 20:07:05.513315 [ 3 ] {f45cfcde-7364-44e0-a1a4-56b858a21604} TCPHandler: Processed in 0.008543651 sec. 2025.08.18 20:07:05.513466 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.513704 [ 3 ] {253259de-2aeb-4cf8-ae0a-cf5029ca236e} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.513823 [ 3 ] {253259de-2aeb-4cf8-ae0a-cf5029ca236e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.08.18 20:07:05.518450 [ 3 ] {253259de-2aeb-4cf8-ae0a-cf5029ca236e} oximeter.fields_u64 (aa4f7d1b-a476-4994-8b0a-e55dbed2e988): Loading data parts 2025.08.18 20:07:05.518587 [ 3 ] {253259de-2aeb-4cf8-ae0a-cf5029ca236e} oximeter.fields_u64 (aa4f7d1b-a476-4994-8b0a-e55dbed2e988): There are no data parts 2025.08.18 20:07:05.521468 [ 3 ] {253259de-2aeb-4cf8-ae0a-cf5029ca236e} TCPHandler: Processed in 0.008053385 sec. 2025.08.18 20:07:05.521621 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.521780 [ 3 ] {1e16f7d2-00e7-425d-8e1b-2fc6ce71acea} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.521892 [ 3 ] {1e16f7d2-00e7-425d-8e1b-2fc6ce71acea} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.08.18 20:07:05.525708 [ 3 ] {1e16f7d2-00e7-425d-8e1b-2fc6ce71acea} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Loading data parts 2025.08.18 20:07:05.525966 [ 3 ] {1e16f7d2-00e7-425d-8e1b-2fc6ce71acea} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): There are no data parts 2025.08.18 20:07:05.528546 [ 3 ] {1e16f7d2-00e7-425d-8e1b-2fc6ce71acea} TCPHandler: Processed in 0.006974381 sec. 2025.08.18 20:07:05.528705 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.528957 [ 3 ] {492af19c-0a82-413a-8527-1b007ddf2274} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.529085 [ 3 ] {492af19c-0a82-413a-8527-1b007ddf2274} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.08.18 20:07:05.531420 [ 3 ] {492af19c-0a82-413a-8527-1b007ddf2274} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Loading data parts 2025.08.18 20:07:05.531564 [ 3 ] {492af19c-0a82-413a-8527-1b007ddf2274} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): There are no data parts 2025.08.18 20:07:05.540940 [ 3 ] {492af19c-0a82-413a-8527-1b007ddf2274} TCPHandler: Processed in 0.0122914 sec. 2025.08.18 20:07:05.541107 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.541266 [ 3 ] {aca9984c-a109-4a28-8944-6343a2d126b8} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:05.541404 [ 3 ] {aca9984c-a109-4a28-8944-6343a2d126b8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.08.18 20:07:05.543893 [ 3 ] {aca9984c-a109-4a28-8944-6343a2d126b8} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Loading data parts 2025.08.18 20:07:05.544056 [ 3 ] {aca9984c-a109-4a28-8944-6343a2d126b8} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): There are no data parts 2025.08.18 20:07:05.548876 [ 3 ] {aca9984c-a109-4a28-8944-6343a2d126b8} TCPHandler: Processed in 0.007820172 sec. 2025.08.18 20:07:05.549106 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.549404 [ 3 ] {81f244c1-cb61-4986-bc74-92f0a0ddc85e} executeQuery: (from [fd00:1122:3344:101::d]:48574) /* 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.08.18 20:07:05.549541 [ 3 ] {81f244c1-cb61-4986-bc74-92f0a0ddc85e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.08.18 20:07:05.551735 [ 3 ] {81f244c1-cb61-4986-bc74-92f0a0ddc85e} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489): Loading data parts 2025.08.18 20:07:05.551970 [ 3 ] {81f244c1-cb61-4986-bc74-92f0a0ddc85e} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489): There are no data parts 2025.08.18 20:07:05.561318 [ 3 ] {81f244c1-cb61-4986-bc74-92f0a0ddc85e} TCPHandler: Processed in 0.01226198 sec. 2025.08.18 20:07:05.563687 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:05.564102 [ 4 ] {c0b23c77-1a83-452c-a312-9a6f4ff9efb0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.08.18 20:07:05.565525 [ 4 ] {c0b23c77-1a83-452c-a312-9a6f4ff9efb0} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.08.18 20:07:05.575144 [ 260 ] {c0b23c77-1a83-452c-a312-9a6f4ff9efb0} oximeter.version (8387e833-a6f8-4491-ad41-d7bd64244b83): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:05.575311 [ 260 ] {c0b23c77-1a83-452c-a312-9a6f4ff9efb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2025.08.18 20:07:05.579401 [ 260 ] {c0b23c77-1a83-452c-a312-9a6f4ff9efb0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:05.580028 [ 260 ] {c0b23c77-1a83-452c-a312-9a6f4ff9efb0} oximeter.version (8387e833-a6f8-4491-ad41-d7bd64244b83): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:05.580408 [ 4 ] {c0b23c77-1a83-452c-a312-9a6f4ff9efb0} executeQuery: Read 1 rows, 16.00 B in 0.016447 sec., 60.80136195050769 rows/sec., 972.82 B/sec. 2025.08.18 20:07:05.580693 [ 4 ] {c0b23c77-1a83-452c-a312-9a6f4ff9efb0} TCPHandler: Processed in 0.017145904 sec. 2025.08.18 20:07:05.819749 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49871 2025.08.18 20:07:05.819887 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.819919 [ 262 ] {} TCP-Session: 0789f3ef-109d-4869-8658-a503f451135a Authenticating user 'default' from [fd00:1122:3344:101::a]:49871 2025.08.18 20:07:05.819942 [ 262 ] {} TCP-Session: 0789f3ef-109d-4869-8658-a503f451135a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.820002 [ 262 ] {} TCP-Session: 0789f3ef-109d-4869-8658-a503f451135a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.820076 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.18 20:07:05.820111 [ 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.08.18 20:07:05.820154 [ 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.08.18 20:07:05.822562 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54182 2025.08.18 20:07:05.822662 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44583 2025.08.18 20:07:05.822735 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55646 2025.08.18 20:07:05.822766 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.822842 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38052 2025.08.18 20:07:05.822893 [ 263 ] {} TCP-Session: 3df33716-0cf5-4cda-9ab4-02f110c3fa0e Authenticating user 'default' from [fd00:1122:3344:101::a]:54182 2025.08.18 20:07:05.822905 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.822930 [ 263 ] {} TCP-Session: 3df33716-0cf5-4cda-9ab4-02f110c3fa0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.822995 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47791 2025.08.18 20:07:05.822998 [ 263 ] {} TCP-Session: 3df33716-0cf5-4cda-9ab4-02f110c3fa0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823004 [ 264 ] {} TCP-Session: 9393d371-af7c-4122-85ae-d763d79df759 Authenticating user 'default' from [fd00:1122:3344:101::a]:44583 2025.08.18 20:07:05.823073 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.823090 [ 264 ] {} TCP-Session: 9393d371-af7c-4122-85ae-d763d79df759 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823104 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.823151 [ 265 ] {} TCP-Session: 5d23eb45-644e-422c-b31f-bd952a1ac2ee Authenticating user 'default' from [fd00:1122:3344:101::a]:55646 2025.08.18 20:07:05.823167 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51325 2025.08.18 20:07:05.823113 [ 264 ] {} TCP-Session: 9393d371-af7c-4122-85ae-d763d79df759 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823213 [ 265 ] {} TCP-Session: 5d23eb45-644e-422c-b31f-bd952a1ac2ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823230 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.823257 [ 265 ] {} TCP-Session: 5d23eb45-644e-422c-b31f-bd952a1ac2ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823283 [ 267 ] {} TCP-Session: 60dc0a3c-8732-4d36-b321-64494db7d859 Authenticating user 'default' from [fd00:1122:3344:101::a]:47791 2025.08.18 20:07:05.823308 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48109 2025.08.18 20:07:05.823343 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.823344 [ 267 ] {} TCP-Session: 60dc0a3c-8732-4d36-b321-64494db7d859 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823384 [ 268 ] {} TCP-Session: 30dfe8d5-44c1-4a0e-8421-c9ea67a925fc Authenticating user 'default' from [fd00:1122:3344:101::a]:51325 2025.08.18 20:07:05.823204 [ 266 ] {} TCP-Session: ed5b0efc-f2d6-44a4-a79b-048b0cf4b39e Authenticating user 'default' from [fd00:1122:3344:101::a]:38052 2025.08.18 20:07:05.823436 [ 267 ] {} TCP-Session: 60dc0a3c-8732-4d36-b321-64494db7d859 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823470 [ 266 ] {} TCP-Session: ed5b0efc-f2d6-44a4-a79b-048b0cf4b39e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823459 [ 268 ] {} TCP-Session: 30dfe8d5-44c1-4a0e-8421-c9ea67a925fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823511 [ 266 ] {} TCP-Session: ed5b0efc-f2d6-44a4-a79b-048b0cf4b39e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823518 [ 268 ] {} TCP-Session: 30dfe8d5-44c1-4a0e-8421-c9ea67a925fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823576 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:05.823619 [ 269 ] {} TCP-Session: cefb5815-e4b0-4c8e-a3b5-97d2b4dfd87d Authenticating user 'default' from [fd00:1122:3344:101::a]:48109 2025.08.18 20:07:05.823689 [ 269 ] {} TCP-Session: cefb5815-e4b0-4c8e-a3b5-97d2b4dfd87d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:05.823705 [ 269 ] {} TCP-Session: cefb5815-e4b0-4c8e-a3b5-97d2b4dfd87d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.001128 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 124.59 MiB, peak 124.59 MiB, free memory in arenas 0.00 B, will set to 138.54 MiB (RSS), difference: 13.96 MiB 2025.08.18 20:07:06.145971 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35930 2025.08.18 20:07:06.146411 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.146466 [ 270 ] {} TCP-Session: 74569170-ac6e-409a-a347-7798cd856321 Authenticating user 'default' from [fd00:1122:3344:101::c]:35930 2025.08.18 20:07:06.146595 [ 270 ] {} TCP-Session: 74569170-ac6e-409a-a347-7798cd856321 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.146617 [ 270 ] {} TCP-Session: 74569170-ac6e-409a-a347-7798cd856321 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.146710 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.18 20:07:06.146782 [ 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.08.18 20:07:06.146837 [ 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.08.18 20:07:06.148098 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61657 2025.08.18 20:07:06.148202 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63060 2025.08.18 20:07:06.148245 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52158 2025.08.18 20:07:06.148349 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.148438 [ 271 ] {} TCP-Session: 10270dbf-10bb-4173-bc1d-0c06a27aea7a Authenticating user 'default' from [fd00:1122:3344:101::c]:61657 2025.08.18 20:07:06.148450 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45435 2025.08.18 20:07:06.148465 [ 271 ] {} TCP-Session: 10270dbf-10bb-4173-bc1d-0c06a27aea7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.148537 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63917 2025.08.18 20:07:06.148552 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.148634 [ 271 ] {} TCP-Session: 10270dbf-10bb-4173-bc1d-0c06a27aea7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.148718 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64344 2025.08.18 20:07:06.148673 [ 272 ] {} TCP-Session: a85e000d-d12c-4c5d-926f-09657dca2739 Authenticating user 'default' from [fd00:1122:3344:101::c]:63060 2025.08.18 20:07:06.148834 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48526 2025.08.18 20:07:06.148654 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.149012 [ 273 ] {} TCP-Session: 793d00cb-a4f5-4757-8d71-8d9d038ed207 Authenticating user 'default' from [fd00:1122:3344:101::c]:52158 2025.08.18 20:07:06.148873 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.149049 [ 273 ] {} TCP-Session: 793d00cb-a4f5-4757-8d71-8d9d038ed207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.149144 [ 274 ] {} TCP-Session: 040efb30-2c5f-41cc-bd13-e073ae92512e Authenticating user 'default' from [fd00:1122:3344:101::c]:45435 2025.08.18 20:07:06.149157 [ 273 ] {} TCP-Session: 793d00cb-a4f5-4757-8d71-8d9d038ed207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.149182 [ 274 ] {} TCP-Session: 040efb30-2c5f-41cc-bd13-e073ae92512e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.148927 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.149306 [ 274 ] {} TCP-Session: 040efb30-2c5f-41cc-bd13-e073ae92512e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.149305 [ 272 ] {} TCP-Session: a85e000d-d12c-4c5d-926f-09657dca2739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.149444 [ 272 ] {} TCP-Session: a85e000d-d12c-4c5d-926f-09657dca2739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.149745 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.149746 [ 275 ] {} TCP-Session: 14d335bb-1ceb-42a4-a9e0-b19f45ff67cb Authenticating user 'default' from [fd00:1122:3344:101::c]:63917 2025.08.18 20:07:06.149950 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.150079 [ 275 ] {} TCP-Session: 14d335bb-1ceb-42a4-a9e0-b19f45ff67cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.150100 [ 277 ] {} TCP-Session: 59de498f-aaa5-45fa-8ffe-51afb810e805 Authenticating user 'default' from [fd00:1122:3344:101::c]:48526 2025.08.18 20:07:06.150104 [ 275 ] {} TCP-Session: 14d335bb-1ceb-42a4-a9e0-b19f45ff67cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.150210 [ 277 ] {} TCP-Session: 59de498f-aaa5-45fa-8ffe-51afb810e805 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.150312 [ 277 ] {} TCP-Session: 59de498f-aaa5-45fa-8ffe-51afb810e805 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.149787 [ 276 ] {} TCP-Session: 94681699-bffa-4030-8932-98507cf65092 Authenticating user 'default' from [fd00:1122:3344:101::c]:64344 2025.08.18 20:07:06.150749 [ 276 ] {} TCP-Session: 94681699-bffa-4030-8932-98507cf65092 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.150773 [ 276 ] {} TCP-Session: 94681699-bffa-4030-8932-98507cf65092 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.740695 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40169 2025.08.18 20:07:06.741021 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.741058 [ 278 ] {} TCP-Session: 2443a6e6-31d0-4c2b-9ff0-c28b9fd2ba7f Authenticating user 'default' from [fd00:1122:3344:101::b]:40169 2025.08.18 20:07:06.741080 [ 278 ] {} TCP-Session: 2443a6e6-31d0-4c2b-9ff0-c28b9fd2ba7f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.741198 [ 278 ] {} TCP-Session: 2443a6e6-31d0-4c2b-9ff0-c28b9fd2ba7f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.741268 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.08.18 20:07:06.741312 [ 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.08.18 20:07:06.741431 [ 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.08.18 20:07:06.742584 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42504 2025.08.18 20:07:06.742671 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:47315 2025.08.18 20:07:06.742793 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.742849 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.742937 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:34142 2025.08.18 20:07:06.742962 [ 279 ] {} TCP-Session: 9d4c1832-aabc-46be-98e6-f836be4e4082 Authenticating user 'default' from [fd00:1122:3344:101::b]:42504 2025.08.18 20:07:06.742813 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43845 2025.08.18 20:07:06.743034 [ 280 ] {} TCP-Session: f9207a8e-e901-4a19-be81-38c40076a38c Authenticating user 'default' from [fd00:1122:3344:101::b]:47315 2025.08.18 20:07:06.743094 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33044 2025.08.18 20:07:06.743033 [ 279 ] {} TCP-Session: 9d4c1832-aabc-46be-98e6-f836be4e4082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.742997 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:37081 2025.08.18 20:07:06.743196 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61160 2025.08.18 20:07:06.743164 [ 280 ] {} TCP-Session: f9207a8e-e901-4a19-be81-38c40076a38c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.743154 [ 279 ] {} TCP-Session: 9d4c1832-aabc-46be-98e6-f836be4e4082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.743306 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.743288 [ 280 ] {} TCP-Session: f9207a8e-e901-4a19-be81-38c40076a38c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.743424 [ 282 ] {} TCP-Session: ad8e3b45-55a3-4ad3-adb9-eac557512eb1 Authenticating user 'default' from [fd00:1122:3344:101::b]:34142 2025.08.18 20:07:06.743449 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.743502 [ 282 ] {} TCP-Session: ad8e3b45-55a3-4ad3-adb9-eac557512eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.743528 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.743573 [ 284 ] {} TCP-Session: ce57cb2a-f149-460e-9577-84a385790a72 Authenticating user 'default' from [fd00:1122:3344:101::b]:33044 2025.08.18 20:07:06.743591 [ 282 ] {} TCP-Session: ad8e3b45-55a3-4ad3-adb9-eac557512eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.743625 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.743589 [ 281 ] {} TCP-Session: c38c44dd-282c-4492-b4f7-1353d1bd4886 Authenticating user 'default' from [fd00:1122:3344:101::b]:43845 2025.08.18 20:07:06.743703 [ 283 ] {} TCP-Session: 7a13e62e-8c95-4026-bf3a-53fc19fd4ebd Authenticating user 'default' from [fd00:1122:3344:101::b]:37081 2025.08.18 20:07:06.743686 [ 284 ] {} TCP-Session: ce57cb2a-f149-460e-9577-84a385790a72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.743577 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.08.18 20:07:06.743832 [ 283 ] {} TCP-Session: 7a13e62e-8c95-4026-bf3a-53fc19fd4ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.743792 [ 284 ] {} TCP-Session: ce57cb2a-f149-460e-9577-84a385790a72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.743789 [ 281 ] {} TCP-Session: c38c44dd-282c-4492-b4f7-1353d1bd4886 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.743962 [ 285 ] {} TCP-Session: 8521bc08-7344-421c-a8c9-1bcb6fc1a755 Authenticating user 'default' from [fd00:1122:3344:101::b]:61160 2025.08.18 20:07:06.743965 [ 283 ] {} TCP-Session: 7a13e62e-8c95-4026-bf3a-53fc19fd4ebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.744021 [ 281 ] {} TCP-Session: c38c44dd-282c-4492-b4f7-1353d1bd4886 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.744051 [ 285 ] {} TCP-Session: 8521bc08-7344-421c-a8c9-1bcb6fc1a755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:06.744113 [ 285 ] {} TCP-Session: 8521bc08-7344-421c-a8c9-1bcb6fc1a755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:07:07.000161 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 138.64 MiB, peak 138.64 MiB, free memory in arenas 0.00 B, will set to 139.73 MiB (RSS), difference: 1.09 MiB 2025.08.18 20:07:11.463887 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.08.18 20:07:11.463956 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2025.08.18 20:07:11.463991 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.08.18 20:07:11.464044 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.08.18 20:07:11.470018 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Loading data parts 2025.08.18 20:07:11.470225 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): There are no data parts 2025.08.18 20:07:11.475899 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:11.476027 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2025.08.18 20:07:11.481635 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:11.482176 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:11.482407 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2025.08.18 20:07:11.485631 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Loading data parts 2025.08.18 20:07:11.485808 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): There are no data parts 2025.08.18 20:07:11.511430 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:11.511590 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.17 GiB. 2025.08.18 20:07:11.518904 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:11.520141 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:11.524056 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.08.18 20:07:12.000480 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.82 MiB, peak 148.82 MiB, free memory in arenas 0.00 B, will set to 153.87 MiB (RSS), difference: 9.05 MiB 2025.08.18 20:07:13.964572 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.08.18 20:07:13.964674 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.08.18 20:07:13.974482 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Loading data parts 2025.08.18 20:07:13.974685 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): There are no data parts 2025.08.18 20:07:13.982604 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:13.982725 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:13.986318 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:13.986839 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:13.987049 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.08.18 20:07:14.000507 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.07 MiB, peak 158.07 MiB, free memory in arenas 0.00 B, will set to 154.92 MiB (RSS), difference: -3.15 MiB 2025.08.18 20:07:18.933036 [ 105 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:07:18.933092 [ 105 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:07:18.983380 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2025.08.18 20:07:18.990452 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:18.990504 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:18.991293 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:18.991839 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:18.992073 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.08.18 20:07:19.025048 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.08.18 20:07:19.043569 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:19.043738 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:19.050378 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:19.051581 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:19.055224 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.08.18 20:07:20.001157 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.93 MiB, peak 159.93 MiB, free memory in arenas 0.00 B, will set to 157.75 MiB (RSS), difference: 1.82 MiB 2025.08.18 20:07:24.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.78 MiB, peak 159.93 MiB, free memory in arenas 0.00 B, will set to 157.80 MiB (RSS), difference: 4.02 MiB 2025.08.18 20:07:25.590654 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.590834 [ 3 ] {39f8f0e1-4b66-4335-813f-d8eed6381f00} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.08.18 20:07:25.591241 [ 3 ] {39f8f0e1-4b66-4335-813f-d8eed6381f00} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.597318 [ 3 ] {39f8f0e1-4b66-4335-813f-d8eed6381f00} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.603814 [ 3 ] {39f8f0e1-4b66-4335-813f-d8eed6381f00} TCPHandler: Processed in 0.013288363 sec. 2025.08.18 20:07:25.613750 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.613944 [ 3 ] {c3d56956-2377-45c0-a453-980b4d730350} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.08.18 20:07:25.620001 [ 3 ] {c3d56956-2377-45c0-a453-980b4d730350} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.620106 [ 3 ] {c3d56956-2377-45c0-a453-980b4d730350} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.620518 [ 3 ] {c3d56956-2377-45c0-a453-980b4d730350} TCPHandler: Processed in 0.006826238 sec. 2025.08.18 20:07:25.620812 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.620949 [ 3 ] {6297e048-6ac2-4185-9883-f87ef2c20b48} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:25.621244 [ 3 ] {6297e048-6ac2-4185-9883-f87ef2c20b48} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.621287 [ 3 ] {6297e048-6ac2-4185-9883-f87ef2c20b48} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.621596 [ 3 ] {6297e048-6ac2-4185-9883-f87ef2c20b48} TCPHandler: Processed in 0.000853382 sec. 2025.08.18 20:07:25.621802 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.621920 [ 3 ] {1144f85c-36a0-4c3d-98db-eec2faeb4d45} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.622173 [ 3 ] {1144f85c-36a0-4c3d-98db-eec2faeb4d45} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.622220 [ 3 ] {1144f85c-36a0-4c3d-98db-eec2faeb4d45} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.622580 [ 3 ] {1144f85c-36a0-4c3d-98db-eec2faeb4d45} TCPHandler: Processed in 0.00082897 sec. 2025.08.18 20:07:25.622804 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.622920 [ 3 ] {7d70c927-16de-4c24-b44a-d7d4b24e5a0f} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.623160 [ 3 ] {7d70c927-16de-4c24-b44a-d7d4b24e5a0f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.623202 [ 3 ] {7d70c927-16de-4c24-b44a-d7d4b24e5a0f} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.623519 [ 3 ] {7d70c927-16de-4c24-b44a-d7d4b24e5a0f} TCPHandler: Processed in 0.00076352 sec. 2025.08.18 20:07:25.623725 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.623840 [ 3 ] {a3a868b1-ce78-43db-bacd-065020ce21d0} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.624083 [ 3 ] {a3a868b1-ce78-43db-bacd-065020ce21d0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.624126 [ 3 ] {a3a868b1-ce78-43db-bacd-065020ce21d0} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.624433 [ 3 ] {a3a868b1-ce78-43db-bacd-065020ce21d0} TCPHandler: Processed in 0.0007564 sec. 2025.08.18 20:07:25.625368 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.625484 [ 3 ] {75ba10f1-3b7e-4764-a75a-79a95db1f7e9} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.625721 [ 3 ] {75ba10f1-3b7e-4764-a75a-79a95db1f7e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.625764 [ 3 ] {75ba10f1-3b7e-4764-a75a-79a95db1f7e9} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.626081 [ 3 ] {75ba10f1-3b7e-4764-a75a-79a95db1f7e9} TCPHandler: Processed in 0.00076271 sec. 2025.08.18 20:07:25.626289 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.626404 [ 3 ] {c88129c0-21e8-49ee-9efe-50e7dbbda574} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.626642 [ 3 ] {c88129c0-21e8-49ee-9efe-50e7dbbda574} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.626685 [ 3 ] {c88129c0-21e8-49ee-9efe-50e7dbbda574} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.627008 [ 3 ] {c88129c0-21e8-49ee-9efe-50e7dbbda574} TCPHandler: Processed in 0.00076692 sec. 2025.08.18 20:07:25.627205 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.627320 [ 3 ] {6eebbcff-7b20-42ca-b09f-36ef97218890} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.627569 [ 3 ] {6eebbcff-7b20-42ca-b09f-36ef97218890} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.627611 [ 3 ] {6eebbcff-7b20-42ca-b09f-36ef97218890} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.627954 [ 3 ] {6eebbcff-7b20-42ca-b09f-36ef97218890} TCPHandler: Processed in 0.00079709 sec. 2025.08.18 20:07:25.628216 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.628341 [ 3 ] {4fa7fe28-e9a9-40de-9fa0-0312a9bdacf0} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.628617 [ 3 ] {4fa7fe28-e9a9-40de-9fa0-0312a9bdacf0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.628662 [ 3 ] {4fa7fe28-e9a9-40de-9fa0-0312a9bdacf0} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.629020 [ 3 ] {4fa7fe28-e9a9-40de-9fa0-0312a9bdacf0} TCPHandler: Processed in 0.000852751 sec. 2025.08.18 20:07:25.629241 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.629370 [ 3 ] {3555f3ce-3c07-4dcb-9d70-3602e083978c} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.629649 [ 3 ] {3555f3ce-3c07-4dcb-9d70-3602e083978c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.629695 [ 3 ] {3555f3ce-3c07-4dcb-9d70-3602e083978c} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.630023 [ 3 ] {3555f3ce-3c07-4dcb-9d70-3602e083978c} TCPHandler: Processed in 0.000830861 sec. 2025.08.18 20:07:25.630251 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.630390 [ 3 ] {504cdccc-444b-44bf-84dd-a81ff5963fc4} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.630676 [ 3 ] {504cdccc-444b-44bf-84dd-a81ff5963fc4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.630723 [ 3 ] {504cdccc-444b-44bf-84dd-a81ff5963fc4} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.631129 [ 3 ] {504cdccc-444b-44bf-84dd-a81ff5963fc4} TCPHandler: Processed in 0.000930532 sec. 2025.08.18 20:07:25.631360 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.631484 [ 3 ] {5487c132-198f-4136-ada3-b58bfe2b02df} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.631749 [ 3 ] {5487c132-198f-4136-ada3-b58bfe2b02df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.631794 [ 3 ] {5487c132-198f-4136-ada3-b58bfe2b02df} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.632141 [ 3 ] {5487c132-198f-4136-ada3-b58bfe2b02df} TCPHandler: Processed in 0.000830981 sec. 2025.08.18 20:07:25.632355 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.632488 [ 3 ] {30509af5-0e2d-45b5-a0c7-a2565c28680e} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.632755 [ 3 ] {30509af5-0e2d-45b5-a0c7-a2565c28680e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.632799 [ 3 ] {30509af5-0e2d-45b5-a0c7-a2565c28680e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.633150 [ 3 ] {30509af5-0e2d-45b5-a0c7-a2565c28680e} TCPHandler: Processed in 0.000844501 sec. 2025.08.18 20:07:25.633388 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.633523 [ 3 ] {a5cca957-00b6-4e33-a2a3-ab38cba7bc61} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.633795 [ 3 ] {a5cca957-00b6-4e33-a2a3-ab38cba7bc61} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.633840 [ 3 ] {a5cca957-00b6-4e33-a2a3-ab38cba7bc61} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.634191 [ 3 ] {a5cca957-00b6-4e33-a2a3-ab38cba7bc61} TCPHandler: Processed in 0.000860311 sec. 2025.08.18 20:07:25.634432 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.634558 [ 3 ] {d62fc7c4-2324-42d4-a67a-878782197a51} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.634839 [ 3 ] {d62fc7c4-2324-42d4-a67a-878782197a51} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.634889 [ 3 ] {d62fc7c4-2324-42d4-a67a-878782197a51} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.635228 [ 3 ] {d62fc7c4-2324-42d4-a67a-878782197a51} TCPHandler: Processed in 0.000847161 sec. 2025.08.18 20:07:25.635456 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.635578 [ 3 ] {224a1f62-2dcc-4654-a142-c59880da94b3} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.635862 [ 3 ] {224a1f62-2dcc-4654-a142-c59880da94b3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.635910 [ 3 ] {224a1f62-2dcc-4654-a142-c59880da94b3} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.636244 [ 3 ] {224a1f62-2dcc-4654-a142-c59880da94b3} TCPHandler: Processed in 0.000836291 sec. 2025.08.18 20:07:25.636458 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.636581 [ 3 ] {9688598b-5411-4877-9bfe-28c6f6ce861e} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.636854 [ 3 ] {9688598b-5411-4877-9bfe-28c6f6ce861e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.636899 [ 3 ] {9688598b-5411-4877-9bfe-28c6f6ce861e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.637225 [ 3 ] {9688598b-5411-4877-9bfe-28c6f6ce861e} TCPHandler: Processed in 0.000815271 sec. 2025.08.18 20:07:25.637455 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.637577 [ 3 ] {7e812926-f8f2-4fae-857c-39e89ec1a81e} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.637837 [ 3 ] {7e812926-f8f2-4fae-857c-39e89ec1a81e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.637883 [ 3 ] {7e812926-f8f2-4fae-857c-39e89ec1a81e} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.638208 [ 3 ] {7e812926-f8f2-4fae-857c-39e89ec1a81e} TCPHandler: Processed in 0.000801491 sec. 2025.08.18 20:07:25.638446 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.638580 [ 3 ] {674b6983-7c71-46e4-892d-7671aad0df28} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.638876 [ 3 ] {674b6983-7c71-46e4-892d-7671aad0df28} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.638927 [ 3 ] {674b6983-7c71-46e4-892d-7671aad0df28} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.639259 [ 3 ] {674b6983-7c71-46e4-892d-7671aad0df28} TCPHandler: Processed in 0.000864822 sec. 2025.08.18 20:07:25.640674 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.640810 [ 3 ] {386d555d-b621-4787-94de-49cb7b9752c1} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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.08.18 20:07:25.641100 [ 3 ] {386d555d-b621-4787-94de-49cb7b9752c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.641147 [ 3 ] {386d555d-b621-4787-94de-49cb7b9752c1} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.641472 [ 3 ] {386d555d-b621-4787-94de-49cb7b9752c1} TCPHandler: Processed in 0.000850351 sec. 2025.08.18 20:07:25.642343 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.642475 [ 3 ] {369259b4-5aa0-4d65-817f-2dc955a6507a} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:25.642754 [ 3 ] {369259b4-5aa0-4d65-817f-2dc955a6507a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.642802 [ 3 ] {369259b4-5aa0-4d65-817f-2dc955a6507a} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.643104 [ 3 ] {369259b4-5aa0-4d65-817f-2dc955a6507a} TCPHandler: Processed in 0.000813221 sec. 2025.08.18 20:07:25.643371 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.643547 [ 3 ] {0f5e3d69-5dac-40c3-8812-94354b85fb17} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:25.643839 [ 3 ] {0f5e3d69-5dac-40c3-8812-94354b85fb17} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.643884 [ 3 ] {0f5e3d69-5dac-40c3-8812-94354b85fb17} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.644193 [ 3 ] {0f5e3d69-5dac-40c3-8812-94354b85fb17} TCPHandler: Processed in 0.000892442 sec. 2025.08.18 20:07:25.644455 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.644584 [ 3 ] {ce8ec302-7d7e-4ae8-af85-e6a4e461fc14} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:25.644889 [ 3 ] {ce8ec302-7d7e-4ae8-af85-e6a4e461fc14} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.644937 [ 3 ] {ce8ec302-7d7e-4ae8-af85-e6a4e461fc14} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.645290 [ 3 ] {ce8ec302-7d7e-4ae8-af85-e6a4e461fc14} TCPHandler: Processed in 0.000885551 sec. 2025.08.18 20:07:25.645544 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.645674 [ 3 ] {7af166c1-c045-4049-81cd-c740767f08be} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:25.645962 [ 3 ] {7af166c1-c045-4049-81cd-c740767f08be} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.646006 [ 3 ] {7af166c1-c045-4049-81cd-c740767f08be} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.646308 [ 3 ] {7af166c1-c045-4049-81cd-c740767f08be} TCPHandler: Processed in 0.000813401 sec. 2025.08.18 20:07:25.646649 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.646777 [ 3 ] {99f639d5-fa23-43c2-94f7-2b7833356f75} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:25.647054 [ 3 ] {99f639d5-fa23-43c2-94f7-2b7833356f75} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.647096 [ 3 ] {99f639d5-fa23-43c2-94f7-2b7833356f75} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:25.647387 [ 3 ] {99f639d5-fa23-43c2-94f7-2b7833356f75} TCPHandler: Processed in 0.00078696 sec. 2025.08.18 20:07:25.659427 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.659545 [ 3 ] {9590a482-0b54-4cd2-a2df-2c07388d0912} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.18 20:07:25.659587 [ 3 ] {9590a482-0b54-4cd2-a2df-2c07388d0912} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:25.660165 [ 3 ] {9590a482-0b54-4cd2-a2df-2c07388d0912} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.660211 [ 3 ] {9590a482-0b54-4cd2-a2df-2c07388d0912} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.660797 [ 3 ] {9590a482-0b54-4cd2-a2df-2c07388d0912} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.661175 [ 3 ] {9590a482-0b54-4cd2-a2df-2c07388d0912} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.661331 [ 3 ] {9590a482-0b54-4cd2-a2df-2c07388d0912} executeQuery: Read 26 rows, 5.74 KiB in 0.001821 sec., 14277.869302581 rows/sec., 3.08 MiB/sec. 2025.08.18 20:07:25.661369 [ 3 ] {9590a482-0b54-4cd2-a2df-2c07388d0912} TCPHandler: Processed in 0.001996366 sec. 2025.08.18 20:07:25.661490 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.661589 [ 3 ] {56c19359-caf0-4f00-919e-26a20aba468c} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:07:25.661628 [ 3 ] {56c19359-caf0-4f00-919e-26a20aba468c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:07:25.665959 [ 3 ] {56c19359-caf0-4f00-919e-26a20aba468c} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.665993 [ 3 ] {56c19359-caf0-4f00-919e-26a20aba468c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.668449 [ 3 ] {56c19359-caf0-4f00-919e-26a20aba468c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.668872 [ 3 ] {56c19359-caf0-4f00-919e-26a20aba468c} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.669009 [ 3 ] {56c19359-caf0-4f00-919e-26a20aba468c} executeQuery: Read 24 rows, 2.04 KiB in 0.007441 sec., 3225.3729337454643 rows/sec., 274.03 KiB/sec. 2025.08.18 20:07:25.669046 [ 3 ] {56c19359-caf0-4f00-919e-26a20aba468c} TCPHandler: Processed in 0.007605839 sec. 2025.08.18 20:07:25.669164 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.669262 [ 3 ] {bef7f21e-bf93-4d5c-b0a1-fb0aefe07201} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:07:25.669303 [ 3 ] {bef7f21e-bf93-4d5c-b0a1-fb0aefe07201} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:07:25.669690 [ 3 ] {bef7f21e-bf93-4d5c-b0a1-fb0aefe07201} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.669727 [ 3 ] {bef7f21e-bf93-4d5c-b0a1-fb0aefe07201} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.670191 [ 3 ] {bef7f21e-bf93-4d5c-b0a1-fb0aefe07201} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.670685 [ 3 ] {bef7f21e-bf93-4d5c-b0a1-fb0aefe07201} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.670817 [ 3 ] {bef7f21e-bf93-4d5c-b0a1-fb0aefe07201} executeQuery: Read 10 rows, 835.00 B in 0.001576 sec., 6345.17766497462 rows/sec., 517.40 KiB/sec. 2025.08.18 20:07:25.670853 [ 3 ] {bef7f21e-bf93-4d5c-b0a1-fb0aefe07201} TCPHandler: Processed in 0.001741732 sec. 2025.08.18 20:07:25.670968 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.671065 [ 3 ] {f531e6cf-bb8b-43c0-a403-0525a2d749b0} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:07:25.671105 [ 3 ] {f531e6cf-bb8b-43c0-a403-0525a2d749b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:07:25.671588 [ 3 ] {f531e6cf-bb8b-43c0-a403-0525a2d749b0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.671625 [ 3 ] {f531e6cf-bb8b-43c0-a403-0525a2d749b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.672188 [ 3 ] {f531e6cf-bb8b-43c0-a403-0525a2d749b0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.672622 [ 3 ] {f531e6cf-bb8b-43c0-a403-0525a2d749b0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.672751 [ 3 ] {f531e6cf-bb8b-43c0-a403-0525a2d749b0} executeQuery: Read 201 rows, 18.19 KiB in 0.001705 sec., 117888.56304985337 rows/sec., 10.42 MiB/sec. 2025.08.18 20:07:25.672787 [ 3 ] {f531e6cf-bb8b-43c0-a403-0525a2d749b0} TCPHandler: Processed in 0.001870015 sec. 2025.08.18 20:07:25.672901 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.672996 [ 3 ] {27f8b8ef-212c-40c7-ba98-74e3c9cc5f71} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:07:25.673036 [ 3 ] {27f8b8ef-212c-40c7-ba98-74e3c9cc5f71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:07:25.673489 [ 3 ] {27f8b8ef-212c-40c7-ba98-74e3c9cc5f71} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.673527 [ 3 ] {27f8b8ef-212c-40c7-ba98-74e3c9cc5f71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.673924 [ 3 ] {27f8b8ef-212c-40c7-ba98-74e3c9cc5f71} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.674365 [ 3 ] {27f8b8ef-212c-40c7-ba98-74e3c9cc5f71} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.674497 [ 3 ] {27f8b8ef-212c-40c7-ba98-74e3c9cc5f71} executeQuery: Read 32 rows, 2.41 KiB in 0.00152 sec., 21052.631578947367 rows/sec., 1.55 MiB/sec. 2025.08.18 20:07:25.674535 [ 3 ] {27f8b8ef-212c-40c7-ba98-74e3c9cc5f71} TCPHandler: Processed in 0.001684932 sec. 2025.08.18 20:07:25.674705 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.674802 [ 3 ] {c737e3e5-56f9-4511-8ee9-7b2c73c58439} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:07:25.674842 [ 3 ] {c737e3e5-56f9-4511-8ee9-7b2c73c58439} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:07:25.675336 [ 3 ] {c737e3e5-56f9-4511-8ee9-7b2c73c58439} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.675370 [ 3 ] {c737e3e5-56f9-4511-8ee9-7b2c73c58439} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.675823 [ 3 ] {c737e3e5-56f9-4511-8ee9-7b2c73c58439} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.676285 [ 3 ] {c737e3e5-56f9-4511-8ee9-7b2c73c58439} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.676416 [ 3 ] {c737e3e5-56f9-4511-8ee9-7b2c73c58439} executeQuery: Read 24 rows, 2.04 KiB in 0.001634 sec., 14687.882496940025 rows/sec., 1.22 MiB/sec. 2025.08.18 20:07:25.676455 [ 3 ] {c737e3e5-56f9-4511-8ee9-7b2c73c58439} TCPHandler: Processed in 0.001799183 sec. 2025.08.18 20:07:25.676570 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.676666 [ 3 ] {43e4aa6c-c403-4beb-8b93-02fff265b5b8} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:07:25.676709 [ 3 ] {43e4aa6c-c403-4beb-8b93-02fff265b5b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:07:25.677147 [ 3 ] {43e4aa6c-c403-4beb-8b93-02fff265b5b8} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.677183 [ 3 ] {43e4aa6c-c403-4beb-8b93-02fff265b5b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.677662 [ 3 ] {43e4aa6c-c403-4beb-8b93-02fff265b5b8} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.678096 [ 3 ] {43e4aa6c-c403-4beb-8b93-02fff265b5b8} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.678226 [ 3 ] {43e4aa6c-c403-4beb-8b93-02fff265b5b8} executeQuery: Read 12 rows, 960.00 B in 0.001579 sec., 7599.7466751108295 rows/sec., 593.73 KiB/sec. 2025.08.18 20:07:25.678263 [ 3 ] {43e4aa6c-c403-4beb-8b93-02fff265b5b8} TCPHandler: Processed in 0.001742793 sec. 2025.08.18 20:07:25.678401 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.678498 [ 3 ] {c6d46b8b-df13-48e6-ab26-2b34150c8741} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:07:25.678540 [ 3 ] {c6d46b8b-df13-48e6-ab26-2b34150c8741} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:07:25.679001 [ 3 ] {c6d46b8b-df13-48e6-ab26-2b34150c8741} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.679038 [ 3 ] {c6d46b8b-df13-48e6-ab26-2b34150c8741} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.679494 [ 3 ] {c6d46b8b-df13-48e6-ab26-2b34150c8741} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.679947 [ 3 ] {c6d46b8b-df13-48e6-ab26-2b34150c8741} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.680074 [ 3 ] {c6d46b8b-df13-48e6-ab26-2b34150c8741} executeQuery: Read 120 rows, 9.99 KiB in 0.001596 sec., 75187.96992481203 rows/sec., 6.11 MiB/sec. 2025.08.18 20:07:25.680115 [ 3 ] {c6d46b8b-df13-48e6-ab26-2b34150c8741} TCPHandler: Processed in 0.001763763 sec. 2025.08.18 20:07:25.680233 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.680330 [ 3 ] {270c75b4-4b54-48d1-a400-9cd8ea328140} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:25.680372 [ 3 ] {270c75b4-4b54-48d1-a400-9cd8ea328140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:07:25.680852 [ 3 ] {270c75b4-4b54-48d1-a400-9cd8ea328140} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.680888 [ 3 ] {270c75b4-4b54-48d1-a400-9cd8ea328140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.685369 [ 3 ] {270c75b4-4b54-48d1-a400-9cd8ea328140} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.685796 [ 3 ] {270c75b4-4b54-48d1-a400-9cd8ea328140} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.685929 [ 3 ] {270c75b4-4b54-48d1-a400-9cd8ea328140} executeQuery: Read 297 rows, 22.72 KiB in 0.005618 sec., 52865.78853684585 rows/sec., 3.95 MiB/sec. 2025.08.18 20:07:25.685965 [ 3 ] {270c75b4-4b54-48d1-a400-9cd8ea328140} TCPHandler: Processed in 0.005780945 sec. 2025.08.18 20:07:25.686080 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.686181 [ 3 ] {d71da329-dbe4-45a7-ba6d-93ece679a44e} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:25.686239 [ 3 ] {d71da329-dbe4-45a7-ba6d-93ece679a44e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:07:25.687174 [ 3 ] {d71da329-dbe4-45a7-ba6d-93ece679a44e} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.687212 [ 3 ] {d71da329-dbe4-45a7-ba6d-93ece679a44e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.690347 [ 3 ] {d71da329-dbe4-45a7-ba6d-93ece679a44e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.690771 [ 3 ] {d71da329-dbe4-45a7-ba6d-93ece679a44e} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.690910 [ 3 ] {d71da329-dbe4-45a7-ba6d-93ece679a44e} executeQuery: Read 10 rows, 18.35 KiB in 0.004753 sec., 2103.934357248054 rows/sec., 3.77 MiB/sec. 2025.08.18 20:07:25.690970 [ 3 ] {d71da329-dbe4-45a7-ba6d-93ece679a44e} TCPHandler: Processed in 0.004940614 sec. 2025.08.18 20:07:25.691094 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:25.691197 [ 3 ] {baf71674-d786-4cfa-8f48-4b9421d918b1} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:07:25.691244 [ 3 ] {baf71674-d786-4cfa-8f48-4b9421d918b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:07:25.691590 [ 3 ] {baf71674-d786-4cfa-8f48-4b9421d918b1} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:25.691626 [ 3 ] {baf71674-d786-4cfa-8f48-4b9421d918b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:25.692023 [ 3 ] {baf71674-d786-4cfa-8f48-4b9421d918b1} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:25.692532 [ 3 ] {baf71674-d786-4cfa-8f48-4b9421d918b1} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:25.692677 [ 3 ] {baf71674-d786-4cfa-8f48-4b9421d918b1} executeQuery: Read 60 rows, 4.14 KiB in 0.001503 sec., 39920.159680638724 rows/sec., 2.69 MiB/sec. 2025.08.18 20:07:25.692717 [ 3 ] {baf71674-d786-4cfa-8f48-4b9421d918b1} TCPHandler: Processed in 0.001676612 sec. 2025.08.18 20:07:26.492725 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2025.08.18 20:07:26.493232 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:26.493284 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:26.493971 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:26.494468 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:26.494621 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2025.08.18 20:07:26.555866 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.08.18 20:07:26.573147 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:26.573217 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:26.579793 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:26.581017 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:26.585033 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.08.18 20:07:27.001150 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.77 MiB, peak 163.77 MiB, free memory in arenas 0.00 B, will set to 161.10 MiB (RSS), difference: 1.34 MiB 2025.08.18 20:07:30.595224 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:30.595432 [ 3 ] {31e8463b-a55f-4f91-9db0-dc4c23045bce} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:07:30.595504 [ 3 ] {31e8463b-a55f-4f91-9db0-dc4c23045bce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:07:30.596146 [ 3 ] {31e8463b-a55f-4f91-9db0-dc4c23045bce} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:30.596190 [ 3 ] {31e8463b-a55f-4f91-9db0-dc4c23045bce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:30.596690 [ 3 ] {31e8463b-a55f-4f91-9db0-dc4c23045bce} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:30.597127 [ 3 ] {31e8463b-a55f-4f91-9db0-dc4c23045bce} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:30.597283 [ 3 ] {31e8463b-a55f-4f91-9db0-dc4c23045bce} executeQuery: Read 56 rows, 4.38 KiB in 0.0019 sec., 29473.684210526317 rows/sec., 2.25 MiB/sec. 2025.08.18 20:07:30.597328 [ 3 ] {31e8463b-a55f-4f91-9db0-dc4c23045bce} TCPHandler: Processed in 0.00223194 sec. 2025.08.18 20:07:30.597452 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:30.597554 [ 3 ] {f801e8e9-e97b-4a31-8315-21e2408b8d63} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:07:30.597598 [ 3 ] {f801e8e9-e97b-4a31-8315-21e2408b8d63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:07:30.598037 [ 3 ] {f801e8e9-e97b-4a31-8315-21e2408b8d63} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:30.598074 [ 3 ] {f801e8e9-e97b-4a31-8315-21e2408b8d63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:30.598475 [ 3 ] {f801e8e9-e97b-4a31-8315-21e2408b8d63} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:30.598885 [ 3 ] {f801e8e9-e97b-4a31-8315-21e2408b8d63} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:30.599014 [ 3 ] {f801e8e9-e97b-4a31-8315-21e2408b8d63} executeQuery: Read 64 rows, 5.12 KiB in 0.001482 sec., 43184.88529014845 rows/sec., 3.37 MiB/sec. 2025.08.18 20:07:30.599050 [ 3 ] {f801e8e9-e97b-4a31-8315-21e2408b8d63} TCPHandler: Processed in 0.001650952 sec. 2025.08.18 20:07:30.599160 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:30.599257 [ 3 ] {a8ecb309-1d3b-491f-a2bd-30d83fe87301} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:30.599299 [ 3 ] {a8ecb309-1d3b-491f-a2bd-30d83fe87301} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:07:30.599709 [ 3 ] {a8ecb309-1d3b-491f-a2bd-30d83fe87301} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:30.599745 [ 3 ] {a8ecb309-1d3b-491f-a2bd-30d83fe87301} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:30.600203 [ 3 ] {a8ecb309-1d3b-491f-a2bd-30d83fe87301} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:30.600667 [ 3 ] {a8ecb309-1d3b-491f-a2bd-30d83fe87301} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:30.600795 [ 3 ] {a8ecb309-1d3b-491f-a2bd-30d83fe87301} executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. 2025.08.18 20:07:30.600830 [ 3 ] {a8ecb309-1d3b-491f-a2bd-30d83fe87301} TCPHandler: Processed in 0.001720002 sec. 2025.08.18 20:07:30.600951 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:30.601075 [ 3 ] {f9ba075f-e251-4078-8fba-9030728d5533} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:07:30.601127 [ 3 ] {f9ba075f-e251-4078-8fba-9030728d5533} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:07:30.601513 [ 3 ] {f9ba075f-e251-4078-8fba-9030728d5533} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:30.601557 [ 3 ] {f9ba075f-e251-4078-8fba-9030728d5533} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.16 GiB. 2025.08.18 20:07:30.601983 [ 3 ] {f9ba075f-e251-4078-8fba-9030728d5533} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:30.602456 [ 3 ] {f9ba075f-e251-4078-8fba-9030728d5533} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:30.602586 [ 3 ] {f9ba075f-e251-4078-8fba-9030728d5533} executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec. 2025.08.18 20:07:30.602621 [ 3 ] {f9ba075f-e251-4078-8fba-9030728d5533} TCPHandler: Processed in 0.001733322 sec. 2025.08.18 20:07:33.933152 [ 88 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:07:33.933232 [ 88 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:07:33.991130 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 82 entries to flush up to offset 170 2025.08.18 20:07:33.994828 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:33.994871 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:33.995537 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1891 2025.08.18 20:07:33.996028 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:33.996072 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:33.996212 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:33.996710 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:33.996868 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:07:33.996989 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 170 2025.08.18 20:07:33.997431 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:33.997565 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2025.08.18 20:07:34.085949 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.08.18 20:07:34.104651 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:34.104724 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:34.112096 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:07:34.113295 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:34.116780 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.08.18 20:07:35.594885 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:35.595057 [ 3 ] {45935373-3059-4607-a4f3-30b1f1425ffc} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:07:35.595123 [ 3 ] {45935373-3059-4607-a4f3-30b1f1425ffc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:07:35.595741 [ 3 ] {45935373-3059-4607-a4f3-30b1f1425ffc} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:35.595783 [ 3 ] {45935373-3059-4607-a4f3-30b1f1425ffc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:35.596286 [ 3 ] {45935373-3059-4607-a4f3-30b1f1425ffc} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:35.596751 [ 3 ] {45935373-3059-4607-a4f3-30b1f1425ffc} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:35.596906 [ 3 ] {45935373-3059-4607-a4f3-30b1f1425ffc} executeQuery: Read 76 rows, 6.39 KiB in 0.001895 sec., 40105.54089709763 rows/sec., 3.29 MiB/sec. 2025.08.18 20:07:35.596954 [ 3 ] {45935373-3059-4607-a4f3-30b1f1425ffc} TCPHandler: Processed in 0.002190909 sec. 2025.08.18 20:07:35.597076 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:35.597181 [ 3 ] {a0ce19bb-6dd7-4370-9c06-f173329932b4} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:07:35.597225 [ 3 ] {a0ce19bb-6dd7-4370-9c06-f173329932b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:07:35.597628 [ 3 ] {a0ce19bb-6dd7-4370-9c06-f173329932b4} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:35.597664 [ 3 ] {a0ce19bb-6dd7-4370-9c06-f173329932b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:35.598070 [ 3 ] {a0ce19bb-6dd7-4370-9c06-f173329932b4} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:35.598546 [ 3 ] {a0ce19bb-6dd7-4370-9c06-f173329932b4} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:35.598675 [ 3 ] {a0ce19bb-6dd7-4370-9c06-f173329932b4} executeQuery: Read 10 rows, 770.00 B in 0.001518 sec., 6587.615283267457 rows/sec., 495.36 KiB/sec. 2025.08.18 20:07:35.598711 [ 3 ] {a0ce19bb-6dd7-4370-9c06-f173329932b4} TCPHandler: Processed in 0.001688032 sec. 2025.08.18 20:07:35.598827 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:35.598924 [ 3 ] {7baea984-194b-4f50-8cb6-8c91b7d94e0b} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:07:35.598964 [ 3 ] {7baea984-194b-4f50-8cb6-8c91b7d94e0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:07:35.599383 [ 3 ] {7baea984-194b-4f50-8cb6-8c91b7d94e0b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:35.599418 [ 3 ] {7baea984-194b-4f50-8cb6-8c91b7d94e0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:35.599830 [ 3 ] {7baea984-194b-4f50-8cb6-8c91b7d94e0b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:35.600288 [ 3 ] {7baea984-194b-4f50-8cb6-8c91b7d94e0b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:35.600416 [ 3 ] {7baea984-194b-4f50-8cb6-8c91b7d94e0b} executeQuery: Read 74 rows, 5.92 KiB in 0.001511 sec., 48974.18927862343 rows/sec., 3.82 MiB/sec. 2025.08.18 20:07:35.600453 [ 3 ] {7baea984-194b-4f50-8cb6-8c91b7d94e0b} TCPHandler: Processed in 0.001682152 sec. 2025.08.18 20:07:35.600563 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:35.600658 [ 3 ] {df6936df-1c83-4086-a6d3-0d265471200f} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:35.600701 [ 3 ] {df6936df-1c83-4086-a6d3-0d265471200f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:07:35.601093 [ 3 ] {df6936df-1c83-4086-a6d3-0d265471200f} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:35.601127 [ 3 ] {df6936df-1c83-4086-a6d3-0d265471200f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:35.601566 [ 3 ] {df6936df-1c83-4086-a6d3-0d265471200f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:35.601993 [ 3 ] {df6936df-1c83-4086-a6d3-0d265471200f} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:35.602122 [ 3 ] {df6936df-1c83-4086-a6d3-0d265471200f} executeQuery: Read 160 rows, 11.41 KiB in 0.001482 sec., 107962.21322537112 rows/sec., 7.52 MiB/sec. 2025.08.18 20:07:35.602159 [ 3 ] {df6936df-1c83-4086-a6d3-0d265471200f} TCPHandler: Processed in 0.001645892 sec. 2025.08.18 20:07:35.602267 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:35.602363 [ 3 ] {ec4cd524-2c67-418e-9bd1-85f835a9d3a5} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:35.602416 [ 3 ] {ec4cd524-2c67-418e-9bd1-85f835a9d3a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:07:35.603128 [ 3 ] {ec4cd524-2c67-418e-9bd1-85f835a9d3a5} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:35.603164 [ 3 ] {ec4cd524-2c67-418e-9bd1-85f835a9d3a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:35.603772 [ 3 ] {ec4cd524-2c67-418e-9bd1-85f835a9d3a5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:35.604198 [ 3 ] {ec4cd524-2c67-418e-9bd1-85f835a9d3a5} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:35.604333 [ 3 ] {ec4cd524-2c67-418e-9bd1-85f835a9d3a5} executeQuery: Read 10 rows, 18.35 KiB in 0.001988 sec., 5030.181086519115 rows/sec., 9.01 MiB/sec. 2025.08.18 20:07:35.604385 [ 3 ] {ec4cd524-2c67-418e-9bd1-85f835a9d3a5} TCPHandler: Processed in 0.002168608 sec. 2025.08.18 20:07:35.604494 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:35.604591 [ 3 ] {e717fca1-f16f-490d-9899-23b4ad4e1525} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:07:35.604633 [ 3 ] {e717fca1-f16f-490d-9899-23b4ad4e1525} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:07:35.604957 [ 3 ] {e717fca1-f16f-490d-9899-23b4ad4e1525} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:35.604991 [ 3 ] {e717fca1-f16f-490d-9899-23b4ad4e1525} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:35.605424 [ 3 ] {e717fca1-f16f-490d-9899-23b4ad4e1525} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:35.605905 [ 3 ] {e717fca1-f16f-490d-9899-23b4ad4e1525} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:35.606032 [ 3 ] {e717fca1-f16f-490d-9899-23b4ad4e1525} executeQuery: Read 60 rows, 4.14 KiB in 0.00146 sec., 41095.890410958906 rows/sec., 2.77 MiB/sec. 2025.08.18 20:07:35.606067 [ 3 ] {e717fca1-f16f-490d-9899-23b4ad4e1525} TCPHandler: Processed in 0.001623782 sec. 2025.08.18 20:07:36.612770 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.612991 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:36.613353 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.18 20:07:36.615456 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.18 20:07:36.615752 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:36.619917 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:36.624368 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.08.18 20:07:36.624516 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.18 20:07:36.626982 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (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.08.18 20:07:36.627007 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.18 20:07:36.628983 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:36.629014 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.08.18 20:07:36.649721 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} executeQuery: Read 26 rows, 1.13 KiB in 0.036817 sec., 706.1955075101175 rows/sec., 30.56 KiB/sec. 2025.08.18 20:07:36.649818 [ 3 ] {f78df4af-8cb1-4269-8945-c139187df66f} TCPHandler: Processed in 0.037175364 sec. 2025.08.18 20:07:36.650192 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.650442 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:36.650840 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.18 20:07:36.650885 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} 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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.18 20:07:36.651073 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:36.651127 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:36.651226 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.08.18 20:07:36.651256 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.18 20:07:36.651274 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (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.08.18 20:07:36.651288 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.18 20:07:36.651322 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} 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', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:36.651340 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.08.18 20:07:36.651723 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} executeQuery: Read 26 rows, 1.13 KiB in 0.001394 sec., 18651.362984218078 rows/sec., 807.03 KiB/sec. 2025.08.18 20:07:36.651779 [ 3 ] {1d869475-0580-4ce6-937e-c6373b2010bf} TCPHandler: Processed in 0.001682592 sec. 2025.08.18 20:07:36.652021 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.652151 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:36.652354 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.18 20:07:36.652388 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.18 20:07:36.652568 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:36.652621 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:36.652717 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.08.18 20:07:36.652744 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.18 20:07:36.652762 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (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.08.18 20:07:36.652776 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.18 20:07:36.652809 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} 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', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:36.652826 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.08.18 20:07:36.653231 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} executeQuery: Read 26 rows, 1.13 KiB in 0.001131 sec., 22988.505747126437 rows/sec., 994.69 KiB/sec. 2025.08.18 20:07:36.653285 [ 3 ] {76a41292-2e57-48e3-af28-960dc3c6adc6} TCPHandler: Processed in 0.001314226 sec. 2025.08.18 20:07:36.653484 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.653613 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:36.653814 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.18 20:07:36.653847 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.18 20:07:36.654035 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:36.654087 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:36.654184 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.08.18 20:07:36.654211 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.18 20:07:36.654229 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (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.08.18 20:07:36.654244 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.18 20:07:36.654278 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:36.654295 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.08.18 20:07:36.654651 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} executeQuery: Read 26 rows, 1.13 KiB in 0.00109 sec., 23853.211009174312 rows/sec., 1.01 MiB/sec. 2025.08.18 20:07:36.654706 [ 3 ] {2a0ec2f1-346b-495c-b4f6-408752a353ec} TCPHandler: Processed in 0.001272916 sec. 2025.08.18 20:07:36.654900 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.655028 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:36.655229 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.18 20:07:36.655263 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.18 20:07:36.655443 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:36.655494 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:36.655591 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.08.18 20:07:36.655618 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.18 20:07:36.655635 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (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.08.18 20:07:36.655649 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.18 20:07:36.655682 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} 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', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:36.655699 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.08.18 20:07:36.656040 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} executeQuery: Read 26 rows, 1.13 KiB in 0.001064 sec., 24436.09022556391 rows/sec., 1.03 MiB/sec. 2025.08.18 20:07:36.656093 [ 3 ] {92077d3a-33ce-49d9-a807-c3aedf77fb4c} TCPHandler: Processed in 0.001243806 sec. 2025.08.18 20:07:36.656288 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.656418 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:36.656616 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.18 20:07:36.656649 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.18 20:07:36.656830 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:36.656881 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:36.656976 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.08.18 20:07:36.657003 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.18 20:07:36.657020 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (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.08.18 20:07:36.657034 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.18 20:07:36.657066 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:36.657083 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 26 rows starting from 0 2025.08.18 20:07:36.657429 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} executeQuery: Read 26 rows, 1.13 KiB in 0.001064 sec., 24436.09022556391 rows/sec., 1.03 MiB/sec. 2025.08.18 20:07:36.657482 [ 3 ] {45bc13c8-9c17-47da-b599-4eb452b8decb} TCPHandler: Processed in 0.001245436 sec. 2025.08.18 20:07:36.728986 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.729117 [ 3 ] {5e84476f-c332-4a83-8d76-42ad082c9122} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.18 20:07:36.729169 [ 3 ] {5e84476f-c332-4a83-8d76-42ad082c9122} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:36.729757 [ 3 ] {5e84476f-c332-4a83-8d76-42ad082c9122} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:36.729796 [ 3 ] {5e84476f-c332-4a83-8d76-42ad082c9122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:36.730313 [ 3 ] {5e84476f-c332-4a83-8d76-42ad082c9122} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:36.730677 [ 3 ] {5e84476f-c332-4a83-8d76-42ad082c9122} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:36.730816 [ 3 ] {5e84476f-c332-4a83-8d76-42ad082c9122} executeQuery: Read 6 rows, 1.34 KiB in 0.001734 sec., 3460.207612456747 rows/sec., 770.44 KiB/sec. 2025.08.18 20:07:36.730853 [ 3 ] {5e84476f-c332-4a83-8d76-42ad082c9122} TCPHandler: Processed in 0.001932165 sec. 2025.08.18 20:07:36.730960 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.731064 [ 3 ] {484da8bc-8b93-4b6a-a4f2-7da9cdc99356} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:07:36.731105 [ 3 ] {484da8bc-8b93-4b6a-a4f2-7da9cdc99356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:07:36.731522 [ 3 ] {484da8bc-8b93-4b6a-a4f2-7da9cdc99356} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:36.731558 [ 3 ] {484da8bc-8b93-4b6a-a4f2-7da9cdc99356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:36.731970 [ 3 ] {484da8bc-8b93-4b6a-a4f2-7da9cdc99356} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:36.732397 [ 3 ] {484da8bc-8b93-4b6a-a4f2-7da9cdc99356} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:36.732525 [ 3 ] {484da8bc-8b93-4b6a-a4f2-7da9cdc99356} executeQuery: Read 2 rows, 167.00 B in 0.001482 sec., 1349.527665317139 rows/sec., 110.04 KiB/sec. 2025.08.18 20:07:36.732564 [ 3 ] {484da8bc-8b93-4b6a-a4f2-7da9cdc99356} TCPHandler: Processed in 0.001656201 sec. 2025.08.18 20:07:36.732672 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.732766 [ 3 ] {96bc0188-fac8-41df-876f-e28dcbd83ba3} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:07:36.732807 [ 3 ] {96bc0188-fac8-41df-876f-e28dcbd83ba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:07:36.733908 [ 3 ] {96bc0188-fac8-41df-876f-e28dcbd83ba3} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:36.733943 [ 3 ] {96bc0188-fac8-41df-876f-e28dcbd83ba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:36.734494 [ 3 ] {96bc0188-fac8-41df-876f-e28dcbd83ba3} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:07:36.734950 [ 3 ] {96bc0188-fac8-41df-876f-e28dcbd83ba3} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:36.735078 [ 3 ] {96bc0188-fac8-41df-876f-e28dcbd83ba3} executeQuery: Read 1197 rows, 100.57 KiB in 0.002329 sec., 513954.48690425075 rows/sec., 42.17 MiB/sec. 2025.08.18 20:07:36.735113 [ 3 ] {96bc0188-fac8-41df-876f-e28dcbd83ba3} TCPHandler: Processed in 0.002492742 sec. 2025.08.18 20:07:36.735224 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.735319 [ 3 ] {91ef1fcf-3848-40f7-a294-e43af4b58876} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:07:36.735360 [ 3 ] {91ef1fcf-3848-40f7-a294-e43af4b58876} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:07:36.735733 [ 3 ] {91ef1fcf-3848-40f7-a294-e43af4b58876} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:36.735767 [ 3 ] {91ef1fcf-3848-40f7-a294-e43af4b58876} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:36.736158 [ 3 ] {91ef1fcf-3848-40f7-a294-e43af4b58876} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:36.736559 [ 3 ] {91ef1fcf-3848-40f7-a294-e43af4b58876} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:36.736685 [ 3 ] {91ef1fcf-3848-40f7-a294-e43af4b58876} executeQuery: Read 2 rows, 143.00 B in 0.001386 sec., 1443.001443001443 rows/sec., 100.76 KiB/sec. 2025.08.18 20:07:36.736720 [ 3 ] {91ef1fcf-3848-40f7-a294-e43af4b58876} TCPHandler: Processed in 0.001547361 sec. 2025.08.18 20:07:36.736829 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.736921 [ 3 ] {2337cb15-e396-4992-a5c8-b832d8cfe124} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:07:36.736961 [ 3 ] {2337cb15-e396-4992-a5c8-b832d8cfe124} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:07:36.737550 [ 3 ] {2337cb15-e396-4992-a5c8-b832d8cfe124} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:36.737584 [ 3 ] {2337cb15-e396-4992-a5c8-b832d8cfe124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:36.738019 [ 3 ] {2337cb15-e396-4992-a5c8-b832d8cfe124} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:36.738433 [ 3 ] {2337cb15-e396-4992-a5c8-b832d8cfe124} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:36.738558 [ 3 ] {2337cb15-e396-4992-a5c8-b832d8cfe124} executeQuery: Read 228 rows, 15.81 KiB in 0.001655 sec., 137764.3504531722 rows/sec., 9.33 MiB/sec. 2025.08.18 20:07:36.738594 [ 3 ] {2337cb15-e396-4992-a5c8-b832d8cfe124} TCPHandler: Processed in 0.001815764 sec. 2025.08.18 20:07:36.738700 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.738794 [ 3 ] {d6953279-3481-4fed-835d-6511e4ca4778} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:07:36.738833 [ 3 ] {d6953279-3481-4fed-835d-6511e4ca4778} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:07:36.739385 [ 3 ] {d6953279-3481-4fed-835d-6511e4ca4778} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:36.739419 [ 3 ] {d6953279-3481-4fed-835d-6511e4ca4778} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:36.739855 [ 3 ] {d6953279-3481-4fed-835d-6511e4ca4778} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:07:36.740283 [ 3 ] {d6953279-3481-4fed-835d-6511e4ca4778} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:36.740412 [ 3 ] {d6953279-3481-4fed-835d-6511e4ca4778} executeQuery: Read 522 rows, 39.57 KiB in 0.001635 sec., 319266.0550458716 rows/sec., 23.63 MiB/sec. 2025.08.18 20:07:36.740446 [ 3 ] {d6953279-3481-4fed-835d-6511e4ca4778} TCPHandler: Processed in 0.001797233 sec. 2025.08.18 20:07:36.740555 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.740657 [ 3 ] {83bcbd3d-202e-4998-a534-b3e3a7dab9f1} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:36.740699 [ 3 ] {83bcbd3d-202e-4998-a534-b3e3a7dab9f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:07:36.741578 [ 3 ] {83bcbd3d-202e-4998-a534-b3e3a7dab9f1} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:36.741612 [ 3 ] {83bcbd3d-202e-4998-a534-b3e3a7dab9f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:36.742204 [ 3 ] {83bcbd3d-202e-4998-a534-b3e3a7dab9f1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:07:36.742646 [ 3 ] {83bcbd3d-202e-4998-a534-b3e3a7dab9f1} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:36.742787 [ 3 ] {83bcbd3d-202e-4998-a534-b3e3a7dab9f1} executeQuery: Read 2013 rows, 137.70 KiB in 0.002149 sec., 936714.7510469987 rows/sec., 62.58 MiB/sec. 2025.08.18 20:07:36.742823 [ 3 ] {83bcbd3d-202e-4998-a534-b3e3a7dab9f1} TCPHandler: Processed in 0.00231724 sec. 2025.08.18 20:07:36.742933 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:36.743030 [ 3 ] {8e1a164b-e98a-4f6e-946a-0b1033541826} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:07:36.743071 [ 3 ] {8e1a164b-e98a-4f6e-946a-0b1033541826} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:07:36.743376 [ 3 ] {8e1a164b-e98a-4f6e-946a-0b1033541826} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:36.743411 [ 3 ] {8e1a164b-e98a-4f6e-946a-0b1033541826} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:36.743812 [ 3 ] {8e1a164b-e98a-4f6e-946a-0b1033541826} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:07:36.744225 [ 3 ] {8e1a164b-e98a-4f6e-946a-0b1033541826} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:36.744365 [ 3 ] {8e1a164b-e98a-4f6e-946a-0b1033541826} executeQuery: Read 12 rows, 848.00 B in 0.001354 sec., 8862.629246676514 rows/sec., 611.61 KiB/sec. 2025.08.18 20:07:36.744407 [ 3 ] {8e1a164b-e98a-4f6e-946a-0b1033541826} TCPHandler: Processed in 0.00152378 sec. 2025.08.18 20:07:40.592523 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:40.592732 [ 3 ] {468866aa-3c32-4566-8c71-3f48688d0bca} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:07:40.592805 [ 3 ] {468866aa-3c32-4566-8c71-3f48688d0bca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:07:40.593434 [ 3 ] {468866aa-3c32-4566-8c71-3f48688d0bca} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:40.593483 [ 3 ] {468866aa-3c32-4566-8c71-3f48688d0bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:40.593985 [ 3 ] {468866aa-3c32-4566-8c71-3f48688d0bca} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:07:40.594437 [ 3 ] {468866aa-3c32-4566-8c71-3f48688d0bca} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:40.594623 [ 3 ] {468866aa-3c32-4566-8c71-3f48688d0bca} executeQuery: Read 56 rows, 4.38 KiB in 0.001942 sec., 28836.25128733265 rows/sec., 2.20 MiB/sec. 2025.08.18 20:07:40.594681 [ 3 ] {468866aa-3c32-4566-8c71-3f48688d0bca} TCPHandler: Processed in 0.002289499 sec. 2025.08.18 20:07:40.594803 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:40.594905 [ 3 ] {3fbe203e-d4aa-4ae0-a155-dea6d513bfa6} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:07:40.594948 [ 3 ] {3fbe203e-d4aa-4ae0-a155-dea6d513bfa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:07:40.595471 [ 3 ] {3fbe203e-d4aa-4ae0-a155-dea6d513bfa6} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:40.595510 [ 3 ] {3fbe203e-d4aa-4ae0-a155-dea6d513bfa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:40.595925 [ 3 ] {3fbe203e-d4aa-4ae0-a155-dea6d513bfa6} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:07:40.596387 [ 3 ] {3fbe203e-d4aa-4ae0-a155-dea6d513bfa6} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:40.596548 [ 3 ] {3fbe203e-d4aa-4ae0-a155-dea6d513bfa6} executeQuery: Read 64 rows, 5.12 KiB in 0.001666 sec., 38415.36614645858 rows/sec., 3.00 MiB/sec. 2025.08.18 20:07:40.596593 [ 3 ] {3fbe203e-d4aa-4ae0-a155-dea6d513bfa6} TCPHandler: Processed in 0.001842414 sec. 2025.08.18 20:07:40.596705 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:40.596801 [ 3 ] {80ab658e-fa59-4570-ae2f-cc9d5d4774bb} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:40.596922 [ 3 ] {80ab658e-fa59-4570-ae2f-cc9d5d4774bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:07:40.597299 [ 3 ] {80ab658e-fa59-4570-ae2f-cc9d5d4774bb} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:40.597336 [ 3 ] {80ab658e-fa59-4570-ae2f-cc9d5d4774bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:40.597790 [ 3 ] {80ab658e-fa59-4570-ae2f-cc9d5d4774bb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:07:40.598262 [ 3 ] {80ab658e-fa59-4570-ae2f-cc9d5d4774bb} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:40.598415 [ 3 ] {80ab658e-fa59-4570-ae2f-cc9d5d4774bb} executeQuery: Read 128 rows, 9.13 KiB in 0.001634 sec., 78335.37331701347 rows/sec., 5.46 MiB/sec. 2025.08.18 20:07:40.598462 [ 3 ] {80ab658e-fa59-4570-ae2f-cc9d5d4774bb} TCPHandler: Processed in 0.001806954 sec. 2025.08.18 20:07:40.598571 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:40.598666 [ 3 ] {4c03e056-bddb-40ad-b95a-8d794e6f4745} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:07:40.598707 [ 3 ] {4c03e056-bddb-40ad-b95a-8d794e6f4745} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:07:40.599028 [ 3 ] {4c03e056-bddb-40ad-b95a-8d794e6f4745} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:40.599064 [ 3 ] {4c03e056-bddb-40ad-b95a-8d794e6f4745} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:40.599462 [ 3 ] {4c03e056-bddb-40ad-b95a-8d794e6f4745} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:07:40.599881 [ 3 ] {4c03e056-bddb-40ad-b95a-8d794e6f4745} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:40.600033 [ 3 ] {4c03e056-bddb-40ad-b95a-8d794e6f4745} executeQuery: Read 48 rows, 3.31 KiB in 0.001385 sec., 34657.03971119133 rows/sec., 2.34 MiB/sec. 2025.08.18 20:07:40.600076 [ 3 ] {4c03e056-bddb-40ad-b95a-8d794e6f4745} TCPHandler: Processed in 0.001556031 sec. 2025.08.18 20:07:41.498581 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2379 2025.08.18 20:07:41.499113 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:41.499153 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:41.499776 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:07:41.500240 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:41.500408 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2379 2025.08.18 20:07:41.617786 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.08.18 20:07:41.634658 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:41.634709 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:41.641305 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:07:41.642508 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:41.647800 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.08.18 20:07:42.001144 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 164.78 MiB, peak 168.78 MiB, free memory in arenas 0.00 B, will set to 166.13 MiB (RSS), difference: 1.35 MiB 2025.08.18 20:07:43.998145 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 48 entries to flush up to offset 218 2025.08.18 20:07:44.000817 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:44.000883 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:44.002185 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:44.002458 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:44.002782 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 218 2025.08.18 20:07:45.594585 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:45.594771 [ 3 ] {e1a08b38-001b-4ed8-b180-851c7cf28721} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:07:45.594840 [ 3 ] {e1a08b38-001b-4ed8-b180-851c7cf28721} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:07:45.595454 [ 3 ] {e1a08b38-001b-4ed8-b180-851c7cf28721} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.595509 [ 3 ] {e1a08b38-001b-4ed8-b180-851c7cf28721} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.596035 [ 3 ] {e1a08b38-001b-4ed8-b180-851c7cf28721} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:07:45.596526 [ 3 ] {e1a08b38-001b-4ed8-b180-851c7cf28721} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.596668 [ 87 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.18 20:07:45.596687 [ 3 ] {e1a08b38-001b-4ed8-b180-851c7cf28721} executeQuery: Read 76 rows, 6.39 KiB in 0.001962 sec., 38735.98369011212 rows/sec., 3.18 MiB/sec. 2025.08.18 20:07:45.596750 [ 87 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.596757 [ 3 ] {e1a08b38-001b-4ed8-b180-851c7cf28721} TCPHandler: Processed in 0.00229751 sec. 2025.08.18 20:07:45.596784 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.596911 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:45.597024 [ 3 ] {f3ba3c79-d2f1-4981-8cab-98635e4c0133} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:07:45.597043 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:07:45.597071 [ 3 ] {f3ba3c79-d2f1-4981-8cab-98635e4c0133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:07:45.597235 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:07:45.597374 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 201 rows starting from the beginning of the part 2025.08.18 20:07:45.597500 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:07:45.597510 [ 3 ] {f3ba3c79-d2f1-4981-8cab-98635e4c0133} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.597554 [ 3 ] {f3ba3c79-d2f1-4981-8cab-98635e4c0133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.597591 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:07:45.597646 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1197 rows starting from the beginning of the part 2025.08.18 20:07:45.597692 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2025.08.18 20:07:45.597736 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 76 rows starting from the beginning of the part 2025.08.18 20:07:45.598099 [ 3 ] {f3ba3c79-d2f1-4981-8cab-98635e4c0133} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:07:45.598595 [ 3 ] {f3ba3c79-d2f1-4981-8cab-98635e4c0133} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.598751 [ 3 ] {f3ba3c79-d2f1-4981-8cab-98635e4c0133} executeQuery: Read 10 rows, 770.00 B in 0.001752 sec., 5707.762557077625 rows/sec., 429.20 KiB/sec. 2025.08.18 20:07:45.598794 [ 3 ] {f3ba3c79-d2f1-4981-8cab-98635e4c0133} TCPHandler: Processed in 0.001953296 sec. 2025.08.18 20:07:45.598908 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:45.599007 [ 3 ] {c59a2a38-3769-439b-aee8-ce0cc27029f4} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:07:45.599050 [ 3 ] {c59a2a38-3769-439b-aee8-ce0cc27029f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:07:45.599200 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1662 rows, containing 5 columns (5 merged, 0 gathered) in 0.002269839 sec., 732210.5224203126 rows/sec., 63.15 MiB/sec. 2025.08.18 20:07:45.599502 [ 3 ] {c59a2a38-3769-439b-aee8-ce0cc27029f4} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.599544 [ 3 ] {c59a2a38-3769-439b-aee8-ce0cc27029f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.599685 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.18 20:07:45.600025 [ 3 ] {c59a2a38-3769-439b-aee8-ce0cc27029f4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:07:45.600255 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_6_1} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.600330 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_6_1} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.18 20:07:45.600431 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2025.08.18 20:07:45.600469 [ 3 ] {c59a2a38-3769-439b-aee8-ce0cc27029f4} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.600576 [ 87 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.18 20:07:45.600609 [ 3 ] {c59a2a38-3769-439b-aee8-ce0cc27029f4} executeQuery: Read 74 rows, 5.92 KiB in 0.001623 sec., 45594.577942082564 rows/sec., 3.56 MiB/sec. 2025.08.18 20:07:45.600619 [ 87 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.600649 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.600654 [ 3 ] {c59a2a38-3769-439b-aee8-ce0cc27029f4} TCPHandler: Processed in 0.001798503 sec. 2025.08.18 20:07:45.600724 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:07:45.600776 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:45.600817 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:07:45.600847 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 120 rows starting from the beginning of the part 2025.08.18 20:07:45.600880 [ 3 ] {66df0e55-7ce7-4470-a5c3-70be402ee7c7} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:45.600896 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:07:45.600929 [ 3 ] {66df0e55-7ce7-4470-a5c3-70be402ee7c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:07:45.600939 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:07:45.600984 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 522 rows starting from the beginning of the part 2025.08.18 20:07:45.601076 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2025.08.18 20:07:45.601123 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 74 rows starting from the beginning of the part 2025.08.18 20:07:45.601401 [ 3 ] {66df0e55-7ce7-4470-a5c3-70be402ee7c7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.601445 [ 3 ] {66df0e55-7ce7-4470-a5c3-70be402ee7c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.601962 [ 3 ] {66df0e55-7ce7-4470-a5c3-70be402ee7c7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:07:45.602022 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 5 columns (5 merged, 0 gathered) in 0.001329207 sec., 690637.3499387229 rows/sec., 55.25 MiB/sec. 2025.08.18 20:07:45.602343 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.18 20:07:45.602455 [ 3 ] {66df0e55-7ce7-4470-a5c3-70be402ee7c7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.602580 [ 87 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.18 20:07:45.602615 [ 87 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.602615 [ 3 ] {66df0e55-7ce7-4470-a5c3-70be402ee7c7} executeQuery: Read 160 rows, 11.41 KiB in 0.001757 sec., 91064.31417188389 rows/sec., 6.34 MiB/sec. 2025.08.18 20:07:45.602637 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.602671 [ 3 ] {66df0e55-7ce7-4470-a5c3-70be402ee7c7} TCPHandler: Processed in 0.001946456 sec. 2025.08.18 20:07:45.602756 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:07:45.602799 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:45.602830 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_6_1} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.602890 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:07:45.602910 [ 188 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_6_1} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.18 20:07:45.602916 [ 3 ] {3b92108f-ea84-4784-b0dc-ee5aec6e3d10} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:45.602936 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 297 rows starting from the beginning of the part 2025.08.18 20:07:45.602985 [ 3 ] {3b92108f-ea84-4784-b0dc-ee5aec6e3d10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:07:45.602988 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2025.08.18 20:07:45.603028 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:07:45.603086 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:07:45.603135 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2013 rows starting from the beginning of the part 2025.08.18 20:07:45.603187 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part 2025.08.18 20:07:45.603229 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part 2025.08.18 20:07:45.603811 [ 3 ] {3b92108f-ea84-4784-b0dc-ee5aec6e3d10} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.603856 [ 3 ] {3b92108f-ea84-4784-b0dc-ee5aec6e3d10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.604576 [ 3 ] {3b92108f-ea84-4784-b0dc-ee5aec6e3d10} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:45.605127 [ 3 ] {3b92108f-ea84-4784-b0dc-ee5aec6e3d10} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.605275 [ 3 ] {3b92108f-ea84-4784-b0dc-ee5aec6e3d10} executeQuery: Read 10 rows, 18.35 KiB in 0.002382 sec., 4198.152812762384 rows/sec., 7.52 MiB/sec. 2025.08.18 20:07:45.605341 [ 3 ] {3b92108f-ea84-4784-b0dc-ee5aec6e3d10} TCPHandler: Processed in 0.002604464 sec. 2025.08.18 20:07:45.605449 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:45.605546 [ 3 ] {36b4f246-d074-49ff-a0bd-36f780b75f92} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:07:45.605588 [ 3 ] {36b4f246-d074-49ff-a0bd-36f780b75f92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:07:45.605933 [ 3 ] {36b4f246-d074-49ff-a0bd-36f780b75f92} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.605971 [ 3 ] {36b4f246-d074-49ff-a0bd-36f780b75f92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.606542 [ 3 ] {36b4f246-d074-49ff-a0bd-36f780b75f92} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:07:45.607020 [ 3 ] {36b4f246-d074-49ff-a0bd-36f780b75f92} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.607128 [ 87 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.18 20:07:45.607163 [ 3 ] {36b4f246-d074-49ff-a0bd-36f780b75f92} executeQuery: Read 60 rows, 4.14 KiB in 0.001636 sec., 36674.81662591687 rows/sec., 2.47 MiB/sec. 2025.08.18 20:07:45.607166 [ 87 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:45.607204 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:45.607207 [ 3 ] {36b4f246-d074-49ff-a0bd-36f780b75f92} TCPHandler: Processed in 0.001808884 sec. 2025.08.18 20:07:45.607282 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:07:45.607372 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:07:45.607406 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part 2025.08.18 20:07:45.607473 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:07:45.607520 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:07:45.607569 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.08.18 20:07:45.607621 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part 2025.08.18 20:07:45.607672 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part 2025.08.18 20:07:45.608373 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2918 rows, containing 5 columns (5 merged, 0 gathered) in 0.005658684 sec., 515667.6004526848 rows/sec., 35.17 MiB/sec. 2025.08.18 20:07:45.608589 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.001342648 sec., 223439.0547634227 rows/sec., 15.06 MiB/sec. 2025.08.18 20:07:45.608827 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.18 20:07:45.608968 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.18 20:07:45.609425 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_6_1} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.609512 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_6_1} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.18 20:07:45.609592 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.08.18 20:07:45.609674 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_6_1} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:45.609774 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_6_1} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.18 20:07:45.609861 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2025.08.18 20:07:48.933291 [ 80 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:07:48.933358 [ 80 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:07:49.001374 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2867 2025.08.18 20:07:49.001861 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:49.001900 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:49.002424 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:07:49.002691 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:49.002812 [ 80 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.18 20:07:49.002843 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2867 2025.08.18 20:07:49.002848 [ 80 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:49.002877 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:49.003001 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:07:49.003168 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:07:49.003210 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:07:49.003279 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:07:49.003331 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:07:49.003381 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:07:49.003426 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:07:49.003468 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part 2025.08.18 20:07:49.022708 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2867 rows, containing 4 columns (4 merged, 0 gathered) in 0.019766997 sec., 145039.73466480518 rows/sec., 2.07 MiB/sec. 2025.08.18 20:07:49.023587 [ 198 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.18 20:07:49.023964 [ 198 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_6_1} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:49.024058 [ 198 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_6_1} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.18 20:07:49.024170 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. 2025.08.18 20:07:49.148778 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.08.18 20:07:49.166349 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:49.166419 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:49.172885 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:07:49.173651 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:49.173966 [ 78 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.18 20:07:49.174042 [ 78 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:49.174069 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:49.174180 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:07:49.177631 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.08.18 20:07:49.178537 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:07:49.180052 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:07:49.184717 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:07:49.188977 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:07:49.193289 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:07:49.198581 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:07:49.202639 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:07:49.267432 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.093293895 sec., 493.0654894406542 rows/sec., 2.55 MiB/sec. 2025.08.18 20:07:49.269809 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.18 20:07:49.271969 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_6_1} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:49.272083 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_6_1} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.18 20:07:49.273901 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.08.18 20:07:50.000164 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 168.70 MiB, peak 178.24 MiB, free memory in arenas 0.00 B, will set to 178.84 MiB (RSS), difference: 10.14 MiB 2025.08.18 20:07:50.595241 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:50.595433 [ 3 ] {749015c4-1a24-4c70-9e2e-882f18ed445b} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:07:50.595507 [ 3 ] {749015c4-1a24-4c70-9e2e-882f18ed445b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:07:50.596167 [ 3 ] {749015c4-1a24-4c70-9e2e-882f18ed445b} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:50.596216 [ 3 ] {749015c4-1a24-4c70-9e2e-882f18ed445b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:50.596854 [ 3 ] {749015c4-1a24-4c70-9e2e-882f18ed445b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:07:50.597381 [ 3 ] {749015c4-1a24-4c70-9e2e-882f18ed445b} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:50.597541 [ 3 ] {749015c4-1a24-4c70-9e2e-882f18ed445b} executeQuery: Read 56 rows, 4.38 KiB in 0.002157 sec., 25961.984237366712 rows/sec., 1.98 MiB/sec. 2025.08.18 20:07:50.597594 [ 3 ] {749015c4-1a24-4c70-9e2e-882f18ed445b} TCPHandler: Processed in 0.002484352 sec. 2025.08.18 20:07:50.597729 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:50.597860 [ 3 ] {052ef171-1a4e-45b1-a134-effd39a888fa} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:07:50.597913 [ 3 ] {052ef171-1a4e-45b1-a134-effd39a888fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:07:50.598437 [ 3 ] {052ef171-1a4e-45b1-a134-effd39a888fa} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:50.598481 [ 3 ] {052ef171-1a4e-45b1-a134-effd39a888fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:50.599003 [ 3 ] {052ef171-1a4e-45b1-a134-effd39a888fa} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:07:50.599501 [ 3 ] {052ef171-1a4e-45b1-a134-effd39a888fa} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:50.599654 [ 3 ] {052ef171-1a4e-45b1-a134-effd39a888fa} executeQuery: Read 64 rows, 5.12 KiB in 0.001823 sec., 35106.96653867252 rows/sec., 2.74 MiB/sec. 2025.08.18 20:07:50.599700 [ 3 ] {052ef171-1a4e-45b1-a134-effd39a888fa} TCPHandler: Processed in 0.002035716 sec. 2025.08.18 20:07:50.599813 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:50.599910 [ 3 ] {25dea893-40ca-424a-8fcf-118d83879f0d} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:50.599953 [ 3 ] {25dea893-40ca-424a-8fcf-118d83879f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:07:50.600388 [ 3 ] {25dea893-40ca-424a-8fcf-118d83879f0d} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:50.600423 [ 3 ] {25dea893-40ca-424a-8fcf-118d83879f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:50.600991 [ 3 ] {25dea893-40ca-424a-8fcf-118d83879f0d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:07:50.601436 [ 3 ] {25dea893-40ca-424a-8fcf-118d83879f0d} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:50.601574 [ 3 ] {25dea893-40ca-424a-8fcf-118d83879f0d} executeQuery: Read 160 rows, 11.41 KiB in 0.001683 sec., 95068.330362448 rows/sec., 6.62 MiB/sec. 2025.08.18 20:07:50.601613 [ 3 ] {25dea893-40ca-424a-8fcf-118d83879f0d} TCPHandler: Processed in 0.001849794 sec. 2025.08.18 20:07:50.601722 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:50.601818 [ 3 ] {dfaf3a67-cc4b-4d95-9619-46b0087f4d5e} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:07:50.601860 [ 3 ] {dfaf3a67-cc4b-4d95-9619-46b0087f4d5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:07:50.602200 [ 3 ] {dfaf3a67-cc4b-4d95-9619-46b0087f4d5e} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:50.602235 [ 3 ] {dfaf3a67-cc4b-4d95-9619-46b0087f4d5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:50.602670 [ 3 ] {dfaf3a67-cc4b-4d95-9619-46b0087f4d5e} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:07:50.603166 [ 3 ] {dfaf3a67-cc4b-4d95-9619-46b0087f4d5e} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:50.603296 [ 3 ] {dfaf3a67-cc4b-4d95-9619-46b0087f4d5e} executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. 2025.08.18 20:07:50.603331 [ 3 ] {dfaf3a67-cc4b-4d95-9619-46b0087f4d5e} TCPHandler: Processed in 0.001657922 sec. 2025.08.18 20:07:54.003934 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 238 2025.08.18 20:07:54.005942 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:54.005996 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:54.007123 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:07:54.007385 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:54.007669 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 238 2025.08.18 20:07:55.591087 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.591353 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} executeQuery: (from [fd00:1122:3344:101::d]:48574) 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:55.591709 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.18 20:07:55.591748 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.18 20:07:55.591989 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:55.592058 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:55.592194 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.08.18 20:07:55.592385 [ 289 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.18 20:07:55.592431 [ 290 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.18 20:07:55.592536 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (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.08.18 20:07:55.592565 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.18 20:07:55.596486 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.18 20:07:55.596515 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Reading approx. 32 rows with 2 streams 2025.08.18 20:07:55.596573 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:55.596620 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} 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', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:55.597597 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} executeQuery: Read 32 rows, 1.34 KiB in 0.006363 sec., 5029.074336005029 rows/sec., 210.87 KiB/sec. 2025.08.18 20:07:55.597708 [ 3 ] {9c69a348-3d4a-4dba-b453-2c43e3450067} TCPHandler: Processed in 0.006781888 sec. 2025.08.18 20:07:55.597999 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.598140 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:55.598363 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.18 20:07:55.598402 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.18 20:07:55.598614 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:55.598671 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:55.598776 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.08.18 20:07:55.598831 [ 289 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.18 20:07:55.598855 [ 291 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.18 20:07:55.598953 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (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.08.18 20:07:55.598980 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.18 20:07:55.599038 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.18 20:07:55.599058 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Reading approx. 32 rows with 2 streams 2025.08.18 20:07:55.599090 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:55.599123 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:55.599834 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} executeQuery: Read 32 rows, 1.34 KiB in 0.001753 sec., 18254.420992584142 rows/sec., 765.43 KiB/sec. 2025.08.18 20:07:55.599924 [ 3 ] {5b6f43b0-a7f1-49ba-9343-e83b3c86e8b9} TCPHandler: Processed in 0.001977386 sec. 2025.08.18 20:07:55.600156 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.600292 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} executeQuery: (from [fd00:1122:3344:101::d]:48574) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2025.08.18 20:07:55.600508 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.08.18 20:07:55.600545 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes')" moved to PREWHERE 2025.08.18 20:07:55.600745 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:55.600798 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} InterpreterSelectQuery: FetchColumns -> Complete 2025.08.18 20:07:55.600902 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.08.18 20:07:55.600963 [ 289 ] {22a86c96-a10d-4312-bf49-249f9c749b35} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.08.18 20:07:55.600963 [ 290 ] {22a86c96-a10d-4312-bf49-249f9c749b35} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.08.18 20:07:55.601057 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (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.08.18 20:07:55.601083 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.08.18 20:07:55.601137 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.08.18 20:07:55.601156 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489) (SelectExecutor): Reading approx. 32 rows with 2 streams 2025.08.18 20:07:55.601187 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:55.601220 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes'))" 2025.08.18 20:07:55.601794 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} executeQuery: Read 32 rows, 1.34 KiB in 0.001558 sec., 20539.152759948654 rows/sec., 861.23 KiB/sec. 2025.08.18 20:07:55.601887 [ 3 ] {22a86c96-a10d-4312-bf49-249f9c749b35} TCPHandler: Processed in 0.001781933 sec. 2025.08.18 20:07:55.608753 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.608891 [ 3 ] {5d046067-3ad5-4f3e-adc3-623cc3eb1c74} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.08.18 20:07:55.608943 [ 3 ] {5d046067-3ad5-4f3e-adc3-623cc3eb1c74} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.08.18 20:07:55.609518 [ 3 ] {5d046067-3ad5-4f3e-adc3-623cc3eb1c74} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.609562 [ 3 ] {5d046067-3ad5-4f3e-adc3-623cc3eb1c74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.610000 [ 3 ] {5d046067-3ad5-4f3e-adc3-623cc3eb1c74} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:55.610197 [ 3 ] {5d046067-3ad5-4f3e-adc3-623cc3eb1c74} oximeter.timeseries_schema (cdfdc913-c6f6-41ec-bd61-6633c212e489): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.610341 [ 3 ] {5d046067-3ad5-4f3e-adc3-623cc3eb1c74} executeQuery: Read 3 rows, 280.00 B in 0.001486 sec., 2018.842530282638 rows/sec., 184.01 KiB/sec. 2025.08.18 20:07:55.610381 [ 3 ] {5d046067-3ad5-4f3e-adc3-623cc3eb1c74} TCPHandler: Processed in 0.001691552 sec. 2025.08.18 20:07:55.610493 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.610592 [ 3 ] {25783a67-4d43-436b-915e-b52818362f8a} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:07:55.610633 [ 3 ] {25783a67-4d43-436b-915e-b52818362f8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:07:55.611045 [ 3 ] {25783a67-4d43-436b-915e-b52818362f8a} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.611082 [ 3 ] {25783a67-4d43-436b-915e-b52818362f8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.611384 [ 3 ] {25783a67-4d43-436b-915e-b52818362f8a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:55.611591 [ 3 ] {25783a67-4d43-436b-915e-b52818362f8a} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.611721 [ 3 ] {25783a67-4d43-436b-915e-b52818362f8a} executeQuery: Read 24 rows, 2.04 KiB in 0.001151 sec., 20851.433536055607 rows/sec., 1.73 MiB/sec. 2025.08.18 20:07:55.611758 [ 3 ] {25783a67-4d43-436b-915e-b52818362f8a} TCPHandler: Processed in 0.001312117 sec. 2025.08.18 20:07:55.611874 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.611969 [ 3 ] {5c17706a-049b-450f-b8cb-a63d2702cd08} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:07:55.612010 [ 3 ] {5c17706a-049b-450f-b8cb-a63d2702cd08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:07:55.612381 [ 3 ] {5c17706a-049b-450f-b8cb-a63d2702cd08} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.612416 [ 3 ] {5c17706a-049b-450f-b8cb-a63d2702cd08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.612699 [ 3 ] {5c17706a-049b-450f-b8cb-a63d2702cd08} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:55.612912 [ 3 ] {5c17706a-049b-450f-b8cb-a63d2702cd08} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.613039 [ 3 ] {5c17706a-049b-450f-b8cb-a63d2702cd08} executeQuery: Read 2 rows, 167.00 B in 0.00109 sec., 1834.8623853211009 rows/sec., 149.62 KiB/sec. 2025.08.18 20:07:55.613074 [ 3 ] {5c17706a-049b-450f-b8cb-a63d2702cd08} TCPHandler: Processed in 0.001249776 sec. 2025.08.18 20:07:55.613181 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.613275 [ 3 ] {a1de5c68-440f-4e36-8ca7-692d99ddb969} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:07:55.613313 [ 3 ] {a1de5c68-440f-4e36-8ca7-692d99ddb969} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:07:55.613824 [ 3 ] {a1de5c68-440f-4e36-8ca7-692d99ddb969} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.613861 [ 3 ] {a1de5c68-440f-4e36-8ca7-692d99ddb969} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.614183 [ 3 ] {a1de5c68-440f-4e36-8ca7-692d99ddb969} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:07:55.614392 [ 3 ] {a1de5c68-440f-4e36-8ca7-692d99ddb969} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.614520 [ 3 ] {a1de5c68-440f-4e36-8ca7-692d99ddb969} executeQuery: Read 225 rows, 20.52 KiB in 0.001264 sec., 178006.32911392406 rows/sec., 15.85 MiB/sec. 2025.08.18 20:07:55.614556 [ 3 ] {a1de5c68-440f-4e36-8ca7-692d99ddb969} TCPHandler: Processed in 0.001424108 sec. 2025.08.18 20:07:55.614669 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.614764 [ 3 ] {6d994e17-b15c-46f1-9c74-4ccfc32c6236} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:07:55.614804 [ 3 ] {6d994e17-b15c-46f1-9c74-4ccfc32c6236} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:07:55.615208 [ 3 ] {6d994e17-b15c-46f1-9c74-4ccfc32c6236} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.615247 [ 3 ] {6d994e17-b15c-46f1-9c74-4ccfc32c6236} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.615537 [ 3 ] {6d994e17-b15c-46f1-9c74-4ccfc32c6236} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:07:55.615747 [ 3 ] {6d994e17-b15c-46f1-9c74-4ccfc32c6236} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.615872 [ 3 ] {6d994e17-b15c-46f1-9c74-4ccfc32c6236} executeQuery: Read 38 rows, 2.91 KiB in 0.001127 sec., 33717.834960070984 rows/sec., 2.52 MiB/sec. 2025.08.18 20:07:55.615910 [ 3 ] {6d994e17-b15c-46f1-9c74-4ccfc32c6236} TCPHandler: Processed in 0.001289247 sec. 2025.08.18 20:07:55.616015 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.616109 [ 3 ] {89156690-dde4-403e-b5f9-e358c7118f7f} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:07:55.616148 [ 3 ] {89156690-dde4-403e-b5f9-e358c7118f7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:07:55.616525 [ 3 ] {89156690-dde4-403e-b5f9-e358c7118f7f} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.616562 [ 3 ] {89156690-dde4-403e-b5f9-e358c7118f7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.616850 [ 3 ] {89156690-dde4-403e-b5f9-e358c7118f7f} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:07:55.617064 [ 3 ] {89156690-dde4-403e-b5f9-e358c7118f7f} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.617187 [ 3 ] {89156690-dde4-403e-b5f9-e358c7118f7f} executeQuery: Read 24 rows, 2.04 KiB in 0.001097 sec., 21877.848678213308 rows/sec., 1.82 MiB/sec. 2025.08.18 20:07:55.617224 [ 3 ] {89156690-dde4-403e-b5f9-e358c7118f7f} TCPHandler: Processed in 0.001258806 sec. 2025.08.18 20:07:55.617327 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.617420 [ 3 ] {b884f3c6-6514-43e6-8f81-a9ba4cf5c85c} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:07:55.617458 [ 3 ] {b884f3c6-6514-43e6-8f81-a9ba4cf5c85c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:07:55.617828 [ 3 ] {b884f3c6-6514-43e6-8f81-a9ba4cf5c85c} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.617864 [ 3 ] {b884f3c6-6514-43e6-8f81-a9ba4cf5c85c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.618153 [ 3 ] {b884f3c6-6514-43e6-8f81-a9ba4cf5c85c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:07:55.618360 [ 3 ] {b884f3c6-6514-43e6-8f81-a9ba4cf5c85c} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.618484 [ 3 ] {b884f3c6-6514-43e6-8f81-a9ba4cf5c85c} executeQuery: Read 12 rows, 960.00 B in 0.001082 sec., 11090.573012939001 rows/sec., 866.45 KiB/sec. 2025.08.18 20:07:55.618522 [ 3 ] {b884f3c6-6514-43e6-8f81-a9ba4cf5c85c} TCPHandler: Processed in 0.001244246 sec. 2025.08.18 20:07:55.618627 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.618720 [ 3 ] {85586c47-4aa8-4204-9601-8a69168e9d3b} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:07:55.618758 [ 3 ] {85586c47-4aa8-4204-9601-8a69168e9d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:07:55.619206 [ 3 ] {85586c47-4aa8-4204-9601-8a69168e9d3b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.619242 [ 3 ] {85586c47-4aa8-4204-9601-8a69168e9d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.619549 [ 3 ] {85586c47-4aa8-4204-9601-8a69168e9d3b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:07:55.619758 [ 3 ] {85586c47-4aa8-4204-9601-8a69168e9d3b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.619883 [ 3 ] {85586c47-4aa8-4204-9601-8a69168e9d3b} executeQuery: Read 139 rows, 11.51 KiB in 0.00118 sec., 117796.61016949151 rows/sec., 9.53 MiB/sec. 2025.08.18 20:07:55.619920 [ 3 ] {85586c47-4aa8-4204-9601-8a69168e9d3b} TCPHandler: Processed in 0.001341827 sec. 2025.08.18 20:07:55.620025 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.620119 [ 3 ] {d60dbe67-f3b8-46b6-b2e1-a2564bd62ffe} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:55.620161 [ 3 ] {d60dbe67-f3b8-46b6-b2e1-a2564bd62ffe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:07:55.620553 [ 3 ] {d60dbe67-f3b8-46b6-b2e1-a2564bd62ffe} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.620588 [ 3 ] {d60dbe67-f3b8-46b6-b2e1-a2564bd62ffe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.620920 [ 3 ] {d60dbe67-f3b8-46b6-b2e1-a2564bd62ffe} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:07:55.621136 [ 3 ] {d60dbe67-f3b8-46b6-b2e1-a2564bd62ffe} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.621263 [ 3 ] {d60dbe67-f3b8-46b6-b2e1-a2564bd62ffe} executeQuery: Read 197 rows, 14.47 KiB in 0.001162 sec., 169535.2839931153 rows/sec., 12.16 MiB/sec. 2025.08.18 20:07:55.621299 [ 3 ] {d60dbe67-f3b8-46b6-b2e1-a2564bd62ffe} TCPHandler: Processed in 0.001322517 sec. 2025.08.18 20:07:55.621409 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.621501 [ 3 ] {2e6f98cc-587a-4cc6-9618-ca4a1b266046} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:07:55.621553 [ 3 ] {2e6f98cc-587a-4cc6-9618-ca4a1b266046} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:07:55.622342 [ 3 ] {2e6f98cc-587a-4cc6-9618-ca4a1b266046} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.622380 [ 3 ] {2e6f98cc-587a-4cc6-9618-ca4a1b266046} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.622916 [ 3 ] {2e6f98cc-587a-4cc6-9618-ca4a1b266046} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:07:55.623140 [ 3 ] {2e6f98cc-587a-4cc6-9618-ca4a1b266046} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.623274 [ 3 ] {2e6f98cc-587a-4cc6-9618-ca4a1b266046} executeQuery: Read 24 rows, 44.04 KiB in 0.001791 sec., 13400.335008375208 rows/sec., 24.01 MiB/sec. 2025.08.18 20:07:55.623331 [ 3 ] {2e6f98cc-587a-4cc6-9618-ca4a1b266046} TCPHandler: Processed in 0.001970846 sec. 2025.08.18 20:07:55.623457 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.623554 [ 3 ] {c46cf091-613a-4c78-9c4d-f567e301cde4} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.18 20:07:55.623597 [ 3 ] {c46cf091-613a-4c78-9c4d-f567e301cde4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.18 20:07:55.623926 [ 3 ] {c46cf091-613a-4c78-9c4d-f567e301cde4} oximeter.measurements_i64 (a881824e-c05a-475d-9a3a-b675d6d480bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.623963 [ 3 ] {c46cf091-613a-4c78-9c4d-f567e301cde4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.624254 [ 3 ] {c46cf091-613a-4c78-9c4d-f567e301cde4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.08.18 20:07:55.624458 [ 3 ] {c46cf091-613a-4c78-9c4d-f567e301cde4} oximeter.measurements_i64 (a881824e-c05a-475d-9a3a-b675d6d480bc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.624580 [ 3 ] {c46cf091-613a-4c78-9c4d-f567e301cde4} executeQuery: Read 18 rows, 1.33 KiB in 0.001045 sec., 17224.88038277512 rows/sec., 1.24 MiB/sec. 2025.08.18 20:07:55.624615 [ 3 ] {c46cf091-613a-4c78-9c4d-f567e301cde4} TCPHandler: Processed in 0.001208025 sec. 2025.08.18 20:07:55.624728 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:07:55.624823 [ 3 ] {d575374d-f520-4ade-8ea2-51ada374f641} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:07:55.624863 [ 3 ] {d575374d-f520-4ade-8ea2-51ada374f641} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:07:55.625187 [ 3 ] {d575374d-f520-4ade-8ea2-51ada374f641} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:55.625222 [ 3 ] {d575374d-f520-4ade-8ea2-51ada374f641} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:55.625518 [ 3 ] {d575374d-f520-4ade-8ea2-51ada374f641} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:07:55.625726 [ 3 ] {d575374d-f520-4ade-8ea2-51ada374f641} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:55.625849 [ 3 ] {d575374d-f520-4ade-8ea2-51ada374f641} executeQuery: Read 60 rows, 4.14 KiB in 0.001045 sec., 57416.267942583734 rows/sec., 3.87 MiB/sec. 2025.08.18 20:07:55.625884 [ 3 ] {d575374d-f520-4ade-8ea2-51ada374f641} TCPHandler: Processed in 0.001205286 sec. 2025.08.18 20:07:56.502934 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3294 2025.08.18 20:07:56.503430 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:56.503481 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:56.504087 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:07:56.504330 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:56.504477 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3294 2025.08.18 20:07:56.677722 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.08.18 20:07:56.694734 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:07:56.694801 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:07:56.700341 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:07:56.701034 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:07:56.704119 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.08.18 20:08:00.594139 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:00.594347 [ 3 ] {cb5deb59-9042-4cc6-b222-0477fa2a1412} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:00.594417 [ 3 ] {cb5deb59-9042-4cc6-b222-0477fa2a1412} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:00.595084 [ 3 ] {cb5deb59-9042-4cc6-b222-0477fa2a1412} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:00.595133 [ 3 ] {cb5deb59-9042-4cc6-b222-0477fa2a1412} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:00.595532 [ 3 ] {cb5deb59-9042-4cc6-b222-0477fa2a1412} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:08:00.595760 [ 3 ] {cb5deb59-9042-4cc6-b222-0477fa2a1412} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:00.595907 [ 3 ] {cb5deb59-9042-4cc6-b222-0477fa2a1412} executeQuery: Read 56 rows, 4.38 KiB in 0.00161 sec., 34782.60869565217 rows/sec., 2.66 MiB/sec. 2025.08.18 20:08:00.595948 [ 3 ] {cb5deb59-9042-4cc6-b222-0477fa2a1412} TCPHandler: Processed in 0.001938755 sec. 2025.08.18 20:08:00.596061 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:00.596156 [ 3 ] {e3d8abb9-7d0a-4c35-9a8b-2cf7693a6723} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:00.596197 [ 3 ] {e3d8abb9-7d0a-4c35-9a8b-2cf7693a6723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:00.596599 [ 3 ] {e3d8abb9-7d0a-4c35-9a8b-2cf7693a6723} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:00.596637 [ 3 ] {e3d8abb9-7d0a-4c35-9a8b-2cf7693a6723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:00.596935 [ 3 ] {e3d8abb9-7d0a-4c35-9a8b-2cf7693a6723} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:08:00.597144 [ 3 ] {e3d8abb9-7d0a-4c35-9a8b-2cf7693a6723} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:00.597268 [ 3 ] {e3d8abb9-7d0a-4c35-9a8b-2cf7693a6723} executeQuery: Read 64 rows, 5.12 KiB in 0.001131 sec., 56587.09106984969 rows/sec., 4.42 MiB/sec. 2025.08.18 20:08:00.597304 [ 3 ] {e3d8abb9-7d0a-4c35-9a8b-2cf7693a6723} TCPHandler: Processed in 0.001294297 sec. 2025.08.18 20:08:00.597411 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:00.597504 [ 3 ] {14377247-c549-4113-9511-e49481979cdb} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:00.597547 [ 3 ] {14377247-c549-4113-9511-e49481979cdb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:00.597953 [ 3 ] {14377247-c549-4113-9511-e49481979cdb} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:00.597989 [ 3 ] {14377247-c549-4113-9511-e49481979cdb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:00.598301 [ 3 ] {14377247-c549-4113-9511-e49481979cdb} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:08:00.598504 [ 3 ] {14377247-c549-4113-9511-e49481979cdb} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:00.598627 [ 3 ] {14377247-c549-4113-9511-e49481979cdb} executeQuery: Read 160 rows, 11.41 KiB in 0.001142 sec., 140105.07880910684 rows/sec., 9.76 MiB/sec. 2025.08.18 20:08:00.598663 [ 3 ] {14377247-c549-4113-9511-e49481979cdb} TCPHandler: Processed in 0.001301707 sec. 2025.08.18 20:08:00.598780 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:00.598873 [ 3 ] {d7bfb9d9-7245-489d-8071-66baace20841} executeQuery: (from [fd00:1122:3344:101::d]:48574) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:00.598913 [ 3 ] {d7bfb9d9-7245-489d-8071-66baace20841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:00.599234 [ 3 ] {d7bfb9d9-7245-489d-8071-66baace20841} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:00.599269 [ 3 ] {d7bfb9d9-7245-489d-8071-66baace20841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:00.599573 [ 3 ] {d7bfb9d9-7245-489d-8071-66baace20841} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:08:00.599776 [ 3 ] {d7bfb9d9-7245-489d-8071-66baace20841} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:00.599898 [ 3 ] {d7bfb9d9-7245-489d-8071-66baace20841} executeQuery: Read 60 rows, 4.14 KiB in 0.001044 sec., 57471.26436781609 rows/sec., 3.87 MiB/sec. 2025.08.18 20:08:00.599933 [ 3 ] {d7bfb9d9-7245-489d-8071-66baace20841} TCPHandler: Processed in 0.001202515 sec. 2025.08.18 20:08:03.933401 [ 57 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:08:03.933480 [ 57 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:08:04.005519 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3782 2025.08.18 20:08:04.006009 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:04.006045 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:04.006587 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:08:04.006822 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:04.006951 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3782 2025.08.18 20:08:04.008675 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 276 2025.08.18 20:08:04.010989 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:04.011035 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:04.012186 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:08:04.012444 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:04.012679 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 276 2025.08.18 20:08:04.205107 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.08.18 20:08:04.221352 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:04.221410 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:04.226897 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:08:04.227599 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:04.230408 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.08.18 20:08:05.063029 [ 3 ] {} TCPHandler: Done processing connection. 2025.08.18 20:08:05.063119 [ 3 ] {} TCP-Session: c90f6967-3d9f-4539-89cb-db0dfee70118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.08.18 20:08:05.596186 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:05.596392 [ 4 ] {9855de85-8bcb-41e9-bce2-fff87f46d478} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:05.596465 [ 4 ] {9855de85-8bcb-41e9-bce2-fff87f46d478} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:05.597254 [ 4 ] {9855de85-8bcb-41e9-bce2-fff87f46d478} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:05.597296 [ 4 ] {9855de85-8bcb-41e9-bce2-fff87f46d478} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:05.597720 [ 4 ] {9855de85-8bcb-41e9-bce2-fff87f46d478} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:08:05.597951 [ 4 ] {9855de85-8bcb-41e9-bce2-fff87f46d478} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:05.598103 [ 4 ] {9855de85-8bcb-41e9-bce2-fff87f46d478} executeQuery: Read 128 rows, 11.25 KiB in 0.001763 sec., 72603.51673284174 rows/sec., 6.23 MiB/sec. 2025.08.18 20:08:05.598150 [ 4 ] {9855de85-8bcb-41e9-bce2-fff87f46d478} TCPHandler: Processed in 0.002106567 sec. 2025.08.18 20:08:05.598277 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:05.598383 [ 4 ] {e883b204-82f4-4361-87c0-3d58a15a444d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:08:05.598428 [ 4 ] {e883b204-82f4-4361-87c0-3d58a15a444d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:08:05.598848 [ 4 ] {e883b204-82f4-4361-87c0-3d58a15a444d} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:05.598885 [ 4 ] {e883b204-82f4-4361-87c0-3d58a15a444d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:05.599195 [ 4 ] {e883b204-82f4-4361-87c0-3d58a15a444d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:08:05.599418 [ 4 ] {e883b204-82f4-4361-87c0-3d58a15a444d} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:05.599533 [ 55 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.18 20:08:05.599552 [ 4 ] {e883b204-82f4-4361-87c0-3d58a15a444d} executeQuery: Read 36 rows, 2.71 KiB in 0.001191 sec., 30226.700251889168 rows/sec., 2.22 MiB/sec. 2025.08.18 20:08:05.599604 [ 55 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:05.599613 [ 4 ] {e883b204-82f4-4361-87c0-3d58a15a444d} TCPHandler: Processed in 0.001391318 sec. 2025.08.18 20:08:05.599634 [ 55 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:05.599757 [ 196 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:08:05.599785 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:05.599889 [ 4 ] {5b885c0c-f252-42f8-b160-524ea9d2fb9e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:05.599907 [ 196 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:05.599932 [ 4 ] {5b885c0c-f252-42f8-b160-524ea9d2fb9e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:05.599966 [ 196 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 32 rows starting from the beginning of the part 2025.08.18 20:08:05.600106 [ 196 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:08:05.600177 [ 196 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.08.18 20:08:05.600235 [ 196 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:08:05.600281 [ 196 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part 2025.08.18 20:08:05.600325 [ 196 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:08:05.600414 [ 4 ] {5b885c0c-f252-42f8-b160-524ea9d2fb9e} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:05.600454 [ 4 ] {5b885c0c-f252-42f8-b160-524ea9d2fb9e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:05.600783 [ 4 ] {5b885c0c-f252-42f8-b160-524ea9d2fb9e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:08:05.601003 [ 4 ] {5b885c0c-f252-42f8-b160-524ea9d2fb9e} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:05.601133 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 128 rows, containing 5 columns (5 merged, 0 gathered) in 0.001425619 sec., 89785.55981647271 rows/sec., 6.96 MiB/sec. 2025.08.18 20:08:05.601137 [ 4 ] {5b885c0c-f252-42f8-b160-524ea9d2fb9e} executeQuery: Read 105 rows, 8.42 KiB in 0.001266 sec., 82938.38862559242 rows/sec., 6.49 MiB/sec. 2025.08.18 20:08:05.601194 [ 4 ] {5b885c0c-f252-42f8-b160-524ea9d2fb9e} TCPHandler: Processed in 0.001464359 sec. 2025.08.18 20:08:05.601270 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.18 20:08:05.601323 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:05.601422 [ 4 ] {1f56386f-a96f-41e4-9a51-82418a9e28fa} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:05.601468 [ 4 ] {1f56386f-a96f-41e4-9a51-82418a9e28fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:05.601515 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_6_1} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:05.601577 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_6_1} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.18 20:08:05.601630 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.18 20:08:05.601881 [ 4 ] {1f56386f-a96f-41e4-9a51-82418a9e28fa} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:05.601917 [ 4 ] {1f56386f-a96f-41e4-9a51-82418a9e28fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:05.602248 [ 4 ] {1f56386f-a96f-41e4-9a51-82418a9e28fa} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:08:05.602463 [ 4 ] {1f56386f-a96f-41e4-9a51-82418a9e28fa} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:05.602594 [ 4 ] {1f56386f-a96f-41e4-9a51-82418a9e28fa} executeQuery: Read 160 rows, 11.41 KiB in 0.00119 sec., 134453.78151260503 rows/sec., 9.36 MiB/sec. 2025.08.18 20:08:05.602634 [ 4 ] {1f56386f-a96f-41e4-9a51-82418a9e28fa} TCPHandler: Processed in 0.001361958 sec. 2025.08.18 20:08:05.602750 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:05.602847 [ 4 ] {548ad496-9ae4-44cf-9fcb-5f8a539f59b8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:05.602902 [ 4 ] {548ad496-9ae4-44cf-9fcb-5f8a539f59b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:08:05.603813 [ 4 ] {548ad496-9ae4-44cf-9fcb-5f8a539f59b8} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:05.603851 [ 4 ] {548ad496-9ae4-44cf-9fcb-5f8a539f59b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:05.604398 [ 4 ] {548ad496-9ae4-44cf-9fcb-5f8a539f59b8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:08:05.604621 [ 4 ] {548ad496-9ae4-44cf-9fcb-5f8a539f59b8} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:05.604763 [ 4 ] {548ad496-9ae4-44cf-9fcb-5f8a539f59b8} executeQuery: Read 36 rows, 66.06 KiB in 0.001933 sec., 18623.900672529748 rows/sec., 33.37 MiB/sec. 2025.08.18 20:08:05.604821 [ 4 ] {548ad496-9ae4-44cf-9fcb-5f8a539f59b8} TCPHandler: Processed in 0.002121238 sec. 2025.08.18 20:08:05.604940 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:05.605038 [ 4 ] {e2f9c0e2-a951-4db2-8812-761a7fd8377c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.18 20:08:05.605080 [ 4 ] {e2f9c0e2-a951-4db2-8812-761a7fd8377c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.18 20:08:05.605404 [ 4 ] {e2f9c0e2-a951-4db2-8812-761a7fd8377c} oximeter.measurements_i64 (a881824e-c05a-475d-9a3a-b675d6d480bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:05.605441 [ 4 ] {e2f9c0e2-a951-4db2-8812-761a7fd8377c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:05.605743 [ 4 ] {e2f9c0e2-a951-4db2-8812-761a7fd8377c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.08.18 20:08:05.605952 [ 4 ] {e2f9c0e2-a951-4db2-8812-761a7fd8377c} oximeter.measurements_i64 (a881824e-c05a-475d-9a3a-b675d6d480bc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:05.606079 [ 4 ] {e2f9c0e2-a951-4db2-8812-761a7fd8377c} executeQuery: Read 6 rows, 463.00 B in 0.001059 sec., 5665.7223796033995 rows/sec., 426.96 KiB/sec. 2025.08.18 20:08:05.606116 [ 4 ] {e2f9c0e2-a951-4db2-8812-761a7fd8377c} TCPHandler: Processed in 0.001227596 sec. 2025.08.18 20:08:05.606233 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:05.606330 [ 4 ] {defdaea3-c259-42a4-8b61-97dc07abe1d6} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:05.606370 [ 4 ] {defdaea3-c259-42a4-8b61-97dc07abe1d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:05.606703 [ 4 ] {defdaea3-c259-42a4-8b61-97dc07abe1d6} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:05.606739 [ 4 ] {defdaea3-c259-42a4-8b61-97dc07abe1d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.15 GiB. 2025.08.18 20:08:05.607037 [ 4 ] {defdaea3-c259-42a4-8b61-97dc07abe1d6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:08:05.607243 [ 4 ] {defdaea3-c259-42a4-8b61-97dc07abe1d6} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:05.607374 [ 4 ] {defdaea3-c259-42a4-8b61-97dc07abe1d6} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2025.08.18 20:08:05.607411 [ 4 ] {defdaea3-c259-42a4-8b61-97dc07abe1d6} TCPHandler: Processed in 0.001227856 sec. 2025.08.18 20:08:06.000359 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 178.25 MiB, peak 184.20 MiB, free memory in arenas 0.00 B, will set to 179.91 MiB (RSS), difference: 1.65 MiB 2025.08.18 20:08:09.510149 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:09.510417 [ 4 ] {e36e6cf8-a625-46c7-ada6-814b239a11fb} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:09.510505 [ 4 ] {e36e6cf8-a625-46c7-ada6-814b239a11fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:09.512210 [ 4 ] {e36e6cf8-a625-46c7-ada6-814b239a11fb} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:09.512270 [ 4 ] {e36e6cf8-a625-46c7-ada6-814b239a11fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:09.512855 [ 4 ] {e36e6cf8-a625-46c7-ada6-814b239a11fb} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:08:09.513140 [ 4 ] {e36e6cf8-a625-46c7-ada6-814b239a11fb} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:09.513335 [ 4 ] {e36e6cf8-a625-46c7-ada6-814b239a11fb} executeQuery: Read 1196 rows, 100.50 KiB in 0.002986 sec., 400535.8338914936 rows/sec., 32.87 MiB/sec. 2025.08.18 20:08:09.513339 [ 45 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.18 20:08:09.513388 [ 4 ] {e36e6cf8-a625-46c7-ada6-814b239a11fb} TCPHandler: Processed in 0.003459095 sec. 2025.08.18 20:08:09.513426 [ 45 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:09.513463 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:09.513550 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:09.513565 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:08:09.513666 [ 4 ] {13384c6b-208f-46f1-af4e-42d65586b7fd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:08:09.513672 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:09.513715 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1342 rows starting from the beginning of the part 2025.08.18 20:08:09.513720 [ 4 ] {13384c6b-208f-46f1-af4e-42d65586b7fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:08:09.513786 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2025.08.18 20:08:09.513833 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 225 rows starting from the beginning of the part 2025.08.18 20:08:09.513877 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2025.08.18 20:08:09.513920 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 128 rows starting from the beginning of the part 2025.08.18 20:08:09.513962 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1196 rows starting from the beginning of the part 2025.08.18 20:08:09.514321 [ 4 ] {13384c6b-208f-46f1-af4e-42d65586b7fd} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:09.514362 [ 4 ] {13384c6b-208f-46f1-af4e-42d65586b7fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:09.514748 [ 4 ] {13384c6b-208f-46f1-af4e-42d65586b7fd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:08:09.515008 [ 4 ] {13384c6b-208f-46f1-af4e-42d65586b7fd} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:09.515155 [ 4 ] {13384c6b-208f-46f1-af4e-42d65586b7fd} executeQuery: Read 228 rows, 15.81 KiB in 0.001513 sec., 150693.9854593523 rows/sec., 10.20 MiB/sec. 2025.08.18 20:08:09.515198 [ 4 ] {13384c6b-208f-46f1-af4e-42d65586b7fd} TCPHandler: Processed in 0.001706362 sec. 2025.08.18 20:08:09.515333 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:09.515356 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3003 rows, containing 5 columns (5 merged, 0 gathered) in 0.001809344 sec., 1659717.5550917902 rows/sec., 144.18 MiB/sec. 2025.08.18 20:08:09.515445 [ 4 ] {1da3b1b4-4500-454c-adca-3726e4a197d7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:09.515499 [ 4 ] {1da3b1b4-4500-454c-adca-3726e4a197d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:09.515782 [ 197 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.18 20:08:09.516180 [ 4 ] {1da3b1b4-4500-454c-adca-3726e4a197d7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:09.516183 [ 197 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:09.516230 [ 4 ] {1da3b1b4-4500-454c-adca-3726e4a197d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:09.516326 [ 197 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_11_2} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.18 20:08:09.516465 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2025.08.18 20:08:09.516677 [ 4 ] {1da3b1b4-4500-454c-adca-3726e4a197d7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:08:09.516954 [ 4 ] {1da3b1b4-4500-454c-adca-3726e4a197d7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:09.517094 [ 45 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.18 20:08:09.517103 [ 4 ] {1da3b1b4-4500-454c-adca-3726e4a197d7} executeQuery: Read 520 rows, 39.40 KiB in 0.001681 sec., 309339.67876264127 rows/sec., 22.89 MiB/sec. 2025.08.18 20:08:09.517147 [ 45 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:09.517167 [ 4 ] {1da3b1b4-4500-454c-adca-3726e4a197d7} TCPHandler: Processed in 0.001895155 sec. 2025.08.18 20:08:09.517187 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:09.517273 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:08:09.517307 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:09.517356 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:09.517381 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 578 rows starting from the beginning of the part 2025.08.18 20:08:09.517408 [ 4 ] {a81fe8f0-5047-4dab-94fe-00f2e7072fa8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:09.517426 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2025.08.18 20:08:09.517463 [ 4 ] {a81fe8f0-5047-4dab-94fe-00f2e7072fa8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:09.517474 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 139 rows starting from the beginning of the part 2025.08.18 20:08:09.517514 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2025.08.18 20:08:09.517580 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 105 rows starting from the beginning of the part 2025.08.18 20:08:09.517616 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 520 rows starting from the beginning of the part 2025.08.18 20:08:09.518208 [ 4 ] {a81fe8f0-5047-4dab-94fe-00f2e7072fa8} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:09.518249 [ 4 ] {a81fe8f0-5047-4dab-94fe-00f2e7072fa8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:09.518520 [ 197 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1470 rows, containing 5 columns (5 merged, 0 gathered) in 0.001271396 sec., 1156209.3950271986 rows/sec., 91.98 MiB/sec. 2025.08.18 20:08:09.518674 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.18 20:08:09.518737 [ 4 ] {a81fe8f0-5047-4dab-94fe-00f2e7072fa8} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:08:09.518914 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:09.518982 [ 196 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_11_2} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.18 20:08:09.519039 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.18 20:08:09.519040 [ 4 ] {a81fe8f0-5047-4dab-94fe-00f2e7072fa8} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:09.519183 [ 45 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.18 20:08:09.519196 [ 4 ] {a81fe8f0-5047-4dab-94fe-00f2e7072fa8} executeQuery: Read 974 rows, 66.96 KiB in 0.001808 sec., 538716.814159292 rows/sec., 36.17 MiB/sec. 2025.08.18 20:08:09.519238 [ 45 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:09.519258 [ 4 ] {a81fe8f0-5047-4dab-94fe-00f2e7072fa8} TCPHandler: Processed in 0.002007176 sec. 2025.08.18 20:08:09.519267 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:09.519375 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:08:09.519407 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:09.519482 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:09.519509 [ 4 ] {b7ab00e6-b20b-49c4-a2e0-62968ec98294} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:09.519518 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2918 rows starting from the beginning of the part 2025.08.18 20:08:09.519585 [ 4 ] {b7ab00e6-b20b-49c4-a2e0-62968ec98294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:09.519661 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2025.08.18 20:08:09.519737 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 197 rows starting from the beginning of the part 2025.08.18 20:08:09.519804 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:08:09.519880 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part 2025.08.18 20:08:09.519958 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 974 rows starting from the beginning of the part 2025.08.18 20:08:09.520034 [ 4 ] {b7ab00e6-b20b-49c4-a2e0-62968ec98294} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:09.520074 [ 4 ] {b7ab00e6-b20b-49c4-a2e0-62968ec98294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:09.520490 [ 4 ] {b7ab00e6-b20b-49c4-a2e0-62968ec98294} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:08:09.520806 [ 4 ] {b7ab00e6-b20b-49c4-a2e0-62968ec98294} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:09.521339 [ 45 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.18 20:08:09.521365 [ 4 ] {b7ab00e6-b20b-49c4-a2e0-62968ec98294} executeQuery: Read 48 rows, 3.31 KiB in 0.001876 sec., 25586.3539445629 rows/sec., 1.72 MiB/sec. 2025.08.18 20:08:09.521384 [ 45 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:09.521421 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:09.521423 [ 4 ] {b7ab00e6-b20b-49c4-a2e0-62968ec98294} TCPHandler: Processed in 0.002073047 sec. 2025.08.18 20:08:09.521497 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:08:09.521567 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:09.521592 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part 2025.08.18 20:08:09.521634 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:08:09.521668 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part 2025.08.18 20:08:09.521702 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:08:09.521734 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part 2025.08.18 20:08:09.521767 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part 2025.08.18 20:08:09.522419 [ 195 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4569 rows, containing 5 columns (5 merged, 0 gathered) in 0.00307623 sec., 1485259.5547146995 rows/sec., 101.41 MiB/sec. 2025.08.18 20:08:09.522501 [ 197 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 588 rows, containing 4 columns (4 merged, 0 gathered) in 0.001031933 sec., 569804.4349778522 rows/sec., 38.40 MiB/sec. 2025.08.18 20:08:09.522732 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.18 20:08:09.522786 [ 194 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.18 20:08:09.523048 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:09.523127 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_11_2} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.18 20:08:09.523190 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2025.08.18 20:08:09.523249 [ 199 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_11_2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:09.523389 [ 199 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_11_2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.18 20:08:09.523513 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2025.08.18 20:08:10.588387 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:10.588591 [ 4 ] {6f8b000b-45a9-421a-b126-c2dabf295723} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:10.588667 [ 4 ] {6f8b000b-45a9-421a-b126-c2dabf295723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:10.589373 [ 4 ] {6f8b000b-45a9-421a-b126-c2dabf295723} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:10.589423 [ 4 ] {6f8b000b-45a9-421a-b126-c2dabf295723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:10.589817 [ 4 ] {6f8b000b-45a9-421a-b126-c2dabf295723} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:08:10.590052 [ 4 ] {6f8b000b-45a9-421a-b126-c2dabf295723} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:10.590215 [ 4 ] {6f8b000b-45a9-421a-b126-c2dabf295723} executeQuery: Read 56 rows, 4.38 KiB in 0.001679 sec., 33353.18642048839 rows/sec., 2.55 MiB/sec. 2025.08.18 20:08:10.590265 [ 4 ] {6f8b000b-45a9-421a-b126-c2dabf295723} TCPHandler: Processed in 0.002019117 sec. 2025.08.18 20:08:10.590390 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:10.590497 [ 4 ] {6792682b-ac82-43ee-a412-825f7004ee50} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:10.590540 [ 4 ] {6792682b-ac82-43ee-a412-825f7004ee50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:10.590987 [ 4 ] {6792682b-ac82-43ee-a412-825f7004ee50} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:10.591024 [ 4 ] {6792682b-ac82-43ee-a412-825f7004ee50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:10.591354 [ 4 ] {6792682b-ac82-43ee-a412-825f7004ee50} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:08:10.591569 [ 4 ] {6792682b-ac82-43ee-a412-825f7004ee50} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:10.591700 [ 4 ] {6792682b-ac82-43ee-a412-825f7004ee50} executeQuery: Read 64 rows, 5.12 KiB in 0.001227 sec., 52159.73920130399 rows/sec., 4.07 MiB/sec. 2025.08.18 20:08:10.591741 [ 4 ] {6792682b-ac82-43ee-a412-825f7004ee50} TCPHandler: Processed in 0.001403978 sec. 2025.08.18 20:08:10.591861 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:10.591959 [ 4 ] {cbe7c35b-c9fc-4ce7-a8f1-8abf801cc83c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:10.592004 [ 4 ] {cbe7c35b-c9fc-4ce7-a8f1-8abf801cc83c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:10.592379 [ 4 ] {cbe7c35b-c9fc-4ce7-a8f1-8abf801cc83c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:10.592414 [ 4 ] {cbe7c35b-c9fc-4ce7-a8f1-8abf801cc83c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:10.592741 [ 4 ] {cbe7c35b-c9fc-4ce7-a8f1-8abf801cc83c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:08:10.592950 [ 4 ] {cbe7c35b-c9fc-4ce7-a8f1-8abf801cc83c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:10.593080 [ 4 ] {cbe7c35b-c9fc-4ce7-a8f1-8abf801cc83c} executeQuery: Read 32 rows, 2.28 KiB in 0.00114 sec., 28070.175438596492 rows/sec., 1.96 MiB/sec. 2025.08.18 20:08:10.593118 [ 4 ] {cbe7c35b-c9fc-4ce7-a8f1-8abf801cc83c} TCPHandler: Processed in 0.001308227 sec. 2025.08.18 20:08:10.593222 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:10.593318 [ 4 ] {97ce6a9a-ca48-4576-8e2f-2cbfb7b32eff} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:10.593361 [ 4 ] {97ce6a9a-ca48-4576-8e2f-2cbfb7b32eff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:10.593685 [ 4 ] {97ce6a9a-ca48-4576-8e2f-2cbfb7b32eff} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:10.593720 [ 4 ] {97ce6a9a-ca48-4576-8e2f-2cbfb7b32eff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:10.594017 [ 4 ] {97ce6a9a-ca48-4576-8e2f-2cbfb7b32eff} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:08:10.594222 [ 4 ] {97ce6a9a-ca48-4576-8e2f-2cbfb7b32eff} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:10.594352 [ 4 ] {97ce6a9a-ca48-4576-8e2f-2cbfb7b32eff} executeQuery: Read 12 rows, 848.00 B in 0.001051 sec., 11417.697431018078 rows/sec., 787.94 KiB/sec. 2025.08.18 20:08:10.594388 [ 4 ] {97ce6a9a-ca48-4576-8e2f-2cbfb7b32eff} TCPHandler: Processed in 0.001216166 sec. 2025.08.18 20:08:11.507129 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4209 2025.08.18 20:08:11.507601 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:11.507650 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:11.508160 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:08:11.508401 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:11.508539 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4209 2025.08.18 20:08:11.730601 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.08.18 20:08:11.748500 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:11.748560 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:11.754937 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:08:11.755628 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:11.758539 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.08.18 20:08:12.000246 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 181.62 MiB, peak 187.56 MiB, free memory in arenas 0.00 B, will set to 183.37 MiB (RSS), difference: 1.75 MiB 2025.08.18 20:08:14.013133 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 308 2025.08.18 20:08:14.015502 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:14.015557 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:14.016765 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:08:14.017045 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:14.017192 [ 39 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.18 20:08:14.017257 [ 39 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:14.017279 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:14.017368 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 308 2025.08.18 20:08:14.017387 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:08:14.017960 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:14.018121 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:08:14.018501 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 82 rows starting from the beginning of the part 2025.08.18 20:08:14.018858 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 48 rows starting from the beginning of the part 2025.08.18 20:08:14.019193 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part 2025.08.18 20:08:14.019557 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 38 rows starting from the beginning of the part 2025.08.18 20:08:14.019885 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 32 rows starting from the beginning of the part 2025.08.18 20:08:14.026296 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 308 rows, containing 72 columns (72 merged, 0 gathered) in 0.008989077 sec., 34263.807062727356 rows/sec., 33.84 MiB/sec. 2025.08.18 20:08:14.027202 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.18 20:08:14.027876 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:14.027970 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_6_1} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.18 20:08:14.028219 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. 2025.08.18 20:08:15.597455 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:15.597637 [ 4 ] {4dea240c-e4d0-4dcf-a138-eff1046d893c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:15.597702 [ 4 ] {4dea240c-e4d0-4dcf-a138-eff1046d893c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:15.598351 [ 4 ] {4dea240c-e4d0-4dcf-a138-eff1046d893c} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:15.598393 [ 4 ] {4dea240c-e4d0-4dcf-a138-eff1046d893c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:15.598778 [ 4 ] {4dea240c-e4d0-4dcf-a138-eff1046d893c} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:08:15.598998 [ 4 ] {4dea240c-e4d0-4dcf-a138-eff1046d893c} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:15.599218 [ 4 ] {4dea240c-e4d0-4dcf-a138-eff1046d893c} executeQuery: Read 128 rows, 11.25 KiB in 0.001628 sec., 78624.07862407863 rows/sec., 6.75 MiB/sec. 2025.08.18 20:08:15.599262 [ 4 ] {4dea240c-e4d0-4dcf-a138-eff1046d893c} TCPHandler: Processed in 0.001933326 sec. 2025.08.18 20:08:15.599386 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:15.599482 [ 4 ] {e37e14a1-0f80-403d-a37d-8455940cee07} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:08:15.599522 [ 4 ] {e37e14a1-0f80-403d-a37d-8455940cee07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:08:15.599935 [ 4 ] {e37e14a1-0f80-403d-a37d-8455940cee07} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:15.599973 [ 4 ] {e37e14a1-0f80-403d-a37d-8455940cee07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:15.600261 [ 4 ] {e37e14a1-0f80-403d-a37d-8455940cee07} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:08:15.600468 [ 4 ] {e37e14a1-0f80-403d-a37d-8455940cee07} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:15.600593 [ 4 ] {e37e14a1-0f80-403d-a37d-8455940cee07} executeQuery: Read 36 rows, 2.71 KiB in 0.001128 sec., 31914.893617021273 rows/sec., 2.34 MiB/sec. 2025.08.18 20:08:15.600632 [ 4 ] {e37e14a1-0f80-403d-a37d-8455940cee07} TCPHandler: Processed in 0.001294026 sec. 2025.08.18 20:08:15.600742 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:15.600835 [ 4 ] {8b5f9efe-35c4-4eb7-99c0-64618a98fb48} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:15.600874 [ 4 ] {8b5f9efe-35c4-4eb7-99c0-64618a98fb48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:15.601307 [ 4 ] {8b5f9efe-35c4-4eb7-99c0-64618a98fb48} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:15.601343 [ 4 ] {8b5f9efe-35c4-4eb7-99c0-64618a98fb48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:15.601637 [ 4 ] {8b5f9efe-35c4-4eb7-99c0-64618a98fb48} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:08:15.601840 [ 4 ] {8b5f9efe-35c4-4eb7-99c0-64618a98fb48} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:15.601964 [ 4 ] {8b5f9efe-35c4-4eb7-99c0-64618a98fb48} executeQuery: Read 100 rows, 8.00 KiB in 0.001146 sec., 87260.03490401396 rows/sec., 6.82 MiB/sec. 2025.08.18 20:08:15.602003 [ 4 ] {8b5f9efe-35c4-4eb7-99c0-64618a98fb48} TCPHandler: Processed in 0.001308668 sec. 2025.08.18 20:08:15.602116 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:15.602210 [ 4 ] {28ad3661-37e6-486f-bd71-2bd6b9230644} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:15.602252 [ 4 ] {28ad3661-37e6-486f-bd71-2bd6b9230644} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:15.602681 [ 4 ] {28ad3661-37e6-486f-bd71-2bd6b9230644} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:15.602716 [ 4 ] {28ad3661-37e6-486f-bd71-2bd6b9230644} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:15.603036 [ 4 ] {28ad3661-37e6-486f-bd71-2bd6b9230644} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:08:15.603251 [ 4 ] {28ad3661-37e6-486f-bd71-2bd6b9230644} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:15.603369 [ 4 ] {28ad3661-37e6-486f-bd71-2bd6b9230644} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2025.08.18 20:08:15.603404 [ 4 ] {28ad3661-37e6-486f-bd71-2bd6b9230644} TCPHandler: Processed in 0.001356578 sec. 2025.08.18 20:08:15.603504 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:15.603592 [ 4 ] {1c64439d-4b1c-430b-891a-324abe7979bf} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:15.603640 [ 4 ] {1c64439d-4b1c-430b-891a-324abe7979bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:08:15.604515 [ 4 ] {1c64439d-4b1c-430b-891a-324abe7979bf} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:15.604551 [ 4 ] {1c64439d-4b1c-430b-891a-324abe7979bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:15.605101 [ 4 ] {1c64439d-4b1c-430b-891a-324abe7979bf} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:08:15.605326 [ 4 ] {1c64439d-4b1c-430b-891a-324abe7979bf} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:15.605457 [ 4 ] {1c64439d-4b1c-430b-891a-324abe7979bf} executeQuery: Read 36 rows, 66.06 KiB in 0.001847 sec., 19491.066594477532 rows/sec., 34.93 MiB/sec. 2025.08.18 20:08:15.605457 [ 38 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.08.18 20:08:15.605509 [ 4 ] {1c64439d-4b1c-430b-891a-324abe7979bf} TCPHandler: Processed in 0.002024946 sec. 2025.08.18 20:08:15.605542 [ 38 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:15.605571 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:15.605639 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:15.605685 [ 192 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:08:15.605738 [ 4 ] {c67f4955-e6ab-4337-92f5-9fde226ff0ca} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:15.605779 [ 4 ] {c67f4955-e6ab-4337-92f5-9fde226ff0ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:15.605890 [ 192 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:15.605942 [ 192 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:08:15.606067 [ 192 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:08:15.606115 [ 4 ] {c67f4955-e6ab-4337-92f5-9fde226ff0ca} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:15.606151 [ 4 ] {c67f4955-e6ab-4337-92f5-9fde226ff0ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:15.606163 [ 192 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:08:15.606250 [ 192 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:08:15.606333 [ 192 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2025.08.18 20:08:15.606416 [ 192 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:08:15.606458 [ 4 ] {c67f4955-e6ab-4337-92f5-9fde226ff0ca} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:08:15.606670 [ 4 ] {c67f4955-e6ab-4337-92f5-9fde226ff0ca} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:15.606798 [ 4 ] {c67f4955-e6ab-4337-92f5-9fde226ff0ca} executeQuery: Read 60 rows, 4.14 KiB in 0.001077 sec., 55710.30640668523 rows/sec., 3.75 MiB/sec. 2025.08.18 20:08:15.606835 [ 4 ] {c67f4955-e6ab-4337-92f5-9fde226ff0ca} TCPHandler: Processed in 0.001250726 sec. 2025.08.18 20:08:15.608030 [ 194 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 19 columns (19 merged, 0 gathered) in 0.002385891 sec., 52810.459488719316 rows/sec., 94.63 MiB/sec. 2025.08.18 20:08:15.608566 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.08.18 20:08:15.609025 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_6_1} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:15.609106 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_6_1} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.08.18 20:08:15.609229 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2025.08.18 20:08:18.933540 [ 34 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:08:18.933605 [ 34 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:08:19.009313 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4697 2025.08.18 20:08:19.009842 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:19.009886 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:19.010491 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:08:19.010726 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:19.010858 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4697 2025.08.18 20:08:19.259348 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.08.18 20:08:19.276631 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:19.276692 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:19.281959 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:08:19.282632 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:19.285660 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.08.18 20:08:20.595556 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:20.595739 [ 4 ] {2dc3a1e4-5be0-494b-ac09-533cb69c48c6} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:20.595809 [ 4 ] {2dc3a1e4-5be0-494b-ac09-533cb69c48c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:20.596482 [ 4 ] {2dc3a1e4-5be0-494b-ac09-533cb69c48c6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:20.596532 [ 4 ] {2dc3a1e4-5be0-494b-ac09-533cb69c48c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:20.596935 [ 4 ] {2dc3a1e4-5be0-494b-ac09-533cb69c48c6} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:08:20.597178 [ 4 ] {2dc3a1e4-5be0-494b-ac09-533cb69c48c6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:20.597341 [ 4 ] {2dc3a1e4-5be0-494b-ac09-533cb69c48c6} executeQuery: Read 56 rows, 4.38 KiB in 0.001651 sec., 33918.83706844337 rows/sec., 2.59 MiB/sec. 2025.08.18 20:08:20.597391 [ 4 ] {2dc3a1e4-5be0-494b-ac09-533cb69c48c6} TCPHandler: Processed in 0.001968896 sec. 2025.08.18 20:08:20.597525 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:20.597631 [ 4 ] {fab29b89-03d7-43a8-b066-d986e9928051} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:20.597675 [ 4 ] {fab29b89-03d7-43a8-b066-d986e9928051} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:20.598126 [ 4 ] {fab29b89-03d7-43a8-b066-d986e9928051} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:20.598165 [ 4 ] {fab29b89-03d7-43a8-b066-d986e9928051} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:20.598486 [ 4 ] {fab29b89-03d7-43a8-b066-d986e9928051} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:08:20.598700 [ 4 ] {fab29b89-03d7-43a8-b066-d986e9928051} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:20.598833 [ 4 ] {fab29b89-03d7-43a8-b066-d986e9928051} executeQuery: Read 64 rows, 5.12 KiB in 0.001225 sec., 52244.897959183676 rows/sec., 4.08 MiB/sec. 2025.08.18 20:08:20.598873 [ 4 ] {fab29b89-03d7-43a8-b066-d986e9928051} TCPHandler: Processed in 0.001401388 sec. 2025.08.18 20:08:20.599000 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:20.599098 [ 4 ] {b5cf9826-43da-4fd2-9df7-f2607a84f6be} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:20.599142 [ 4 ] {b5cf9826-43da-4fd2-9df7-f2607a84f6be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:20.599579 [ 4 ] {b5cf9826-43da-4fd2-9df7-f2607a84f6be} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:20.599618 [ 4 ] {b5cf9826-43da-4fd2-9df7-f2607a84f6be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:20.599948 [ 4 ] {b5cf9826-43da-4fd2-9df7-f2607a84f6be} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:08:20.600162 [ 4 ] {b5cf9826-43da-4fd2-9df7-f2607a84f6be} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:20.600293 [ 4 ] {b5cf9826-43da-4fd2-9df7-f2607a84f6be} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2025.08.18 20:08:20.600334 [ 4 ] {b5cf9826-43da-4fd2-9df7-f2607a84f6be} TCPHandler: Processed in 0.001384928 sec. 2025.08.18 20:08:20.600459 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:20.600557 [ 4 ] {2a2cc845-1cc8-4698-8678-6fc70e423d0d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:20.600599 [ 4 ] {2a2cc845-1cc8-4698-8678-6fc70e423d0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:20.600940 [ 4 ] {2a2cc845-1cc8-4698-8678-6fc70e423d0d} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:20.600977 [ 4 ] {2a2cc845-1cc8-4698-8678-6fc70e423d0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:20.601282 [ 4 ] {2a2cc845-1cc8-4698-8678-6fc70e423d0d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:08:20.601506 [ 4 ] {2a2cc845-1cc8-4698-8678-6fc70e423d0d} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:20.601641 [ 4 ] {2a2cc845-1cc8-4698-8678-6fc70e423d0d} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2025.08.18 20:08:20.601679 [ 4 ] {2a2cc845-1cc8-4698-8678-6fc70e423d0d} TCPHandler: Processed in 0.001271966 sec. 2025.08.18 20:08:24.017828 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 328 2025.08.18 20:08:24.020090 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:24.020152 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:24.021333 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:08:24.021602 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:24.021930 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 328 2025.08.18 20:08:25.599839 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.600024 [ 4 ] {87c20f2d-d5d7-4c90-9ab6-ba89419e8140} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:08:25.600092 [ 4 ] {87c20f2d-d5d7-4c90-9ab6-ba89419e8140} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:08:25.600786 [ 4 ] {87c20f2d-d5d7-4c90-9ab6-ba89419e8140} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.600837 [ 4 ] {87c20f2d-d5d7-4c90-9ab6-ba89419e8140} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.601256 [ 4 ] {87c20f2d-d5d7-4c90-9ab6-ba89419e8140} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:08:25.601490 [ 4 ] {87c20f2d-d5d7-4c90-9ab6-ba89419e8140} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.601653 [ 4 ] {87c20f2d-d5d7-4c90-9ab6-ba89419e8140} executeQuery: Read 24 rows, 2.04 KiB in 0.001677 sec., 14311.270125223613 rows/sec., 1.19 MiB/sec. 2025.08.18 20:08:25.601709 [ 4 ] {87c20f2d-d5d7-4c90-9ab6-ba89419e8140} TCPHandler: Processed in 0.002004226 sec. 2025.08.18 20:08:25.601838 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.601946 [ 4 ] {dce22e3e-cbeb-4758-b46e-3a95aaabb575} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:08:25.601993 [ 4 ] {dce22e3e-cbeb-4758-b46e-3a95aaabb575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:08:25.602426 [ 4 ] {dce22e3e-cbeb-4758-b46e-3a95aaabb575} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.602466 [ 4 ] {dce22e3e-cbeb-4758-b46e-3a95aaabb575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.602777 [ 4 ] {dce22e3e-cbeb-4758-b46e-3a95aaabb575} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:08:25.602995 [ 4 ] {dce22e3e-cbeb-4758-b46e-3a95aaabb575} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.603134 [ 4 ] {dce22e3e-cbeb-4758-b46e-3a95aaabb575} executeQuery: Read 14 rows, 1.14 KiB in 0.00121 sec., 11570.247933884299 rows/sec., 943.47 KiB/sec. 2025.08.18 20:08:25.603178 [ 4 ] {dce22e3e-cbeb-4758-b46e-3a95aaabb575} TCPHandler: Processed in 0.001394228 sec. 2025.08.18 20:08:25.603297 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.603398 [ 4 ] {3e0a8299-9314-4907-93c0-5db9bf029153} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:25.603440 [ 4 ] {3e0a8299-9314-4907-93c0-5db9bf029153} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:25.604001 [ 4 ] {3e0a8299-9314-4907-93c0-5db9bf029153} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.604039 [ 4 ] {3e0a8299-9314-4907-93c0-5db9bf029153} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.604367 [ 4 ] {3e0a8299-9314-4907-93c0-5db9bf029153} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:08:25.604583 [ 4 ] {3e0a8299-9314-4907-93c0-5db9bf029153} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.604716 [ 4 ] {3e0a8299-9314-4907-93c0-5db9bf029153} executeQuery: Read 265 rows, 24.18 KiB in 0.001338 sec., 198056.80119581465 rows/sec., 17.65 MiB/sec. 2025.08.18 20:08:25.604757 [ 4 ] {3e0a8299-9314-4907-93c0-5db9bf029153} TCPHandler: Processed in 0.00151197 sec. 2025.08.18 20:08:25.604894 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.605011 [ 4 ] {f34b75cb-4fc2-467b-b330-fa01b46ac44d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:08:25.605064 [ 4 ] {f34b75cb-4fc2-467b-b330-fa01b46ac44d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:08:25.607660 [ 4 ] {f34b75cb-4fc2-467b-b330-fa01b46ac44d} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.607736 [ 4 ] {f34b75cb-4fc2-467b-b330-fa01b46ac44d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.608174 [ 4 ] {f34b75cb-4fc2-467b-b330-fa01b46ac44d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:08:25.608431 [ 4 ] {f34b75cb-4fc2-467b-b330-fa01b46ac44d} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.608626 [ 4 ] {f34b75cb-4fc2-467b-b330-fa01b46ac44d} executeQuery: Read 67 rows, 5.02 KiB in 0.003637 sec., 18421.776189166896 rows/sec., 1.35 MiB/sec. 2025.08.18 20:08:25.608700 [ 4 ] {f34b75cb-4fc2-467b-b330-fa01b46ac44d} TCPHandler: Processed in 0.00386708 sec. 2025.08.18 20:08:25.608849 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.608967 [ 4 ] {c46261d7-08d0-483f-959d-2fd23814f365} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:08:25.609014 [ 4 ] {c46261d7-08d0-483f-959d-2fd23814f365} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:08:25.609504 [ 4 ] {c46261d7-08d0-483f-959d-2fd23814f365} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.609542 [ 4 ] {c46261d7-08d0-483f-959d-2fd23814f365} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.609890 [ 4 ] {c46261d7-08d0-483f-959d-2fd23814f365} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:08:25.610107 [ 4 ] {c46261d7-08d0-483f-959d-2fd23814f365} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.610281 [ 4 ] {c46261d7-08d0-483f-959d-2fd23814f365} executeQuery: Read 24 rows, 2.04 KiB in 0.001335 sec., 17977.52808988764 rows/sec., 1.49 MiB/sec. 2025.08.18 20:08:25.610327 [ 4 ] {c46261d7-08d0-483f-959d-2fd23814f365} TCPHandler: Processed in 0.00153985 sec. 2025.08.18 20:08:25.610445 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.610542 [ 4 ] {929f7614-7164-4986-8691-2c214269d85c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:08:25.610584 [ 4 ] {929f7614-7164-4986-8691-2c214269d85c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:08:25.610986 [ 4 ] {929f7614-7164-4986-8691-2c214269d85c} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.611025 [ 4 ] {929f7614-7164-4986-8691-2c214269d85c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.611337 [ 4 ] {929f7614-7164-4986-8691-2c214269d85c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:08:25.611564 [ 4 ] {929f7614-7164-4986-8691-2c214269d85c} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.611705 [ 4 ] {929f7614-7164-4986-8691-2c214269d85c} executeQuery: Read 12 rows, 960.00 B in 0.00118 sec., 10169.491525423728 rows/sec., 794.49 KiB/sec. 2025.08.18 20:08:25.611742 [ 4 ] {929f7614-7164-4986-8691-2c214269d85c} TCPHandler: Processed in 0.001349058 sec. 2025.08.18 20:08:25.611854 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.611948 [ 4 ] {a0314094-6704-44da-bf83-1b3d464f2340} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:25.611987 [ 4 ] {a0314094-6704-44da-bf83-1b3d464f2340} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:25.612456 [ 4 ] {a0314094-6704-44da-bf83-1b3d464f2340} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.612492 [ 4 ] {a0314094-6704-44da-bf83-1b3d464f2340} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.612801 [ 4 ] {a0314094-6704-44da-bf83-1b3d464f2340} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:08:25.613009 [ 4 ] {a0314094-6704-44da-bf83-1b3d464f2340} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.613140 [ 4 ] {a0314094-6704-44da-bf83-1b3d464f2340} executeQuery: Read 158 rows, 13.04 KiB in 0.001209 sec., 130686.51778329197 rows/sec., 10.53 MiB/sec. 2025.08.18 20:08:25.613177 [ 4 ] {a0314094-6704-44da-bf83-1b3d464f2340} TCPHandler: Processed in 0.001372758 sec. 2025.08.18 20:08:25.613294 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.613388 [ 4 ] {893a27e4-721a-4299-afa7-84cf9814b986} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:25.613430 [ 4 ] {893a27e4-721a-4299-afa7-84cf9814b986} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:25.613843 [ 4 ] {893a27e4-721a-4299-afa7-84cf9814b986} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.613879 [ 4 ] {893a27e4-721a-4299-afa7-84cf9814b986} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.614221 [ 4 ] {893a27e4-721a-4299-afa7-84cf9814b986} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:08:25.614434 [ 4 ] {893a27e4-721a-4299-afa7-84cf9814b986} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.614563 [ 4 ] {893a27e4-721a-4299-afa7-84cf9814b986} executeQuery: Read 203 rows, 14.89 KiB in 0.001193 sec., 170159.26236378876 rows/sec., 12.19 MiB/sec. 2025.08.18 20:08:25.614600 [ 4 ] {893a27e4-721a-4299-afa7-84cf9814b986} TCPHandler: Processed in 0.001357068 sec. 2025.08.18 20:08:25.614725 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.614819 [ 4 ] {77780745-b538-4210-9a8d-f292776eb0d1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:25.614872 [ 4 ] {77780745-b538-4210-9a8d-f292776eb0d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:08:25.615719 [ 4 ] {77780745-b538-4210-9a8d-f292776eb0d1} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.615763 [ 4 ] {77780745-b538-4210-9a8d-f292776eb0d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.616337 [ 4 ] {77780745-b538-4210-9a8d-f292776eb0d1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:08:25.616561 [ 4 ] {77780745-b538-4210-9a8d-f292776eb0d1} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.616697 [ 4 ] {77780745-b538-4210-9a8d-f292776eb0d1} executeQuery: Read 41 rows, 75.23 KiB in 0.001896 sec., 21624.472573839663 rows/sec., 38.75 MiB/sec. 2025.08.18 20:08:25.616760 [ 4 ] {77780745-b538-4210-9a8d-f292776eb0d1} TCPHandler: Processed in 0.002085067 sec. 2025.08.18 20:08:25.616880 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.616975 [ 4 ] {2a097ee6-1c92-4d43-b4fa-ca5d38b449db} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.08.18 20:08:25.617017 [ 4 ] {2a097ee6-1c92-4d43-b4fa-ca5d38b449db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.08.18 20:08:25.617334 [ 4 ] {2a097ee6-1c92-4d43-b4fa-ca5d38b449db} oximeter.measurements_i64 (a881824e-c05a-475d-9a3a-b675d6d480bc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.617369 [ 4 ] {2a097ee6-1c92-4d43-b4fa-ca5d38b449db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.617666 [ 4 ] {2a097ee6-1c92-4d43-b4fa-ca5d38b449db} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.08.18 20:08:25.617875 [ 4 ] {2a097ee6-1c92-4d43-b4fa-ca5d38b449db} oximeter.measurements_i64 (a881824e-c05a-475d-9a3a-b675d6d480bc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.618003 [ 4 ] {2a097ee6-1c92-4d43-b4fa-ca5d38b449db} executeQuery: Read 3 rows, 217.00 B in 0.001046 sec., 2868.0688336520075 rows/sec., 202.59 KiB/sec. 2025.08.18 20:08:25.618040 [ 4 ] {2a097ee6-1c92-4d43-b4fa-ca5d38b449db} TCPHandler: Processed in 0.001210736 sec. 2025.08.18 20:08:25.618166 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:25.618262 [ 4 ] {c6f33551-0dff-462b-b98c-0555f2c8e031} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:25.618303 [ 4 ] {c6f33551-0dff-462b-b98c-0555f2c8e031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:25.618641 [ 4 ] {c6f33551-0dff-462b-b98c-0555f2c8e031} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:25.618675 [ 4 ] {c6f33551-0dff-462b-b98c-0555f2c8e031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:25.618979 [ 4 ] {c6f33551-0dff-462b-b98c-0555f2c8e031} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:08:25.619195 [ 4 ] {c6f33551-0dff-462b-b98c-0555f2c8e031} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:25.619326 [ 4 ] {c6f33551-0dff-462b-b98c-0555f2c8e031} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.08.18 20:08:25.619361 [ 4 ] {c6f33551-0dff-462b-b98c-0555f2c8e031} TCPHandler: Processed in 0.001247526 sec. 2025.08.18 20:08:26.511695 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5124 2025.08.18 20:08:26.512183 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:26.512234 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:26.512734 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:08:26.512983 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:26.513130 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5124 2025.08.18 20:08:26.513145 [ 95 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.18 20:08:26.513214 [ 95 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:26.513234 [ 95 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:26.513337 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:08:26.513443 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:26.513478 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2867 rows starting from the beginning of the part 2025.08.18 20:08:26.513543 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part 2025.08.18 20:08:26.513591 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part 2025.08.18 20:08:26.513643 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part 2025.08.18 20:08:26.513686 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part 2025.08.18 20:08:26.513728 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part 2025.08.18 20:08:26.515111 [ 194 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5124 rows, containing 4 columns (4 merged, 0 gathered) in 0.001813543 sec., 2825408.60624755 rows/sec., 40.42 MiB/sec. 2025.08.18 20:08:26.515760 [ 187 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.18 20:08:26.516114 [ 187 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:26.516204 [ 187 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_11_2} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.18 20:08:26.516308 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.08.18 20:08:26.786490 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.08.18 20:08:26.804661 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:26.804720 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:26.811064 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:08:26.811891 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:26.812171 [ 63 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.18 20:08:26.812209 [ 63 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:26.812235 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.14 GiB. 2025.08.18 20:08:26.812368 [ 192 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:08:26.816310 [ 192 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:26.816683 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.08.18 20:08:26.817809 [ 192 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:08:26.822747 [ 192 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:08:26.827159 [ 192 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:08:26.832024 [ 192 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:08:26.836196 [ 192 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:08:26.840324 [ 192 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:08:26.896495 [ 194 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.084186626 sec., 985.9048158076795 rows/sec., 5.10 MiB/sec. 2025.08.18 20:08:26.898967 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.18 20:08:26.901104 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_11_2} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:26.901227 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_11_2} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.18 20:08:26.903102 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.08.18 20:08:27.001144 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 185.49 MiB, peak 195.37 MiB, free memory in arenas 0.00 B, will set to 192.96 MiB (RSS), difference: 7.47 MiB 2025.08.18 20:08:30.594582 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:30.594798 [ 4 ] {0f095f73-577b-476a-a80e-daf76341ad2b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:30.594872 [ 4 ] {0f095f73-577b-476a-a80e-daf76341ad2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:30.595528 [ 4 ] {0f095f73-577b-476a-a80e-daf76341ad2b} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:30.595578 [ 4 ] {0f095f73-577b-476a-a80e-daf76341ad2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:30.595969 [ 4 ] {0f095f73-577b-476a-a80e-daf76341ad2b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:08:30.596204 [ 4 ] {0f095f73-577b-476a-a80e-daf76341ad2b} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:30.596329 [ 135 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.18 20:08:30.596350 [ 4 ] {0f095f73-577b-476a-a80e-daf76341ad2b} executeQuery: Read 56 rows, 4.38 KiB in 0.001608 sec., 34825.87064676617 rows/sec., 2.66 MiB/sec. 2025.08.18 20:08:30.596401 [ 135 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:30.596412 [ 4 ] {0f095f73-577b-476a-a80e-daf76341ad2b} TCPHandler: Processed in 0.001972596 sec. 2025.08.18 20:08:30.596432 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:30.596537 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:30.596579 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:08:30.596636 [ 4 ] {b94e8a7f-7fc8-4eda-9413-71593813460f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:30.596680 [ 4 ] {b94e8a7f-7fc8-4eda-9413-71593813460f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:30.596748 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:30.596803 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1395 rows starting from the beginning of the part 2025.08.18 20:08:30.596911 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:08:30.596968 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 128 rows starting from the beginning of the part 2025.08.18 20:08:30.597022 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:08:30.597069 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 265 rows starting from the beginning of the part 2025.08.18 20:08:30.597090 [ 4 ] {b94e8a7f-7fc8-4eda-9413-71593813460f} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:30.597119 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part 2025.08.18 20:08:30.597133 [ 4 ] {b94e8a7f-7fc8-4eda-9413-71593813460f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:30.597556 [ 4 ] {b94e8a7f-7fc8-4eda-9413-71593813460f} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:08:30.597828 [ 4 ] {b94e8a7f-7fc8-4eda-9413-71593813460f} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:30.597933 [ 135 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.18 20:08:30.597968 [ 135 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:30.597973 [ 4 ] {b94e8a7f-7fc8-4eda-9413-71593813460f} executeQuery: Read 64 rows, 5.12 KiB in 0.001353 sec., 47302.29120473023 rows/sec., 3.69 MiB/sec. 2025.08.18 20:08:30.597988 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:30.598019 [ 4 ] {b94e8a7f-7fc8-4eda-9413-71593813460f} TCPHandler: Processed in 0.00153358 sec. 2025.08.18 20:08:30.598100 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:08:30.598168 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:30.598263 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:30.598268 [ 4 ] {6d117af0-886e-4161-bf29-8b8003dbc655} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:30.598306 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 622 rows starting from the beginning of the part 2025.08.18 20:08:30.598328 [ 4 ] {6d117af0-886e-4161-bf29-8b8003dbc655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:30.598398 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part 2025.08.18 20:08:30.598451 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 100 rows starting from the beginning of the part 2025.08.18 20:08:30.598505 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:08:30.598548 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 158 rows starting from the beginning of the part 2025.08.18 20:08:30.598599 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part 2025.08.18 20:08:30.598766 [ 4 ] {6d117af0-886e-4161-bf29-8b8003dbc655} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:30.598808 [ 4 ] {6d117af0-886e-4161-bf29-8b8003dbc655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:30.598853 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1956 rows, containing 5 columns (5 merged, 0 gathered) in 0.00234442 sec., 834321.4952952117 rows/sec., 73.12 MiB/sec. 2025.08.18 20:08:30.599133 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.18 20:08:30.599309 [ 4 ] {6d117af0-886e-4161-bf29-8b8003dbc655} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:08:30.599432 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_16_3} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:30.599524 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_16_3} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.18 20:08:30.599593 [ 4 ] {6d117af0-886e-4161-bf29-8b8003dbc655} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:30.599615 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.18 20:08:30.599702 [ 135 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.18 20:08:30.599734 [ 135 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:30.599736 [ 4 ] {6d117af0-886e-4161-bf29-8b8003dbc655} executeQuery: Read 160 rows, 11.41 KiB in 0.001487 sec., 107599.19300605245 rows/sec., 7.49 MiB/sec. 2025.08.18 20:08:30.599752 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:30.599760 [ 186 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1072 rows, containing 5 columns (5 merged, 0 gathered) in 0.001710792 sec., 626610.3652577286 rows/sec., 50.55 MiB/sec. 2025.08.18 20:08:30.599785 [ 4 ] {6d117af0-886e-4161-bf29-8b8003dbc655} TCPHandler: Processed in 0.001668602 sec. 2025.08.18 20:08:30.599832 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:08:30.599911 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:30.599923 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:30.599947 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.18 20:08:30.599962 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4569 rows starting from the beginning of the part 2025.08.18 20:08:30.600013 [ 4 ] {95f2b307-8dbc-4e9c-b4d0-08c3ae946e14} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:30.600019 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 32 rows starting from the beginning of the part 2025.08.18 20:08:30.600063 [ 4 ] {95f2b307-8dbc-4e9c-b4d0-08c3ae946e14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:30.600074 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2025.08.18 20:08:30.600124 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 160 rows starting from the beginning of the part 2025.08.18 20:08:30.600159 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 203 rows starting from the beginning of the part 2025.08.18 20:08:30.600196 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:08:30.600226 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:30.600309 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_16_3} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.18 20:08:30.600393 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.08.18 20:08:30.600413 [ 4 ] {95f2b307-8dbc-4e9c-b4d0-08c3ae946e14} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:30.600456 [ 4 ] {95f2b307-8dbc-4e9c-b4d0-08c3ae946e14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:30.600786 [ 4 ] {95f2b307-8dbc-4e9c-b4d0-08c3ae946e14} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:08:30.601003 [ 4 ] {95f2b307-8dbc-4e9c-b4d0-08c3ae946e14} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:30.601111 [ 135 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.18 20:08:30.601139 [ 4 ] {95f2b307-8dbc-4e9c-b4d0-08c3ae946e14} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.08.18 20:08:30.601141 [ 135 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:30.601181 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:30.601182 [ 4 ] {95f2b307-8dbc-4e9c-b4d0-08c3ae946e14} TCPHandler: Processed in 0.001320287 sec. 2025.08.18 20:08:30.601262 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:08:30.601372 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:30.601400 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 588 rows starting from the beginning of the part 2025.08.18 20:08:30.601448 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2025.08.18 20:08:30.601489 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2025.08.18 20:08:30.601524 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part 2025.08.18 20:08:30.601559 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2025.08.18 20:08:30.601593 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:08:30.602420 [ 201 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 4 columns (4 merged, 0 gathered) in 0.001190456 sec., 705611.9671789635 rows/sec., 47.55 MiB/sec. 2025.08.18 20:08:30.602588 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.18 20:08:30.602824 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:30.602890 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_16_3} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.18 20:08:30.602953 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.08.18 20:08:30.605143 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5284 rows, containing 5 columns (5 merged, 0 gathered) in 0.00533908 sec., 989683.6159038636 rows/sec., 67.83 MiB/sec. 2025.08.18 20:08:30.605603 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.18 20:08:30.605852 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:30.605917 [ 190 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_16_3} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.18 20:08:30.605981 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.24 MiB. 2025.08.18 20:08:31.001150 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 193.35 MiB, peak 199.93 MiB, free memory in arenas 0.00 B, will set to 194.79 MiB (RSS), difference: 1.44 MiB 2025.08.18 20:08:33.933661 [ 168 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:08:33.933761 [ 168 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:08:34.014284 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5612 2025.08.18 20:08:34.014753 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:34.014785 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:34.015247 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:08:34.015467 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:34.015588 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5612 2025.08.18 20:08:34.022886 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 358 2025.08.18 20:08:34.025227 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:34.025281 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:34.026488 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:08:34.026764 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:34.027120 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 358 2025.08.18 20:08:34.317654 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.08.18 20:08:34.333183 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:34.333251 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:34.339385 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:08:34.340144 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:34.343068 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.08.18 20:08:35.596290 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:35.596468 [ 4 ] {1041f817-df4c-4532-92aa-33fef39776f0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:35.596533 [ 4 ] {1041f817-df4c-4532-92aa-33fef39776f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:35.597236 [ 4 ] {1041f817-df4c-4532-92aa-33fef39776f0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:35.597277 [ 4 ] {1041f817-df4c-4532-92aa-33fef39776f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:35.597670 [ 4 ] {1041f817-df4c-4532-92aa-33fef39776f0} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:08:35.597899 [ 4 ] {1041f817-df4c-4532-92aa-33fef39776f0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:35.598052 [ 4 ] {1041f817-df4c-4532-92aa-33fef39776f0} executeQuery: Read 138 rows, 12.23 KiB in 0.001634 sec., 84455.32435740514 rows/sec., 7.31 MiB/sec. 2025.08.18 20:08:35.598102 [ 4 ] {1041f817-df4c-4532-92aa-33fef39776f0} TCPHandler: Processed in 0.001941475 sec. 2025.08.18 20:08:35.598222 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:35.598323 [ 4 ] {518782f2-f6dd-45aa-8208-472f22d9f386} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:08:35.598368 [ 4 ] {518782f2-f6dd-45aa-8208-472f22d9f386} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:08:35.598781 [ 4 ] {518782f2-f6dd-45aa-8208-472f22d9f386} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:35.598816 [ 4 ] {518782f2-f6dd-45aa-8208-472f22d9f386} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:35.599127 [ 4 ] {518782f2-f6dd-45aa-8208-472f22d9f386} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:08:35.599347 [ 4 ] {518782f2-f6dd-45aa-8208-472f22d9f386} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:35.599475 [ 4 ] {518782f2-f6dd-45aa-8208-472f22d9f386} executeQuery: Read 41 rows, 3.08 KiB in 0.001175 sec., 34893.617021276594 rows/sec., 2.56 MiB/sec. 2025.08.18 20:08:35.599511 [ 4 ] {518782f2-f6dd-45aa-8208-472f22d9f386} TCPHandler: Processed in 0.001342257 sec. 2025.08.18 20:08:35.599620 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:35.599720 [ 4 ] {3239d20a-a3ce-4728-b660-bcd9cd26f8a7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:35.599760 [ 4 ] {3239d20a-a3ce-4728-b660-bcd9cd26f8a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:35.600195 [ 4 ] {3239d20a-a3ce-4728-b660-bcd9cd26f8a7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:35.600231 [ 4 ] {3239d20a-a3ce-4728-b660-bcd9cd26f8a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:35.600533 [ 4 ] {3239d20a-a3ce-4728-b660-bcd9cd26f8a7} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:08:35.600742 [ 4 ] {3239d20a-a3ce-4728-b660-bcd9cd26f8a7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:35.600866 [ 4 ] {3239d20a-a3ce-4728-b660-bcd9cd26f8a7} executeQuery: Read 105 rows, 8.40 KiB in 0.001168 sec., 89897.2602739726 rows/sec., 7.02 MiB/sec. 2025.08.18 20:08:35.600903 [ 4 ] {3239d20a-a3ce-4728-b660-bcd9cd26f8a7} TCPHandler: Processed in 0.001341337 sec. 2025.08.18 20:08:35.601016 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:35.601110 [ 4 ] {e3e0073d-7e47-49ca-a394-ecbb51aeaf60} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:35.601152 [ 4 ] {e3e0073d-7e47-49ca-a394-ecbb51aeaf60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:35.601556 [ 4 ] {e3e0073d-7e47-49ca-a394-ecbb51aeaf60} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:35.601589 [ 4 ] {e3e0073d-7e47-49ca-a394-ecbb51aeaf60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:35.601907 [ 4 ] {e3e0073d-7e47-49ca-a394-ecbb51aeaf60} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:08:35.602123 [ 4 ] {e3e0073d-7e47-49ca-a394-ecbb51aeaf60} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:35.602247 [ 4 ] {e3e0073d-7e47-49ca-a394-ecbb51aeaf60} executeQuery: Read 160 rows, 11.41 KiB in 0.001155 sec., 138528.13852813852 rows/sec., 9.65 MiB/sec. 2025.08.18 20:08:35.602282 [ 4 ] {e3e0073d-7e47-49ca-a394-ecbb51aeaf60} TCPHandler: Processed in 0.001315807 sec. 2025.08.18 20:08:35.602388 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:35.602482 [ 4 ] {c6f8468c-1d17-4167-9dfb-c07fea15cabe} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:35.602535 [ 4 ] {c6f8468c-1d17-4167-9dfb-c07fea15cabe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:08:35.603382 [ 4 ] {c6f8468c-1d17-4167-9dfb-c07fea15cabe} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:35.603417 [ 4 ] {c6f8468c-1d17-4167-9dfb-c07fea15cabe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:35.603972 [ 4 ] {c6f8468c-1d17-4167-9dfb-c07fea15cabe} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:08:35.604194 [ 4 ] {c6f8468c-1d17-4167-9dfb-c07fea15cabe} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:35.604327 [ 4 ] {c6f8468c-1d17-4167-9dfb-c07fea15cabe} executeQuery: Read 41 rows, 75.23 KiB in 0.001863 sec., 22007.514761137947 rows/sec., 39.44 MiB/sec. 2025.08.18 20:08:35.604385 [ 4 ] {c6f8468c-1d17-4167-9dfb-c07fea15cabe} TCPHandler: Processed in 0.002053526 sec. 2025.08.18 20:08:35.604508 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:35.604603 [ 4 ] {ae2634d7-011f-4c64-8c42-60f00490532a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:35.604645 [ 4 ] {ae2634d7-011f-4c64-8c42-60f00490532a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:35.604969 [ 4 ] {ae2634d7-011f-4c64-8c42-60f00490532a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:35.605011 [ 4 ] {ae2634d7-011f-4c64-8c42-60f00490532a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:35.605317 [ 4 ] {ae2634d7-011f-4c64-8c42-60f00490532a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:08:35.605528 [ 4 ] {ae2634d7-011f-4c64-8c42-60f00490532a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:35.605652 [ 4 ] {ae2634d7-011f-4c64-8c42-60f00490532a} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.08.18 20:08:35.605686 [ 4 ] {ae2634d7-011f-4c64-8c42-60f00490532a} TCPHandler: Processed in 0.001237737 sec. 2025.08.18 20:08:37.414122 [ 146 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.18 20:08:37.414189 [ 146 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:37.414211 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:37.414335 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::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.08.18 20:08:37.414477 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:37.414510 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.08.18 20:08:37.414570 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part 2025.08.18 20:08:37.414612 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.08.18 20:08:37.414651 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part 2025.08.18 20:08:37.414691 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.08.18 20:08:37.415498 [ 190 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 528 rows, containing 5 columns (5 merged, 0 gathered) in 0.001216915 sec., 433884.04284604924 rows/sec., 31.94 MiB/sec. 2025.08.18 20:08:37.415674 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.18 20:08:37.416005 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:37.416091 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_5_1} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.18 20:08:37.416172 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2025.08.18 20:08:39.506506 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:39.506704 [ 4 ] {749ccc50-b59d-436e-9f76-999ba7362229} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:08:39.506771 [ 4 ] {749ccc50-b59d-436e-9f76-999ba7362229} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:08:39.507403 [ 4 ] {749ccc50-b59d-436e-9f76-999ba7362229} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:39.507454 [ 4 ] {749ccc50-b59d-436e-9f76-999ba7362229} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:39.507837 [ 4 ] {749ccc50-b59d-436e-9f76-999ba7362229} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:08:39.508070 [ 4 ] {749ccc50-b59d-436e-9f76-999ba7362229} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:39.508236 [ 4 ] {749ccc50-b59d-436e-9f76-999ba7362229} executeQuery: Read 2 rows, 167.00 B in 0.001581 sec., 1265.022137887413 rows/sec., 103.15 KiB/sec. 2025.08.18 20:08:39.508285 [ 4 ] {749ccc50-b59d-436e-9f76-999ba7362229} TCPHandler: Processed in 0.001912005 sec. 2025.08.18 20:08:39.508416 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:39.508519 [ 4 ] {ce63c98b-28e3-4744-a63f-99236ce92387} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:39.508567 [ 4 ] {ce63c98b-28e3-4744-a63f-99236ce92387} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:39.509610 [ 4 ] {ce63c98b-28e3-4744-a63f-99236ce92387} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:39.509649 [ 4 ] {ce63c98b-28e3-4744-a63f-99236ce92387} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:39.510046 [ 4 ] {ce63c98b-28e3-4744-a63f-99236ce92387} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:08:39.510259 [ 4 ] {ce63c98b-28e3-4744-a63f-99236ce92387} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:39.510394 [ 4 ] {ce63c98b-28e3-4744-a63f-99236ce92387} executeQuery: Read 1197 rows, 100.57 KiB in 0.001897 sec., 630996.3099630997 rows/sec., 51.77 MiB/sec. 2025.08.18 20:08:39.510432 [ 4 ] {ce63c98b-28e3-4744-a63f-99236ce92387} TCPHandler: Processed in 0.002069207 sec. 2025.08.18 20:08:39.510545 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:39.510643 [ 4 ] {fd5e4529-1817-4292-8f10-69b92a932326} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:08:39.510685 [ 4 ] {fd5e4529-1817-4292-8f10-69b92a932326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:08:39.511071 [ 4 ] {fd5e4529-1817-4292-8f10-69b92a932326} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:39.511108 [ 4 ] {fd5e4529-1817-4292-8f10-69b92a932326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:39.511406 [ 4 ] {fd5e4529-1817-4292-8f10-69b92a932326} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:08:39.511622 [ 4 ] {fd5e4529-1817-4292-8f10-69b92a932326} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:39.511750 [ 4 ] {fd5e4529-1817-4292-8f10-69b92a932326} executeQuery: Read 2 rows, 143.00 B in 0.001128 sec., 1773.0496453900707 rows/sec., 123.80 KiB/sec. 2025.08.18 20:08:39.511788 [ 4 ] {fd5e4529-1817-4292-8f10-69b92a932326} TCPHandler: Processed in 0.001296276 sec. 2025.08.18 20:08:39.511901 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:39.511997 [ 4 ] {965d275f-51b8-4e89-9526-1ad9b6812368} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:08:39.512037 [ 4 ] {965d275f-51b8-4e89-9526-1ad9b6812368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:08:39.512512 [ 4 ] {965d275f-51b8-4e89-9526-1ad9b6812368} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:39.512550 [ 4 ] {965d275f-51b8-4e89-9526-1ad9b6812368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:39.512850 [ 4 ] {965d275f-51b8-4e89-9526-1ad9b6812368} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:08:39.513056 [ 4 ] {965d275f-51b8-4e89-9526-1ad9b6812368} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:39.513183 [ 4 ] {965d275f-51b8-4e89-9526-1ad9b6812368} executeQuery: Read 228 rows, 15.81 KiB in 0.001205 sec., 189211.61825726143 rows/sec., 12.81 MiB/sec. 2025.08.18 20:08:39.513219 [ 4 ] {965d275f-51b8-4e89-9526-1ad9b6812368} TCPHandler: Processed in 0.001369228 sec. 2025.08.18 20:08:39.513351 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:39.513445 [ 4 ] {2175875b-76d5-4c81-a9d0-eae5697afc05} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:39.513484 [ 4 ] {2175875b-76d5-4c81-a9d0-eae5697afc05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:39.514115 [ 4 ] {2175875b-76d5-4c81-a9d0-eae5697afc05} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:39.514150 [ 4 ] {2175875b-76d5-4c81-a9d0-eae5697afc05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:39.514487 [ 4 ] {2175875b-76d5-4c81-a9d0-eae5697afc05} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:08:39.514699 [ 4 ] {2175875b-76d5-4c81-a9d0-eae5697afc05} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:39.514828 [ 4 ] {2175875b-76d5-4c81-a9d0-eae5697afc05} executeQuery: Read 522 rows, 39.57 KiB in 0.001401 sec., 372591.0064239829 rows/sec., 27.58 MiB/sec. 2025.08.18 20:08:39.514866 [ 4 ] {2175875b-76d5-4c81-a9d0-eae5697afc05} TCPHandler: Processed in 0.001594481 sec. 2025.08.18 20:08:39.514981 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:39.515077 [ 4 ] {a04127b8-82f1-48a3-a603-6865cfaa976e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:39.515120 [ 4 ] {a04127b8-82f1-48a3-a603-6865cfaa976e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:39.515708 [ 4 ] {a04127b8-82f1-48a3-a603-6865cfaa976e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:39.515744 [ 4 ] {a04127b8-82f1-48a3-a603-6865cfaa976e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:39.516118 [ 4 ] {a04127b8-82f1-48a3-a603-6865cfaa976e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:08:39.516339 [ 4 ] {a04127b8-82f1-48a3-a603-6865cfaa976e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:39.516472 [ 4 ] {a04127b8-82f1-48a3-a603-6865cfaa976e} executeQuery: Read 975 rows, 67.03 KiB in 0.001414 sec., 689533.2390381896 rows/sec., 46.29 MiB/sec. 2025.08.18 20:08:39.516510 [ 4 ] {a04127b8-82f1-48a3-a603-6865cfaa976e} TCPHandler: Processed in 0.00157833 sec. 2025.08.18 20:08:39.516631 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:39.516724 [ 4 ] {5bec83bd-ce22-49da-9c9d-04cda8734222} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:39.516766 [ 4 ] {5bec83bd-ce22-49da-9c9d-04cda8734222} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:39.517092 [ 4 ] {5bec83bd-ce22-49da-9c9d-04cda8734222} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:39.517128 [ 4 ] {5bec83bd-ce22-49da-9c9d-04cda8734222} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:39.517429 [ 4 ] {5bec83bd-ce22-49da-9c9d-04cda8734222} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:08:39.517637 [ 4 ] {5bec83bd-ce22-49da-9c9d-04cda8734222} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:39.517768 [ 4 ] {5bec83bd-ce22-49da-9c9d-04cda8734222} executeQuery: Read 48 rows, 3.31 KiB in 0.001062 sec., 45197.74011299435 rows/sec., 3.05 MiB/sec. 2025.08.18 20:08:39.517804 [ 4 ] {5bec83bd-ce22-49da-9c9d-04cda8734222} TCPHandler: Processed in 0.001224376 sec. 2025.08.18 20:08:40.588546 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:40.588726 [ 4 ] {f3c632d3-2b89-4db4-a178-760e12f524c6} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:40.588795 [ 4 ] {f3c632d3-2b89-4db4-a178-760e12f524c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:40.589411 [ 4 ] {f3c632d3-2b89-4db4-a178-760e12f524c6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:40.589460 [ 4 ] {f3c632d3-2b89-4db4-a178-760e12f524c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:40.589847 [ 4 ] {f3c632d3-2b89-4db4-a178-760e12f524c6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:08:40.590077 [ 4 ] {f3c632d3-2b89-4db4-a178-760e12f524c6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:40.590243 [ 4 ] {f3c632d3-2b89-4db4-a178-760e12f524c6} executeQuery: Read 56 rows, 4.38 KiB in 0.001566 sec., 35759.89782886335 rows/sec., 2.73 MiB/sec. 2025.08.18 20:08:40.590292 [ 4 ] {f3c632d3-2b89-4db4-a178-760e12f524c6} TCPHandler: Processed in 0.001876765 sec. 2025.08.18 20:08:40.590409 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:40.590512 [ 4 ] {493e69cb-0c70-4998-b852-d136971c9357} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:40.590555 [ 4 ] {493e69cb-0c70-4998-b852-d136971c9357} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:40.590987 [ 4 ] {493e69cb-0c70-4998-b852-d136971c9357} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:40.591025 [ 4 ] {493e69cb-0c70-4998-b852-d136971c9357} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:40.591331 [ 4 ] {493e69cb-0c70-4998-b852-d136971c9357} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:08:40.591557 [ 4 ] {493e69cb-0c70-4998-b852-d136971c9357} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:40.591690 [ 4 ] {493e69cb-0c70-4998-b852-d136971c9357} executeQuery: Read 64 rows, 5.12 KiB in 0.001199 sec., 53377.81484570476 rows/sec., 4.17 MiB/sec. 2025.08.18 20:08:40.591727 [ 4 ] {493e69cb-0c70-4998-b852-d136971c9357} TCPHandler: Processed in 0.001370957 sec. 2025.08.18 20:08:40.591842 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:40.591937 [ 4 ] {1dcdf774-473d-4f63-a933-5a093429d8a2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:40.591981 [ 4 ] {1dcdf774-473d-4f63-a933-5a093429d8a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:40.592348 [ 4 ] {1dcdf774-473d-4f63-a933-5a093429d8a2} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:40.592384 [ 4 ] {1dcdf774-473d-4f63-a933-5a093429d8a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:40.592701 [ 4 ] {1dcdf774-473d-4f63-a933-5a093429d8a2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:08:40.592908 [ 4 ] {1dcdf774-473d-4f63-a933-5a093429d8a2} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:40.593036 [ 4 ] {1dcdf774-473d-4f63-a933-5a093429d8a2} executeQuery: Read 32 rows, 2.28 KiB in 0.001119 sec., 28596.961572832886 rows/sec., 1.99 MiB/sec. 2025.08.18 20:08:40.593074 [ 4 ] {1dcdf774-473d-4f63-a933-5a093429d8a2} TCPHandler: Processed in 0.001283347 sec. 2025.08.18 20:08:40.593186 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:40.593280 [ 4 ] {fb2aaff0-3688-4745-86d9-40d088de74a6} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:40.593321 [ 4 ] {fb2aaff0-3688-4745-86d9-40d088de74a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:40.593636 [ 4 ] {fb2aaff0-3688-4745-86d9-40d088de74a6} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:40.593670 [ 4 ] {fb2aaff0-3688-4745-86d9-40d088de74a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:40.593963 [ 4 ] {fb2aaff0-3688-4745-86d9-40d088de74a6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:08:40.594165 [ 4 ] {fb2aaff0-3688-4745-86d9-40d088de74a6} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:40.594293 [ 4 ] {fb2aaff0-3688-4745-86d9-40d088de74a6} executeQuery: Read 12 rows, 848.00 B in 0.001031 sec., 11639.185257032008 rows/sec., 803.23 KiB/sec. 2025.08.18 20:08:40.594328 [ 4 ] {fb2aaff0-3688-4745-86d9-40d088de74a6} TCPHandler: Processed in 0.001193115 sec. 2025.08.18 20:08:41.515981 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6039 2025.08.18 20:08:41.516464 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:41.516501 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:41.516976 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:08:41.517205 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:41.517365 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6039 2025.08.18 20:08:41.843435 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.08.18 20:08:41.861145 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:41.861205 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:41.866828 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:08:41.867508 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:41.870833 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.08.18 20:08:44.027385 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 392 2025.08.18 20:08:44.029697 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:44.029744 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:44.031052 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:08:44.031340 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:44.031654 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 392 2025.08.18 20:08:45.595980 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:45.596183 [ 4 ] {6c5b9514-f2ca-44e6-9af8-5594e987f6c8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:45.596260 [ 4 ] {6c5b9514-f2ca-44e6-9af8-5594e987f6c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:45.597014 [ 4 ] {6c5b9514-f2ca-44e6-9af8-5594e987f6c8} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:45.597066 [ 4 ] {6c5b9514-f2ca-44e6-9af8-5594e987f6c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:45.597475 [ 4 ] {6c5b9514-f2ca-44e6-9af8-5594e987f6c8} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:08:45.597710 [ 4 ] {6c5b9514-f2ca-44e6-9af8-5594e987f6c8} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:45.597873 [ 4 ] {6c5b9514-f2ca-44e6-9af8-5594e987f6c8} executeQuery: Read 138 rows, 12.23 KiB in 0.001746 sec., 79037.80068728523 rows/sec., 6.84 MiB/sec. 2025.08.18 20:08:45.597922 [ 4 ] {6c5b9514-f2ca-44e6-9af8-5594e987f6c8} TCPHandler: Processed in 0.002083927 sec. 2025.08.18 20:08:45.598041 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:45.598143 [ 4 ] {73db2384-4059-4db6-ad3f-c6829b289b50} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:08:45.598187 [ 4 ] {73db2384-4059-4db6-ad3f-c6829b289b50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:08:45.598602 [ 4 ] {73db2384-4059-4db6-ad3f-c6829b289b50} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:45.598641 [ 4 ] {73db2384-4059-4db6-ad3f-c6829b289b50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:45.598942 [ 4 ] {73db2384-4059-4db6-ad3f-c6829b289b50} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:08:45.599155 [ 4 ] {73db2384-4059-4db6-ad3f-c6829b289b50} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:45.599261 [ 141 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.18 20:08:45.599283 [ 4 ] {73db2384-4059-4db6-ad3f-c6829b289b50} executeQuery: Read 41 rows, 3.08 KiB in 0.001162 sec., 35283.993115318415 rows/sec., 2.59 MiB/sec. 2025.08.18 20:08:45.599330 [ 141 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:45.599339 [ 4 ] {73db2384-4059-4db6-ad3f-c6829b289b50} TCPHandler: Processed in 0.001351087 sec. 2025.08.18 20:08:45.599360 [ 141 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:45.599453 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:45.599463 [ 188 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:08:45.599554 [ 4 ] {5bf7b84a-2ac6-46b1-b80f-9d313bb8cd87} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:45.599575 [ 188 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:45.599595 [ 4 ] {5bf7b84a-2ac6-46b1-b80f-9d313bb8cd87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:45.599608 [ 188 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 62 rows starting from the beginning of the part 2025.08.18 20:08:45.599675 [ 188 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2025.08.18 20:08:45.599725 [ 188 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 67 rows starting from the beginning of the part 2025.08.18 20:08:45.599771 [ 188 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part 2025.08.18 20:08:45.599813 [ 188 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2025.08.18 20:08:45.599852 [ 188 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part 2025.08.18 20:08:45.600020 [ 4 ] {5bf7b84a-2ac6-46b1-b80f-9d313bb8cd87} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:45.600056 [ 4 ] {5bf7b84a-2ac6-46b1-b80f-9d313bb8cd87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:45.600373 [ 4 ] {5bf7b84a-2ac6-46b1-b80f-9d313bb8cd87} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:08:45.600573 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 249 rows, containing 5 columns (5 merged, 0 gathered) in 0.001153065 sec., 215946.1955744039 rows/sec., 16.64 MiB/sec. 2025.08.18 20:08:45.600581 [ 4 ] {5bf7b84a-2ac6-46b1-b80f-9d313bb8cd87} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:45.600726 [ 4 ] {5bf7b84a-2ac6-46b1-b80f-9d313bb8cd87} executeQuery: Read 105 rows, 8.40 KiB in 0.001192 sec., 88087.24832214766 rows/sec., 6.88 MiB/sec. 2025.08.18 20:08:45.600765 [ 4 ] {5bf7b84a-2ac6-46b1-b80f-9d313bb8cd87} TCPHandler: Processed in 0.001362968 sec. 2025.08.18 20:08:45.600802 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.18 20:08:45.600879 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:45.600979 [ 4 ] {8b06e842-8ca9-45aa-b8d1-47c24c7ed961} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:45.601024 [ 4 ] {8b06e842-8ca9-45aa-b8d1-47c24c7ed961} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:45.601170 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:45.601283 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_11_2} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.18 20:08:45.601393 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.18 20:08:45.601429 [ 4 ] {8b06e842-8ca9-45aa-b8d1-47c24c7ed961} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:45.601469 [ 4 ] {8b06e842-8ca9-45aa-b8d1-47c24c7ed961} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:45.601798 [ 4 ] {8b06e842-8ca9-45aa-b8d1-47c24c7ed961} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:08:45.602000 [ 4 ] {8b06e842-8ca9-45aa-b8d1-47c24c7ed961} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:45.602128 [ 4 ] {8b06e842-8ca9-45aa-b8d1-47c24c7ed961} executeQuery: Read 160 rows, 11.41 KiB in 0.001166 sec., 137221.269296741 rows/sec., 9.56 MiB/sec. 2025.08.18 20:08:45.602164 [ 4 ] {8b06e842-8ca9-45aa-b8d1-47c24c7ed961} TCPHandler: Processed in 0.001335547 sec. 2025.08.18 20:08:45.602265 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:45.602359 [ 4 ] {f11f803a-9627-466c-b1ba-bc45e040d785} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:45.602412 [ 4 ] {f11f803a-9627-466c-b1ba-bc45e040d785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:08:45.603203 [ 4 ] {f11f803a-9627-466c-b1ba-bc45e040d785} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:45.603238 [ 4 ] {f11f803a-9627-466c-b1ba-bc45e040d785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:45.603794 [ 4 ] {f11f803a-9627-466c-b1ba-bc45e040d785} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:08:45.604017 [ 4 ] {f11f803a-9627-466c-b1ba-bc45e040d785} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:45.604148 [ 4 ] {f11f803a-9627-466c-b1ba-bc45e040d785} executeQuery: Read 41 rows, 75.23 KiB in 0.001807 sec., 22689.540675152184 rows/sec., 40.66 MiB/sec. 2025.08.18 20:08:45.604198 [ 4 ] {f11f803a-9627-466c-b1ba-bc45e040d785} TCPHandler: Processed in 0.001983106 sec. 2025.08.18 20:08:45.604312 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:45.604407 [ 4 ] {754839c4-a8c2-49ab-bd9a-7781bceeb902} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:45.604449 [ 4 ] {754839c4-a8c2-49ab-bd9a-7781bceeb902} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:45.604774 [ 4 ] {754839c4-a8c2-49ab-bd9a-7781bceeb902} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:45.604810 [ 4 ] {754839c4-a8c2-49ab-bd9a-7781bceeb902} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.13 GiB. 2025.08.18 20:08:45.605110 [ 4 ] {754839c4-a8c2-49ab-bd9a-7781bceeb902} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:08:45.605318 [ 4 ] {754839c4-a8c2-49ab-bd9a-7781bceeb902} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:45.605440 [ 4 ] {754839c4-a8c2-49ab-bd9a-7781bceeb902} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.08.18 20:08:45.605475 [ 4 ] {754839c4-a8c2-49ab-bd9a-7781bceeb902} TCPHandler: Processed in 0.001213276 sec. 2025.08.18 20:08:48.933811 [ 137 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:08:48.933883 [ 137 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:08:49.018321 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6527 2025.08.18 20:08:49.018809 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:49.018845 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:49.019387 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:08:49.019620 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:49.019757 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6527 2025.08.18 20:08:49.371830 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.08.18 20:08:49.389109 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:49.389183 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:49.395334 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:08:49.396075 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:49.399394 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.08.18 20:08:50.594072 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:50.594264 [ 4 ] {4c517038-0e61-48d6-b45a-75638b2f785f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:50.594343 [ 4 ] {4c517038-0e61-48d6-b45a-75638b2f785f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:50.595038 [ 4 ] {4c517038-0e61-48d6-b45a-75638b2f785f} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:50.595089 [ 4 ] {4c517038-0e61-48d6-b45a-75638b2f785f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:50.595580 [ 4 ] {4c517038-0e61-48d6-b45a-75638b2f785f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:08:50.595866 [ 4 ] {4c517038-0e61-48d6-b45a-75638b2f785f} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:50.596034 [ 136 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.18 20:08:50.596070 [ 136 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:50.596088 [ 4 ] {4c517038-0e61-48d6-b45a-75638b2f785f} executeQuery: Read 56 rows, 4.38 KiB in 0.00187 sec., 29946.524064171124 rows/sec., 2.29 MiB/sec. 2025.08.18 20:08:50.596089 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:50.596157 [ 4 ] {4c517038-0e61-48d6-b45a-75638b2f785f} TCPHandler: Processed in 0.002224969 sec. 2025.08.18 20:08:50.596196 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:08:50.596296 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:50.596320 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:50.596340 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1407 rows starting from the beginning of the part 2025.08.18 20:08:50.596430 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 138 rows starting from the beginning of the part 2025.08.18 20:08:50.596447 [ 4 ] {53986d87-f983-47f7-ba13-6c330b7ecef8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:50.596483 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1197 rows starting from the beginning of the part 2025.08.18 20:08:50.596505 [ 4 ] {53986d87-f983-47f7-ba13-6c330b7ecef8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:50.596538 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 56 rows starting from the beginning of the part 2025.08.18 20:08:50.596586 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 138 rows starting from the beginning of the part 2025.08.18 20:08:50.596643 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 56 rows starting from the beginning of the part 2025.08.18 20:08:50.597112 [ 4 ] {53986d87-f983-47f7-ba13-6c330b7ecef8} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:50.597159 [ 4 ] {53986d87-f983-47f7-ba13-6c330b7ecef8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:50.597654 [ 4 ] {53986d87-f983-47f7-ba13-6c330b7ecef8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:08:50.597913 [ 4 ] {53986d87-f983-47f7-ba13-6c330b7ecef8} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:50.598027 [ 136 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.18 20:08:50.598054 [ 4 ] {53986d87-f983-47f7-ba13-6c330b7ecef8} executeQuery: Read 64 rows, 5.12 KiB in 0.001639 sec., 39048.20012202562 rows/sec., 3.05 MiB/sec. 2025.08.18 20:08:50.598058 [ 136 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:50.598084 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:50.598094 [ 4 ] {53986d87-f983-47f7-ba13-6c330b7ecef8} TCPHandler: Processed in 0.001841844 sec. 2025.08.18 20:08:50.598206 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:08:50.598225 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:50.598257 [ 198 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2992 rows, containing 5 columns (5 merged, 0 gathered) in 0.002095507 sec., 1427816.7526999433 rows/sec., 123.92 MiB/sec. 2025.08.18 20:08:50.598355 [ 4 ] {623cd3ca-077c-498e-b383-cf408c013bd7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:50.598357 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:50.598410 [ 4 ] {623cd3ca-077c-498e-b383-cf408c013bd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:50.598413 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 633 rows starting from the beginning of the part 2025.08.18 20:08:50.598499 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 105 rows starting from the beginning of the part 2025.08.18 20:08:50.598520 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.18 20:08:50.598549 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 522 rows starting from the beginning of the part 2025.08.18 20:08:50.598597 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 64 rows starting from the beginning of the part 2025.08.18 20:08:50.598640 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 105 rows starting from the beginning of the part 2025.08.18 20:08:50.598683 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 64 rows starting from the beginning of the part 2025.08.18 20:08:50.598857 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:50.598886 [ 4 ] {623cd3ca-077c-498e-b383-cf408c013bd7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:50.598924 [ 4 ] {623cd3ca-077c-498e-b383-cf408c013bd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:50.598929 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_21_4} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.18 20:08:50.599005 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.18 20:08:50.599281 [ 4 ] {623cd3ca-077c-498e-b383-cf408c013bd7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:08:50.599510 [ 4 ] {623cd3ca-077c-498e-b383-cf408c013bd7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:50.599611 [ 136 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.18 20:08:50.599637 [ 136 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:50.599641 [ 4 ] {623cd3ca-077c-498e-b383-cf408c013bd7} executeQuery: Read 160 rows, 11.41 KiB in 0.001308 sec., 122324.15902140674 rows/sec., 8.52 MiB/sec. 2025.08.18 20:08:50.599654 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:50.599680 [ 4 ] {623cd3ca-077c-498e-b383-cf408c013bd7} TCPHandler: Processed in 0.00150653 sec. 2025.08.18 20:08:50.599723 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:08:50.599780 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001638921 sec., 910965.2021055316 rows/sec., 72.27 MiB/sec. 2025.08.18 20:08:50.599799 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:50.599803 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:50.599843 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5284 rows starting from the beginning of the part 2025.08.18 20:08:50.599892 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2025.08.18 20:08:50.599902 [ 4 ] {9317ca97-f3e7-4e01-bacb-67f6e9b89368} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:50.599936 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 975 rows starting from the beginning of the part 2025.08.18 20:08:50.599950 [ 4 ] {9317ca97-f3e7-4e01-bacb-67f6e9b89368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:50.599984 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.18 20:08:50.599996 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:08:50.600069 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part 2025.08.18 20:08:50.600135 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2025.08.18 20:08:50.600307 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:50.600323 [ 4 ] {9317ca97-f3e7-4e01-bacb-67f6e9b89368} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:50.600369 [ 4 ] {9317ca97-f3e7-4e01-bacb-67f6e9b89368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:50.600407 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_21_4} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.18 20:08:50.600489 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.08.18 20:08:50.600683 [ 4 ] {9317ca97-f3e7-4e01-bacb-67f6e9b89368} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:08:50.600895 [ 4 ] {9317ca97-f3e7-4e01-bacb-67f6e9b89368} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:50.600999 [ 136 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.18 20:08:50.601025 [ 4 ] {9317ca97-f3e7-4e01-bacb-67f6e9b89368} executeQuery: Read 60 rows, 4.14 KiB in 0.001144 sec., 52447.55244755244 rows/sec., 3.53 MiB/sec. 2025.08.18 20:08:50.601027 [ 136 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:50.601054 [ 136 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:50.601061 [ 4 ] {9317ca97-f3e7-4e01-bacb-67f6e9b89368} TCPHandler: Processed in 0.001313098 sec. 2025.08.18 20:08:50.601210 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:08:50.601378 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:50.601418 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 840 rows starting from the beginning of the part 2025.08.18 20:08:50.601512 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2025.08.18 20:08:50.601563 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 48 rows starting from the beginning of the part 2025.08.18 20:08:50.601622 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 12 rows starting from the beginning of the part 2025.08.18 20:08:50.601671 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:08:50.601718 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2025.08.18 20:08:50.602712 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6771 rows, containing 5 columns (5 merged, 0 gathered) in 0.003017779 sec., 2243703.0677196705 rows/sec., 153.52 MiB/sec. 2025.08.18 20:08:50.602911 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1080 rows, containing 4 columns (4 merged, 0 gathered) in 0.001797654 sec., 600783.0205367663 rows/sec., 40.49 MiB/sec. 2025.08.18 20:08:50.603097 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.18 20:08:50.603308 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.18 20:08:50.603375 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:50.603446 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_21_4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.18 20:08:50.603516 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2025.08.18 20:08:50.603703 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:50.603771 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_21_4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.18 20:08:50.603830 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.41 MiB. 2025.08.18 20:08:52.644427 [ 132 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.18 20:08:52.644503 [ 132 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:52.644528 [ 132 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:52.644653 [ 191 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:08:52.644802 [ 191 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:08:52.644835 [ 191 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.08.18 20:08:52.644903 [ 191 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:08:52.644946 [ 191 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:08:52.644991 [ 191 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:08:52.645031 [ 191 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:08:52.645774 [ 196 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 5 columns (5 merged, 0 gathered) in 0.001177795 sec., 25471.325655143723 rows/sec., 2.13 MiB/sec. 2025.08.18 20:08:52.645925 [ 196 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.18 20:08:52.646203 [ 196 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_5_1} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:52.646272 [ 196 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_5_1} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.18 20:08:52.646357 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.18 20:08:54.031974 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 412 2025.08.18 20:08:54.034069 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:54.034127 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:54.035334 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:08:54.035612 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:54.035951 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 412 2025.08.18 20:08:55.598814 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.599094 [ 4 ] {dc40f89a-ebdb-4205-a0a7-8533460e0328} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:08:55.599197 [ 4 ] {dc40f89a-ebdb-4205-a0a7-8533460e0328} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:08:55.599878 [ 4 ] {dc40f89a-ebdb-4205-a0a7-8533460e0328} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.599924 [ 4 ] {dc40f89a-ebdb-4205-a0a7-8533460e0328} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.600304 [ 4 ] {dc40f89a-ebdb-4205-a0a7-8533460e0328} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:08:55.600528 [ 4 ] {dc40f89a-ebdb-4205-a0a7-8533460e0328} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.600678 [ 4 ] {dc40f89a-ebdb-4205-a0a7-8533460e0328} executeQuery: Read 24 rows, 2.04 KiB in 0.001661 sec., 14449.127031908489 rows/sec., 1.20 MiB/sec. 2025.08.18 20:08:55.600720 [ 4 ] {dc40f89a-ebdb-4205-a0a7-8533460e0328} TCPHandler: Processed in 0.002094877 sec. 2025.08.18 20:08:55.600837 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.600933 [ 4 ] {46eb2722-8095-4113-a65a-45c54a71c335} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:08:55.600973 [ 4 ] {46eb2722-8095-4113-a65a-45c54a71c335} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:08:55.601357 [ 4 ] {46eb2722-8095-4113-a65a-45c54a71c335} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.601393 [ 4 ] {46eb2722-8095-4113-a65a-45c54a71c335} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.601686 [ 4 ] {46eb2722-8095-4113-a65a-45c54a71c335} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:08:55.601890 [ 4 ] {46eb2722-8095-4113-a65a-45c54a71c335} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.602013 [ 4 ] {46eb2722-8095-4113-a65a-45c54a71c335} executeQuery: Read 2 rows, 167.00 B in 0.0011 sec., 1818.181818181818 rows/sec., 148.26 KiB/sec. 2025.08.18 20:08:55.602051 [ 4 ] {46eb2722-8095-4113-a65a-45c54a71c335} TCPHandler: Processed in 0.001264417 sec. 2025.08.18 20:08:55.602150 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.602242 [ 4 ] {e34d4fde-0142-4b05-bd8d-de883658b755} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:08:55.602280 [ 4 ] {e34d4fde-0142-4b05-bd8d-de883658b755} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:08:55.602817 [ 4 ] {e34d4fde-0142-4b05-bd8d-de883658b755} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.602853 [ 4 ] {e34d4fde-0142-4b05-bd8d-de883658b755} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.603170 [ 4 ] {e34d4fde-0142-4b05-bd8d-de883658b755} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:08:55.603374 [ 4 ] {e34d4fde-0142-4b05-bd8d-de883658b755} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.603498 [ 4 ] {e34d4fde-0142-4b05-bd8d-de883658b755} executeQuery: Read 259 rows, 23.74 KiB in 0.001274 sec., 203296.70329670332 rows/sec., 18.20 MiB/sec. 2025.08.18 20:08:55.603535 [ 4 ] {e34d4fde-0142-4b05-bd8d-de883658b755} TCPHandler: Processed in 0.001434679 sec. 2025.08.18 20:08:55.603634 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.603727 [ 4 ] {4f95d22c-2bc9-4dfb-aa39-328988144203} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:08:55.603766 [ 4 ] {4f95d22c-2bc9-4dfb-aa39-328988144203} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:08:55.604168 [ 4 ] {4f95d22c-2bc9-4dfb-aa39-328988144203} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.604205 [ 4 ] {4f95d22c-2bc9-4dfb-aa39-328988144203} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.604495 [ 4 ] {4f95d22c-2bc9-4dfb-aa39-328988144203} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:08:55.604709 [ 4 ] {4f95d22c-2bc9-4dfb-aa39-328988144203} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.604830 [ 4 ] {4f95d22c-2bc9-4dfb-aa39-328988144203} executeQuery: Read 55 rows, 4.18 KiB in 0.00112 sec., 49107.14285714286 rows/sec., 3.65 MiB/sec. 2025.08.18 20:08:55.604867 [ 4 ] {4f95d22c-2bc9-4dfb-aa39-328988144203} TCPHandler: Processed in 0.001282037 sec. 2025.08.18 20:08:55.604987 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.605114 [ 4 ] {fa364ba4-b8ab-4a35-a4a9-18b047f913d8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:08:55.605164 [ 4 ] {fa364ba4-b8ab-4a35-a4a9-18b047f913d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:08:55.605587 [ 4 ] {fa364ba4-b8ab-4a35-a4a9-18b047f913d8} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.605624 [ 4 ] {fa364ba4-b8ab-4a35-a4a9-18b047f913d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.605945 [ 4 ] {fa364ba4-b8ab-4a35-a4a9-18b047f913d8} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:08:55.606154 [ 4 ] {fa364ba4-b8ab-4a35-a4a9-18b047f913d8} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.606282 [ 4 ] {fa364ba4-b8ab-4a35-a4a9-18b047f913d8} executeQuery: Read 24 rows, 2.04 KiB in 0.001194 sec., 20100.502512562816 rows/sec., 1.67 MiB/sec. 2025.08.18 20:08:55.606320 [ 4 ] {fa364ba4-b8ab-4a35-a4a9-18b047f913d8} TCPHandler: Processed in 0.001394708 sec. 2025.08.18 20:08:55.606425 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.606520 [ 4 ] {e1eaa383-0fde-4730-b59c-7fa0becac194} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:08:55.606560 [ 4 ] {e1eaa383-0fde-4730-b59c-7fa0becac194} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:08:55.606949 [ 4 ] {e1eaa383-0fde-4730-b59c-7fa0becac194} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.606986 [ 4 ] {e1eaa383-0fde-4730-b59c-7fa0becac194} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.607282 [ 4 ] {e1eaa383-0fde-4730-b59c-7fa0becac194} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.08.18 20:08:55.607491 [ 4 ] {e1eaa383-0fde-4730-b59c-7fa0becac194} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.607616 [ 4 ] {e1eaa383-0fde-4730-b59c-7fa0becac194} executeQuery: Read 12 rows, 960.00 B in 0.001114 sec., 10771.992818671455 rows/sec., 841.56 KiB/sec. 2025.08.18 20:08:55.607654 [ 4 ] {e1eaa383-0fde-4730-b59c-7fa0becac194} TCPHandler: Processed in 0.001277027 sec. 2025.08.18 20:08:55.607757 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.607857 [ 4 ] {65b2c265-303d-4aa5-b985-d5340db92fb1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:08:55.607897 [ 4 ] {65b2c265-303d-4aa5-b985-d5340db92fb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:08:55.608408 [ 4 ] {65b2c265-303d-4aa5-b985-d5340db92fb1} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.608445 [ 4 ] {65b2c265-303d-4aa5-b985-d5340db92fb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.608768 [ 4 ] {65b2c265-303d-4aa5-b985-d5340db92fb1} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:08:55.608974 [ 4 ] {65b2c265-303d-4aa5-b985-d5340db92fb1} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.609121 [ 4 ] {65b2c265-303d-4aa5-b985-d5340db92fb1} executeQuery: Read 143 rows, 11.82 KiB in 0.001282 sec., 111544.46177847114 rows/sec., 9.00 MiB/sec. 2025.08.18 20:08:55.609161 [ 4 ] {65b2c265-303d-4aa5-b985-d5340db92fb1} TCPHandler: Processed in 0.001453438 sec. 2025.08.18 20:08:55.609269 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.609368 [ 4 ] {ee546fb3-2f52-4c3c-a892-739476daaaef} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:55.609411 [ 4 ] {ee546fb3-2f52-4c3c-a892-739476daaaef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:08:55.609814 [ 4 ] {ee546fb3-2f52-4c3c-a892-739476daaaef} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.609850 [ 4 ] {ee546fb3-2f52-4c3c-a892-739476daaaef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.610201 [ 4 ] {ee546fb3-2f52-4c3c-a892-739476daaaef} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:08:55.610415 [ 4 ] {ee546fb3-2f52-4c3c-a892-739476daaaef} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.610542 [ 4 ] {ee546fb3-2f52-4c3c-a892-739476daaaef} executeQuery: Read 197 rows, 14.47 KiB in 0.001193 sec., 165129.92455993293 rows/sec., 11.84 MiB/sec. 2025.08.18 20:08:55.610578 [ 4 ] {ee546fb3-2f52-4c3c-a892-739476daaaef} TCPHandler: Processed in 0.001357428 sec. 2025.08.18 20:08:55.610686 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.610780 [ 4 ] {4ecec5e6-8c88-460e-91bd-c0d6ee13d80a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:08:55.610832 [ 4 ] {4ecec5e6-8c88-460e-91bd-c0d6ee13d80a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:08:55.611635 [ 4 ] {4ecec5e6-8c88-460e-91bd-c0d6ee13d80a} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.611671 [ 4 ] {4ecec5e6-8c88-460e-91bd-c0d6ee13d80a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.612225 [ 4 ] {4ecec5e6-8c88-460e-91bd-c0d6ee13d80a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:08:55.612442 [ 4 ] {4ecec5e6-8c88-460e-91bd-c0d6ee13d80a} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.612574 [ 4 ] {4ecec5e6-8c88-460e-91bd-c0d6ee13d80a} executeQuery: Read 41 rows, 75.23 KiB in 0.001812 sec., 22626.931567328917 rows/sec., 40.55 MiB/sec. 2025.08.18 20:08:55.612634 [ 4 ] {4ecec5e6-8c88-460e-91bd-c0d6ee13d80a} TCPHandler: Processed in 0.001997226 sec. 2025.08.18 20:08:55.612744 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:08:55.612838 [ 4 ] {a4ae5d74-3bd8-43f5-bab9-f5ac67e015e4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:08:55.612878 [ 4 ] {a4ae5d74-3bd8-43f5-bab9-f5ac67e015e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:08:55.613209 [ 4 ] {a4ae5d74-3bd8-43f5-bab9-f5ac67e015e4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:55.613244 [ 4 ] {a4ae5d74-3bd8-43f5-bab9-f5ac67e015e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:55.613536 [ 4 ] {a4ae5d74-3bd8-43f5-bab9-f5ac67e015e4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:08:55.613736 [ 4 ] {a4ae5d74-3bd8-43f5-bab9-f5ac67e015e4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:55.613859 [ 4 ] {a4ae5d74-3bd8-43f5-bab9-f5ac67e015e4} executeQuery: Read 60 rows, 4.14 KiB in 0.00104 sec., 57692.307692307695 rows/sec., 3.89 MiB/sec. 2025.08.18 20:08:55.613893 [ 4 ] {a4ae5d74-3bd8-43f5-bab9-f5ac67e015e4} TCPHandler: Processed in 0.001197645 sec. 2025.08.18 20:08:56.519948 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6954 2025.08.18 20:08:56.520554 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:56.520588 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:56.521054 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:08:56.521279 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:56.521400 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6954 2025.08.18 20:08:56.899566 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.08.18 20:08:56.916263 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:08:56.916330 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:08:56.921749 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:08:56.922461 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:08:56.925322 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.08.18 20:09:00.594032 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:00.594347 [ 4 ] {ec7e13b8-9c02-4c42-b066-7097d7d2a080} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:00.594430 [ 4 ] {ec7e13b8-9c02-4c42-b066-7097d7d2a080} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:00.595075 [ 4 ] {ec7e13b8-9c02-4c42-b066-7097d7d2a080} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:00.595126 [ 4 ] {ec7e13b8-9c02-4c42-b066-7097d7d2a080} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:00.595527 [ 4 ] {ec7e13b8-9c02-4c42-b066-7097d7d2a080} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:09:00.595754 [ 4 ] {ec7e13b8-9c02-4c42-b066-7097d7d2a080} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:00.595920 [ 4 ] {ec7e13b8-9c02-4c42-b066-7097d7d2a080} executeQuery: Read 56 rows, 4.38 KiB in 0.001652 sec., 33898.30508474576 rows/sec., 2.59 MiB/sec. 2025.08.18 20:09:00.595967 [ 4 ] {ec7e13b8-9c02-4c42-b066-7097d7d2a080} TCPHandler: Processed in 0.002127778 sec. 2025.08.18 20:09:00.596089 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:00.596194 [ 4 ] {5ef7370d-df6e-45aa-bc45-67b634d52945} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:00.596239 [ 4 ] {5ef7370d-df6e-45aa-bc45-67b634d52945} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:00.596686 [ 4 ] {5ef7370d-df6e-45aa-bc45-67b634d52945} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:00.596724 [ 4 ] {5ef7370d-df6e-45aa-bc45-67b634d52945} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:00.597033 [ 4 ] {5ef7370d-df6e-45aa-bc45-67b634d52945} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:09:00.597244 [ 4 ] {5ef7370d-df6e-45aa-bc45-67b634d52945} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:00.597374 [ 4 ] {5ef7370d-df6e-45aa-bc45-67b634d52945} executeQuery: Read 64 rows, 5.12 KiB in 0.001203 sec., 53200.332502078134 rows/sec., 4.15 MiB/sec. 2025.08.18 20:09:00.597411 [ 4 ] {5ef7370d-df6e-45aa-bc45-67b634d52945} TCPHandler: Processed in 0.001375858 sec. 2025.08.18 20:09:00.597523 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:00.597620 [ 4 ] {a5d11a12-9e2e-436e-b18f-50446d34e053} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:00.597663 [ 4 ] {a5d11a12-9e2e-436e-b18f-50446d34e053} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:00.598079 [ 4 ] {a5d11a12-9e2e-436e-b18f-50446d34e053} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:00.598115 [ 4 ] {a5d11a12-9e2e-436e-b18f-50446d34e053} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:00.598455 [ 4 ] {a5d11a12-9e2e-436e-b18f-50446d34e053} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:09:00.598665 [ 4 ] {a5d11a12-9e2e-436e-b18f-50446d34e053} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:00.598793 [ 4 ] {a5d11a12-9e2e-436e-b18f-50446d34e053} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2025.08.18 20:09:00.598830 [ 4 ] {a5d11a12-9e2e-436e-b18f-50446d34e053} TCPHandler: Processed in 0.001357508 sec. 2025.08.18 20:09:00.598933 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:00.599030 [ 4 ] {ca1352b2-9409-486f-9f1d-a05fcc2cb743} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:00.599072 [ 4 ] {ca1352b2-9409-486f-9f1d-a05fcc2cb743} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:00.599433 [ 4 ] {ca1352b2-9409-486f-9f1d-a05fcc2cb743} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:00.599482 [ 4 ] {ca1352b2-9409-486f-9f1d-a05fcc2cb743} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:00.599865 [ 4 ] {ca1352b2-9409-486f-9f1d-a05fcc2cb743} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:09:00.600110 [ 4 ] {ca1352b2-9409-486f-9f1d-a05fcc2cb743} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:00.600261 [ 4 ] {ca1352b2-9409-486f-9f1d-a05fcc2cb743} executeQuery: Read 60 rows, 4.14 KiB in 0.001249 sec., 48038.43074459568 rows/sec., 3.24 MiB/sec. 2025.08.18 20:09:00.600304 [ 4 ] {ca1352b2-9409-486f-9f1d-a05fcc2cb743} TCPHandler: Processed in 0.001419979 sec. 2025.08.18 20:09:03.934139 [ 118 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:09:03.934243 [ 118 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:09:04.001167 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000810681 sec. 2025.08.18 20:09:04.022441 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7442 2025.08.18 20:09:04.022916 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:04.022950 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:04.023444 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:09:04.023668 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:04.023801 [ 118 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.18 20:09:04.023812 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7442 2025.08.18 20:09:04.023854 [ 118 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:04.023879 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:04.023969 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:09:04.024053 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:04.024082 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5124 rows starting from the beginning of the part 2025.08.18 20:09:04.024136 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part 2025.08.18 20:09:04.024178 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part 2025.08.18 20:09:04.024217 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part 2025.08.18 20:09:04.024254 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part 2025.08.18 20:09:04.024291 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part 2025.08.18 20:09:04.025581 [ 191 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7442 rows, containing 4 columns (4 merged, 0 gathered) in 0.001647181 sec., 4518022.002439319 rows/sec., 64.63 MiB/sec. 2025.08.18 20:09:04.026156 [ 199 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.18 20:09:04.026501 [ 199 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:04.026574 [ 199 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_16_3} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.18 20:09:04.026669 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2025.08.18 20:09:04.037025 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 440 2025.08.18 20:09:04.039151 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:04.039189 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:04.040374 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:09:04.040630 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:04.040746 [ 118 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.18 20:09:04.040779 [ 118 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:04.040797 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:04.040869 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 440 2025.08.18 20:09:04.040880 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:09:04.041459 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:04.041611 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 308 rows starting from the beginning of the part 2025.08.18 20:09:04.041982 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part 2025.08.18 20:09:04.042329 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2025.08.18 20:09:04.042670 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:09:04.043000 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part 2025.08.18 20:09:04.043330 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 28 rows starting from the beginning of the part 2025.08.18 20:09:04.049166 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 72 columns (72 merged, 0 gathered) in 0.008318248 sec., 52895.754009738586 rows/sec., 47.79 MiB/sec. 2025.08.18 20:09:04.049865 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.18 20:09:04.050382 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:04.050455 [ 196 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_11_2} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.18 20:09:04.050639 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. 2025.08.18 20:09:04.425372 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.08.18 20:09:04.442841 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:04.442905 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:04.449304 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:09:04.449998 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:04.450326 [ 118 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.18 20:09:04.450422 [ 118 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:04.450460 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:04.450600 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:04.453184 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.08.18 20:09:04.454705 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:04.456176 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:04.460710 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:04.464941 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:04.469288 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:04.473668 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:04.478048 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:04.532440 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081895006 sec., 1477.5015707306986 rows/sec., 7.64 MiB/sec. 2025.08.18 20:09:04.534215 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.18 20:09:04.535912 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_16_3} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:04.536012 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_16_3} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.18 20:09:04.537683 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.08.18 20:09:05.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 199.45 MiB, peak 209.40 MiB, free memory in arenas 0.00 B, will set to 209.51 MiB (RSS), difference: 10.06 MiB 2025.08.18 20:09:05.595687 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:05.595884 [ 4 ] {7d28e0f5-9b91-4e6b-b9d5-66bb17846ff5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:05.595959 [ 4 ] {7d28e0f5-9b91-4e6b-b9d5-66bb17846ff5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:05.596686 [ 4 ] {7d28e0f5-9b91-4e6b-b9d5-66bb17846ff5} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:05.596735 [ 4 ] {7d28e0f5-9b91-4e6b-b9d5-66bb17846ff5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:05.597150 [ 4 ] {7d28e0f5-9b91-4e6b-b9d5-66bb17846ff5} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:09:05.597368 [ 4 ] {7d28e0f5-9b91-4e6b-b9d5-66bb17846ff5} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:05.597520 [ 4 ] {7d28e0f5-9b91-4e6b-b9d5-66bb17846ff5} executeQuery: Read 138 rows, 12.23 KiB in 0.00169 sec., 81656.80473372781 rows/sec., 7.07 MiB/sec. 2025.08.18 20:09:05.597563 [ 4 ] {7d28e0f5-9b91-4e6b-b9d5-66bb17846ff5} TCPHandler: Processed in 0.002014826 sec. 2025.08.18 20:09:05.597685 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:05.597780 [ 4 ] {bc41c9ae-6bb8-453b-9aaa-28f4e1c6c734} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:09:05.597821 [ 4 ] {bc41c9ae-6bb8-453b-9aaa-28f4e1c6c734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:09:05.598225 [ 4 ] {bc41c9ae-6bb8-453b-9aaa-28f4e1c6c734} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:05.598261 [ 4 ] {bc41c9ae-6bb8-453b-9aaa-28f4e1c6c734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:05.598554 [ 4 ] {bc41c9ae-6bb8-453b-9aaa-28f4e1c6c734} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:09:05.598758 [ 4 ] {bc41c9ae-6bb8-453b-9aaa-28f4e1c6c734} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:05.598881 [ 4 ] {bc41c9ae-6bb8-453b-9aaa-28f4e1c6c734} executeQuery: Read 41 rows, 3.08 KiB in 0.001119 sec., 36639.85701519214 rows/sec., 2.69 MiB/sec. 2025.08.18 20:09:05.598918 [ 4 ] {bc41c9ae-6bb8-453b-9aaa-28f4e1c6c734} TCPHandler: Processed in 0.001282547 sec. 2025.08.18 20:09:05.599031 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:05.599125 [ 4 ] {a0502b26-896d-4e6f-819e-ecd9b00b57be} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:05.599162 [ 4 ] {a0502b26-896d-4e6f-819e-ecd9b00b57be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:05.599582 [ 4 ] {a0502b26-896d-4e6f-819e-ecd9b00b57be} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:05.599618 [ 4 ] {a0502b26-896d-4e6f-819e-ecd9b00b57be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:05.599925 [ 4 ] {a0502b26-896d-4e6f-819e-ecd9b00b57be} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:09:05.600128 [ 4 ] {a0502b26-896d-4e6f-819e-ecd9b00b57be} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:05.600253 [ 4 ] {a0502b26-896d-4e6f-819e-ecd9b00b57be} executeQuery: Read 105 rows, 8.40 KiB in 0.001147 sec., 91543.15605928509 rows/sec., 7.15 MiB/sec. 2025.08.18 20:09:05.600290 [ 4 ] {a0502b26-896d-4e6f-819e-ecd9b00b57be} TCPHandler: Processed in 0.001309027 sec. 2025.08.18 20:09:05.600426 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:05.600520 [ 4 ] {894299ac-0845-4980-aa85-f7e6976f7eed} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:05.600563 [ 4 ] {894299ac-0845-4980-aa85-f7e6976f7eed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:05.600979 [ 4 ] {894299ac-0845-4980-aa85-f7e6976f7eed} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:05.601015 [ 4 ] {894299ac-0845-4980-aa85-f7e6976f7eed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:05.601339 [ 4 ] {894299ac-0845-4980-aa85-f7e6976f7eed} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:09:05.601543 [ 4 ] {894299ac-0845-4980-aa85-f7e6976f7eed} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:05.601667 [ 4 ] {894299ac-0845-4980-aa85-f7e6976f7eed} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.08.18 20:09:05.601702 [ 4 ] {894299ac-0845-4980-aa85-f7e6976f7eed} TCPHandler: Processed in 0.001324997 sec. 2025.08.18 20:09:05.601816 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:05.601910 [ 4 ] {bae61faf-ad05-4706-9bbd-0708675dbcd3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:05.601963 [ 4 ] {bae61faf-ad05-4706-9bbd-0708675dbcd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:09:05.602779 [ 4 ] {bae61faf-ad05-4706-9bbd-0708675dbcd3} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:05.602814 [ 4 ] {bae61faf-ad05-4706-9bbd-0708675dbcd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:05.603418 [ 4 ] {bae61faf-ad05-4706-9bbd-0708675dbcd3} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:09:05.603638 [ 4 ] {bae61faf-ad05-4706-9bbd-0708675dbcd3} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:05.603749 [ 117 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.08.18 20:09:05.603770 [ 4 ] {bae61faf-ad05-4706-9bbd-0708675dbcd3} executeQuery: Read 41 rows, 75.23 KiB in 0.001877 sec., 21843.367075119873 rows/sec., 39.14 MiB/sec. 2025.08.18 20:09:05.603822 [ 117 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:05.603841 [ 4 ] {bae61faf-ad05-4706-9bbd-0708675dbcd3} TCPHandler: Processed in 0.002072977 sec. 2025.08.18 20:09:05.603851 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:05.603962 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:05.603982 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:09:05.604060 [ 4 ] {729ef9b8-b6f0-4a6b-baf5-788760c6bb03} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:05.604106 [ 4 ] {729ef9b8-b6f0-4a6b-baf5-788760c6bb03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:05.604261 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:05.604339 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 126 rows starting from the beginning of the part 2025.08.18 20:09:05.604437 [ 4 ] {729ef9b8-b6f0-4a6b-baf5-788760c6bb03} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:05.604477 [ 4 ] {729ef9b8-b6f0-4a6b-baf5-788760c6bb03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:05.604517 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:05.604642 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:05.604753 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:05.604791 [ 4 ] {729ef9b8-b6f0-4a6b-baf5-788760c6bb03} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:09:05.604871 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:05.604990 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:05.605022 [ 4 ] {729ef9b8-b6f0-4a6b-baf5-788760c6bb03} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:05.605155 [ 4 ] {729ef9b8-b6f0-4a6b-baf5-788760c6bb03} executeQuery: Read 60 rows, 4.14 KiB in 0.001113 sec., 53908.35579514824 rows/sec., 3.63 MiB/sec. 2025.08.18 20:09:05.605190 [ 4 ] {729ef9b8-b6f0-4a6b-baf5-788760c6bb03} TCPHandler: Processed in 0.001278007 sec. 2025.08.18 20:09:05.608401 [ 187 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 331 rows, containing 19 columns (19 merged, 0 gathered) in 0.004476369 sec., 73943.85940926675 rows/sec., 132.50 MiB/sec. 2025.08.18 20:09:05.608943 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.08.18 20:09:05.609284 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:05.609361 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_11_2} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.08.18 20:09:05.609449 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. 2025.08.18 20:09:09.510191 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:09.510418 [ 4 ] {e5ba4b9f-f73a-4bbe-89bf-c6e60ade39d5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:09.510505 [ 4 ] {e5ba4b9f-f73a-4bbe-89bf-c6e60ade39d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:09.512103 [ 4 ] {e5ba4b9f-f73a-4bbe-89bf-c6e60ade39d5} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:09.512157 [ 4 ] {e5ba4b9f-f73a-4bbe-89bf-c6e60ade39d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:09.512655 [ 4 ] {e5ba4b9f-f73a-4bbe-89bf-c6e60ade39d5} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:09:09.512895 [ 4 ] {e5ba4b9f-f73a-4bbe-89bf-c6e60ade39d5} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:09.513061 [ 4 ] {e5ba4b9f-f73a-4bbe-89bf-c6e60ade39d5} executeQuery: Read 1196 rows, 100.50 KiB in 0.0027 sec., 442962.9629629629 rows/sec., 36.35 MiB/sec. 2025.08.18 20:09:09.513115 [ 4 ] {e5ba4b9f-f73a-4bbe-89bf-c6e60ade39d5} TCPHandler: Processed in 0.00308805 sec. 2025.08.18 20:09:09.513260 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:09.513366 [ 4 ] {bffe8342-74dc-484c-810c-5968aa098fcc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:09:09.513412 [ 4 ] {bffe8342-74dc-484c-810c-5968aa098fcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:09:09.513971 [ 4 ] {bffe8342-74dc-484c-810c-5968aa098fcc} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:09.514010 [ 4 ] {bffe8342-74dc-484c-810c-5968aa098fcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:09.514324 [ 4 ] {bffe8342-74dc-484c-810c-5968aa098fcc} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:09:09.514538 [ 4 ] {bffe8342-74dc-484c-810c-5968aa098fcc} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:09.514666 [ 4 ] {bffe8342-74dc-484c-810c-5968aa098fcc} executeQuery: Read 228 rows, 15.81 KiB in 0.001326 sec., 171945.70135746608 rows/sec., 11.64 MiB/sec. 2025.08.18 20:09:09.514707 [ 4 ] {bffe8342-74dc-484c-810c-5968aa098fcc} TCPHandler: Processed in 0.00149951 sec. 2025.08.18 20:09:09.514844 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:09.514957 [ 4 ] {864acd29-c427-4f41-926e-1db8d852f3e7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:09.515008 [ 4 ] {864acd29-c427-4f41-926e-1db8d852f3e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:09.515764 [ 4 ] {864acd29-c427-4f41-926e-1db8d852f3e7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:09.515811 [ 4 ] {864acd29-c427-4f41-926e-1db8d852f3e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:09.516207 [ 4 ] {864acd29-c427-4f41-926e-1db8d852f3e7} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:09:09.516479 [ 4 ] {864acd29-c427-4f41-926e-1db8d852f3e7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:09.516639 [ 4 ] {864acd29-c427-4f41-926e-1db8d852f3e7} executeQuery: Read 520 rows, 39.40 KiB in 0.001705 sec., 304985.3372434018 rows/sec., 22.57 MiB/sec. 2025.08.18 20:09:09.516685 [ 4 ] {864acd29-c427-4f41-926e-1db8d852f3e7} TCPHandler: Processed in 0.001902505 sec. 2025.08.18 20:09:09.516826 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:09.516938 [ 4 ] {b48f3fa3-abbb-43bb-9a35-0cb9e12587c0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:09.516991 [ 4 ] {b48f3fa3-abbb-43bb-9a35-0cb9e12587c0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:09.517778 [ 4 ] {b48f3fa3-abbb-43bb-9a35-0cb9e12587c0} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:09.517814 [ 4 ] {b48f3fa3-abbb-43bb-9a35-0cb9e12587c0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:09.518194 [ 4 ] {b48f3fa3-abbb-43bb-9a35-0cb9e12587c0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:09:09.518406 [ 4 ] {b48f3fa3-abbb-43bb-9a35-0cb9e12587c0} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:09.518544 [ 4 ] {b48f3fa3-abbb-43bb-9a35-0cb9e12587c0} executeQuery: Read 974 rows, 66.96 KiB in 0.001628 sec., 598280.0982800983 rows/sec., 40.17 MiB/sec. 2025.08.18 20:09:09.518581 [ 4 ] {b48f3fa3-abbb-43bb-9a35-0cb9e12587c0} TCPHandler: Processed in 0.001814883 sec. 2025.08.18 20:09:09.518698 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:09.518792 [ 4 ] {81f65562-e2f0-47d3-afe6-4348981baeb0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:09.518832 [ 4 ] {81f65562-e2f0-47d3-afe6-4348981baeb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:09.519169 [ 4 ] {81f65562-e2f0-47d3-afe6-4348981baeb0} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:09.519205 [ 4 ] {81f65562-e2f0-47d3-afe6-4348981baeb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:09.519522 [ 4 ] {81f65562-e2f0-47d3-afe6-4348981baeb0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:09:09.519737 [ 4 ] {81f65562-e2f0-47d3-afe6-4348981baeb0} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:09.519869 [ 4 ] {81f65562-e2f0-47d3-afe6-4348981baeb0} executeQuery: Read 48 rows, 3.31 KiB in 0.001095 sec., 43835.61643835616 rows/sec., 2.95 MiB/sec. 2025.08.18 20:09:09.519905 [ 4 ] {81f65562-e2f0-47d3-afe6-4348981baeb0} TCPHandler: Processed in 0.001256646 sec. 2025.08.18 20:09:10.587870 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:10.588040 [ 4 ] {e3a4857a-6d1f-4e66-a761-ef2295baee7a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:10.588111 [ 4 ] {e3a4857a-6d1f-4e66-a761-ef2295baee7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:10.588854 [ 4 ] {e3a4857a-6d1f-4e66-a761-ef2295baee7a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:10.588913 [ 4 ] {e3a4857a-6d1f-4e66-a761-ef2295baee7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:10.589357 [ 4 ] {e3a4857a-6d1f-4e66-a761-ef2295baee7a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:09:10.589620 [ 4 ] {e3a4857a-6d1f-4e66-a761-ef2295baee7a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:10.589782 [ 4 ] {e3a4857a-6d1f-4e66-a761-ef2295baee7a} executeQuery: Read 56 rows, 4.38 KiB in 0.001751 sec., 31981.724728726444 rows/sec., 2.44 MiB/sec. 2025.08.18 20:09:10.589781 [ 113 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.18 20:09:10.589827 [ 4 ] {e3a4857a-6d1f-4e66-a761-ef2295baee7a} TCPHandler: Processed in 0.002061737 sec. 2025.08.18 20:09:10.589862 [ 113 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:10.589888 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:10.589959 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:10.589980 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:09:10.590061 [ 4 ] {4879f5d9-29ca-4cb9-ad4d-931a6096b6b6} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:10.590073 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:10.590103 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1407 rows starting from the beginning of the part 2025.08.18 20:09:10.590104 [ 4 ] {4879f5d9-29ca-4cb9-ad4d-931a6096b6b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:10.590164 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 259 rows starting from the beginning of the part 2025.08.18 20:09:10.590213 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part 2025.08.18 20:09:10.590254 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 138 rows starting from the beginning of the part 2025.08.18 20:09:10.590293 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1196 rows starting from the beginning of the part 2025.08.18 20:09:10.590367 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 56 rows starting from the beginning of the part 2025.08.18 20:09:10.590602 [ 4 ] {4879f5d9-29ca-4cb9-ad4d-931a6096b6b6} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:10.590643 [ 4 ] {4879f5d9-29ca-4cb9-ad4d-931a6096b6b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:10.591136 [ 4 ] {4879f5d9-29ca-4cb9-ad4d-931a6096b6b6} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:09:10.591423 [ 4 ] {4879f5d9-29ca-4cb9-ad4d-931a6096b6b6} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:10.591555 [ 113 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.18 20:09:10.591587 [ 113 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:10.591588 [ 4 ] {4879f5d9-29ca-4cb9-ad4d-931a6096b6b6} executeQuery: Read 64 rows, 5.12 KiB in 0.001545 sec., 41423.948220064725 rows/sec., 3.23 MiB/sec. 2025.08.18 20:09:10.591606 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:10.591653 [ 4 ] {4879f5d9-29ca-4cb9-ad4d-931a6096b6b6} TCPHandler: Processed in 0.001744533 sec. 2025.08.18 20:09:10.591747 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:09:10.591794 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:10.591880 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:10.591910 [ 4 ] {394607d3-29e6-410f-ac76-9e427994238a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:10.591920 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 633 rows starting from the beginning of the part 2025.08.18 20:09:10.591973 [ 4 ] {394607d3-29e6-410f-ac76-9e427994238a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:10.592034 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 143 rows starting from the beginning of the part 2025.08.18 20:09:10.592093 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part 2025.08.18 20:09:10.592140 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 105 rows starting from the beginning of the part 2025.08.18 20:09:10.592185 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 520 rows starting from the beginning of the part 2025.08.18 20:09:10.592231 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 64 rows starting from the beginning of the part 2025.08.18 20:09:10.592268 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3112 rows, containing 5 columns (5 merged, 0 gathered) in 0.00232128 sec., 1340639.6470912602 rows/sec., 116.88 MiB/sec. 2025.08.18 20:09:10.592438 [ 4 ] {394607d3-29e6-410f-ac76-9e427994238a} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:10.592489 [ 4 ] {394607d3-29e6-410f-ac76-9e427994238a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:10.592535 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.18 20:09:10.592868 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:10.592956 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_26_5} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.18 20:09:10.593045 [ 4 ] {394607d3-29e6-410f-ac76-9e427994238a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:09:10.593055 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.18 20:09:10.593285 [ 4 ] {394607d3-29e6-410f-ac76-9e427994238a} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:10.593390 [ 113 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.18 20:09:10.593414 [ 192 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001735903 sec., 880809.584406502 rows/sec., 70.14 MiB/sec. 2025.08.18 20:09:10.593420 [ 4 ] {394607d3-29e6-410f-ac76-9e427994238a} executeQuery: Read 32 rows, 2.28 KiB in 0.001536 sec., 20833.333333333332 rows/sec., 1.45 MiB/sec. 2025.08.18 20:09:10.593423 [ 113 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:10.593478 [ 4 ] {394607d3-29e6-410f-ac76-9e427994238a} TCPHandler: Processed in 0.001743673 sec. 2025.08.18 20:09:10.593479 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:10.593585 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:09:10.593609 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.18 20:09:10.593624 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:10.593718 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:10.593729 [ 4 ] {86243514-8715-4b92-83df-d443cb6c777a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:10.593760 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6771 rows starting from the beginning of the part 2025.08.18 20:09:10.593780 [ 4 ] {86243514-8715-4b92-83df-d443cb6c777a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:10.593849 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 197 rows starting from the beginning of the part 2025.08.18 20:09:10.593882 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:10.593903 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2025.08.18 20:09:10.593952 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:09:10.593962 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_26_5} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.18 20:09:10.593998 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 974 rows starting from the beginning of the part 2025.08.18 20:09:10.594045 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.18 20:09:10.594047 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 32 rows starting from the beginning of the part 2025.08.18 20:09:10.594125 [ 4 ] {86243514-8715-4b92-83df-d443cb6c777a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:10.594165 [ 4 ] {86243514-8715-4b92-83df-d443cb6c777a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:10.594492 [ 4 ] {86243514-8715-4b92-83df-d443cb6c777a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:09:10.594701 [ 4 ] {86243514-8715-4b92-83df-d443cb6c777a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:10.594810 [ 113 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.18 20:09:10.594837 [ 4 ] {86243514-8715-4b92-83df-d443cb6c777a} executeQuery: Read 12 rows, 848.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 734.80 KiB/sec. 2025.08.18 20:09:10.594845 [ 113 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:10.594879 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:10.594879 [ 4 ] {86243514-8715-4b92-83df-d443cb6c777a} TCPHandler: Processed in 0.001309767 sec. 2025.08.18 20:09:10.594951 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:09:10.595036 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:10.595062 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1080 rows starting from the beginning of the part 2025.08.18 20:09:10.595108 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:09:10.595145 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2025.08.18 20:09:10.595179 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:09:10.595212 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 48 rows starting from the beginning of the part 2025.08.18 20:09:10.595253 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 12 rows starting from the beginning of the part 2025.08.18 20:09:10.596089 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1320 rows, containing 4 columns (4 merged, 0 gathered) in 0.001164246 sec., 1133781.0050453255 rows/sec., 76.41 MiB/sec. 2025.08.18 20:09:10.596316 [ 187 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.18 20:09:10.596572 [ 187 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_26_5} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:10.596638 [ 187 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_26_5} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.18 20:09:10.596710 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.08.18 20:09:10.597432 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 8294 rows, containing 5 columns (5 merged, 0 gathered) in 0.003887061 sec., 2133745.778622975 rows/sec., 145.95 MiB/sec. 2025.08.18 20:09:10.597620 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.18 20:09:10.597873 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:10.597942 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_26_5} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.18 20:09:10.598018 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. 2025.08.18 20:09:11.524049 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7869 2025.08.18 20:09:11.524625 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:11.524683 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:11.525229 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:09:11.525477 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:11.525626 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7869 2025.08.18 20:09:11.953399 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.08.18 20:09:11.968984 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:11.969046 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:11.974619 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:09:11.975344 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:11.978151 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.08.18 20:09:14.041217 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 470 2025.08.18 20:09:14.043473 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:14.043522 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:14.044709 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:09:14.044978 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:14.045228 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 470 2025.08.18 20:09:15.596815 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:15.597013 [ 4 ] {bd9939d9-9a45-4ce5-8d9a-87a11f1d14ac} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:15.597081 [ 4 ] {bd9939d9-9a45-4ce5-8d9a-87a11f1d14ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:15.597834 [ 4 ] {bd9939d9-9a45-4ce5-8d9a-87a11f1d14ac} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:15.597873 [ 4 ] {bd9939d9-9a45-4ce5-8d9a-87a11f1d14ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:15.598279 [ 4 ] {bd9939d9-9a45-4ce5-8d9a-87a11f1d14ac} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:09:15.598493 [ 4 ] {bd9939d9-9a45-4ce5-8d9a-87a11f1d14ac} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:15.598713 [ 4 ] {bd9939d9-9a45-4ce5-8d9a-87a11f1d14ac} executeQuery: Read 138 rows, 12.23 KiB in 0.001752 sec., 78767.12328767123 rows/sec., 6.82 MiB/sec. 2025.08.18 20:09:15.598760 [ 4 ] {bd9939d9-9a45-4ce5-8d9a-87a11f1d14ac} TCPHandler: Processed in 0.002080617 sec. 2025.08.18 20:09:15.598881 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:15.598983 [ 4 ] {c26b5439-a721-47ac-9306-19b620a33d23} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:09:15.599026 [ 4 ] {c26b5439-a721-47ac-9306-19b620a33d23} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:09:15.599447 [ 4 ] {c26b5439-a721-47ac-9306-19b620a33d23} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:15.599484 [ 4 ] {c26b5439-a721-47ac-9306-19b620a33d23} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:15.599781 [ 4 ] {c26b5439-a721-47ac-9306-19b620a33d23} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:09:15.599999 [ 4 ] {c26b5439-a721-47ac-9306-19b620a33d23} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:15.600133 [ 4 ] {c26b5439-a721-47ac-9306-19b620a33d23} executeQuery: Read 41 rows, 3.08 KiB in 0.001172 sec., 34982.93515358362 rows/sec., 2.57 MiB/sec. 2025.08.18 20:09:15.600183 [ 4 ] {c26b5439-a721-47ac-9306-19b620a33d23} TCPHandler: Processed in 0.001353438 sec. 2025.08.18 20:09:15.600299 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:15.600396 [ 4 ] {df4f5d92-95f5-406d-bff6-16375ea3ff25} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:15.600436 [ 4 ] {df4f5d92-95f5-406d-bff6-16375ea3ff25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:15.600866 [ 4 ] {df4f5d92-95f5-406d-bff6-16375ea3ff25} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:15.600901 [ 4 ] {df4f5d92-95f5-406d-bff6-16375ea3ff25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:15.601225 [ 4 ] {df4f5d92-95f5-406d-bff6-16375ea3ff25} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:09:15.601430 [ 4 ] {df4f5d92-95f5-406d-bff6-16375ea3ff25} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:15.601553 [ 4 ] {df4f5d92-95f5-406d-bff6-16375ea3ff25} executeQuery: Read 105 rows, 8.40 KiB in 0.001177 sec., 89209.85556499574 rows/sec., 6.97 MiB/sec. 2025.08.18 20:09:15.601591 [ 4 ] {df4f5d92-95f5-406d-bff6-16375ea3ff25} TCPHandler: Processed in 0.001343027 sec. 2025.08.18 20:09:15.601703 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:15.601799 [ 4 ] {aa7c9733-b61d-47c2-99e5-78aeb9a9e4a2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:15.601842 [ 4 ] {aa7c9733-b61d-47c2-99e5-78aeb9a9e4a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:15.602271 [ 4 ] {aa7c9733-b61d-47c2-99e5-78aeb9a9e4a2} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:15.602305 [ 4 ] {aa7c9733-b61d-47c2-99e5-78aeb9a9e4a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:15.602635 [ 4 ] {aa7c9733-b61d-47c2-99e5-78aeb9a9e4a2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:09:15.602849 [ 4 ] {aa7c9733-b61d-47c2-99e5-78aeb9a9e4a2} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:15.602975 [ 4 ] {aa7c9733-b61d-47c2-99e5-78aeb9a9e4a2} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2025.08.18 20:09:15.603011 [ 4 ] {aa7c9733-b61d-47c2-99e5-78aeb9a9e4a2} TCPHandler: Processed in 0.001358097 sec. 2025.08.18 20:09:15.603112 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:15.603205 [ 4 ] {8d7f4936-cb3a-43cb-b0fd-dc51fc546fdd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:15.603284 [ 4 ] {8d7f4936-cb3a-43cb-b0fd-dc51fc546fdd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:09:15.604154 [ 4 ] {8d7f4936-cb3a-43cb-b0fd-dc51fc546fdd} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:15.604188 [ 4 ] {8d7f4936-cb3a-43cb-b0fd-dc51fc546fdd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:15.604791 [ 4 ] {8d7f4936-cb3a-43cb-b0fd-dc51fc546fdd} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:09:15.605010 [ 4 ] {8d7f4936-cb3a-43cb-b0fd-dc51fc546fdd} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:15.605145 [ 4 ] {8d7f4936-cb3a-43cb-b0fd-dc51fc546fdd} executeQuery: Read 41 rows, 75.23 KiB in 0.001957 sec., 20950.434338272866 rows/sec., 37.54 MiB/sec. 2025.08.18 20:09:15.605206 [ 4 ] {8d7f4936-cb3a-43cb-b0fd-dc51fc546fdd} TCPHandler: Processed in 0.002144168 sec. 2025.08.18 20:09:15.605319 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:15.605414 [ 4 ] {2f968eae-ccf5-47d8-8bdb-91c1371184ae} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:15.605455 [ 4 ] {2f968eae-ccf5-47d8-8bdb-91c1371184ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:15.605784 [ 4 ] {2f968eae-ccf5-47d8-8bdb-91c1371184ae} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:15.605818 [ 4 ] {2f968eae-ccf5-47d8-8bdb-91c1371184ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.12 GiB. 2025.08.18 20:09:15.606147 [ 4 ] {2f968eae-ccf5-47d8-8bdb-91c1371184ae} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:09:15.606357 [ 4 ] {2f968eae-ccf5-47d8-8bdb-91c1371184ae} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:15.606480 [ 4 ] {2f968eae-ccf5-47d8-8bdb-91c1371184ae} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.08.18 20:09:15.606516 [ 4 ] {2f968eae-ccf5-47d8-8bdb-91c1371184ae} TCPHandler: Processed in 0.001247076 sec. 2025.08.18 20:09:18.934291 [ 106 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:09:18.934394 [ 106 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:09:19.026089 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8357 2025.08.18 20:09:19.026620 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:19.026674 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:19.027233 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:09:19.027472 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:19.027623 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8357 2025.08.18 20:09:19.478611 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.08.18 20:09:19.495572 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:19.495636 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:19.501509 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:09:19.502266 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:19.505077 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.08.18 20:09:20.594538 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:20.594716 [ 4 ] {2013fb07-57cd-48ea-8126-246be274d74d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:20.594781 [ 4 ] {2013fb07-57cd-48ea-8126-246be274d74d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:20.595470 [ 4 ] {2013fb07-57cd-48ea-8126-246be274d74d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:20.595515 [ 4 ] {2013fb07-57cd-48ea-8126-246be274d74d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:20.595901 [ 4 ] {2013fb07-57cd-48ea-8126-246be274d74d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:09:20.596134 [ 4 ] {2013fb07-57cd-48ea-8126-246be274d74d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:20.596285 [ 4 ] {2013fb07-57cd-48ea-8126-246be274d74d} executeQuery: Read 56 rows, 4.38 KiB in 0.001619 sec., 34589.252625077206 rows/sec., 2.64 MiB/sec. 2025.08.18 20:09:20.596327 [ 4 ] {2013fb07-57cd-48ea-8126-246be274d74d} TCPHandler: Processed in 0.001925795 sec. 2025.08.18 20:09:20.596467 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:20.596563 [ 4 ] {a5670299-443e-4673-bb35-20f3db589c0d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:20.596605 [ 4 ] {a5670299-443e-4673-bb35-20f3db589c0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:20.597022 [ 4 ] {a5670299-443e-4673-bb35-20f3db589c0d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:20.597059 [ 4 ] {a5670299-443e-4673-bb35-20f3db589c0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:20.597358 [ 4 ] {a5670299-443e-4673-bb35-20f3db589c0d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:09:20.597566 [ 4 ] {a5670299-443e-4673-bb35-20f3db589c0d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:20.597691 [ 4 ] {a5670299-443e-4673-bb35-20f3db589c0d} executeQuery: Read 64 rows, 5.12 KiB in 0.001146 sec., 55846.42233856893 rows/sec., 4.36 MiB/sec. 2025.08.18 20:09:20.597727 [ 4 ] {a5670299-443e-4673-bb35-20f3db589c0d} TCPHandler: Processed in 0.001311617 sec. 2025.08.18 20:09:20.597842 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:20.597937 [ 4 ] {2ff35342-0f0c-4615-b226-89fae7167d7e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:20.597979 [ 4 ] {2ff35342-0f0c-4615-b226-89fae7167d7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:20.598388 [ 4 ] {2ff35342-0f0c-4615-b226-89fae7167d7e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:20.598423 [ 4 ] {2ff35342-0f0c-4615-b226-89fae7167d7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:20.598740 [ 4 ] {2ff35342-0f0c-4615-b226-89fae7167d7e} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:09:20.598959 [ 4 ] {2ff35342-0f0c-4615-b226-89fae7167d7e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:20.599089 [ 4 ] {2ff35342-0f0c-4615-b226-89fae7167d7e} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2025.08.18 20:09:20.599125 [ 4 ] {2ff35342-0f0c-4615-b226-89fae7167d7e} TCPHandler: Processed in 0.001333127 sec. 2025.08.18 20:09:20.599230 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:20.599323 [ 4 ] {a696bdeb-dd52-4c96-9210-30ac88e33c48} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:20.599365 [ 4 ] {a696bdeb-dd52-4c96-9210-30ac88e33c48} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:20.599692 [ 4 ] {a696bdeb-dd52-4c96-9210-30ac88e33c48} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:20.599728 [ 4 ] {a696bdeb-dd52-4c96-9210-30ac88e33c48} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:20.600025 [ 4 ] {a696bdeb-dd52-4c96-9210-30ac88e33c48} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:09:20.600229 [ 4 ] {a696bdeb-dd52-4c96-9210-30ac88e33c48} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:20.600353 [ 4 ] {a696bdeb-dd52-4c96-9210-30ac88e33c48} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.08.18 20:09:20.600388 [ 4 ] {a696bdeb-dd52-4c96-9210-30ac88e33c48} TCPHandler: Processed in 0.001207206 sec. 2025.08.18 20:09:24.045934 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 490 2025.08.18 20:09:24.047979 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:24.048021 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:24.049178 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:09:24.049426 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:24.049671 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 490 2025.08.18 20:09:25.599029 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.599312 [ 4 ] {17e84e76-a8fd-4355-b97a-f3f58582f5dc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:09:25.599410 [ 4 ] {17e84e76-a8fd-4355-b97a-f3f58582f5dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:09:25.600185 [ 4 ] {17e84e76-a8fd-4355-b97a-f3f58582f5dc} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.600292 [ 4 ] {17e84e76-a8fd-4355-b97a-f3f58582f5dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.600680 [ 4 ] {17e84e76-a8fd-4355-b97a-f3f58582f5dc} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:09:25.600900 [ 4 ] {17e84e76-a8fd-4355-b97a-f3f58582f5dc} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.601029 [ 100 ] {} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.18 20:09:25.601050 [ 4 ] {17e84e76-a8fd-4355-b97a-f3f58582f5dc} executeQuery: Read 24 rows, 2.04 KiB in 0.001811 sec., 13252.346769740476 rows/sec., 1.10 MiB/sec. 2025.08.18 20:09:25.601066 [ 100 ] {} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.601086 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.601092 [ 4 ] {17e84e76-a8fd-4355-b97a-f3f58582f5dc} TCPHandler: Processed in 0.002256479 sec. 2025.08.18 20:09:25.601209 [ 187 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::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.08.18 20:09:25.601221 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.601363 [ 4 ] {9ce20b69-e257-4dfe-aa45-a98f2600fa60} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:09:25.601367 [ 187 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:25.601409 [ 4 ] {9ce20b69-e257-4dfe-aa45-a98f2600fa60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:09:25.601418 [ 187 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2025.08.18 20:09:25.601493 [ 187 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2025.08.18 20:09:25.601538 [ 187 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part 2025.08.18 20:09:25.601582 [ 187 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 24 rows starting from the beginning of the part 2025.08.18 20:09:25.601621 [ 187 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 24 rows starting from the beginning of the part 2025.08.18 20:09:25.601824 [ 4 ] {9ce20b69-e257-4dfe-aa45-a98f2600fa60} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.601865 [ 4 ] {9ce20b69-e257-4dfe-aa45-a98f2600fa60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.602175 [ 4 ] {9ce20b69-e257-4dfe-aa45-a98f2600fa60} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:09:25.602408 [ 4 ] {9ce20b69-e257-4dfe-aa45-a98f2600fa60} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.602425 [ 201 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001270186 sec., 94474.35257513466 rows/sec., 8.20 MiB/sec. 2025.08.18 20:09:25.602537 [ 4 ] {9ce20b69-e257-4dfe-aa45-a98f2600fa60} executeQuery: Read 14 rows, 1.14 KiB in 0.001192 sec., 11744.96644295302 rows/sec., 957.72 KiB/sec. 2025.08.18 20:09:25.602591 [ 4 ] {9ce20b69-e257-4dfe-aa45-a98f2600fa60} TCPHandler: Processed in 0.001420189 sec. 2025.08.18 20:09:25.602634 [ 189 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.18 20:09:25.602717 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.602827 [ 4 ] {bfc0f6ef-7acb-4971-8e3c-5a7855989dfd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:25.602873 [ 4 ] {bfc0f6ef-7acb-4971-8e3c-5a7855989dfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:25.602977 [ 189 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.603054 [ 189 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_5_1} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.18 20:09:25.603156 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.18 20:09:25.603472 [ 4 ] {bfc0f6ef-7acb-4971-8e3c-5a7855989dfd} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.603516 [ 4 ] {bfc0f6ef-7acb-4971-8e3c-5a7855989dfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.603854 [ 4 ] {bfc0f6ef-7acb-4971-8e3c-5a7855989dfd} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:09:25.604078 [ 4 ] {bfc0f6ef-7acb-4971-8e3c-5a7855989dfd} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.604206 [ 4 ] {bfc0f6ef-7acb-4971-8e3c-5a7855989dfd} executeQuery: Read 265 rows, 24.18 KiB in 0.001397 sec., 189692.19756621332 rows/sec., 16.90 MiB/sec. 2025.08.18 20:09:25.604244 [ 4 ] {bfc0f6ef-7acb-4971-8e3c-5a7855989dfd} TCPHandler: Processed in 0.001578 sec. 2025.08.18 20:09:25.604362 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.604456 [ 4 ] {8481ef17-79d0-4d35-946a-cd9336f27867} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:09:25.604495 [ 4 ] {8481ef17-79d0-4d35-946a-cd9336f27867} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:09:25.604905 [ 4 ] {8481ef17-79d0-4d35-946a-cd9336f27867} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.604939 [ 4 ] {8481ef17-79d0-4d35-946a-cd9336f27867} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.605254 [ 4 ] {8481ef17-79d0-4d35-946a-cd9336f27867} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:09:25.605464 [ 4 ] {8481ef17-79d0-4d35-946a-cd9336f27867} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.605589 [ 4 ] {8481ef17-79d0-4d35-946a-cd9336f27867} executeQuery: Read 67 rows, 5.02 KiB in 0.001152 sec., 58159.72222222222 rows/sec., 4.26 MiB/sec. 2025.08.18 20:09:25.605624 [ 4 ] {8481ef17-79d0-4d35-946a-cd9336f27867} TCPHandler: Processed in 0.001312537 sec. 2025.08.18 20:09:25.605740 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.605836 [ 4 ] {2c8d2d64-3183-4fa5-b4b7-46b1af984979} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:09:25.605875 [ 4 ] {2c8d2d64-3183-4fa5-b4b7-46b1af984979} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:09:25.606265 [ 4 ] {2c8d2d64-3183-4fa5-b4b7-46b1af984979} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.606300 [ 4 ] {2c8d2d64-3183-4fa5-b4b7-46b1af984979} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.606588 [ 4 ] {2c8d2d64-3183-4fa5-b4b7-46b1af984979} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:09:25.606791 [ 4 ] {2c8d2d64-3183-4fa5-b4b7-46b1af984979} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.606913 [ 4 ] {2c8d2d64-3183-4fa5-b4b7-46b1af984979} executeQuery: Read 24 rows, 2.04 KiB in 0.001096 sec., 21897.810218978102 rows/sec., 1.82 MiB/sec. 2025.08.18 20:09:25.606950 [ 4 ] {2c8d2d64-3183-4fa5-b4b7-46b1af984979} TCPHandler: Processed in 0.001259446 sec. 2025.08.18 20:09:25.607058 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.607151 [ 4 ] {15f7d2bc-b9c7-407c-8e45-3a68886f9035} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:09:25.607190 [ 4 ] {15f7d2bc-b9c7-407c-8e45-3a68886f9035} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:09:25.607569 [ 4 ] {15f7d2bc-b9c7-407c-8e45-3a68886f9035} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.607603 [ 4 ] {15f7d2bc-b9c7-407c-8e45-3a68886f9035} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.607897 [ 4 ] {15f7d2bc-b9c7-407c-8e45-3a68886f9035} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.08.18 20:09:25.608101 [ 4 ] {15f7d2bc-b9c7-407c-8e45-3a68886f9035} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.608189 [ 100 ] {} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.08.18 20:09:25.608220 [ 100 ] {} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.608226 [ 4 ] {15f7d2bc-b9c7-407c-8e45-3a68886f9035} executeQuery: Read 12 rows, 960.00 B in 0.001093 sec., 10978.956999085087 rows/sec., 857.73 KiB/sec. 2025.08.18 20:09:25.608239 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.608264 [ 4 ] {15f7d2bc-b9c7-407c-8e45-3a68886f9035} TCPHandler: Processed in 0.001255716 sec. 2025.08.18 20:09:25.608315 [ 187 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::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.08.18 20:09:25.608372 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.608420 [ 187 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:25.608453 [ 187 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2025.08.18 20:09:25.608470 [ 4 ] {a042d0b5-9559-4692-a6d2-6a612af8d96f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:25.608505 [ 187 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::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.08.18 20:09:25.608513 [ 4 ] {a042d0b5-9559-4692-a6d2-6a612af8d96f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:25.608557 [ 187 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part 2025.08.18 20:09:25.608602 [ 187 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2025.08.18 20:09:25.608647 [ 187 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part 2025.08.18 20:09:25.608995 [ 4 ] {a042d0b5-9559-4692-a6d2-6a612af8d96f} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.609036 [ 4 ] {a042d0b5-9559-4692-a6d2-6a612af8d96f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.609294 [ 201 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.001012303 sec., 59270.79145275673 rows/sec., 4.75 MiB/sec. 2025.08.18 20:09:25.609373 [ 4 ] {a042d0b5-9559-4692-a6d2-6a612af8d96f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:09:25.609415 [ 189 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.08.18 20:09:25.609643 [ 4 ] {a042d0b5-9559-4692-a6d2-6a612af8d96f} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.609700 [ 189 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_5_1} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.609773 [ 189 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_5_1} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.08.18 20:09:25.609783 [ 4 ] {a042d0b5-9559-4692-a6d2-6a612af8d96f} executeQuery: Read 155 rows, 12.80 KiB in 0.001331 sec., 116453.79413974455 rows/sec., 9.39 MiB/sec. 2025.08.18 20:09:25.609824 [ 4 ] {a042d0b5-9559-4692-a6d2-6a612af8d96f} TCPHandler: Processed in 0.00150146 sec. 2025.08.18 20:09:25.609851 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.18 20:09:25.609933 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.610031 [ 4 ] {70f1a02e-ea8f-40c9-897e-8ff98fc84bc8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:25.610072 [ 4 ] {70f1a02e-ea8f-40c9-897e-8ff98fc84bc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:25.610532 [ 4 ] {70f1a02e-ea8f-40c9-897e-8ff98fc84bc8} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.610575 [ 4 ] {70f1a02e-ea8f-40c9-897e-8ff98fc84bc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.610951 [ 4 ] {70f1a02e-ea8f-40c9-897e-8ff98fc84bc8} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:09:25.611161 [ 4 ] {70f1a02e-ea8f-40c9-897e-8ff98fc84bc8} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.611353 [ 4 ] {70f1a02e-ea8f-40c9-897e-8ff98fc84bc8} executeQuery: Read 203 rows, 14.89 KiB in 0.001339 sec., 151605.67587752055 rows/sec., 10.86 MiB/sec. 2025.08.18 20:09:25.611391 [ 4 ] {70f1a02e-ea8f-40c9-897e-8ff98fc84bc8} TCPHandler: Processed in 0.00150599 sec. 2025.08.18 20:09:25.611506 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.611602 [ 4 ] {5588b916-1a16-44e9-b73d-2488eb9ded42} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:25.611656 [ 4 ] {5588b916-1a16-44e9-b73d-2488eb9ded42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:09:25.612506 [ 4 ] {5588b916-1a16-44e9-b73d-2488eb9ded42} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.612541 [ 4 ] {5588b916-1a16-44e9-b73d-2488eb9ded42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.613098 [ 4 ] {5588b916-1a16-44e9-b73d-2488eb9ded42} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:09:25.613323 [ 4 ] {5588b916-1a16-44e9-b73d-2488eb9ded42} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.613458 [ 4 ] {5588b916-1a16-44e9-b73d-2488eb9ded42} executeQuery: Read 41 rows, 75.23 KiB in 0.001875 sec., 21866.666666666668 rows/sec., 39.18 MiB/sec. 2025.08.18 20:09:25.613510 [ 4 ] {5588b916-1a16-44e9-b73d-2488eb9ded42} TCPHandler: Processed in 0.002053857 sec. 2025.08.18 20:09:25.613624 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:25.613720 [ 4 ] {95d44948-3c02-47fa-a439-07b11ead1e7f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:25.613761 [ 4 ] {95d44948-3c02-47fa-a439-07b11ead1e7f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:25.614093 [ 4 ] {95d44948-3c02-47fa-a439-07b11ead1e7f} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:25.614128 [ 4 ] {95d44948-3c02-47fa-a439-07b11ead1e7f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:25.614433 [ 4 ] {95d44948-3c02-47fa-a439-07b11ead1e7f} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:09:25.614639 [ 4 ] {95d44948-3c02-47fa-a439-07b11ead1e7f} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:25.614763 [ 4 ] {95d44948-3c02-47fa-a439-07b11ead1e7f} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.08.18 20:09:25.614799 [ 4 ] {95d44948-3c02-47fa-a439-07b11ead1e7f} TCPHandler: Processed in 0.001223356 sec. 2025.08.18 20:09:26.528231 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8784 2025.08.18 20:09:26.528776 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:26.528818 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:26.529315 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:09:26.529556 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:26.529679 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8784 2025.08.18 20:09:27.005622 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.08.18 20:09:27.021697 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:27.021749 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:27.028040 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:09:27.028752 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:27.031533 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.08.18 20:09:30.595614 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:30.595819 [ 4 ] {bf3d0be0-1ef8-4212-81c3-07753a5169aa} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:30.595892 [ 4 ] {bf3d0be0-1ef8-4212-81c3-07753a5169aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:30.596560 [ 4 ] {bf3d0be0-1ef8-4212-81c3-07753a5169aa} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:30.596614 [ 4 ] {bf3d0be0-1ef8-4212-81c3-07753a5169aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:30.597024 [ 4 ] {bf3d0be0-1ef8-4212-81c3-07753a5169aa} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:09:30.597251 [ 4 ] {bf3d0be0-1ef8-4212-81c3-07753a5169aa} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:30.597419 [ 4 ] {bf3d0be0-1ef8-4212-81c3-07753a5169aa} executeQuery: Read 56 rows, 4.38 KiB in 0.001651 sec., 33918.83706844337 rows/sec., 2.59 MiB/sec. 2025.08.18 20:09:30.597470 [ 4 ] {bf3d0be0-1ef8-4212-81c3-07753a5169aa} TCPHandler: Processed in 0.001991656 sec. 2025.08.18 20:09:30.597593 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:30.597699 [ 4 ] {ba97ca4e-fb40-4195-ba88-2e3d4acd23ce} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:30.597743 [ 4 ] {ba97ca4e-fb40-4195-ba88-2e3d4acd23ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:30.598180 [ 4 ] {ba97ca4e-fb40-4195-ba88-2e3d4acd23ce} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:30.598219 [ 4 ] {ba97ca4e-fb40-4195-ba88-2e3d4acd23ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:30.598526 [ 4 ] {ba97ca4e-fb40-4195-ba88-2e3d4acd23ce} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:09:30.598738 [ 4 ] {ba97ca4e-fb40-4195-ba88-2e3d4acd23ce} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:30.598869 [ 4 ] {ba97ca4e-fb40-4195-ba88-2e3d4acd23ce} executeQuery: Read 64 rows, 5.12 KiB in 0.001195 sec., 53556.48535564853 rows/sec., 4.18 MiB/sec. 2025.08.18 20:09:30.598907 [ 4 ] {ba97ca4e-fb40-4195-ba88-2e3d4acd23ce} TCPHandler: Processed in 0.001366968 sec. 2025.08.18 20:09:30.599019 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:30.599115 [ 4 ] {138e51b8-fe7d-4d1d-923d-d52f3cbfd026} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:30.599160 [ 4 ] {138e51b8-fe7d-4d1d-923d-d52f3cbfd026} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:30.599569 [ 4 ] {138e51b8-fe7d-4d1d-923d-d52f3cbfd026} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:30.599607 [ 4 ] {138e51b8-fe7d-4d1d-923d-d52f3cbfd026} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:30.599936 [ 4 ] {138e51b8-fe7d-4d1d-923d-d52f3cbfd026} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:09:30.600157 [ 4 ] {138e51b8-fe7d-4d1d-923d-d52f3cbfd026} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:30.600289 [ 4 ] {138e51b8-fe7d-4d1d-923d-d52f3cbfd026} executeQuery: Read 160 rows, 11.41 KiB in 0.001194 sec., 134003.3500837521 rows/sec., 9.33 MiB/sec. 2025.08.18 20:09:30.600327 [ 4 ] {138e51b8-fe7d-4d1d-923d-d52f3cbfd026} TCPHandler: Processed in 0.001357688 sec. 2025.08.18 20:09:30.600428 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:30.600523 [ 4 ] {8c623002-c1b9-4cb1-9b9a-d3a72692c14c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:30.600565 [ 4 ] {8c623002-c1b9-4cb1-9b9a-d3a72692c14c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:30.600878 [ 4 ] {8c623002-c1b9-4cb1-9b9a-d3a72692c14c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:30.600912 [ 4 ] {8c623002-c1b9-4cb1-9b9a-d3a72692c14c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:30.601196 [ 4 ] {8c623002-c1b9-4cb1-9b9a-d3a72692c14c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:09:30.601394 [ 4 ] {8c623002-c1b9-4cb1-9b9a-d3a72692c14c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:30.601581 [ 4 ] {8c623002-c1b9-4cb1-9b9a-d3a72692c14c} executeQuery: Read 60 rows, 4.14 KiB in 0.001076 sec., 55762.081784386624 rows/sec., 3.76 MiB/sec. 2025.08.18 20:09:30.601618 [ 4 ] {8c623002-c1b9-4cb1-9b9a-d3a72692c14c} TCPHandler: Processed in 0.001238536 sec. 2025.08.18 20:09:33.934453 [ 71 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:09:33.934558 [ 71 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:09:34.030046 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9272 2025.08.18 20:09:34.030590 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:34.030630 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:34.031126 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:09:34.031360 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:34.031505 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9272 2025.08.18 20:09:34.050330 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 518 2025.08.18 20:09:34.053002 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:34.053056 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:34.054247 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:09:34.054529 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:34.054878 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 518 2025.08.18 20:09:34.531868 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2025.08.18 20:09:34.548168 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:34.548215 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:34.554519 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:09:34.555259 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:34.558032 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2025.08.18 20:09:35.597944 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:35.598246 [ 4 ] {e696ce19-3e34-40bb-8859-690a6535d4cf} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:35.598344 [ 4 ] {e696ce19-3e34-40bb-8859-690a6535d4cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:35.599313 [ 4 ] {e696ce19-3e34-40bb-8859-690a6535d4cf} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.599359 [ 4 ] {e696ce19-3e34-40bb-8859-690a6535d4cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.599728 [ 4 ] {e696ce19-3e34-40bb-8859-690a6535d4cf} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:09:35.599935 [ 4 ] {e696ce19-3e34-40bb-8859-690a6535d4cf} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.600084 [ 4 ] {e696ce19-3e34-40bb-8859-690a6535d4cf} executeQuery: Read 138 rows, 12.23 KiB in 0.00197 sec., 70050.7614213198 rows/sec., 6.06 MiB/sec. 2025.08.18 20:09:35.600089 [ 58 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.18 20:09:35.600123 [ 4 ] {e696ce19-3e34-40bb-8859-690a6535d4cf} TCPHandler: Processed in 0.00232737 sec. 2025.08.18 20:09:35.600160 [ 58 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.600256 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.600315 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:35.600370 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:09:35.600407 [ 4 ] {ff44d612-3e89-4be9-9db7-d37f1c193605} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:09:35.600453 [ 4 ] {ff44d612-3e89-4be9-9db7-d37f1c193605} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:09:35.600507 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:35.600546 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1407 rows starting from the beginning of the part 2025.08.18 20:09:35.600612 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 138 rows starting from the beginning of the part 2025.08.18 20:09:35.600659 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 56 rows starting from the beginning of the part 2025.08.18 20:09:35.600701 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 265 rows starting from the beginning of the part 2025.08.18 20:09:35.600741 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part 2025.08.18 20:09:35.600783 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 138 rows starting from the beginning of the part 2025.08.18 20:09:35.600831 [ 4 ] {ff44d612-3e89-4be9-9db7-d37f1c193605} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.600868 [ 4 ] {ff44d612-3e89-4be9-9db7-d37f1c193605} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.601262 [ 4 ] {ff44d612-3e89-4be9-9db7-d37f1c193605} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:09:35.601468 [ 4 ] {ff44d612-3e89-4be9-9db7-d37f1c193605} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.601565 [ 58 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.18 20:09:35.601592 [ 4 ] {ff44d612-3e89-4be9-9db7-d37f1c193605} executeQuery: Read 41 rows, 3.08 KiB in 0.001215 sec., 33744.85596707819 rows/sec., 2.48 MiB/sec. 2025.08.18 20:09:35.601596 [ 58 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.601630 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.601634 [ 4 ] {ff44d612-3e89-4be9-9db7-d37f1c193605} TCPHandler: Processed in 0.001391358 sec. 2025.08.18 20:09:35.601712 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:09:35.601746 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:35.601809 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:35.601838 [ 4 ] {b1a8a875-5b48-4ff0-a3a7-b2636a11c3d5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:35.601839 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 71 rows starting from the beginning of the part 2025.08.18 20:09:35.601882 [ 4 ] {b1a8a875-5b48-4ff0-a3a7-b2636a11c3d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:35.601909 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 55 rows starting from the beginning of the part 2025.08.18 20:09:35.601956 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:35.601966 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001692302 sec., 1217276.8217493095 rows/sec., 107.27 MiB/sec. 2025.08.18 20:09:35.601993 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:35.602028 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 67 rows starting from the beginning of the part 2025.08.18 20:09:35.602063 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:35.602268 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.18 20:09:35.602367 [ 4 ] {b1a8a875-5b48-4ff0-a3a7-b2636a11c3d5} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.602401 [ 4 ] {b1a8a875-5b48-4ff0-a3a7-b2636a11c3d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.602573 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.602650 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_31_6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.18 20:09:35.602732 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.08.18 20:09:35.602812 [ 4 ] {b1a8a875-5b48-4ff0-a3a7-b2636a11c3d5} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:09:35.602884 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001220955 sec., 258813.79739630045 rows/sec., 19.99 MiB/sec. 2025.08.18 20:09:35.603014 [ 4 ] {b1a8a875-5b48-4ff0-a3a7-b2636a11c3d5} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.603021 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.18 20:09:35.603120 [ 58 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.18 20:09:35.603138 [ 4 ] {b1a8a875-5b48-4ff0-a3a7-b2636a11c3d5} executeQuery: Read 105 rows, 8.40 KiB in 0.001337 sec., 78534.03141361257 rows/sec., 6.13 MiB/sec. 2025.08.18 20:09:35.603153 [ 58 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.603179 [ 4 ] {b1a8a875-5b48-4ff0-a3a7-b2636a11c3d5} TCPHandler: Processed in 0.001508829 sec. 2025.08.18 20:09:35.603183 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.603329 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:09:35.603333 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.603357 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:35.603412 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_16_3} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.18 20:09:35.603418 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:35.603448 [ 4 ] {1e4b9a43-5a06-49c2-8fe0-ef499a000df9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:35.603451 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 633 rows starting from the beginning of the part 2025.08.18 20:09:35.603481 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.18 20:09:35.603495 [ 4 ] {1e4b9a43-5a06-49c2-8fe0-ef499a000df9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:35.603511 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 105 rows starting from the beginning of the part 2025.08.18 20:09:35.603550 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 64 rows starting from the beginning of the part 2025.08.18 20:09:35.603583 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 155 rows starting from the beginning of the part 2025.08.18 20:09:35.603615 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part 2025.08.18 20:09:35.603647 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 105 rows starting from the beginning of the part 2025.08.18 20:09:35.603898 [ 4 ] {1e4b9a43-5a06-49c2-8fe0-ef499a000df9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.603936 [ 4 ] {1e4b9a43-5a06-49c2-8fe0-ef499a000df9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.604328 [ 4 ] {1e4b9a43-5a06-49c2-8fe0-ef499a000df9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:09:35.604520 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1126 rows, containing 5 columns (5 merged, 0 gathered) in 0.001233296 sec., 913000.6097481869 rows/sec., 73.71 MiB/sec. 2025.08.18 20:09:35.604531 [ 4 ] {1e4b9a43-5a06-49c2-8fe0-ef499a000df9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.604657 [ 25 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.18 20:09:35.604664 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.18 20:09:35.604662 [ 4 ] {1e4b9a43-5a06-49c2-8fe0-ef499a000df9} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2025.08.18 20:09:35.604700 [ 25 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.604736 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.604738 [ 4 ] {1e4b9a43-5a06-49c2-8fe0-ef499a000df9} TCPHandler: Processed in 0.001452828 sec. 2025.08.18 20:09:35.604800 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:09:35.604854 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:35.604900 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:35.604931 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8294 rows starting from the beginning of the part 2025.08.18 20:09:35.604937 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.604947 [ 4 ] {92943f1a-8af2-4b05-b072-f0b9e9991341} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:35.604982 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2025.08.18 20:09:35.605005 [ 4 ] {92943f1a-8af2-4b05-b072-f0b9e9991341} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:09:35.605019 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_31_6} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.18 20:09:35.605026 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:09:35.605069 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 203 rows starting from the beginning of the part 2025.08.18 20:09:35.605099 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.08.18 20:09:35.605107 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:09:35.605149 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2025.08.18 20:09:35.605936 [ 4 ] {92943f1a-8af2-4b05-b072-f0b9e9991341} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.605974 [ 4 ] {92943f1a-8af2-4b05-b072-f0b9e9991341} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.606626 [ 4 ] {92943f1a-8af2-4b05-b072-f0b9e9991341} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:09:35.606840 [ 4 ] {92943f1a-8af2-4b05-b072-f0b9e9991341} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.606967 [ 4 ] {92943f1a-8af2-4b05-b072-f0b9e9991341} executeQuery: Read 41 rows, 75.23 KiB in 0.002037 sec., 20127.638684339712 rows/sec., 36.07 MiB/sec. 2025.08.18 20:09:35.607015 [ 4 ] {92943f1a-8af2-4b05-b072-f0b9e9991341} TCPHandler: Processed in 0.002217728 sec. 2025.08.18 20:09:35.607124 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:35.607275 [ 4 ] {e6f84a78-8207-4182-83b9-1e1bf011ef31} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:35.607314 [ 4 ] {e6f84a78-8207-4182-83b9-1e1bf011ef31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:35.607623 [ 4 ] {e6f84a78-8207-4182-83b9-1e1bf011ef31} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.607656 [ 4 ] {e6f84a78-8207-4182-83b9-1e1bf011ef31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.607945 [ 4 ] {e6f84a78-8207-4182-83b9-1e1bf011ef31} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:09:35.608139 [ 4 ] {e6f84a78-8207-4182-83b9-1e1bf011ef31} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.608306 [ 25 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.18 20:09:35.608330 [ 4 ] {e6f84a78-8207-4182-83b9-1e1bf011ef31} executeQuery: Read 60 rows, 4.14 KiB in 0.001071 sec., 56022.40896358544 rows/sec., 3.78 MiB/sec. 2025.08.18 20:09:35.608341 [ 25 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:35.608369 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:35.608371 [ 4 ] {e6f84a78-8207-4182-83b9-1e1bf011ef31} TCPHandler: Processed in 0.001235386 sec. 2025.08.18 20:09:35.608455 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:09:35.608478 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 9137 rows, containing 5 columns (5 merged, 0 gathered) in 0.003663938 sec., 2493764.9054105175 rows/sec., 170.97 MiB/sec. 2025.08.18 20:09:35.608575 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:35.608615 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1320 rows starting from the beginning of the part 2025.08.18 20:09:35.608680 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2025.08.18 20:09:35.608724 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:09:35.608764 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2025.08.18 20:09:35.608765 [ 199 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.18 20:09:35.608802 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:09:35.608862 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2025.08.18 20:09:35.609182 [ 199 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_31_6} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.609287 [ 199 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_31_6} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.18 20:09:35.609385 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.12 MiB. 2025.08.18 20:09:35.609894 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1620 rows, containing 4 columns (4 merged, 0 gathered) in 0.00152102 sec., 1065074.752468738 rows/sec., 71.78 MiB/sec. 2025.08.18 20:09:35.610114 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.18 20:09:35.610407 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_31_6} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:35.610477 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_31_6} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.18 20:09:35.610549 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2025.08.18 20:09:36.214247 [ 58 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.18 20:09:36.214314 [ 58 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:36.214340 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:36.214451 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::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.08.18 20:09:36.214584 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:36.214621 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 252 rows starting from the beginning of the part 2025.08.18 20:09:36.214690 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part 2025.08.18 20:09:36.214806 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.08.18 20:09:36.214853 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part 2025.08.18 20:09:36.214896 [ 201 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.08.18 20:09:36.215864 [ 190 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001421558 sec., 531810.8722964522 rows/sec., 38.81 MiB/sec. 2025.08.18 20:09:36.216034 [ 198 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.18 20:09:36.216314 [ 198 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:36.216388 [ 198 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_9_2} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.18 20:09:36.216484 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.18 20:09:39.508116 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:39.508320 [ 4 ] {c77776e1-11e7-418f-ad4a-209c50ed04d1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:09:39.508391 [ 4 ] {c77776e1-11e7-418f-ad4a-209c50ed04d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:09:39.509011 [ 4 ] {c77776e1-11e7-418f-ad4a-209c50ed04d1} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:39.509061 [ 4 ] {c77776e1-11e7-418f-ad4a-209c50ed04d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:39.509451 [ 4 ] {c77776e1-11e7-418f-ad4a-209c50ed04d1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:09:39.509693 [ 4 ] {c77776e1-11e7-418f-ad4a-209c50ed04d1} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:39.509850 [ 4 ] {c77776e1-11e7-418f-ad4a-209c50ed04d1} executeQuery: Read 2 rows, 167.00 B in 0.001582 sec., 1264.2225031605562 rows/sec., 103.09 KiB/sec. 2025.08.18 20:09:39.509896 [ 4 ] {c77776e1-11e7-418f-ad4a-209c50ed04d1} TCPHandler: Processed in 0.001915936 sec. 2025.08.18 20:09:39.510043 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:39.510158 [ 4 ] {96b32e07-87b4-4a0d-a273-e2a3000d9f54} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:39.510201 [ 4 ] {96b32e07-87b4-4a0d-a273-e2a3000d9f54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:39.511649 [ 4 ] {96b32e07-87b4-4a0d-a273-e2a3000d9f54} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:39.511694 [ 4 ] {96b32e07-87b4-4a0d-a273-e2a3000d9f54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:39.512200 [ 4 ] {96b32e07-87b4-4a0d-a273-e2a3000d9f54} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.18 20:09:39.512497 [ 4 ] {96b32e07-87b4-4a0d-a273-e2a3000d9f54} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:39.512720 [ 4 ] {96b32e07-87b4-4a0d-a273-e2a3000d9f54} executeQuery: Read 1197 rows, 100.57 KiB in 0.00258 sec., 463953.48837209307 rows/sec., 38.07 MiB/sec. 2025.08.18 20:09:39.512793 [ 4 ] {96b32e07-87b4-4a0d-a273-e2a3000d9f54} TCPHandler: Processed in 0.002820766 sec. 2025.08.18 20:09:39.512927 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:39.513024 [ 4 ] {91b0b51b-d3b2-452e-b9dc-0d42db4f2d56} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:09:39.513066 [ 4 ] {91b0b51b-d3b2-452e-b9dc-0d42db4f2d56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:09:39.513502 [ 4 ] {91b0b51b-d3b2-452e-b9dc-0d42db4f2d56} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:39.513548 [ 4 ] {91b0b51b-d3b2-452e-b9dc-0d42db4f2d56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:39.513902 [ 4 ] {91b0b51b-d3b2-452e-b9dc-0d42db4f2d56} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:09:39.514122 [ 4 ] {91b0b51b-d3b2-452e-b9dc-0d42db4f2d56} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:39.514269 [ 4 ] {91b0b51b-d3b2-452e-b9dc-0d42db4f2d56} executeQuery: Read 2 rows, 143.00 B in 0.001262 sec., 1584.7860538827258 rows/sec., 110.66 KiB/sec. 2025.08.18 20:09:39.514325 [ 4 ] {91b0b51b-d3b2-452e-b9dc-0d42db4f2d56} TCPHandler: Processed in 0.001448419 sec. 2025.08.18 20:09:39.514459 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:39.514564 [ 4 ] {b59861f4-45eb-4864-bb9b-3dc0a6f41b37} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:09:39.514605 [ 4 ] {b59861f4-45eb-4864-bb9b-3dc0a6f41b37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:09:39.515157 [ 4 ] {b59861f4-45eb-4864-bb9b-3dc0a6f41b37} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:39.515199 [ 4 ] {b59861f4-45eb-4864-bb9b-3dc0a6f41b37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:39.515603 [ 4 ] {b59861f4-45eb-4864-bb9b-3dc0a6f41b37} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:09:39.515844 [ 4 ] {b59861f4-45eb-4864-bb9b-3dc0a6f41b37} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:39.515978 [ 4 ] {b59861f4-45eb-4864-bb9b-3dc0a6f41b37} executeQuery: Read 228 rows, 15.81 KiB in 0.001433 sec., 159106.76901605024 rows/sec., 10.77 MiB/sec. 2025.08.18 20:09:39.516018 [ 4 ] {b59861f4-45eb-4864-bb9b-3dc0a6f41b37} TCPHandler: Processed in 0.001608451 sec. 2025.08.18 20:09:39.516133 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:39.516229 [ 4 ] {b21b2909-92ff-4f25-9a3a-f62f8ca897dc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:39.516270 [ 4 ] {b21b2909-92ff-4f25-9a3a-f62f8ca897dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:39.516959 [ 4 ] {b21b2909-92ff-4f25-9a3a-f62f8ca897dc} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:39.516996 [ 4 ] {b21b2909-92ff-4f25-9a3a-f62f8ca897dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:39.517331 [ 4 ] {b21b2909-92ff-4f25-9a3a-f62f8ca897dc} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.18 20:09:39.517545 [ 4 ] {b21b2909-92ff-4f25-9a3a-f62f8ca897dc} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:39.517676 [ 4 ] {b21b2909-92ff-4f25-9a3a-f62f8ca897dc} executeQuery: Read 522 rows, 39.57 KiB in 0.001465 sec., 356313.99317406147 rows/sec., 26.38 MiB/sec. 2025.08.18 20:09:39.517715 [ 4 ] {b21b2909-92ff-4f25-9a3a-f62f8ca897dc} TCPHandler: Processed in 0.001631411 sec. 2025.08.18 20:09:39.517836 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:39.517932 [ 4 ] {3e5d67b7-a3fc-4cae-8e8c-51c5bc34f003} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:39.517976 [ 4 ] {3e5d67b7-a3fc-4cae-8e8c-51c5bc34f003} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:39.518645 [ 4 ] {3e5d67b7-a3fc-4cae-8e8c-51c5bc34f003} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:39.518682 [ 4 ] {3e5d67b7-a3fc-4cae-8e8c-51c5bc34f003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:39.519069 [ 4 ] {3e5d67b7-a3fc-4cae-8e8c-51c5bc34f003} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.18 20:09:39.519274 [ 4 ] {3e5d67b7-a3fc-4cae-8e8c-51c5bc34f003} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:39.519399 [ 4 ] {3e5d67b7-a3fc-4cae-8e8c-51c5bc34f003} executeQuery: Read 975 rows, 67.03 KiB in 0.001531 sec., 636838.6675375572 rows/sec., 42.76 MiB/sec. 2025.08.18 20:09:39.519434 [ 4 ] {3e5d67b7-a3fc-4cae-8e8c-51c5bc34f003} TCPHandler: Processed in 0.001695392 sec. 2025.08.18 20:09:39.519543 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:39.519633 [ 4 ] {8fd6bc75-47ef-41b7-b24d-7111989986d4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:39.519737 [ 4 ] {8fd6bc75-47ef-41b7-b24d-7111989986d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:39.520072 [ 4 ] {8fd6bc75-47ef-41b7-b24d-7111989986d4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:39.520109 [ 4 ] {8fd6bc75-47ef-41b7-b24d-7111989986d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:39.520434 [ 4 ] {8fd6bc75-47ef-41b7-b24d-7111989986d4} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.18 20:09:39.520750 [ 4 ] {8fd6bc75-47ef-41b7-b24d-7111989986d4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:39.520900 [ 4 ] {8fd6bc75-47ef-41b7-b24d-7111989986d4} executeQuery: Read 48 rows, 3.31 KiB in 0.001223 sec., 39247.75143090761 rows/sec., 2.65 MiB/sec. 2025.08.18 20:09:39.520937 [ 4 ] {8fd6bc75-47ef-41b7-b24d-7111989986d4} TCPHandler: Processed in 0.001387018 sec. 2025.08.18 20:09:40.591030 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:40.591212 [ 4 ] {e32e5d30-277a-4103-984b-e9b4f7216950} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:40.591281 [ 4 ] {e32e5d30-277a-4103-984b-e9b4f7216950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:40.591931 [ 4 ] {e32e5d30-277a-4103-984b-e9b4f7216950} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:40.591983 [ 4 ] {e32e5d30-277a-4103-984b-e9b4f7216950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:40.592389 [ 4 ] {e32e5d30-277a-4103-984b-e9b4f7216950} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.18 20:09:40.592624 [ 4 ] {e32e5d30-277a-4103-984b-e9b4f7216950} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:40.592783 [ 4 ] {e32e5d30-277a-4103-984b-e9b4f7216950} executeQuery: Read 56 rows, 4.38 KiB in 0.001619 sec., 34589.252625077206 rows/sec., 2.64 MiB/sec. 2025.08.18 20:09:40.592835 [ 4 ] {e32e5d30-277a-4103-984b-e9b4f7216950} TCPHandler: Processed in 0.001937585 sec. 2025.08.18 20:09:40.592958 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:40.593062 [ 4 ] {ec47a7cc-cd1d-403f-986b-995647a76585} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:40.593106 [ 4 ] {ec47a7cc-cd1d-403f-986b-995647a76585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:40.593549 [ 4 ] {ec47a7cc-cd1d-403f-986b-995647a76585} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:40.593585 [ 4 ] {ec47a7cc-cd1d-403f-986b-995647a76585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:40.593897 [ 4 ] {ec47a7cc-cd1d-403f-986b-995647a76585} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.18 20:09:40.594110 [ 4 ] {ec47a7cc-cd1d-403f-986b-995647a76585} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:40.594241 [ 4 ] {ec47a7cc-cd1d-403f-986b-995647a76585} executeQuery: Read 64 rows, 5.12 KiB in 0.001203 sec., 53200.332502078134 rows/sec., 4.15 MiB/sec. 2025.08.18 20:09:40.594280 [ 4 ] {ec47a7cc-cd1d-403f-986b-995647a76585} TCPHandler: Processed in 0.001374728 sec. 2025.08.18 20:09:40.594388 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:40.594486 [ 4 ] {741c2a6a-5c21-45b2-b956-d36d2675d031} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:40.594531 [ 4 ] {741c2a6a-5c21-45b2-b956-d36d2675d031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:40.594894 [ 4 ] {741c2a6a-5c21-45b2-b956-d36d2675d031} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:40.594929 [ 4 ] {741c2a6a-5c21-45b2-b956-d36d2675d031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:40.595259 [ 4 ] {741c2a6a-5c21-45b2-b956-d36d2675d031} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.18 20:09:40.595483 [ 4 ] {741c2a6a-5c21-45b2-b956-d36d2675d031} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:40.595619 [ 4 ] {741c2a6a-5c21-45b2-b956-d36d2675d031} executeQuery: Read 32 rows, 2.28 KiB in 0.001153 sec., 27753.686036426716 rows/sec., 1.93 MiB/sec. 2025.08.18 20:09:40.595657 [ 4 ] {741c2a6a-5c21-45b2-b956-d36d2675d031} TCPHandler: Processed in 0.001316078 sec. 2025.08.18 20:09:40.595762 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:40.595859 [ 4 ] {18f1ec66-5dd4-403a-a5b8-b0fc92955361} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:40.595902 [ 4 ] {18f1ec66-5dd4-403a-a5b8-b0fc92955361} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:40.596217 [ 4 ] {18f1ec66-5dd4-403a-a5b8-b0fc92955361} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:40.596252 [ 4 ] {18f1ec66-5dd4-403a-a5b8-b0fc92955361} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:40.596559 [ 4 ] {18f1ec66-5dd4-403a-a5b8-b0fc92955361} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.18 20:09:40.596770 [ 4 ] {18f1ec66-5dd4-403a-a5b8-b0fc92955361} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:40.596903 [ 4 ] {18f1ec66-5dd4-403a-a5b8-b0fc92955361} executeQuery: Read 12 rows, 848.00 B in 0.001067 sec., 11246.485473289596 rows/sec., 776.12 KiB/sec. 2025.08.18 20:09:40.596937 [ 4 ] {18f1ec66-5dd4-403a-a5b8-b0fc92955361} TCPHandler: Processed in 0.001229666 sec. 2025.08.18 20:09:41.533801 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9699 2025.08.18 20:09:41.534347 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:41.534387 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:41.534879 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:09:41.535130 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:41.535272 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9699 2025.08.18 20:09:41.535266 [ 27 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.18 20:09:41.535351 [ 27 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:41.535372 [ 27 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:41.535502 [ 201 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:09:41.535646 [ 201 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:41.535689 [ 201 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7442 rows starting from the beginning of the part 2025.08.18 20:09:41.535756 [ 201 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part 2025.08.18 20:09:41.535809 [ 201 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part 2025.08.18 20:09:41.535858 [ 201 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part 2025.08.18 20:09:41.535901 [ 201 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part 2025.08.18 20:09:41.535942 [ 201 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part 2025.08.18 20:09:41.537969 [ 190 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 9699 rows, containing 4 columns (4 merged, 0 gathered) in 0.002526413 sec., 3839039.776948583 rows/sec., 54.92 MiB/sec. 2025.08.18 20:09:41.538258 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.18 20:09:41.538539 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:41.538611 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_21_4} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.18 20:09:41.538702 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2025.08.18 20:09:42.060384 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2025.08.18 20:09:42.078267 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:42.078338 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:42.084047 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:09:42.084994 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:42.088094 [ 28 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.18 20:09:42.088166 [ 28 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:42.088187 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:42.088322 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:42.092677 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:42.093931 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2025.08.18 20:09:42.094349 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:42.098946 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:42.103323 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:42.107708 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:42.111971 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:42.115978 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:09:42.175672 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.087401449 sec., 1819.191807678154 rows/sec., 9.41 MiB/sec. 2025.08.18 20:09:42.178490 [ 191 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.18 20:09:42.180577 [ 191 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_21_4} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:42.180684 [ 191 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_21_4} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.18 20:09:42.182514 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.08.18 20:09:43.000251 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 217.58 MiB, peak 228.14 MiB, free memory in arenas 0.00 B, will set to 220.77 MiB (RSS), difference: 3.19 MiB 2025.08.18 20:09:44.057501 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 552 2025.08.18 20:09:44.059937 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:44.060001 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:44.061252 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:09:44.061561 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:44.061924 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 552 2025.08.18 20:09:45.599920 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:45.600100 [ 4 ] {cbe03922-43b1-4fbc-aa10-1c413c7f30fe} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:45.600169 [ 4 ] {cbe03922-43b1-4fbc-aa10-1c413c7f30fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:45.600875 [ 4 ] {cbe03922-43b1-4fbc-aa10-1c413c7f30fe} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:45.600918 [ 4 ] {cbe03922-43b1-4fbc-aa10-1c413c7f30fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:45.601323 [ 4 ] {cbe03922-43b1-4fbc-aa10-1c413c7f30fe} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.18 20:09:45.601544 [ 4 ] {cbe03922-43b1-4fbc-aa10-1c413c7f30fe} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:45.601707 [ 4 ] {cbe03922-43b1-4fbc-aa10-1c413c7f30fe} executeQuery: Read 138 rows, 12.23 KiB in 0.001657 sec., 83283.04164152082 rows/sec., 7.21 MiB/sec. 2025.08.18 20:09:45.601757 [ 4 ] {cbe03922-43b1-4fbc-aa10-1c413c7f30fe} TCPHandler: Processed in 0.001965885 sec. 2025.08.18 20:09:45.601877 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:45.601982 [ 4 ] {3fcf4ba3-cca4-4d99-8e66-93f01e2b0c64} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:09:45.602026 [ 4 ] {3fcf4ba3-cca4-4d99-8e66-93f01e2b0c64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:09:45.602448 [ 4 ] {3fcf4ba3-cca4-4d99-8e66-93f01e2b0c64} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:45.602482 [ 4 ] {3fcf4ba3-cca4-4d99-8e66-93f01e2b0c64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:45.602803 [ 4 ] {3fcf4ba3-cca4-4d99-8e66-93f01e2b0c64} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:09:45.603015 [ 4 ] {3fcf4ba3-cca4-4d99-8e66-93f01e2b0c64} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:45.603149 [ 4 ] {3fcf4ba3-cca4-4d99-8e66-93f01e2b0c64} executeQuery: Read 41 rows, 3.08 KiB in 0.001191 sec., 34424.85306465155 rows/sec., 2.53 MiB/sec. 2025.08.18 20:09:45.603187 [ 4 ] {3fcf4ba3-cca4-4d99-8e66-93f01e2b0c64} TCPHandler: Processed in 0.001363008 sec. 2025.08.18 20:09:45.603308 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:45.603404 [ 4 ] {52307534-51dd-4784-8c2e-1d06d0572281} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:45.603445 [ 4 ] {52307534-51dd-4784-8c2e-1d06d0572281} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:45.603874 [ 4 ] {52307534-51dd-4784-8c2e-1d06d0572281} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:45.603910 [ 4 ] {52307534-51dd-4784-8c2e-1d06d0572281} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:45.604218 [ 4 ] {52307534-51dd-4784-8c2e-1d06d0572281} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.18 20:09:45.604436 [ 4 ] {52307534-51dd-4784-8c2e-1d06d0572281} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:45.604565 [ 4 ] {52307534-51dd-4784-8c2e-1d06d0572281} executeQuery: Read 105 rows, 8.40 KiB in 0.001179 sec., 89058.524173028 rows/sec., 6.96 MiB/sec. 2025.08.18 20:09:45.604602 [ 4 ] {52307534-51dd-4784-8c2e-1d06d0572281} TCPHandler: Processed in 0.001344178 sec. 2025.08.18 20:09:45.604714 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:45.604811 [ 4 ] {7f7fbe21-5530-4a0a-b1c1-42cbdfd51a5e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:45.604855 [ 4 ] {7f7fbe21-5530-4a0a-b1c1-42cbdfd51a5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:45.605284 [ 4 ] {7f7fbe21-5530-4a0a-b1c1-42cbdfd51a5e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:45.605323 [ 4 ] {7f7fbe21-5530-4a0a-b1c1-42cbdfd51a5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:45.605675 [ 4 ] {7f7fbe21-5530-4a0a-b1c1-42cbdfd51a5e} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.18 20:09:45.605901 [ 4 ] {7f7fbe21-5530-4a0a-b1c1-42cbdfd51a5e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:45.606038 [ 4 ] {7f7fbe21-5530-4a0a-b1c1-42cbdfd51a5e} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2025.08.18 20:09:45.606077 [ 4 ] {7f7fbe21-5530-4a0a-b1c1-42cbdfd51a5e} TCPHandler: Processed in 0.001412699 sec. 2025.08.18 20:09:45.606201 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:45.606318 [ 4 ] {18d2a0e3-3e0e-4814-99fe-b442ab9b92d5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:45.606374 [ 4 ] {18d2a0e3-3e0e-4814-99fe-b442ab9b92d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:09:45.607191 [ 4 ] {18d2a0e3-3e0e-4814-99fe-b442ab9b92d5} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:45.607229 [ 4 ] {18d2a0e3-3e0e-4814-99fe-b442ab9b92d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:45.607810 [ 4 ] {18d2a0e3-3e0e-4814-99fe-b442ab9b92d5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:09:45.608046 [ 4 ] {18d2a0e3-3e0e-4814-99fe-b442ab9b92d5} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:45.608183 [ 4 ] {18d2a0e3-3e0e-4814-99fe-b442ab9b92d5} executeQuery: Read 41 rows, 75.23 KiB in 0.001884 sec., 21762.20806794055 rows/sec., 39.00 MiB/sec. 2025.08.18 20:09:45.608245 [ 4 ] {18d2a0e3-3e0e-4814-99fe-b442ab9b92d5} TCPHandler: Processed in 0.002104048 sec. 2025.08.18 20:09:45.608360 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:45.608456 [ 4 ] {71e1fecf-bde0-427e-a488-c3fc557af2c3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:45.608498 [ 4 ] {71e1fecf-bde0-427e-a488-c3fc557af2c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:45.608827 [ 4 ] {71e1fecf-bde0-427e-a488-c3fc557af2c3} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:45.608862 [ 4 ] {71e1fecf-bde0-427e-a488-c3fc557af2c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:45.609172 [ 4 ] {71e1fecf-bde0-427e-a488-c3fc557af2c3} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.18 20:09:45.609397 [ 4 ] {71e1fecf-bde0-427e-a488-c3fc557af2c3} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:45.609525 [ 4 ] {71e1fecf-bde0-427e-a488-c3fc557af2c3} executeQuery: Read 60 rows, 4.14 KiB in 0.001087 sec., 55197.79208831646 rows/sec., 3.72 MiB/sec. 2025.08.18 20:09:45.609560 [ 4 ] {71e1fecf-bde0-427e-a488-c3fc557af2c3} TCPHandler: Processed in 0.001249506 sec. 2025.08.18 20:09:48.934810 [ 49 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:09:48.934870 [ 49 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:09:49.035573 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10187 2025.08.18 20:09:49.036084 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:49.036124 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:49.036743 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:09:49.036975 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:49.037106 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10187 2025.08.18 20:09:49.594186 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2025.08.18 20:09:49.609010 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:49.609083 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:49.615574 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:09:49.616436 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:49.619636 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2025.08.18 20:09:50.597238 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:50.597441 [ 4 ] {fba20457-9b6c-4949-a987-96a71a60219a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:50.597516 [ 4 ] {fba20457-9b6c-4949-a987-96a71a60219a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:50.598232 [ 4 ] {fba20457-9b6c-4949-a987-96a71a60219a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:50.598284 [ 4 ] {fba20457-9b6c-4949-a987-96a71a60219a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:50.598679 [ 4 ] {fba20457-9b6c-4949-a987-96a71a60219a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.18 20:09:50.598907 [ 4 ] {fba20457-9b6c-4949-a987-96a71a60219a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:50.599067 [ 4 ] {fba20457-9b6c-4949-a987-96a71a60219a} executeQuery: Read 56 rows, 4.38 KiB in 0.001681 sec., 33313.50386674598 rows/sec., 2.54 MiB/sec. 2025.08.18 20:09:50.599117 [ 4 ] {fba20457-9b6c-4949-a987-96a71a60219a} TCPHandler: Processed in 0.002019176 sec. 2025.08.18 20:09:50.599240 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:50.599345 [ 4 ] {645e53a3-b1de-4f30-8b2b-9962c212f6f9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:50.599388 [ 4 ] {645e53a3-b1de-4f30-8b2b-9962c212f6f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:50.599826 [ 4 ] {645e53a3-b1de-4f30-8b2b-9962c212f6f9} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:50.599864 [ 4 ] {645e53a3-b1de-4f30-8b2b-9962c212f6f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:50.600195 [ 4 ] {645e53a3-b1de-4f30-8b2b-9962c212f6f9} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.18 20:09:50.600416 [ 4 ] {645e53a3-b1de-4f30-8b2b-9962c212f6f9} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:50.600545 [ 4 ] {645e53a3-b1de-4f30-8b2b-9962c212f6f9} executeQuery: Read 64 rows, 5.12 KiB in 0.001224 sec., 52287.5816993464 rows/sec., 4.08 MiB/sec. 2025.08.18 20:09:50.600584 [ 4 ] {645e53a3-b1de-4f30-8b2b-9962c212f6f9} TCPHandler: Processed in 0.001397749 sec. 2025.08.18 20:09:50.600696 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:50.600792 [ 4 ] {bba284dc-45cb-4735-bafb-113c812d5a92} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:50.600835 [ 4 ] {bba284dc-45cb-4735-bafb-113c812d5a92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:50.601252 [ 4 ] {bba284dc-45cb-4735-bafb-113c812d5a92} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:50.601288 [ 4 ] {bba284dc-45cb-4735-bafb-113c812d5a92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:50.601643 [ 4 ] {bba284dc-45cb-4735-bafb-113c812d5a92} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.18 20:09:50.601855 [ 4 ] {bba284dc-45cb-4735-bafb-113c812d5a92} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:50.601984 [ 4 ] {bba284dc-45cb-4735-bafb-113c812d5a92} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.08.18 20:09:50.602021 [ 4 ] {bba284dc-45cb-4735-bafb-113c812d5a92} TCPHandler: Processed in 0.001376508 sec. 2025.08.18 20:09:50.602130 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:50.602226 [ 4 ] {35ceefc4-63d4-410a-a5b3-ff6ec704ebc2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:50.602267 [ 4 ] {35ceefc4-63d4-410a-a5b3-ff6ec704ebc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:50.602590 [ 4 ] {35ceefc4-63d4-410a-a5b3-ff6ec704ebc2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:50.602625 [ 4 ] {35ceefc4-63d4-410a-a5b3-ff6ec704ebc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.11 GiB. 2025.08.18 20:09:50.602924 [ 4 ] {35ceefc4-63d4-410a-a5b3-ff6ec704ebc2} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.18 20:09:50.603132 [ 4 ] {35ceefc4-63d4-410a-a5b3-ff6ec704ebc2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:50.603259 [ 4 ] {35ceefc4-63d4-410a-a5b3-ff6ec704ebc2} executeQuery: Read 60 rows, 4.14 KiB in 0.001051 sec., 57088.487155090384 rows/sec., 3.85 MiB/sec. 2025.08.18 20:09:50.603295 [ 4 ] {35ceefc4-63d4-410a-a5b3-ff6ec704ebc2} TCPHandler: Processed in 0.001215496 sec. 2025.08.18 20:09:54.062092 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 572 2025.08.18 20:09:54.064270 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:54.064329 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:54.065601 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:09:54.065885 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:54.066047 [ 96 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.18 20:09:54.066145 [ 96 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:54.066182 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:54.066250 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 572 2025.08.18 20:09:54.066336 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:09:54.066897 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:54.067033 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 440 rows starting from the beginning of the part 2025.08.18 20:09:54.067385 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part 2025.08.18 20:09:54.067741 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 20 rows starting from the beginning of the part 2025.08.18 20:09:54.068069 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 28 rows starting from the beginning of the part 2025.08.18 20:09:54.068386 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:09:54.068739 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part 2025.08.18 20:09:54.075034 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 572 rows, containing 72 columns (72 merged, 0 gathered) in 0.008763044 sec., 65274.12164083622 rows/sec., 56.02 MiB/sec. 2025.08.18 20:09:54.076057 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.18 20:09:54.076692 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:54.076781 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_16_3} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.18 20:09:54.077136 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. 2025.08.18 20:09:55.601752 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.601958 [ 4 ] {91d89706-ec12-4272-92e8-5b443f72c829} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:09:55.602037 [ 4 ] {91d89706-ec12-4272-92e8-5b443f72c829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:09:55.602737 [ 4 ] {91d89706-ec12-4272-92e8-5b443f72c829} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.602792 [ 4 ] {91d89706-ec12-4272-92e8-5b443f72c829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.603189 [ 4 ] {91d89706-ec12-4272-92e8-5b443f72c829} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:09:55.603448 [ 4 ] {91d89706-ec12-4272-92e8-5b443f72c829} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.603615 [ 4 ] {91d89706-ec12-4272-92e8-5b443f72c829} executeQuery: Read 24 rows, 2.04 KiB in 0.001712 sec., 14018.691588785046 rows/sec., 1.16 MiB/sec. 2025.08.18 20:09:55.603910 [ 4 ] {91d89706-ec12-4272-92e8-5b443f72c829} TCPHandler: Processed in 0.00230243 sec. 2025.08.18 20:09:55.604092 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.604227 [ 4 ] {55450e0c-dc92-4086-b7f8-bae10a46d1e4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:09:55.604288 [ 4 ] {55450e0c-dc92-4086-b7f8-bae10a46d1e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:09:55.604846 [ 4 ] {55450e0c-dc92-4086-b7f8-bae10a46d1e4} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.604886 [ 4 ] {55450e0c-dc92-4086-b7f8-bae10a46d1e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.605233 [ 4 ] {55450e0c-dc92-4086-b7f8-bae10a46d1e4} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:09:55.605451 [ 4 ] {55450e0c-dc92-4086-b7f8-bae10a46d1e4} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.605590 [ 4 ] {55450e0c-dc92-4086-b7f8-bae10a46d1e4} executeQuery: Read 2 rows, 167.00 B in 0.001395 sec., 1433.6917562724016 rows/sec., 116.91 KiB/sec. 2025.08.18 20:09:55.605631 [ 4 ] {55450e0c-dc92-4086-b7f8-bae10a46d1e4} TCPHandler: Processed in 0.001607031 sec. 2025.08.18 20:09:55.605748 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.605844 [ 4 ] {aa45c468-1877-492e-bf57-fea580f3cfb9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:09:55.605885 [ 4 ] {aa45c468-1877-492e-bf57-fea580f3cfb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:09:55.606465 [ 4 ] {aa45c468-1877-492e-bf57-fea580f3cfb9} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.606503 [ 4 ] {aa45c468-1877-492e-bf57-fea580f3cfb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.606831 [ 4 ] {aa45c468-1877-492e-bf57-fea580f3cfb9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.18 20:09:55.607050 [ 4 ] {aa45c468-1877-492e-bf57-fea580f3cfb9} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.607164 [ 94 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.18 20:09:55.607186 [ 4 ] {aa45c468-1877-492e-bf57-fea580f3cfb9} executeQuery: Read 259 rows, 23.74 KiB in 0.001358 sec., 190721.6494845361 rows/sec., 17.07 MiB/sec. 2025.08.18 20:09:55.607236 [ 94 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.607248 [ 4 ] {aa45c468-1877-492e-bf57-fea580f3cfb9} TCPHandler: Processed in 0.001549911 sec. 2025.08.18 20:09:55.607266 [ 94 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.607370 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:09:55.607373 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.607472 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:55.607489 [ 4 ] {0c0e8006-4dd7-4d4c-b539-acdadc51b895} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:09:55.607500 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1407 rows starting from the beginning of the part 2025.08.18 20:09:55.607531 [ 4 ] {0c0e8006-4dd7-4d4c-b539-acdadc51b895} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:09:55.607555 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1197 rows starting from the beginning of the part 2025.08.18 20:09:55.607596 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 56 rows starting from the beginning of the part 2025.08.18 20:09:55.607636 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 138 rows starting from the beginning of the part 2025.08.18 20:09:55.607674 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 56 rows starting from the beginning of the part 2025.08.18 20:09:55.607719 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 259 rows starting from the beginning of the part 2025.08.18 20:09:55.607960 [ 4 ] {0c0e8006-4dd7-4d4c-b539-acdadc51b895} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.607996 [ 4 ] {0c0e8006-4dd7-4d4c-b539-acdadc51b895} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.608414 [ 4 ] {0c0e8006-4dd7-4d4c-b539-acdadc51b895} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:09:55.608630 [ 4 ] {0c0e8006-4dd7-4d4c-b539-acdadc51b895} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.608763 [ 4 ] {0c0e8006-4dd7-4d4c-b539-acdadc51b895} executeQuery: Read 55 rows, 4.18 KiB in 0.001291 sec., 42602.63361735089 rows/sec., 3.16 MiB/sec. 2025.08.18 20:09:55.608804 [ 4 ] {0c0e8006-4dd7-4d4c-b539-acdadc51b895} TCPHandler: Processed in 0.001481949 sec. 2025.08.18 20:09:55.608917 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.609001 [ 197 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.001672182 sec., 1861639.462690066 rows/sec., 162.30 MiB/sec. 2025.08.18 20:09:55.609014 [ 4 ] {25f97a7c-c6ee-435d-86f9-9d0be4fcc1f9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:09:55.609082 [ 4 ] {25f97a7c-c6ee-435d-86f9-9d0be4fcc1f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:09:55.609287 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.18 20:09:55.609490 [ 4 ] {25f97a7c-c6ee-435d-86f9-9d0be4fcc1f9} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.609535 [ 4 ] {25f97a7c-c6ee-435d-86f9-9d0be4fcc1f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.609616 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.609718 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_36_7} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.18 20:09:55.609816 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.18 20:09:55.609862 [ 4 ] {25f97a7c-c6ee-435d-86f9-9d0be4fcc1f9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:09:55.610086 [ 4 ] {25f97a7c-c6ee-435d-86f9-9d0be4fcc1f9} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.610224 [ 4 ] {25f97a7c-c6ee-435d-86f9-9d0be4fcc1f9} executeQuery: Read 24 rows, 2.04 KiB in 0.001227 sec., 19559.902200488996 rows/sec., 1.62 MiB/sec. 2025.08.18 20:09:55.610263 [ 4 ] {25f97a7c-c6ee-435d-86f9-9d0be4fcc1f9} TCPHandler: Processed in 0.001397768 sec. 2025.08.18 20:09:55.610374 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.610470 [ 4 ] {0ff948fa-9bcd-43c6-893d-dec482cb49ed} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:09:55.610510 [ 4 ] {0ff948fa-9bcd-43c6-893d-dec482cb49ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:09:55.610905 [ 4 ] {0ff948fa-9bcd-43c6-893d-dec482cb49ed} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.610942 [ 4 ] {0ff948fa-9bcd-43c6-893d-dec482cb49ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.611237 [ 4 ] {0ff948fa-9bcd-43c6-893d-dec482cb49ed} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.08.18 20:09:55.611450 [ 4 ] {0ff948fa-9bcd-43c6-893d-dec482cb49ed} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.611578 [ 4 ] {0ff948fa-9bcd-43c6-893d-dec482cb49ed} executeQuery: Read 12 rows, 960.00 B in 0.001124 sec., 10676.156583629892 rows/sec., 834.07 KiB/sec. 2025.08.18 20:09:55.611617 [ 4 ] {0ff948fa-9bcd-43c6-893d-dec482cb49ed} TCPHandler: Processed in 0.001292327 sec. 2025.08.18 20:09:55.611730 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.611825 [ 4 ] {ebb53e1f-78c3-42c3-8df5-3aac23712f24} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:09:55.611865 [ 4 ] {ebb53e1f-78c3-42c3-8df5-3aac23712f24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:09:55.612332 [ 4 ] {ebb53e1f-78c3-42c3-8df5-3aac23712f24} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.612369 [ 4 ] {ebb53e1f-78c3-42c3-8df5-3aac23712f24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.612677 [ 4 ] {ebb53e1f-78c3-42c3-8df5-3aac23712f24} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.18 20:09:55.612897 [ 4 ] {ebb53e1f-78c3-42c3-8df5-3aac23712f24} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.613034 [ 4 ] {ebb53e1f-78c3-42c3-8df5-3aac23712f24} executeQuery: Read 143 rows, 11.82 KiB in 0.001225 sec., 116734.69387755102 rows/sec., 9.42 MiB/sec. 2025.08.18 20:09:55.613037 [ 93 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.18 20:09:55.613075 [ 4 ] {ebb53e1f-78c3-42c3-8df5-3aac23712f24} TCPHandler: Processed in 0.001395778 sec. 2025.08.18 20:09:55.613094 [ 93 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.613120 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.613192 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.613248 [ 195 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:09:55.613294 [ 4 ] {15c1a52e-fe39-47bd-93b1-ff71677e78bb} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:55.613343 [ 4 ] {15c1a52e-fe39-47bd-93b1-ff71677e78bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:09:55.613356 [ 195 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:55.613392 [ 195 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 633 rows starting from the beginning of the part 2025.08.18 20:09:55.613457 [ 195 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 522 rows starting from the beginning of the part 2025.08.18 20:09:55.613507 [ 195 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 64 rows starting from the beginning of the part 2025.08.18 20:09:55.613553 [ 195 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 105 rows starting from the beginning of the part 2025.08.18 20:09:55.613610 [ 195 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 64 rows starting from the beginning of the part 2025.08.18 20:09:55.613659 [ 195 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 143 rows starting from the beginning of the part 2025.08.18 20:09:55.613781 [ 4 ] {15c1a52e-fe39-47bd-93b1-ff71677e78bb} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.613824 [ 4 ] {15c1a52e-fe39-47bd-93b1-ff71677e78bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.614196 [ 4 ] {15c1a52e-fe39-47bd-93b1-ff71677e78bb} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.18 20:09:55.614448 [ 4 ] {15c1a52e-fe39-47bd-93b1-ff71677e78bb} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.614571 [ 93 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.18 20:09:55.614589 [ 4 ] {15c1a52e-fe39-47bd-93b1-ff71677e78bb} executeQuery: Read 197 rows, 14.47 KiB in 0.001314 sec., 149923.89649923897 rows/sec., 10.75 MiB/sec. 2025.08.18 20:09:55.614606 [ 93 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.614633 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.614635 [ 4 ] {15c1a52e-fe39-47bd-93b1-ff71677e78bb} TCPHandler: Processed in 0.00149386 sec. 2025.08.18 20:09:55.614712 [ 197 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:09:55.614767 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.614829 [ 197 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:55.614868 [ 197 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9137 rows starting from the beginning of the part 2025.08.18 20:09:55.614871 [ 4 ] {1f834a18-643b-4bd1-bf20-8739b3f53ca8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:09:55.614883 [ 194 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1531 rows, containing 5 columns (5 merged, 0 gathered) in 0.001709602 sec., 895530.0707416112 rows/sec., 71.32 MiB/sec. 2025.08.18 20:09:55.614931 [ 197 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 975 rows starting from the beginning of the part 2025.08.18 20:09:55.614936 [ 4 ] {1f834a18-643b-4bd1-bf20-8739b3f53ca8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:09:55.614982 [ 197 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 32 rows starting from the beginning of the part 2025.08.18 20:09:55.615027 [ 197 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:09:55.615072 [ 197 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part 2025.08.18 20:09:55.615099 [ 192 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.18 20:09:55.615116 [ 197 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 197 rows starting from the beginning of the part 2025.08.18 20:09:55.615405 [ 192 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.615479 [ 192 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_36_7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.18 20:09:55.615556 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.08.18 20:09:55.615860 [ 4 ] {1f834a18-643b-4bd1-bf20-8739b3f53ca8} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.615897 [ 4 ] {1f834a18-643b-4bd1-bf20-8739b3f53ca8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.616541 [ 4 ] {1f834a18-643b-4bd1-bf20-8739b3f53ca8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:09:55.616789 [ 4 ] {1f834a18-643b-4bd1-bf20-8739b3f53ca8} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.616902 [ 93 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.08.18 20:09:55.616936 [ 93 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.616936 [ 4 ] {1f834a18-643b-4bd1-bf20-8739b3f53ca8} executeQuery: Read 41 rows, 75.23 KiB in 0.002086 sec., 19654.841802492807 rows/sec., 35.22 MiB/sec. 2025.08.18 20:09:55.616957 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.617022 [ 4 ] {1f834a18-643b-4bd1-bf20-8739b3f53ca8} TCPHandler: Processed in 0.00230529 sec. 2025.08.18 20:09:55.617045 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:09:55.617150 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:09:55.617249 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:55.617252 [ 4 ] {eca69e09-8a6c-4a64-9169-c06309309e43} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:09:55.617305 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 331 rows starting from the beginning of the part 2025.08.18 20:09:55.617313 [ 4 ] {eca69e09-8a6c-4a64-9169-c06309309e43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:09:55.617420 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:55.617526 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:55.617621 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:55.617671 [ 4 ] {eca69e09-8a6c-4a64-9169-c06309309e43} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.617709 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:55.617713 [ 4 ] {eca69e09-8a6c-4a64-9169-c06309309e43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.617807 [ 195 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 41 rows starting from the beginning of the part 2025.08.18 20:09:55.618094 [ 4 ] {eca69e09-8a6c-4a64-9169-c06309309e43} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.18 20:09:55.618432 [ 4 ] {eca69e09-8a6c-4a64-9169-c06309309e43} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.618545 [ 93 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.18 20:09:55.618575 [ 4 ] {eca69e09-8a6c-4a64-9169-c06309309e43} executeQuery: Read 60 rows, 4.14 KiB in 0.00134 sec., 44776.119402985074 rows/sec., 3.02 MiB/sec. 2025.08.18 20:09:55.618577 [ 93 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:55.618620 [ 4 ] {eca69e09-8a6c-4a64-9169-c06309309e43} TCPHandler: Processed in 0.00152113 sec. 2025.08.18 20:09:55.618621 [ 93 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:55.618738 [ 194 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:09:55.618888 [ 194 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:09:55.618931 [ 194 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1620 rows starting from the beginning of the part 2025.08.18 20:09:55.619055 [ 194 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 48 rows starting from the beginning of the part 2025.08.18 20:09:55.619120 [ 194 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 12 rows starting from the beginning of the part 2025.08.18 20:09:55.619177 [ 194 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:09:55.619228 [ 194 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2025.08.18 20:09:55.619279 [ 194 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:09:55.619365 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 10661 rows, containing 5 columns (5 merged, 0 gathered) in 0.004687781 sec., 2274210.335337764 rows/sec., 155.84 MiB/sec. 2025.08.18 20:09:55.619695 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.18 20:09:55.620031 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.620123 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_36_7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.18 20:09:55.620213 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.05 MiB. 2025.08.18 20:09:55.620556 [ 197 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1860 rows, containing 4 columns (4 merged, 0 gathered) in 0.001864894 sec., 997375.7221590074 rows/sec., 67.22 MiB/sec. 2025.08.18 20:09:55.620829 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.18 20:09:55.621109 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_36_7} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.621181 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_36_7} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.18 20:09:55.621250 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. 2025.08.18 20:09:55.621939 [ 194 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 19 columns (19 merged, 0 gathered) in 0.004926514 sec., 108799.0412693438 rows/sec., 194.96 MiB/sec. 2025.08.18 20:09:55.622879 [ 186 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.08.18 20:09:55.623203 [ 186 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:55.623273 [ 186 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_16_3} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.08.18 20:09:55.623391 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.52 MiB. 2025.08.18 20:09:56.000213 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 223.32 MiB, peak 233.66 MiB, free memory in arenas 0.00 B, will set to 225.65 MiB (RSS), difference: 2.33 MiB 2025.08.18 20:09:56.537188 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10614 2025.08.18 20:09:56.537793 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:56.537835 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:56.538350 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:09:56.538582 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:56.538716 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10614 2025.08.18 20:09:57.120679 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2025.08.18 20:09:57.138695 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:09:57.138761 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:09:57.144696 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:09:57.145392 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:09:57.148263 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2025.08.18 20:10:00.598097 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:00.598411 [ 4 ] {0892fe78-3913-4280-97d6-e71be1b48aed} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:00.598522 [ 4 ] {0892fe78-3913-4280-97d6-e71be1b48aed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:00.599240 [ 4 ] {0892fe78-3913-4280-97d6-e71be1b48aed} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:00.599294 [ 4 ] {0892fe78-3913-4280-97d6-e71be1b48aed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:00.599706 [ 4 ] {0892fe78-3913-4280-97d6-e71be1b48aed} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.18 20:10:00.599956 [ 4 ] {0892fe78-3913-4280-97d6-e71be1b48aed} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:00.600129 [ 4 ] {0892fe78-3913-4280-97d6-e71be1b48aed} executeQuery: Read 56 rows, 4.38 KiB in 0.001796 sec., 31180.400890868597 rows/sec., 2.38 MiB/sec. 2025.08.18 20:10:00.600183 [ 4 ] {0892fe78-3913-4280-97d6-e71be1b48aed} TCPHandler: Processed in 0.002277319 sec. 2025.08.18 20:10:00.600302 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:00.600406 [ 4 ] {aa45d247-2baf-4826-b9b5-cb96131ee8c4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:00.600451 [ 4 ] {aa45d247-2baf-4826-b9b5-cb96131ee8c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:00.600900 [ 4 ] {aa45d247-2baf-4826-b9b5-cb96131ee8c4} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:00.600938 [ 4 ] {aa45d247-2baf-4826-b9b5-cb96131ee8c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:00.601257 [ 4 ] {aa45d247-2baf-4826-b9b5-cb96131ee8c4} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.18 20:10:00.601479 [ 4 ] {aa45d247-2baf-4826-b9b5-cb96131ee8c4} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:00.601611 [ 4 ] {aa45d247-2baf-4826-b9b5-cb96131ee8c4} executeQuery: Read 64 rows, 5.12 KiB in 0.001228 sec., 52117.26384364821 rows/sec., 4.07 MiB/sec. 2025.08.18 20:10:00.601652 [ 4 ] {aa45d247-2baf-4826-b9b5-cb96131ee8c4} TCPHandler: Processed in 0.001403998 sec. 2025.08.18 20:10:00.601767 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:00.601866 [ 4 ] {cb30ba01-a6e4-44ae-8ff5-84ee4795fb83} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:00.601911 [ 4 ] {cb30ba01-a6e4-44ae-8ff5-84ee4795fb83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:00.602329 [ 4 ] {cb30ba01-a6e4-44ae-8ff5-84ee4795fb83} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:00.602366 [ 4 ] {cb30ba01-a6e4-44ae-8ff5-84ee4795fb83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:00.602721 [ 4 ] {cb30ba01-a6e4-44ae-8ff5-84ee4795fb83} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.18 20:10:00.602940 [ 4 ] {cb30ba01-a6e4-44ae-8ff5-84ee4795fb83} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:00.603072 [ 4 ] {cb30ba01-a6e4-44ae-8ff5-84ee4795fb83} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.08.18 20:10:00.603111 [ 4 ] {cb30ba01-a6e4-44ae-8ff5-84ee4795fb83} TCPHandler: Processed in 0.001395478 sec. 2025.08.18 20:10:00.603217 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:00.603316 [ 4 ] {3d6dad33-fc43-400a-ae4c-3ae1940bf7d6} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:00.603359 [ 4 ] {3d6dad33-fc43-400a-ae4c-3ae1940bf7d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:00.603697 [ 4 ] {3d6dad33-fc43-400a-ae4c-3ae1940bf7d6} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:00.603734 [ 4 ] {3d6dad33-fc43-400a-ae4c-3ae1940bf7d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:00.604046 [ 4 ] {3d6dad33-fc43-400a-ae4c-3ae1940bf7d6} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.18 20:10:00.604268 [ 4 ] {3d6dad33-fc43-400a-ae4c-3ae1940bf7d6} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:00.604402 [ 4 ] {3d6dad33-fc43-400a-ae4c-3ae1940bf7d6} executeQuery: Read 60 rows, 4.14 KiB in 0.001103 sec., 54397.09882139619 rows/sec., 3.67 MiB/sec. 2025.08.18 20:10:00.604439 [ 4 ] {3d6dad33-fc43-400a-ae4c-3ae1940bf7d6} TCPHandler: Processed in 0.001273007 sec. 2025.08.18 20:10:03.934922 [ 85 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:10:03.934986 [ 85 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:10:04.038837 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11102 2025.08.18 20:10:04.039344 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:04.039386 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:04.039870 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:10:04.040093 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:04.040231 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11102 2025.08.18 20:10:04.066437 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 600 2025.08.18 20:10:04.068753 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:04.068811 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:04.070042 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:10:04.070343 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:04.070718 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 600 2025.08.18 20:10:04.648382 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2025.08.18 20:10:04.664979 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:04.665051 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:04.671378 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:10:04.672069 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:04.675132 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2025.08.18 20:10:05.599240 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:05.599427 [ 4 ] {e74136f4-565c-458e-9c95-7004977da685} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:05.599494 [ 4 ] {e74136f4-565c-458e-9c95-7004977da685} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:05.600202 [ 4 ] {e74136f4-565c-458e-9c95-7004977da685} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:05.600244 [ 4 ] {e74136f4-565c-458e-9c95-7004977da685} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:05.600676 [ 4 ] {e74136f4-565c-458e-9c95-7004977da685} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.18 20:10:05.600910 [ 4 ] {e74136f4-565c-458e-9c95-7004977da685} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:05.601077 [ 4 ] {e74136f4-565c-458e-9c95-7004977da685} executeQuery: Read 138 rows, 12.23 KiB in 0.001698 sec., 81272.0848056537 rows/sec., 7.03 MiB/sec. 2025.08.18 20:10:05.601121 [ 4 ] {e74136f4-565c-458e-9c95-7004977da685} TCPHandler: Processed in 0.002011696 sec. 2025.08.18 20:10:05.601252 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:05.601352 [ 4 ] {4c69cc39-5b28-4e04-a3e4-a4bc91150737} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:10:05.601394 [ 4 ] {4c69cc39-5b28-4e04-a3e4-a4bc91150737} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:10:05.601817 [ 4 ] {4c69cc39-5b28-4e04-a3e4-a4bc91150737} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:05.601853 [ 4 ] {4c69cc39-5b28-4e04-a3e4-a4bc91150737} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:05.602151 [ 4 ] {4c69cc39-5b28-4e04-a3e4-a4bc91150737} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:10:05.602369 [ 4 ] {4c69cc39-5b28-4e04-a3e4-a4bc91150737} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:05.602498 [ 4 ] {4c69cc39-5b28-4e04-a3e4-a4bc91150737} executeQuery: Read 41 rows, 3.08 KiB in 0.001165 sec., 35193.1330472103 rows/sec., 2.58 MiB/sec. 2025.08.18 20:10:05.602537 [ 4 ] {4c69cc39-5b28-4e04-a3e4-a4bc91150737} TCPHandler: Processed in 0.001343937 sec. 2025.08.18 20:10:05.602654 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:05.602757 [ 4 ] {12b26aec-f71e-4f9e-bd8a-b6a6809a7713} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:05.602805 [ 4 ] {12b26aec-f71e-4f9e-bd8a-b6a6809a7713} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:05.603256 [ 4 ] {12b26aec-f71e-4f9e-bd8a-b6a6809a7713} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:05.603292 [ 4 ] {12b26aec-f71e-4f9e-bd8a-b6a6809a7713} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:05.603603 [ 4 ] {12b26aec-f71e-4f9e-bd8a-b6a6809a7713} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.18 20:10:05.603829 [ 4 ] {12b26aec-f71e-4f9e-bd8a-b6a6809a7713} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:05.603959 [ 4 ] {12b26aec-f71e-4f9e-bd8a-b6a6809a7713} executeQuery: Read 105 rows, 8.40 KiB in 0.001218 sec., 86206.89655172414 rows/sec., 6.73 MiB/sec. 2025.08.18 20:10:05.603999 [ 4 ] {12b26aec-f71e-4f9e-bd8a-b6a6809a7713} TCPHandler: Processed in 0.001395288 sec. 2025.08.18 20:10:05.604142 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:05.604238 [ 4 ] {50a940d7-0736-4bab-ba81-986762d5c1e4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:05.604284 [ 4 ] {50a940d7-0736-4bab-ba81-986762d5c1e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:05.604777 [ 4 ] {50a940d7-0736-4bab-ba81-986762d5c1e4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:05.604812 [ 4 ] {50a940d7-0736-4bab-ba81-986762d5c1e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:05.605196 [ 4 ] {50a940d7-0736-4bab-ba81-986762d5c1e4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.18 20:10:05.605414 [ 4 ] {50a940d7-0736-4bab-ba81-986762d5c1e4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:05.605550 [ 4 ] {50a940d7-0736-4bab-ba81-986762d5c1e4} executeQuery: Read 160 rows, 11.41 KiB in 0.001329 sec., 120391.27163280662 rows/sec., 8.39 MiB/sec. 2025.08.18 20:10:05.605588 [ 4 ] {50a940d7-0736-4bab-ba81-986762d5c1e4} TCPHandler: Processed in 0.00150792 sec. 2025.08.18 20:10:05.605711 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:05.605808 [ 4 ] {3dc0782a-f7d8-4aaf-b5eb-d40a2b9dbcb2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:05.605861 [ 4 ] {3dc0782a-f7d8-4aaf-b5eb-d40a2b9dbcb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:10:05.606686 [ 4 ] {3dc0782a-f7d8-4aaf-b5eb-d40a2b9dbcb2} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:05.606721 [ 4 ] {3dc0782a-f7d8-4aaf-b5eb-d40a2b9dbcb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:05.607318 [ 4 ] {3dc0782a-f7d8-4aaf-b5eb-d40a2b9dbcb2} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:10:05.607550 [ 4 ] {3dc0782a-f7d8-4aaf-b5eb-d40a2b9dbcb2} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:05.607687 [ 4 ] {3dc0782a-f7d8-4aaf-b5eb-d40a2b9dbcb2} executeQuery: Read 41 rows, 75.23 KiB in 0.001896 sec., 21624.472573839663 rows/sec., 38.75 MiB/sec. 2025.08.18 20:10:05.607741 [ 4 ] {3dc0782a-f7d8-4aaf-b5eb-d40a2b9dbcb2} TCPHandler: Processed in 0.002080647 sec. 2025.08.18 20:10:05.607867 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:05.607978 [ 4 ] {b9956583-3595-42e4-8088-981166ef8ba7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:05.608020 [ 4 ] {b9956583-3595-42e4-8088-981166ef8ba7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:05.608364 [ 4 ] {b9956583-3595-42e4-8088-981166ef8ba7} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:05.608399 [ 4 ] {b9956583-3595-42e4-8088-981166ef8ba7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:05.608705 [ 4 ] {b9956583-3595-42e4-8088-981166ef8ba7} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.18 20:10:05.608921 [ 4 ] {b9956583-3595-42e4-8088-981166ef8ba7} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:05.609053 [ 4 ] {b9956583-3595-42e4-8088-981166ef8ba7} executeQuery: Read 60 rows, 4.14 KiB in 0.001092 sec., 54945.05494505494 rows/sec., 3.70 MiB/sec. 2025.08.18 20:10:05.609090 [ 4 ] {b9956583-3595-42e4-8088-981166ef8ba7} TCPHandler: Processed in 0.001273426 sec. 2025.08.18 20:10:06.145891 [ 84 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.18 20:10:06.145960 [ 84 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:06.145985 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:06.146123 [ 195 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:10:06.146290 [ 195 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:06.146330 [ 195 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:10:06.146407 [ 195 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:10:06.146459 [ 195 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:10:06.146510 [ 195 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:10:06.146555 [ 195 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:10:06.147330 [ 194 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001270127 sec., 29918.268015718113 rows/sec., 2.50 MiB/sec. 2025.08.18 20:10:06.147514 [ 197 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.18 20:10:06.147823 [ 197 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_9_2} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:06.147897 [ 197 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_9_2} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.18 20:10:06.148001 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.18 20:10:09.523517 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:09.523736 [ 4 ] {0b4d936b-c7f7-4a9f-a6ad-23871fd9c48d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:09.523820 [ 4 ] {0b4d936b-c7f7-4a9f-a6ad-23871fd9c48d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:09.525057 [ 4 ] {0b4d936b-c7f7-4a9f-a6ad-23871fd9c48d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:09.525119 [ 4 ] {0b4d936b-c7f7-4a9f-a6ad-23871fd9c48d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:09.525653 [ 4 ] {0b4d936b-c7f7-4a9f-a6ad-23871fd9c48d} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.18 20:10:09.525918 [ 4 ] {0b4d936b-c7f7-4a9f-a6ad-23871fd9c48d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:09.526089 [ 4 ] {0b4d936b-c7f7-4a9f-a6ad-23871fd9c48d} executeQuery: Read 1196 rows, 100.50 KiB in 0.002402 sec., 497918.40133222315 rows/sec., 40.86 MiB/sec. 2025.08.18 20:10:09.526145 [ 4 ] {0b4d936b-c7f7-4a9f-a6ad-23871fd9c48d} TCPHandler: Processed in 0.002767456 sec. 2025.08.18 20:10:09.526291 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:09.526423 [ 4 ] {09813207-ad74-4242-a44a-eec0e88a10d1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:10:09.526481 [ 4 ] {09813207-ad74-4242-a44a-eec0e88a10d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:10:09.527084 [ 4 ] {09813207-ad74-4242-a44a-eec0e88a10d1} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:09.527125 [ 4 ] {09813207-ad74-4242-a44a-eec0e88a10d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:09.527458 [ 4 ] {09813207-ad74-4242-a44a-eec0e88a10d1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:10:09.527681 [ 4 ] {09813207-ad74-4242-a44a-eec0e88a10d1} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:09.527821 [ 4 ] {09813207-ad74-4242-a44a-eec0e88a10d1} executeQuery: Read 228 rows, 15.81 KiB in 0.00143 sec., 159440.55944055945 rows/sec., 10.80 MiB/sec. 2025.08.18 20:10:09.527863 [ 4 ] {09813207-ad74-4242-a44a-eec0e88a10d1} TCPHandler: Processed in 0.001639551 sec. 2025.08.18 20:10:09.527989 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:09.528090 [ 4 ] {08fcc333-1c26-4a46-b72c-3a9199b5c5a2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:09.528134 [ 4 ] {08fcc333-1c26-4a46-b72c-3a9199b5c5a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:09.528724 [ 4 ] {08fcc333-1c26-4a46-b72c-3a9199b5c5a2} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:09.528762 [ 4 ] {08fcc333-1c26-4a46-b72c-3a9199b5c5a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:09.529097 [ 4 ] {08fcc333-1c26-4a46-b72c-3a9199b5c5a2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.18 20:10:09.529317 [ 4 ] {08fcc333-1c26-4a46-b72c-3a9199b5c5a2} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:09.529455 [ 4 ] {08fcc333-1c26-4a46-b72c-3a9199b5c5a2} executeQuery: Read 520 rows, 39.40 KiB in 0.001384 sec., 375722.5433526012 rows/sec., 27.80 MiB/sec. 2025.08.18 20:10:09.529497 [ 4 ] {08fcc333-1c26-4a46-b72c-3a9199b5c5a2} TCPHandler: Processed in 0.00156071 sec. 2025.08.18 20:10:09.529621 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:09.529720 [ 4 ] {03227ee6-3ac3-4dbd-b04c-e5f54222a547} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:09.529766 [ 4 ] {03227ee6-3ac3-4dbd-b04c-e5f54222a547} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:09.530415 [ 4 ] {03227ee6-3ac3-4dbd-b04c-e5f54222a547} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:09.530453 [ 4 ] {03227ee6-3ac3-4dbd-b04c-e5f54222a547} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:09.530859 [ 4 ] {03227ee6-3ac3-4dbd-b04c-e5f54222a547} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.18 20:10:09.531096 [ 4 ] {03227ee6-3ac3-4dbd-b04c-e5f54222a547} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:09.531233 [ 4 ] {03227ee6-3ac3-4dbd-b04c-e5f54222a547} executeQuery: Read 974 rows, 66.96 KiB in 0.001531 sec., 636185.499673416 rows/sec., 42.71 MiB/sec. 2025.08.18 20:10:09.531273 [ 4 ] {03227ee6-3ac3-4dbd-b04c-e5f54222a547} TCPHandler: Processed in 0.001703622 sec. 2025.08.18 20:10:09.531433 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:09.531531 [ 4 ] {760c1f19-dff2-4435-afef-f54a437315fc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:09.531574 [ 4 ] {760c1f19-dff2-4435-afef-f54a437315fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:09.531921 [ 4 ] {760c1f19-dff2-4435-afef-f54a437315fc} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:09.531958 [ 4 ] {760c1f19-dff2-4435-afef-f54a437315fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:09.532276 [ 4 ] {760c1f19-dff2-4435-afef-f54a437315fc} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.18 20:10:09.532497 [ 4 ] {760c1f19-dff2-4435-afef-f54a437315fc} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:09.532629 [ 4 ] {760c1f19-dff2-4435-afef-f54a437315fc} executeQuery: Read 48 rows, 3.31 KiB in 0.001116 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. 2025.08.18 20:10:09.532667 [ 4 ] {760c1f19-dff2-4435-afef-f54a437315fc} TCPHandler: Processed in 0.001285817 sec. 2025.08.18 20:10:10.591526 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:10.591725 [ 4 ] {8573a169-3601-4a66-ad29-fbae481c9870} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:10.591797 [ 4 ] {8573a169-3601-4a66-ad29-fbae481c9870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:10.592467 [ 4 ] {8573a169-3601-4a66-ad29-fbae481c9870} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:10.592507 [ 4 ] {8573a169-3601-4a66-ad29-fbae481c9870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:10.592892 [ 4 ] {8573a169-3601-4a66-ad29-fbae481c9870} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.18 20:10:10.593118 [ 4 ] {8573a169-3601-4a66-ad29-fbae481c9870} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:10.593267 [ 4 ] {8573a169-3601-4a66-ad29-fbae481c9870} executeQuery: Read 56 rows, 4.38 KiB in 0.001594 sec., 35131.74404015057 rows/sec., 2.68 MiB/sec. 2025.08.18 20:10:10.593312 [ 4 ] {8573a169-3601-4a66-ad29-fbae481c9870} TCPHandler: Processed in 0.001925275 sec. 2025.08.18 20:10:10.593436 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:10.593530 [ 4 ] {a6cc221c-5940-467b-9d7b-86f91e7907b4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:10.593569 [ 4 ] {a6cc221c-5940-467b-9d7b-86f91e7907b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:10.593989 [ 4 ] {a6cc221c-5940-467b-9d7b-86f91e7907b4} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:10.594023 [ 4 ] {a6cc221c-5940-467b-9d7b-86f91e7907b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:10.594317 [ 4 ] {a6cc221c-5940-467b-9d7b-86f91e7907b4} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.18 20:10:10.594532 [ 4 ] {a6cc221c-5940-467b-9d7b-86f91e7907b4} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:10.594658 [ 4 ] {a6cc221c-5940-467b-9d7b-86f91e7907b4} executeQuery: Read 64 rows, 5.12 KiB in 0.001145 sec., 55895.19650655022 rows/sec., 4.36 MiB/sec. 2025.08.18 20:10:10.594699 [ 4 ] {a6cc221c-5940-467b-9d7b-86f91e7907b4} TCPHandler: Processed in 0.001311657 sec. 2025.08.18 20:10:10.594817 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:10.594910 [ 4 ] {aea81fac-bc15-4d62-a1e5-ee9123e079cc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:10.594952 [ 4 ] {aea81fac-bc15-4d62-a1e5-ee9123e079cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:10.595326 [ 4 ] {aea81fac-bc15-4d62-a1e5-ee9123e079cc} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:10.595360 [ 4 ] {aea81fac-bc15-4d62-a1e5-ee9123e079cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:10.595670 [ 4 ] {aea81fac-bc15-4d62-a1e5-ee9123e079cc} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.18 20:10:10.595884 [ 4 ] {aea81fac-bc15-4d62-a1e5-ee9123e079cc} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:10.596012 [ 4 ] {aea81fac-bc15-4d62-a1e5-ee9123e079cc} executeQuery: Read 32 rows, 2.28 KiB in 0.001119 sec., 28596.961572832886 rows/sec., 1.99 MiB/sec. 2025.08.18 20:10:10.596050 [ 4 ] {aea81fac-bc15-4d62-a1e5-ee9123e079cc} TCPHandler: Processed in 0.001281627 sec. 2025.08.18 20:10:10.596161 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:10.596255 [ 4 ] {ca7a46b3-60df-4373-82d9-2a2b8f3e42cf} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:10.596296 [ 4 ] {ca7a46b3-60df-4373-82d9-2a2b8f3e42cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:10.596615 [ 4 ] {ca7a46b3-60df-4373-82d9-2a2b8f3e42cf} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:10.596649 [ 4 ] {ca7a46b3-60df-4373-82d9-2a2b8f3e42cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:10.596946 [ 4 ] {ca7a46b3-60df-4373-82d9-2a2b8f3e42cf} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.18 20:10:10.597151 [ 4 ] {ca7a46b3-60df-4373-82d9-2a2b8f3e42cf} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:10.597276 [ 4 ] {ca7a46b3-60df-4373-82d9-2a2b8f3e42cf} executeQuery: Read 12 rows, 848.00 B in 0.001038 sec., 11560.693641618496 rows/sec., 797.81 KiB/sec. 2025.08.18 20:10:10.597315 [ 4 ] {ca7a46b3-60df-4373-82d9-2a2b8f3e42cf} TCPHandler: Processed in 0.001202106 sec. 2025.08.18 20:10:11.540335 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11529 2025.08.18 20:10:11.540837 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:11.540883 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:11.541395 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:10:11.541633 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:11.541784 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11529 2025.08.18 20:10:12.175225 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2025.08.18 20:10:12.192879 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:12.192947 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:12.199124 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:10:12.199836 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:12.202873 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2025.08.18 20:10:14.070955 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 630 2025.08.18 20:10:14.073743 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:14.073798 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:14.075004 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:10:14.075282 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:14.075646 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 630 2025.08.18 20:10:15.599717 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:15.599919 [ 4 ] {ede73c70-9572-4109-b2f9-45bb1fed1935} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:15.599997 [ 4 ] {ede73c70-9572-4109-b2f9-45bb1fed1935} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:15.600733 [ 4 ] {ede73c70-9572-4109-b2f9-45bb1fed1935} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.600783 [ 4 ] {ede73c70-9572-4109-b2f9-45bb1fed1935} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.601196 [ 4 ] {ede73c70-9572-4109-b2f9-45bb1fed1935} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.18 20:10:15.601438 [ 4 ] {ede73c70-9572-4109-b2f9-45bb1fed1935} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.601596 [ 4 ] {ede73c70-9572-4109-b2f9-45bb1fed1935} executeQuery: Read 138 rows, 12.23 KiB in 0.001729 sec., 79814.92192018508 rows/sec., 6.91 MiB/sec. 2025.08.18 20:10:15.601596 [ 70 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.18 20:10:15.601640 [ 4 ] {ede73c70-9572-4109-b2f9-45bb1fed1935} TCPHandler: Processed in 0.002067306 sec. 2025.08.18 20:10:15.601682 [ 70 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.601710 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.601779 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:15.601830 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:10:15.601881 [ 4 ] {895245b5-6b9a-4e2a-82e0-70ab5e21abea} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:10:15.601927 [ 4 ] {895245b5-6b9a-4e2a-82e0-70ab5e21abea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:10:15.601987 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:15.602031 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1407 rows starting from the beginning of the part 2025.08.18 20:10:15.602104 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part 2025.08.18 20:10:15.602158 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 138 rows starting from the beginning of the part 2025.08.18 20:10:15.602214 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1196 rows starting from the beginning of the part 2025.08.18 20:10:15.602261 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part 2025.08.18 20:10:15.602310 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 138 rows starting from the beginning of the part 2025.08.18 20:10:15.602355 [ 4 ] {895245b5-6b9a-4e2a-82e0-70ab5e21abea} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.602398 [ 4 ] {895245b5-6b9a-4e2a-82e0-70ab5e21abea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.602766 [ 4 ] {895245b5-6b9a-4e2a-82e0-70ab5e21abea} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:10:15.602996 [ 4 ] {895245b5-6b9a-4e2a-82e0-70ab5e21abea} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.603123 [ 70 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.18 20:10:15.603133 [ 4 ] {895245b5-6b9a-4e2a-82e0-70ab5e21abea} executeQuery: Read 41 rows, 3.08 KiB in 0.001269 sec., 32308.904649330183 rows/sec., 2.37 MiB/sec. 2025.08.18 20:10:15.603164 [ 70 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.603189 [ 4 ] {895245b5-6b9a-4e2a-82e0-70ab5e21abea} TCPHandler: Processed in 0.001461229 sec. 2025.08.18 20:10:15.603191 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.603306 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:10:15.603314 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:15.603449 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:15.603464 [ 4 ] {731745e6-20e1-4ace-9f75-061391873e67} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:15.603485 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 71 rows starting from the beginning of the part 2025.08.18 20:10:15.603511 [ 4 ] {731745e6-20e1-4ace-9f75-061391873e67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:15.603551 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part 2025.08.18 20:10:15.603598 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:15.603638 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 55 rows starting from the beginning of the part 2025.08.18 20:10:15.603676 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:15.603714 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:15.603880 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2991 rows, containing 5 columns (5 merged, 0 gathered) in 0.002106708 sec., 1419750.6251459622 rows/sec., 123.23 MiB/sec. 2025.08.18 20:10:15.603976 [ 4 ] {731745e6-20e1-4ace-9f75-061391873e67} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.604016 [ 4 ] {731745e6-20e1-4ace-9f75-061391873e67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:15.604139 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.18 20:10:15.604437 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.604472 [ 4 ] {731745e6-20e1-4ace-9f75-061391873e67} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.18 20:10:15.604514 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_41_8} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.18 20:10:15.604522 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 251 rows, containing 5 columns (5 merged, 0 gathered) in 0.001261246 sec., 199009.55087270844 rows/sec., 15.37 MiB/sec. 2025.08.18 20:10:15.604602 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.18 20:10:15.604694 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.18 20:10:15.604738 [ 4 ] {731745e6-20e1-4ace-9f75-061391873e67} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.604873 [ 70 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.18 20:10:15.604883 [ 4 ] {731745e6-20e1-4ace-9f75-061391873e67} executeQuery: Read 105 rows, 8.40 KiB in 0.001438 sec., 73018.08066759388 rows/sec., 5.70 MiB/sec. 2025.08.18 20:10:15.604916 [ 70 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.604945 [ 4 ] {731745e6-20e1-4ace-9f75-061391873e67} TCPHandler: Processed in 0.001680852 sec. 2025.08.18 20:10:15.604947 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.605030 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.605054 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:10:15.605071 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:15.605117 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_21_4} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.18 20:10:15.605153 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:15.605178 [ 4 ] {a1e49ab8-eb5c-4e74-ab02-838550c4b33e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:15.605186 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 633 rows starting from the beginning of the part 2025.08.18 20:10:15.605197 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.18 20:10:15.605223 [ 4 ] {a1e49ab8-eb5c-4e74-ab02-838550c4b33e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:15.605274 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 64 rows starting from the beginning of the part 2025.08.18 20:10:15.605320 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 105 rows starting from the beginning of the part 2025.08.18 20:10:15.605361 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 520 rows starting from the beginning of the part 2025.08.18 20:10:15.605402 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 64 rows starting from the beginning of the part 2025.08.18 20:10:15.605443 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 105 rows starting from the beginning of the part 2025.08.18 20:10:15.605692 [ 4 ] {a1e49ab8-eb5c-4e74-ab02-838550c4b33e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.605728 [ 4 ] {a1e49ab8-eb5c-4e74-ab02-838550c4b33e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.606088 [ 4 ] {a1e49ab8-eb5c-4e74-ab02-838550c4b33e} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.18 20:10:15.606309 [ 4 ] {a1e49ab8-eb5c-4e74-ab02-838550c4b33e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.606407 [ 195 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1491 rows, containing 5 columns (5 merged, 0 gathered) in 0.001389019 sec., 1073419.4420666671 rows/sec., 85.15 MiB/sec. 2025.08.18 20:10:15.606441 [ 4 ] {a1e49ab8-eb5c-4e74-ab02-838550c4b33e} executeQuery: Read 160 rows, 11.41 KiB in 0.001282 sec., 124804.992199688 rows/sec., 8.69 MiB/sec. 2025.08.18 20:10:15.606441 [ 70 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.18 20:10:15.606487 [ 4 ] {a1e49ab8-eb5c-4e74-ab02-838550c4b33e} TCPHandler: Processed in 0.00146741 sec. 2025.08.18 20:10:15.606497 [ 70 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.606527 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.606572 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.18 20:10:15.606591 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:10:15.606606 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:15.606675 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:15.606702 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10661 rows starting from the beginning of the part 2025.08.18 20:10:15.606713 [ 4 ] {e5c2ca95-d3a9-4f2a-bad8-268d39b24a98} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:15.606747 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2025.08.18 20:10:15.606774 [ 4 ] {e5c2ca95-d3a9-4f2a-bad8-268d39b24a98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:10:15.606783 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 160 rows starting from the beginning of the part 2025.08.18 20:10:15.606819 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 974 rows starting from the beginning of the part 2025.08.18 20:10:15.606849 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.606856 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:10:15.606905 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part 2025.08.18 20:10:15.606932 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_41_8} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.18 20:10:15.607014 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.08.18 20:10:15.607672 [ 4 ] {e5c2ca95-d3a9-4f2a-bad8-268d39b24a98} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.607712 [ 4 ] {e5c2ca95-d3a9-4f2a-bad8-268d39b24a98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.608326 [ 4 ] {e5c2ca95-d3a9-4f2a-bad8-268d39b24a98} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:10:15.608553 [ 4 ] {e5c2ca95-d3a9-4f2a-bad8-268d39b24a98} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.608695 [ 4 ] {e5c2ca95-d3a9-4f2a-bad8-268d39b24a98} executeQuery: Read 41 rows, 75.23 KiB in 0.002002 sec., 20479.52047952048 rows/sec., 36.70 MiB/sec. 2025.08.18 20:10:15.608752 [ 4 ] {e5c2ca95-d3a9-4f2a-bad8-268d39b24a98} TCPHandler: Processed in 0.002197339 sec. 2025.08.18 20:10:15.608867 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:15.608963 [ 4 ] {9bd68818-4485-4107-b63c-b06b30be25cc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:15.609006 [ 4 ] {9bd68818-4485-4107-b63c-b06b30be25cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:15.609346 [ 4 ] {9bd68818-4485-4107-b63c-b06b30be25cc} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.609382 [ 4 ] {9bd68818-4485-4107-b63c-b06b30be25cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.609709 [ 4 ] {9bd68818-4485-4107-b63c-b06b30be25cc} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.18 20:10:15.609929 [ 4 ] {9bd68818-4485-4107-b63c-b06b30be25cc} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.610041 [ 69 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.18 20:10:15.610058 [ 4 ] {9bd68818-4485-4107-b63c-b06b30be25cc} executeQuery: Read 60 rows, 4.14 KiB in 0.001114 sec., 53859.964093357274 rows/sec., 3.63 MiB/sec. 2025.08.18 20:10:15.610087 [ 69 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:15.610105 [ 4 ] {9bd68818-4485-4107-b63c-b06b30be25cc} TCPHandler: Processed in 0.001287497 sec. 2025.08.18 20:10:15.610115 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:15.610192 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:10:15.610286 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:15.610312 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1860 rows starting from the beginning of the part 2025.08.18 20:10:15.610362 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2025.08.18 20:10:15.610401 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:10:15.610438 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 48 rows starting from the beginning of the part 2025.08.18 20:10:15.610473 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 12 rows starting from the beginning of the part 2025.08.18 20:10:15.610510 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2025.08.18 20:10:15.610680 [ 199 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 12147 rows, containing 5 columns (5 merged, 0 gathered) in 0.004112783 sec., 2953474.56940957 rows/sec., 202.20 MiB/sec. 2025.08.18 20:10:15.610941 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.18 20:10:15.611205 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.611268 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_41_8} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.18 20:10:15.611331 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.34 MiB. 2025.08.18 20:10:15.611524 [ 199 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2100 rows, containing 4 columns (4 merged, 0 gathered) in 0.001362197 sec., 1541627.2389382739 rows/sec., 103.89 MiB/sec. 2025.08.18 20:10:15.611718 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.18 20:10:15.611950 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:15.612009 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_41_8} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.18 20:10:15.612070 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2025.08.18 20:10:18.935029 [ 66 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:10:18.935103 [ 66 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:10:19.041912 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12017 2025.08.18 20:10:19.042439 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:19.042482 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:19.042967 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:10:19.043207 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:19.043339 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12017 2025.08.18 20:10:19.043355 [ 66 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.18 20:10:19.043409 [ 66 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:19.043430 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:19.043526 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:10:19.043623 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:19.043654 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9699 rows starting from the beginning of the part 2025.08.18 20:10:19.043712 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part 2025.08.18 20:10:19.043757 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part 2025.08.18 20:10:19.043799 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part 2025.08.18 20:10:19.043837 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part 2025.08.18 20:10:19.043876 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part 2025.08.18 20:10:19.047523 [ 199 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12017 rows, containing 4 columns (4 merged, 0 gathered) in 0.004034662 sec., 2978440.3253605883 rows/sec., 42.61 MiB/sec. 2025.08.18 20:10:19.047925 [ 198 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.18 20:10:19.048236 [ 198 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:19.048323 [ 198 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_26_5} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.18 20:10:19.048451 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. 2025.08.18 20:10:19.702992 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2025.08.18 20:10:19.720218 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:19.720271 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:19.725761 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:10:19.726457 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:19.726772 [ 65 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.18 20:10:19.726840 [ 65 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:19.726863 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:19.727007 [ 200 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:19.729504 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2025.08.18 20:10:19.731269 [ 200 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:19.732694 [ 200 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:19.737340 [ 200 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:19.741746 [ 200 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:19.746003 [ 200 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:19.750231 [ 200 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:19.753967 [ 200 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:19.807520 [ 199 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.08057573 sec., 2432.494251060462 rows/sec., 12.58 MiB/sec. 2025.08.18 20:10:19.810210 [ 201 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.18 20:10:19.812597 [ 201 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_26_5} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:19.812706 [ 201 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_26_5} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.18 20:10:19.814787 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2025.08.18 20:10:20.000170 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 229.46 MiB, peak 240.00 MiB, free memory in arenas 0.00 B, will set to 233.23 MiB (RSS), difference: 3.77 MiB 2025.08.18 20:10:20.597895 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:20.598098 [ 4 ] {3bf315a3-91a9-4a01-b545-e7876728fc62} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:20.598175 [ 4 ] {3bf315a3-91a9-4a01-b545-e7876728fc62} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:20.598856 [ 4 ] {3bf315a3-91a9-4a01-b545-e7876728fc62} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:20.598903 [ 4 ] {3bf315a3-91a9-4a01-b545-e7876728fc62} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:20.599326 [ 4 ] {3bf315a3-91a9-4a01-b545-e7876728fc62} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.18 20:10:20.599571 [ 4 ] {3bf315a3-91a9-4a01-b545-e7876728fc62} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:20.599731 [ 4 ] {3bf315a3-91a9-4a01-b545-e7876728fc62} executeQuery: Read 56 rows, 4.38 KiB in 0.001689 sec., 33155.71343990527 rows/sec., 2.53 MiB/sec. 2025.08.18 20:10:20.599774 [ 4 ] {3bf315a3-91a9-4a01-b545-e7876728fc62} TCPHandler: Processed in 0.002027496 sec. 2025.08.18 20:10:20.599896 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:20.600000 [ 4 ] {3a8ab58a-5d7b-48cb-bacf-3dce70f1e813} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:20.600043 [ 4 ] {3a8ab58a-5d7b-48cb-bacf-3dce70f1e813} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:20.600468 [ 4 ] {3a8ab58a-5d7b-48cb-bacf-3dce70f1e813} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:20.600505 [ 4 ] {3a8ab58a-5d7b-48cb-bacf-3dce70f1e813} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:20.600810 [ 4 ] {3a8ab58a-5d7b-48cb-bacf-3dce70f1e813} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.18 20:10:20.601028 [ 4 ] {3a8ab58a-5d7b-48cb-bacf-3dce70f1e813} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:20.601154 [ 4 ] {3a8ab58a-5d7b-48cb-bacf-3dce70f1e813} executeQuery: Read 64 rows, 5.12 KiB in 0.001179 sec., 54283.2909245123 rows/sec., 4.24 MiB/sec. 2025.08.18 20:10:20.601191 [ 4 ] {3a8ab58a-5d7b-48cb-bacf-3dce70f1e813} TCPHandler: Processed in 0.001347787 sec. 2025.08.18 20:10:20.601304 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:20.601399 [ 4 ] {06d5d525-641f-43b2-a920-ef67a6b8b5b0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:20.601443 [ 4 ] {06d5d525-641f-43b2-a920-ef67a6b8b5b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:20.601848 [ 4 ] {06d5d525-641f-43b2-a920-ef67a6b8b5b0} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:20.601883 [ 4 ] {06d5d525-641f-43b2-a920-ef67a6b8b5b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:20.602213 [ 4 ] {06d5d525-641f-43b2-a920-ef67a6b8b5b0} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.18 20:10:20.602441 [ 4 ] {06d5d525-641f-43b2-a920-ef67a6b8b5b0} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:20.602569 [ 4 ] {06d5d525-641f-43b2-a920-ef67a6b8b5b0} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2025.08.18 20:10:20.602607 [ 4 ] {06d5d525-641f-43b2-a920-ef67a6b8b5b0} TCPHandler: Processed in 0.001352748 sec. 2025.08.18 20:10:20.602715 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:20.602808 [ 4 ] {6d44a987-c01f-45b4-90a5-8418c1ad4f6b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:20.602850 [ 4 ] {6d44a987-c01f-45b4-90a5-8418c1ad4f6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:20.603173 [ 4 ] {6d44a987-c01f-45b4-90a5-8418c1ad4f6b} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:20.603209 [ 4 ] {6d44a987-c01f-45b4-90a5-8418c1ad4f6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.10 GiB. 2025.08.18 20:10:20.603512 [ 4 ] {6d44a987-c01f-45b4-90a5-8418c1ad4f6b} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.18 20:10:20.603726 [ 4 ] {6d44a987-c01f-45b4-90a5-8418c1ad4f6b} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:20.603854 [ 4 ] {6d44a987-c01f-45b4-90a5-8418c1ad4f6b} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2025.08.18 20:10:20.603890 [ 4 ] {6d44a987-c01f-45b4-90a5-8418c1ad4f6b} TCPHandler: Processed in 0.001225325 sec. 2025.08.18 20:10:24.075883 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 650 2025.08.18 20:10:24.078056 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:24.078111 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:24.079334 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:10:24.079615 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:24.079988 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 650 2025.08.18 20:10:25.602748 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.602945 [ 4 ] {5f21cb13-0939-4a41-8d95-121ff8492e06} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:10:25.603018 [ 4 ] {5f21cb13-0939-4a41-8d95-121ff8492e06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:10:25.603712 [ 4 ] {5f21cb13-0939-4a41-8d95-121ff8492e06} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.603757 [ 4 ] {5f21cb13-0939-4a41-8d95-121ff8492e06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.604132 [ 4 ] {5f21cb13-0939-4a41-8d95-121ff8492e06} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:10:25.604359 [ 4 ] {5f21cb13-0939-4a41-8d95-121ff8492e06} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.604516 [ 4 ] {5f21cb13-0939-4a41-8d95-121ff8492e06} executeQuery: Read 24 rows, 2.04 KiB in 0.001625 sec., 14769.23076923077 rows/sec., 1.23 MiB/sec. 2025.08.18 20:10:25.604565 [ 4 ] {5f21cb13-0939-4a41-8d95-121ff8492e06} TCPHandler: Processed in 0.001950646 sec. 2025.08.18 20:10:25.604693 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.604792 [ 4 ] {bc2bda15-accc-4b62-85d5-fbcc1a1697ea} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:10:25.604835 [ 4 ] {bc2bda15-accc-4b62-85d5-fbcc1a1697ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:10:25.605253 [ 4 ] {bc2bda15-accc-4b62-85d5-fbcc1a1697ea} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.605290 [ 4 ] {bc2bda15-accc-4b62-85d5-fbcc1a1697ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.605583 [ 4 ] {bc2bda15-accc-4b62-85d5-fbcc1a1697ea} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:10:25.605793 [ 4 ] {bc2bda15-accc-4b62-85d5-fbcc1a1697ea} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.605921 [ 4 ] {bc2bda15-accc-4b62-85d5-fbcc1a1697ea} executeQuery: Read 14 rows, 1.14 KiB in 0.00115 sec., 12173.913043478262 rows/sec., 992.70 KiB/sec. 2025.08.18 20:10:25.605958 [ 4 ] {bc2bda15-accc-4b62-85d5-fbcc1a1697ea} TCPHandler: Processed in 0.001316137 sec. 2025.08.18 20:10:25.606068 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.606160 [ 4 ] {b9b71efc-b02a-4e20-9628-d9da7d827b80} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:25.606198 [ 4 ] {b9b71efc-b02a-4e20-9628-d9da7d827b80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:25.606742 [ 4 ] {b9b71efc-b02a-4e20-9628-d9da7d827b80} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.606777 [ 4 ] {b9b71efc-b02a-4e20-9628-d9da7d827b80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.607085 [ 4 ] {b9b71efc-b02a-4e20-9628-d9da7d827b80} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.18 20:10:25.607291 [ 4 ] {b9b71efc-b02a-4e20-9628-d9da7d827b80} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.607414 [ 4 ] {b9b71efc-b02a-4e20-9628-d9da7d827b80} executeQuery: Read 265 rows, 24.18 KiB in 0.001273 sec., 208169.67792615868 rows/sec., 18.55 MiB/sec. 2025.08.18 20:10:25.607451 [ 4 ] {b9b71efc-b02a-4e20-9628-d9da7d827b80} TCPHandler: Processed in 0.001430818 sec. 2025.08.18 20:10:25.607554 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.607645 [ 4 ] {74530b50-301b-41c5-87bb-a06d1f454452} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:10:25.607683 [ 4 ] {74530b50-301b-41c5-87bb-a06d1f454452} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:10:25.608088 [ 4 ] {74530b50-301b-41c5-87bb-a06d1f454452} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.608123 [ 4 ] {74530b50-301b-41c5-87bb-a06d1f454452} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.608414 [ 4 ] {74530b50-301b-41c5-87bb-a06d1f454452} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:10:25.608614 [ 4 ] {74530b50-301b-41c5-87bb-a06d1f454452} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.608734 [ 4 ] {74530b50-301b-41c5-87bb-a06d1f454452} executeQuery: Read 67 rows, 5.02 KiB in 0.001106 sec., 60578.66184448463 rows/sec., 4.43 MiB/sec. 2025.08.18 20:10:25.608770 [ 4 ] {74530b50-301b-41c5-87bb-a06d1f454452} TCPHandler: Processed in 0.001263117 sec. 2025.08.18 20:10:25.608879 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.608969 [ 4 ] {d59539ec-0849-4608-b5df-f64812acee20} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:10:25.609007 [ 4 ] {d59539ec-0849-4608-b5df-f64812acee20} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:10:25.609386 [ 4 ] {d59539ec-0849-4608-b5df-f64812acee20} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.609422 [ 4 ] {d59539ec-0849-4608-b5df-f64812acee20} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.609702 [ 4 ] {d59539ec-0849-4608-b5df-f64812acee20} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:10:25.609900 [ 4 ] {d59539ec-0849-4608-b5df-f64812acee20} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.610021 [ 4 ] {d59539ec-0849-4608-b5df-f64812acee20} executeQuery: Read 24 rows, 2.04 KiB in 0.001069 sec., 22450.88868101029 rows/sec., 1.86 MiB/sec. 2025.08.18 20:10:25.610059 [ 4 ] {d59539ec-0849-4608-b5df-f64812acee20} TCPHandler: Processed in 0.001226906 sec. 2025.08.18 20:10:25.610159 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.610250 [ 4 ] {25bb93f0-1662-4897-b1a5-7ed786e68aa6} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:10:25.610288 [ 4 ] {25bb93f0-1662-4897-b1a5-7ed786e68aa6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:10:25.610661 [ 4 ] {25bb93f0-1662-4897-b1a5-7ed786e68aa6} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.610696 [ 4 ] {25bb93f0-1662-4897-b1a5-7ed786e68aa6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.610988 [ 4 ] {25bb93f0-1662-4897-b1a5-7ed786e68aa6} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.08.18 20:10:25.611189 [ 4 ] {25bb93f0-1662-4897-b1a5-7ed786e68aa6} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.611312 [ 4 ] {25bb93f0-1662-4897-b1a5-7ed786e68aa6} executeQuery: Read 12 rows, 960.00 B in 0.001079 sec., 11121.408711770157 rows/sec., 868.86 KiB/sec. 2025.08.18 20:10:25.611348 [ 4 ] {25bb93f0-1662-4897-b1a5-7ed786e68aa6} TCPHandler: Processed in 0.001235786 sec. 2025.08.18 20:10:25.611459 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.611549 [ 4 ] {43b66f72-da90-43ce-8336-5fc42d586031} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:25.611587 [ 4 ] {43b66f72-da90-43ce-8336-5fc42d586031} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:25.612058 [ 4 ] {43b66f72-da90-43ce-8336-5fc42d586031} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.612092 [ 4 ] {43b66f72-da90-43ce-8336-5fc42d586031} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.612382 [ 4 ] {43b66f72-da90-43ce-8336-5fc42d586031} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.18 20:10:25.612587 [ 4 ] {43b66f72-da90-43ce-8336-5fc42d586031} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.612709 [ 4 ] {43b66f72-da90-43ce-8336-5fc42d586031} executeQuery: Read 155 rows, 12.80 KiB in 0.001177 sec., 131690.73916737468 rows/sec., 10.62 MiB/sec. 2025.08.18 20:10:25.612745 [ 4 ] {43b66f72-da90-43ce-8336-5fc42d586031} TCPHandler: Processed in 0.001333967 sec. 2025.08.18 20:10:25.612865 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.612985 [ 4 ] {536eba3d-8449-4850-965c-7d6180c10b1f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:25.613066 [ 4 ] {536eba3d-8449-4850-965c-7d6180c10b1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:25.613525 [ 4 ] {536eba3d-8449-4850-965c-7d6180c10b1f} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.613561 [ 4 ] {536eba3d-8449-4850-965c-7d6180c10b1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.613905 [ 4 ] {536eba3d-8449-4850-965c-7d6180c10b1f} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.18 20:10:25.614116 [ 4 ] {536eba3d-8449-4850-965c-7d6180c10b1f} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.614245 [ 4 ] {536eba3d-8449-4850-965c-7d6180c10b1f} executeQuery: Read 203 rows, 14.89 KiB in 0.001284 sec., 158099.68847352025 rows/sec., 11.33 MiB/sec. 2025.08.18 20:10:25.614283 [ 4 ] {536eba3d-8449-4850-965c-7d6180c10b1f} TCPHandler: Processed in 0.001480359 sec. 2025.08.18 20:10:25.614397 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.614491 [ 4 ] {cd8ae1f5-3253-4197-937f-86539033fe4b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:25.614545 [ 4 ] {cd8ae1f5-3253-4197-937f-86539033fe4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:10:25.615384 [ 4 ] {cd8ae1f5-3253-4197-937f-86539033fe4b} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.615420 [ 4 ] {cd8ae1f5-3253-4197-937f-86539033fe4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.615999 [ 4 ] {cd8ae1f5-3253-4197-937f-86539033fe4b} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:10:25.616216 [ 4 ] {cd8ae1f5-3253-4197-937f-86539033fe4b} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.616351 [ 4 ] {cd8ae1f5-3253-4197-937f-86539033fe4b} executeQuery: Read 41 rows, 75.23 KiB in 0.001878 sec., 21831.73588924388 rows/sec., 39.12 MiB/sec. 2025.08.18 20:10:25.616406 [ 4 ] {cd8ae1f5-3253-4197-937f-86539033fe4b} TCPHandler: Processed in 0.002058497 sec. 2025.08.18 20:10:25.616523 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:25.616617 [ 4 ] {795f632f-15d1-45e9-9379-1881d5e4aa82} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:25.616658 [ 4 ] {795f632f-15d1-45e9-9379-1881d5e4aa82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:25.616988 [ 4 ] {795f632f-15d1-45e9-9379-1881d5e4aa82} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:25.617023 [ 4 ] {795f632f-15d1-45e9-9379-1881d5e4aa82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:25.617319 [ 4 ] {795f632f-15d1-45e9-9379-1881d5e4aa82} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.18 20:10:25.617526 [ 4 ] {795f632f-15d1-45e9-9379-1881d5e4aa82} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:25.617652 [ 4 ] {795f632f-15d1-45e9-9379-1881d5e4aa82} executeQuery: Read 60 rows, 4.14 KiB in 0.001053 sec., 56980.05698005699 rows/sec., 3.84 MiB/sec. 2025.08.18 20:10:25.617687 [ 4 ] {795f632f-15d1-45e9-9379-1881d5e4aa82} TCPHandler: Processed in 0.001215225 sec. 2025.08.18 20:10:26.543471 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12444 2025.08.18 20:10:26.544148 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:26.544199 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:26.544796 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:10:26.545033 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:26.545184 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12444 2025.08.18 20:10:27.229610 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2025.08.18 20:10:27.244930 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:27.244987 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:27.251131 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:10:27.251815 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:27.254431 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2025.08.18 20:10:30.599154 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:30.599370 [ 4 ] {8a969efa-1115-4fa2-a4de-20e2bc85b777} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:30.599445 [ 4 ] {8a969efa-1115-4fa2-a4de-20e2bc85b777} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:30.600097 [ 4 ] {8a969efa-1115-4fa2-a4de-20e2bc85b777} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:30.600137 [ 4 ] {8a969efa-1115-4fa2-a4de-20e2bc85b777} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:30.600533 [ 4 ] {8a969efa-1115-4fa2-a4de-20e2bc85b777} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.18 20:10:30.600756 [ 4 ] {8a969efa-1115-4fa2-a4de-20e2bc85b777} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:30.600915 [ 4 ] {8a969efa-1115-4fa2-a4de-20e2bc85b777} executeQuery: Read 56 rows, 4.38 KiB in 0.001599 sec., 35021.88868042527 rows/sec., 2.67 MiB/sec. 2025.08.18 20:10:30.600964 [ 4 ] {8a969efa-1115-4fa2-a4de-20e2bc85b777} TCPHandler: Processed in 0.001945525 sec. 2025.08.18 20:10:30.601084 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:30.601187 [ 4 ] {6870973e-81cb-4d93-a850-35d5c0aa002b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:30.601230 [ 4 ] {6870973e-81cb-4d93-a850-35d5c0aa002b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:30.601664 [ 4 ] {6870973e-81cb-4d93-a850-35d5c0aa002b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:30.601700 [ 4 ] {6870973e-81cb-4d93-a850-35d5c0aa002b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:30.602007 [ 4 ] {6870973e-81cb-4d93-a850-35d5c0aa002b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.18 20:10:30.602227 [ 4 ] {6870973e-81cb-4d93-a850-35d5c0aa002b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:30.602355 [ 4 ] {6870973e-81cb-4d93-a850-35d5c0aa002b} executeQuery: Read 64 rows, 5.12 KiB in 0.001189 sec., 53826.74516400337 rows/sec., 4.20 MiB/sec. 2025.08.18 20:10:30.602392 [ 4 ] {6870973e-81cb-4d93-a850-35d5c0aa002b} TCPHandler: Processed in 0.001359947 sec. 2025.08.18 20:10:30.602509 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:30.602606 [ 4 ] {7d89e444-6a05-46b5-987d-c2b6cc24222c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:30.602651 [ 4 ] {7d89e444-6a05-46b5-987d-c2b6cc24222c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:30.603058 [ 4 ] {7d89e444-6a05-46b5-987d-c2b6cc24222c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:30.603093 [ 4 ] {7d89e444-6a05-46b5-987d-c2b6cc24222c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:30.603420 [ 4 ] {7d89e444-6a05-46b5-987d-c2b6cc24222c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.18 20:10:30.603624 [ 4 ] {7d89e444-6a05-46b5-987d-c2b6cc24222c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:30.603751 [ 4 ] {7d89e444-6a05-46b5-987d-c2b6cc24222c} executeQuery: Read 160 rows, 11.41 KiB in 0.001165 sec., 137339.0557939914 rows/sec., 9.57 MiB/sec. 2025.08.18 20:10:30.603788 [ 4 ] {7d89e444-6a05-46b5-987d-c2b6cc24222c} TCPHandler: Processed in 0.001329368 sec. 2025.08.18 20:10:30.603889 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:30.603984 [ 4 ] {b2b5d542-3681-487c-bfa0-220d900e8c02} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:30.604025 [ 4 ] {b2b5d542-3681-487c-bfa0-220d900e8c02} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:30.604354 [ 4 ] {b2b5d542-3681-487c-bfa0-220d900e8c02} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:30.604387 [ 4 ] {b2b5d542-3681-487c-bfa0-220d900e8c02} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:30.604695 [ 4 ] {b2b5d542-3681-487c-bfa0-220d900e8c02} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.18 20:10:30.604899 [ 4 ] {b2b5d542-3681-487c-bfa0-220d900e8c02} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:30.605029 [ 4 ] {b2b5d542-3681-487c-bfa0-220d900e8c02} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.08.18 20:10:30.605064 [ 4 ] {b2b5d542-3681-487c-bfa0-220d900e8c02} TCPHandler: Processed in 0.001223536 sec. 2025.08.18 20:10:33.935358 [ 44 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:10:33.935422 [ 44 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:10:34.045253 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12932 2025.08.18 20:10:34.045711 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:34.045744 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:34.046298 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:10:34.046547 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:34.046684 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12932 2025.08.18 20:10:34.080120 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 678 2025.08.18 20:10:34.082760 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:34.082818 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:34.084177 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:10:34.084468 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:34.084857 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 678 2025.08.18 20:10:34.754515 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2025.08.18 20:10:34.770393 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:34.770463 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:34.777008 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:10:34.777728 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:34.780418 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2025.08.18 20:10:35.599733 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:35.599915 [ 4 ] {5ecd5e72-5134-4f5f-9603-ccd714e530ec} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:35.599981 [ 4 ] {5ecd5e72-5134-4f5f-9603-ccd714e530ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:35.600743 [ 4 ] {5ecd5e72-5134-4f5f-9603-ccd714e530ec} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:35.600791 [ 4 ] {5ecd5e72-5134-4f5f-9603-ccd714e530ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:35.601205 [ 4 ] {5ecd5e72-5134-4f5f-9603-ccd714e530ec} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.18 20:10:35.601440 [ 4 ] {5ecd5e72-5134-4f5f-9603-ccd714e530ec} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:35.601598 [ 4 ] {5ecd5e72-5134-4f5f-9603-ccd714e530ec} executeQuery: Read 138 rows, 12.23 KiB in 0.001732 sec., 79676.67436489607 rows/sec., 6.90 MiB/sec. 2025.08.18 20:10:35.601642 [ 4 ] {5ecd5e72-5134-4f5f-9603-ccd714e530ec} TCPHandler: Processed in 0.002037466 sec. 2025.08.18 20:10:35.601767 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:35.601865 [ 4 ] {5ad436ae-0112-41ad-8510-953537bdc8e0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:10:35.601907 [ 4 ] {5ad436ae-0112-41ad-8510-953537bdc8e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:10:35.602319 [ 4 ] {5ad436ae-0112-41ad-8510-953537bdc8e0} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:35.602357 [ 4 ] {5ad436ae-0112-41ad-8510-953537bdc8e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:35.602660 [ 4 ] {5ad436ae-0112-41ad-8510-953537bdc8e0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:10:35.602875 [ 4 ] {5ad436ae-0112-41ad-8510-953537bdc8e0} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:35.603002 [ 4 ] {5ad436ae-0112-41ad-8510-953537bdc8e0} executeQuery: Read 41 rows, 3.08 KiB in 0.001156 sec., 35467.12802768166 rows/sec., 2.60 MiB/sec. 2025.08.18 20:10:35.603040 [ 4 ] {5ad436ae-0112-41ad-8510-953537bdc8e0} TCPHandler: Processed in 0.001324838 sec. 2025.08.18 20:10:35.603152 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:35.603251 [ 4 ] {da10eb0a-8629-43b6-b307-ef6c228add5f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:35.603291 [ 4 ] {da10eb0a-8629-43b6-b307-ef6c228add5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:35.603719 [ 4 ] {da10eb0a-8629-43b6-b307-ef6c228add5f} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:35.603755 [ 4 ] {da10eb0a-8629-43b6-b307-ef6c228add5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:35.604064 [ 4 ] {da10eb0a-8629-43b6-b307-ef6c228add5f} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.18 20:10:35.604274 [ 4 ] {da10eb0a-8629-43b6-b307-ef6c228add5f} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:35.604405 [ 4 ] {da10eb0a-8629-43b6-b307-ef6c228add5f} executeQuery: Read 105 rows, 8.40 KiB in 0.001173 sec., 89514.06649616368 rows/sec., 6.99 MiB/sec. 2025.08.18 20:10:35.604445 [ 4 ] {da10eb0a-8629-43b6-b307-ef6c228add5f} TCPHandler: Processed in 0.001343748 sec. 2025.08.18 20:10:35.604558 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:35.604653 [ 4 ] {92d5b57e-f901-40e0-a6d7-4b80628310ab} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:35.604698 [ 4 ] {92d5b57e-f901-40e0-a6d7-4b80628310ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:35.605241 [ 4 ] {92d5b57e-f901-40e0-a6d7-4b80628310ab} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:35.605281 [ 4 ] {92d5b57e-f901-40e0-a6d7-4b80628310ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:35.605626 [ 4 ] {92d5b57e-f901-40e0-a6d7-4b80628310ab} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.18 20:10:35.605846 [ 4 ] {92d5b57e-f901-40e0-a6d7-4b80628310ab} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:35.605998 [ 4 ] {92d5b57e-f901-40e0-a6d7-4b80628310ab} executeQuery: Read 160 rows, 11.41 KiB in 0.001363 sec., 117388.11445341159 rows/sec., 8.18 MiB/sec. 2025.08.18 20:10:35.606037 [ 4 ] {92d5b57e-f901-40e0-a6d7-4b80628310ab} TCPHandler: Processed in 0.0015288 sec. 2025.08.18 20:10:35.606153 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:35.606259 [ 4 ] {773d626e-438a-4f0e-8789-681c325ca2ed} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:35.606314 [ 4 ] {773d626e-438a-4f0e-8789-681c325ca2ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:10:35.607188 [ 4 ] {773d626e-438a-4f0e-8789-681c325ca2ed} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:35.607225 [ 4 ] {773d626e-438a-4f0e-8789-681c325ca2ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:35.607792 [ 4 ] {773d626e-438a-4f0e-8789-681c325ca2ed} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:10:35.608010 [ 4 ] {773d626e-438a-4f0e-8789-681c325ca2ed} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:35.608142 [ 4 ] {773d626e-438a-4f0e-8789-681c325ca2ed} executeQuery: Read 41 rows, 75.23 KiB in 0.001907 sec., 21499.73780807551 rows/sec., 38.53 MiB/sec. 2025.08.18 20:10:35.608206 [ 4 ] {773d626e-438a-4f0e-8789-681c325ca2ed} TCPHandler: Processed in 0.002100788 sec. 2025.08.18 20:10:35.608320 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:35.608413 [ 4 ] {353f8eca-7492-4daa-b2cb-00f59193c511} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:35.608454 [ 4 ] {353f8eca-7492-4daa-b2cb-00f59193c511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:35.608781 [ 4 ] {353f8eca-7492-4daa-b2cb-00f59193c511} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:35.608817 [ 4 ] {353f8eca-7492-4daa-b2cb-00f59193c511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:35.609112 [ 4 ] {353f8eca-7492-4daa-b2cb-00f59193c511} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.18 20:10:35.609313 [ 4 ] {353f8eca-7492-4daa-b2cb-00f59193c511} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:35.609441 [ 4 ] {353f8eca-7492-4daa-b2cb-00f59193c511} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2025.08.18 20:10:35.609476 [ 4 ] {353f8eca-7492-4daa-b2cb-00f59193c511} TCPHandler: Processed in 0.001203465 sec. 2025.08.18 20:10:36.740017 [ 41 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.18 20:10:36.740095 [ 41 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:36.740127 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:36.740296 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::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.08.18 20:10:36.740503 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:36.740559 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 252 rows starting from the beginning of the part 2025.08.18 20:10:36.740664 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part 2025.08.18 20:10:36.740729 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.08.18 20:10:36.740770 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part 2025.08.18 20:10:36.740810 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.08.18 20:10:36.741592 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001380888 sec., 547473.7994681683 rows/sec., 39.95 MiB/sec. 2025.08.18 20:10:36.741719 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.18 20:10:36.741945 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:36.742011 [ 196 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_13_3} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.18 20:10:36.742072 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.18 20:10:39.506264 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:39.506463 [ 4 ] {7d4d5265-a25c-44ea-930c-a07bdc6afb82} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:10:39.506537 [ 4 ] {7d4d5265-a25c-44ea-930c-a07bdc6afb82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:10:39.507207 [ 4 ] {7d4d5265-a25c-44ea-930c-a07bdc6afb82} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.507263 [ 4 ] {7d4d5265-a25c-44ea-930c-a07bdc6afb82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.507657 [ 4 ] {7d4d5265-a25c-44ea-930c-a07bdc6afb82} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:10:39.507888 [ 4 ] {7d4d5265-a25c-44ea-930c-a07bdc6afb82} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.508063 [ 4 ] {7d4d5265-a25c-44ea-930c-a07bdc6afb82} executeQuery: Read 2 rows, 167.00 B in 0.00165 sec., 1212.1212121212122 rows/sec., 98.84 KiB/sec. 2025.08.18 20:10:39.508120 [ 4 ] {7d4d5265-a25c-44ea-930c-a07bdc6afb82} TCPHandler: Processed in 0.001992076 sec. 2025.08.18 20:10:39.508255 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:39.508362 [ 4 ] {440f99ca-3197-4f16-84aa-f4e76215b87e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:39.508408 [ 4 ] {440f99ca-3197-4f16-84aa-f4e76215b87e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:39.509427 [ 4 ] {440f99ca-3197-4f16-84aa-f4e76215b87e} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.509470 [ 4 ] {440f99ca-3197-4f16-84aa-f4e76215b87e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.509872 [ 4 ] {440f99ca-3197-4f16-84aa-f4e76215b87e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.18 20:10:39.510120 [ 4 ] {440f99ca-3197-4f16-84aa-f4e76215b87e} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.510248 [ 39 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.18 20:10:39.510260 [ 4 ] {440f99ca-3197-4f16-84aa-f4e76215b87e} executeQuery: Read 1197 rows, 100.57 KiB in 0.001922 sec., 622788.7617065556 rows/sec., 51.10 MiB/sec. 2025.08.18 20:10:39.510324 [ 39 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.510341 [ 4 ] {440f99ca-3197-4f16-84aa-f4e76215b87e} TCPHandler: Processed in 0.002141858 sec. 2025.08.18 20:10:39.510353 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.510477 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:39.510478 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:10:39.510597 [ 4 ] {93214ff6-6d7b-4b49-86c7-7b8cbbcb3770} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:10:39.510646 [ 4 ] {93214ff6-6d7b-4b49-86c7-7b8cbbcb3770} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:10:39.510647 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:39.510714 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1407 rows starting from the beginning of the part 2025.08.18 20:10:39.510804 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part 2025.08.18 20:10:39.510873 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 265 rows starting from the beginning of the part 2025.08.18 20:10:39.510930 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part 2025.08.18 20:10:39.510986 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 138 rows starting from the beginning of the part 2025.08.18 20:10:39.511051 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1197 rows starting from the beginning of the part 2025.08.18 20:10:39.511091 [ 4 ] {93214ff6-6d7b-4b49-86c7-7b8cbbcb3770} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.511134 [ 4 ] {93214ff6-6d7b-4b49-86c7-7b8cbbcb3770} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.511464 [ 4 ] {93214ff6-6d7b-4b49-86c7-7b8cbbcb3770} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:10:39.511694 [ 4 ] {93214ff6-6d7b-4b49-86c7-7b8cbbcb3770} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.511829 [ 4 ] {93214ff6-6d7b-4b49-86c7-7b8cbbcb3770} executeQuery: Read 2 rows, 143.00 B in 0.001254 sec., 1594.896331738437 rows/sec., 111.36 KiB/sec. 2025.08.18 20:10:39.511868 [ 4 ] {93214ff6-6d7b-4b49-86c7-7b8cbbcb3770} TCPHandler: Processed in 0.001448729 sec. 2025.08.18 20:10:39.511983 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:39.512080 [ 4 ] {23c7276d-da7c-4cec-afcb-27bec5ddec8d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:10:39.512120 [ 4 ] {23c7276d-da7c-4cec-afcb-27bec5ddec8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:10:39.512612 [ 4 ] {23c7276d-da7c-4cec-afcb-27bec5ddec8d} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.512650 [ 4 ] {23c7276d-da7c-4cec-afcb-27bec5ddec8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.512973 [ 4 ] {23c7276d-da7c-4cec-afcb-27bec5ddec8d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:10:39.513144 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.002723635 sec., 1145160.786963011 rows/sec., 99.81 MiB/sec. 2025.08.18 20:10:39.513197 [ 4 ] {23c7276d-da7c-4cec-afcb-27bec5ddec8d} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.513332 [ 4 ] {23c7276d-da7c-4cec-afcb-27bec5ddec8d} executeQuery: Read 228 rows, 15.81 KiB in 0.001271 sec., 179386.30999213218 rows/sec., 12.15 MiB/sec. 2025.08.18 20:10:39.513370 [ 4 ] {23c7276d-da7c-4cec-afcb-27bec5ddec8d} TCPHandler: Processed in 0.001436788 sec. 2025.08.18 20:10:39.513474 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.18 20:10:39.513488 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:39.513600 [ 4 ] {bda5b25d-3e78-4698-897c-05571a6cab60} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:39.513642 [ 4 ] {bda5b25d-3e78-4698-897c-05571a6cab60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:39.513795 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.513873 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_46_9} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.18 20:10:39.513950 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.18 20:10:39.514242 [ 4 ] {bda5b25d-3e78-4698-897c-05571a6cab60} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.514282 [ 4 ] {bda5b25d-3e78-4698-897c-05571a6cab60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.514623 [ 4 ] {bda5b25d-3e78-4698-897c-05571a6cab60} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.18 20:10:39.514846 [ 4 ] {bda5b25d-3e78-4698-897c-05571a6cab60} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.514967 [ 39 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.18 20:10:39.514978 [ 4 ] {bda5b25d-3e78-4698-897c-05571a6cab60} executeQuery: Read 522 rows, 39.57 KiB in 0.001396 sec., 373925.50143266475 rows/sec., 27.68 MiB/sec. 2025.08.18 20:10:39.515007 [ 39 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.515030 [ 4 ] {bda5b25d-3e78-4698-897c-05571a6cab60} TCPHandler: Processed in 0.001591911 sec. 2025.08.18 20:10:39.515031 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.515154 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:39.515176 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:10:39.515255 [ 4 ] {e302f99a-f0c0-417e-94c7-dc3b8b5320e8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:39.515302 [ 4 ] {e302f99a-f0c0-417e-94c7-dc3b8b5320e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:39.515321 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:39.515365 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 633 rows starting from the beginning of the part 2025.08.18 20:10:39.515440 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 64 rows starting from the beginning of the part 2025.08.18 20:10:39.515494 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 155 rows starting from the beginning of the part 2025.08.18 20:10:39.515542 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 64 rows starting from the beginning of the part 2025.08.18 20:10:39.515589 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 105 rows starting from the beginning of the part 2025.08.18 20:10:39.515633 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 522 rows starting from the beginning of the part 2025.08.18 20:10:39.515913 [ 4 ] {e302f99a-f0c0-417e-94c7-dc3b8b5320e8} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.515955 [ 4 ] {e302f99a-f0c0-417e-94c7-dc3b8b5320e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.516390 [ 4 ] {e302f99a-f0c0-417e-94c7-dc3b8b5320e8} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.18 20:10:39.516617 [ 4 ] {e302f99a-f0c0-417e-94c7-dc3b8b5320e8} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.516732 [ 39 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.18 20:10:39.516753 [ 4 ] {e302f99a-f0c0-417e-94c7-dc3b8b5320e8} executeQuery: Read 975 rows, 67.03 KiB in 0.001518 sec., 642292.490118577 rows/sec., 43.12 MiB/sec. 2025.08.18 20:10:39.516768 [ 39 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.516772 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 5 columns (5 merged, 0 gathered) in 0.001664512 sec., 926998.423561981 rows/sec., 73.85 MiB/sec. 2025.08.18 20:10:39.516800 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.516803 [ 4 ] {e302f99a-f0c0-417e-94c7-dc3b8b5320e8} TCPHandler: Processed in 0.001698132 sec. 2025.08.18 20:10:39.516894 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:10:39.516957 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:39.516964 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.18 20:10:39.517017 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:39.517067 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12147 rows starting from the beginning of the part 2025.08.18 20:10:39.517073 [ 4 ] {2cad30ae-4682-477b-858c-99d768164ae2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:39.517128 [ 4 ] {2cad30ae-4682-477b-858c-99d768164ae2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:39.517147 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:10:39.517212 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 203 rows starting from the beginning of the part 2025.08.18 20:10:39.517260 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.517278 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 160 rows starting from the beginning of the part 2025.08.18 20:10:39.517360 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2025.08.18 20:10:39.517366 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_46_9} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.18 20:10:39.517428 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 975 rows starting from the beginning of the part 2025.08.18 20:10:39.517479 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.18 20:10:39.517566 [ 4 ] {2cad30ae-4682-477b-858c-99d768164ae2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.517612 [ 4 ] {2cad30ae-4682-477b-858c-99d768164ae2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.518035 [ 4 ] {2cad30ae-4682-477b-858c-99d768164ae2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.18 20:10:39.518281 [ 4 ] {2cad30ae-4682-477b-858c-99d768164ae2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.518394 [ 39 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.18 20:10:39.518418 [ 4 ] {2cad30ae-4682-477b-858c-99d768164ae2} executeQuery: Read 48 rows, 3.31 KiB in 0.001369 sec., 35062.08911614317 rows/sec., 2.36 MiB/sec. 2025.08.18 20:10:39.518427 [ 39 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:39.518464 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:39.518467 [ 4 ] {2cad30ae-4682-477b-858c-99d768164ae2} TCPHandler: Processed in 0.001570941 sec. 2025.08.18 20:10:39.518556 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:10:39.518643 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:39.518671 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2100 rows starting from the beginning of the part 2025.08.18 20:10:39.518717 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:10:39.518755 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2025.08.18 20:10:39.518796 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:10:39.518834 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2025.08.18 20:10:39.518871 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 48 rows starting from the beginning of the part 2025.08.18 20:10:39.520063 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2388 rows, containing 4 columns (4 merged, 0 gathered) in 0.001541551 sec., 1549089.1965299884 rows/sec., 104.40 MiB/sec. 2025.08.18 20:10:39.520348 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.18 20:10:39.520620 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_46_9} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.520684 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_46_9} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.18 20:10:39.520759 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2025.08.18 20:10:39.521762 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 13805 rows, containing 5 columns (5 merged, 0 gathered) in 0.004914544 sec., 2809009.3404393164 rows/sec., 192.29 MiB/sec. 2025.08.18 20:10:39.522210 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.18 20:10:39.522495 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:39.522570 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_46_9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.18 20:10:39.522657 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2025.08.18 20:10:40.000169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 235.97 MiB, peak 242.88 MiB, free memory in arenas 0.00 B, will set to 237.00 MiB (RSS), difference: 1.03 MiB 2025.08.18 20:10:40.592097 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:40.592282 [ 4 ] {e716d5ee-48ab-4593-811a-bdba45d641ae} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:40.592350 [ 4 ] {e716d5ee-48ab-4593-811a-bdba45d641ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:40.592985 [ 4 ] {e716d5ee-48ab-4593-811a-bdba45d641ae} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:40.593036 [ 4 ] {e716d5ee-48ab-4593-811a-bdba45d641ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:40.593445 [ 4 ] {e716d5ee-48ab-4593-811a-bdba45d641ae} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.18 20:10:40.593698 [ 4 ] {e716d5ee-48ab-4593-811a-bdba45d641ae} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:40.593861 [ 4 ] {e716d5ee-48ab-4593-811a-bdba45d641ae} executeQuery: Read 56 rows, 4.38 KiB in 0.001631 sec., 34334.76394849785 rows/sec., 2.62 MiB/sec. 2025.08.18 20:10:40.593913 [ 4 ] {e716d5ee-48ab-4593-811a-bdba45d641ae} TCPHandler: Processed in 0.001948335 sec. 2025.08.18 20:10:40.594030 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:40.594133 [ 4 ] {048014ec-5b4c-4dbc-baa3-7a4a5b921864} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:40.594177 [ 4 ] {048014ec-5b4c-4dbc-baa3-7a4a5b921864} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:40.594606 [ 4 ] {048014ec-5b4c-4dbc-baa3-7a4a5b921864} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:40.594643 [ 4 ] {048014ec-5b4c-4dbc-baa3-7a4a5b921864} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:40.594960 [ 4 ] {048014ec-5b4c-4dbc-baa3-7a4a5b921864} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.18 20:10:40.595182 [ 4 ] {048014ec-5b4c-4dbc-baa3-7a4a5b921864} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:40.595311 [ 4 ] {048014ec-5b4c-4dbc-baa3-7a4a5b921864} executeQuery: Read 64 rows, 5.12 KiB in 0.001201 sec., 53288.92589508743 rows/sec., 4.16 MiB/sec. 2025.08.18 20:10:40.595350 [ 4 ] {048014ec-5b4c-4dbc-baa3-7a4a5b921864} TCPHandler: Processed in 0.001371958 sec. 2025.08.18 20:10:40.595464 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:40.595561 [ 4 ] {70977274-a590-4590-94c2-27bbbeb8b7a5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:40.595606 [ 4 ] {70977274-a590-4590-94c2-27bbbeb8b7a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:40.595969 [ 4 ] {70977274-a590-4590-94c2-27bbbeb8b7a5} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:40.596007 [ 4 ] {70977274-a590-4590-94c2-27bbbeb8b7a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:40.596321 [ 4 ] {70977274-a590-4590-94c2-27bbbeb8b7a5} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.18 20:10:40.596538 [ 4 ] {70977274-a590-4590-94c2-27bbbeb8b7a5} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:40.596672 [ 4 ] {70977274-a590-4590-94c2-27bbbeb8b7a5} executeQuery: Read 32 rows, 2.28 KiB in 0.001131 sec., 28293.545534924844 rows/sec., 1.97 MiB/sec. 2025.08.18 20:10:40.596710 [ 4 ] {70977274-a590-4590-94c2-27bbbeb8b7a5} TCPHandler: Processed in 0.001296857 sec. 2025.08.18 20:10:40.596813 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:40.596909 [ 4 ] {c66682c0-35f3-4a4e-96c3-c4d9686b1cf5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:40.596951 [ 4 ] {c66682c0-35f3-4a4e-96c3-c4d9686b1cf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:40.597264 [ 4 ] {c66682c0-35f3-4a4e-96c3-c4d9686b1cf5} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:40.597300 [ 4 ] {c66682c0-35f3-4a4e-96c3-c4d9686b1cf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:40.597609 [ 4 ] {c66682c0-35f3-4a4e-96c3-c4d9686b1cf5} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.18 20:10:40.597826 [ 4 ] {c66682c0-35f3-4a4e-96c3-c4d9686b1cf5} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:40.597955 [ 4 ] {c66682c0-35f3-4a4e-96c3-c4d9686b1cf5} executeQuery: Read 12 rows, 848.00 B in 0.001065 sec., 11267.605633802817 rows/sec., 777.58 KiB/sec. 2025.08.18 20:10:40.597991 [ 4 ] {c66682c0-35f3-4a4e-96c3-c4d9686b1cf5} TCPHandler: Processed in 0.001227916 sec. 2025.08.18 20:10:41.546795 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13359 2025.08.18 20:10:41.547293 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:41.547336 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:41.547829 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:10:41.548060 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:41.548192 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13359 2025.08.18 20:10:42.280526 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2025.08.18 20:10:42.297601 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:42.297656 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:42.303541 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:10:42.304241 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:42.307653 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2025.08.18 20:10:44.085072 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 712 2025.08.18 20:10:44.087382 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:44.087423 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:44.088605 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:10:44.088881 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:44.089013 [ 34 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.18 20:10:44.089047 [ 34 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:44.089066 [ 34 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:44.089133 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 712 2025.08.18 20:10:44.089149 [ 190 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:10:44.089584 [ 190 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:44.089702 [ 190 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 572 rows starting from the beginning of the part 2025.08.18 20:10:44.090042 [ 190 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 28 rows starting from the beginning of the part 2025.08.18 20:10:44.090360 [ 190 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part 2025.08.18 20:10:44.090679 [ 190 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 20 rows starting from the beginning of the part 2025.08.18 20:10:44.091002 [ 190 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 28 rows starting from the beginning of the part 2025.08.18 20:10:44.091311 [ 190 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:10:44.097419 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 712 rows, containing 72 columns (72 merged, 0 gathered) in 0.008301078 sec., 85771.99250506982 rows/sec., 71.06 MiB/sec. 2025.08.18 20:10:44.098286 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.18 20:10:44.098822 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:44.098889 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_21_4} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.18 20:10:44.099015 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. 2025.08.18 20:10:45.600653 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:45.600863 [ 4 ] {9992437e-8025-4946-bce3-ca837eb7c398} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:45.600945 [ 4 ] {9992437e-8025-4946-bce3-ca837eb7c398} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:45.601710 [ 4 ] {9992437e-8025-4946-bce3-ca837eb7c398} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:45.601765 [ 4 ] {9992437e-8025-4946-bce3-ca837eb7c398} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:45.602201 [ 4 ] {9992437e-8025-4946-bce3-ca837eb7c398} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.18 20:10:45.602439 [ 4 ] {9992437e-8025-4946-bce3-ca837eb7c398} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:45.602606 [ 4 ] {9992437e-8025-4946-bce3-ca837eb7c398} executeQuery: Read 138 rows, 12.23 KiB in 0.0018 sec., 76666.66666666667 rows/sec., 6.64 MiB/sec. 2025.08.18 20:10:45.602659 [ 4 ] {9992437e-8025-4946-bce3-ca837eb7c398} TCPHandler: Processed in 0.002148758 sec. 2025.08.18 20:10:45.602787 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:45.602892 [ 4 ] {005518cd-ab99-4dea-a404-a86596265e99} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:10:45.602937 [ 4 ] {005518cd-ab99-4dea-a404-a86596265e99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:10:45.603360 [ 4 ] {005518cd-ab99-4dea-a404-a86596265e99} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:45.603399 [ 4 ] {005518cd-ab99-4dea-a404-a86596265e99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:45.603812 [ 4 ] {005518cd-ab99-4dea-a404-a86596265e99} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:10:45.604052 [ 4 ] {005518cd-ab99-4dea-a404-a86596265e99} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:45.604195 [ 4 ] {005518cd-ab99-4dea-a404-a86596265e99} executeQuery: Read 41 rows, 3.08 KiB in 0.001327 sec., 30896.75960813866 rows/sec., 2.27 MiB/sec. 2025.08.18 20:10:45.604235 [ 4 ] {005518cd-ab99-4dea-a404-a86596265e99} TCPHandler: Processed in 0.001500089 sec. 2025.08.18 20:10:45.604339 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:45.604438 [ 4 ] {a6890745-f149-4576-8f30-843e53948e95} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:45.604478 [ 4 ] {a6890745-f149-4576-8f30-843e53948e95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:45.604919 [ 4 ] {a6890745-f149-4576-8f30-843e53948e95} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:45.604958 [ 4 ] {a6890745-f149-4576-8f30-843e53948e95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:45.605276 [ 4 ] {a6890745-f149-4576-8f30-843e53948e95} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.18 20:10:45.605490 [ 4 ] {a6890745-f149-4576-8f30-843e53948e95} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:45.605626 [ 4 ] {a6890745-f149-4576-8f30-843e53948e95} executeQuery: Read 105 rows, 8.40 KiB in 0.001209 sec., 86848.63523573201 rows/sec., 6.78 MiB/sec. 2025.08.18 20:10:45.605665 [ 4 ] {a6890745-f149-4576-8f30-843e53948e95} TCPHandler: Processed in 0.001375978 sec. 2025.08.18 20:10:45.605778 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:45.605873 [ 4 ] {088da460-5539-4a76-a908-f591e42d96ad} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:45.605918 [ 4 ] {088da460-5539-4a76-a908-f591e42d96ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:45.606331 [ 4 ] {088da460-5539-4a76-a908-f591e42d96ad} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:45.606368 [ 4 ] {088da460-5539-4a76-a908-f591e42d96ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:45.606708 [ 4 ] {088da460-5539-4a76-a908-f591e42d96ad} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.18 20:10:45.606918 [ 4 ] {088da460-5539-4a76-a908-f591e42d96ad} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:45.607048 [ 4 ] {088da460-5539-4a76-a908-f591e42d96ad} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2025.08.18 20:10:45.607085 [ 4 ] {088da460-5539-4a76-a908-f591e42d96ad} TCPHandler: Processed in 0.001356747 sec. 2025.08.18 20:10:45.607184 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:45.607279 [ 4 ] {786bf8f1-304c-4cf6-a6e3-8f1cb64179f8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:45.607334 [ 4 ] {786bf8f1-304c-4cf6-a6e3-8f1cb64179f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:10:45.608204 [ 4 ] {786bf8f1-304c-4cf6-a6e3-8f1cb64179f8} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:45.608241 [ 4 ] {786bf8f1-304c-4cf6-a6e3-8f1cb64179f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:45.608796 [ 4 ] {786bf8f1-304c-4cf6-a6e3-8f1cb64179f8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:10:45.609029 [ 4 ] {786bf8f1-304c-4cf6-a6e3-8f1cb64179f8} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:45.609143 [ 30 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.08.18 20:10:45.609165 [ 4 ] {786bf8f1-304c-4cf6-a6e3-8f1cb64179f8} executeQuery: Read 41 rows, 75.23 KiB in 0.001904 sec., 21533.61344537815 rows/sec., 38.59 MiB/sec. 2025.08.18 20:10:45.609224 [ 30 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:45.609247 [ 4 ] {786bf8f1-304c-4cf6-a6e3-8f1cb64179f8} TCPHandler: Processed in 0.002111327 sec. 2025.08.18 20:10:45.609253 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.09 GiB. 2025.08.18 20:10:45.609369 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:45.609382 [ 190 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:10:45.609471 [ 4 ] {3727f968-a0ba-45fd-a424-e9363f518993} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:45.609523 [ 4 ] {3727f968-a0ba-45fd-a424-e9363f518993} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:45.609656 [ 190 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:45.609728 [ 190 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 536 rows starting from the beginning of the part 2025.08.18 20:10:45.609851 [ 4 ] {3727f968-a0ba-45fd-a424-e9363f518993} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:45.609883 [ 190 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:45.609894 [ 4 ] {3727f968-a0ba-45fd-a424-e9363f518993} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:45.610011 [ 190 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:45.610129 [ 190 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:45.610226 [ 4 ] {3727f968-a0ba-45fd-a424-e9363f518993} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.18 20:10:45.610235 [ 190 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:45.610351 [ 190 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:45.610451 [ 4 ] {3727f968-a0ba-45fd-a424-e9363f518993} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:45.610593 [ 4 ] {3727f968-a0ba-45fd-a424-e9363f518993} executeQuery: Read 60 rows, 4.14 KiB in 0.001141 sec., 52585.45135845749 rows/sec., 3.54 MiB/sec. 2025.08.18 20:10:45.610631 [ 4 ] {3727f968-a0ba-45fd-a424-e9363f518993} TCPHandler: Processed in 0.001311977 sec. 2025.08.18 20:10:45.634805 [ 194 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 741 rows, containing 19 columns (19 merged, 0 gathered) in 0.025473461 sec., 29089.097865421587 rows/sec., 52.13 MiB/sec. 2025.08.18 20:10:45.635605 [ 194 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.08.18 20:10:45.635934 [ 194 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:45.636008 [ 194 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_21_4} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.08.18 20:10:45.636101 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.75 MiB. 2025.08.18 20:10:46.000167 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 237.48 MiB, peak 245.18 MiB, free memory in arenas 0.00 B, will set to 238.97 MiB (RSS), difference: 1.49 MiB 2025.08.18 20:10:48.935478 [ 24 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:10:48.935579 [ 24 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:10:49.048309 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13847 2025.08.18 20:10:49.048867 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:49.048915 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:49.049416 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:10:49.049653 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:49.049794 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13847 2025.08.18 20:10:49.807756 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2025.08.18 20:10:49.825131 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:49.825189 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:49.830769 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:10:49.831465 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:49.834385 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2025.08.18 20:10:50.598688 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:50.598877 [ 4 ] {48ec3f15-7838-4298-bfcc-4b980544b8da} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:50.598948 [ 4 ] {48ec3f15-7838-4298-bfcc-4b980544b8da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:50.599622 [ 4 ] {48ec3f15-7838-4298-bfcc-4b980544b8da} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:50.599678 [ 4 ] {48ec3f15-7838-4298-bfcc-4b980544b8da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:50.600096 [ 4 ] {48ec3f15-7838-4298-bfcc-4b980544b8da} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.18 20:10:50.600330 [ 4 ] {48ec3f15-7838-4298-bfcc-4b980544b8da} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:50.600501 [ 4 ] {48ec3f15-7838-4298-bfcc-4b980544b8da} executeQuery: Read 56 rows, 4.38 KiB in 0.001676 sec., 33412.88782816229 rows/sec., 2.55 MiB/sec. 2025.08.18 20:10:50.600557 [ 4 ] {48ec3f15-7838-4298-bfcc-4b980544b8da} TCPHandler: Processed in 0.002002336 sec. 2025.08.18 20:10:50.600689 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:50.600796 [ 4 ] {74fd5ffc-c912-446a-81e9-2dc0477c4e25} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:50.600842 [ 4 ] {74fd5ffc-c912-446a-81e9-2dc0477c4e25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:50.601285 [ 4 ] {74fd5ffc-c912-446a-81e9-2dc0477c4e25} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:50.601324 [ 4 ] {74fd5ffc-c912-446a-81e9-2dc0477c4e25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:50.601646 [ 4 ] {74fd5ffc-c912-446a-81e9-2dc0477c4e25} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.18 20:10:50.601858 [ 4 ] {74fd5ffc-c912-446a-81e9-2dc0477c4e25} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:50.601991 [ 4 ] {74fd5ffc-c912-446a-81e9-2dc0477c4e25} executeQuery: Read 64 rows, 5.12 KiB in 0.001219 sec., 52502.05086136177 rows/sec., 4.10 MiB/sec. 2025.08.18 20:10:50.602030 [ 4 ] {74fd5ffc-c912-446a-81e9-2dc0477c4e25} TCPHandler: Processed in 0.001394548 sec. 2025.08.18 20:10:50.602145 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:50.602246 [ 4 ] {cc40251d-0622-4456-8505-0abe05b3ec7b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:50.602292 [ 4 ] {cc40251d-0622-4456-8505-0abe05b3ec7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:50.602708 [ 4 ] {cc40251d-0622-4456-8505-0abe05b3ec7b} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:50.602744 [ 4 ] {cc40251d-0622-4456-8505-0abe05b3ec7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:50.603082 [ 4 ] {cc40251d-0622-4456-8505-0abe05b3ec7b} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.18 20:10:50.603319 [ 4 ] {cc40251d-0622-4456-8505-0abe05b3ec7b} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:50.603452 [ 4 ] {cc40251d-0622-4456-8505-0abe05b3ec7b} executeQuery: Read 160 rows, 11.41 KiB in 0.001226 sec., 130505.70962479607 rows/sec., 9.09 MiB/sec. 2025.08.18 20:10:50.603490 [ 4 ] {cc40251d-0622-4456-8505-0abe05b3ec7b} TCPHandler: Processed in 0.001397118 sec. 2025.08.18 20:10:50.603600 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:50.603697 [ 4 ] {1ee137f9-673c-4927-8334-65ed57155159} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:50.603739 [ 4 ] {1ee137f9-673c-4927-8334-65ed57155159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:50.604064 [ 4 ] {1ee137f9-673c-4927-8334-65ed57155159} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:50.604101 [ 4 ] {1ee137f9-673c-4927-8334-65ed57155159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:50.604412 [ 4 ] {1ee137f9-673c-4927-8334-65ed57155159} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.18 20:10:50.604623 [ 4 ] {1ee137f9-673c-4927-8334-65ed57155159} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:50.604752 [ 4 ] {1ee137f9-673c-4927-8334-65ed57155159} executeQuery: Read 60 rows, 4.14 KiB in 0.001075 sec., 55813.95348837209 rows/sec., 3.76 MiB/sec. 2025.08.18 20:10:50.604790 [ 4 ] {1ee137f9-673c-4927-8334-65ed57155159} TCPHandler: Processed in 0.001238606 sec. 2025.08.18 20:10:54.089389 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 732 2025.08.18 20:10:54.091630 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:54.091690 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:54.092942 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:10:54.093218 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:54.093583 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 732 2025.08.18 20:10:55.601968 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.602170 [ 4 ] {51142faa-7493-487d-988d-3c6e729b2860} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:10:55.602247 [ 4 ] {51142faa-7493-487d-988d-3c6e729b2860} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:10:55.602914 [ 4 ] {51142faa-7493-487d-988d-3c6e729b2860} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.602959 [ 4 ] {51142faa-7493-487d-988d-3c6e729b2860} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.603372 [ 4 ] {51142faa-7493-487d-988d-3c6e729b2860} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:10:55.603606 [ 4 ] {51142faa-7493-487d-988d-3c6e729b2860} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.603768 [ 4 ] {51142faa-7493-487d-988d-3c6e729b2860} executeQuery: Read 24 rows, 2.04 KiB in 0.001652 sec., 14527.845036319612 rows/sec., 1.21 MiB/sec. 2025.08.18 20:10:55.603819 [ 4 ] {51142faa-7493-487d-988d-3c6e729b2860} TCPHandler: Processed in 0.001992666 sec. 2025.08.18 20:10:55.603954 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.604059 [ 4 ] {de8c47fc-f7eb-4e01-a393-68aedb0c8ef7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:10:55.604105 [ 4 ] {de8c47fc-f7eb-4e01-a393-68aedb0c8ef7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:10:55.604504 [ 4 ] {de8c47fc-f7eb-4e01-a393-68aedb0c8ef7} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.604539 [ 4 ] {de8c47fc-f7eb-4e01-a393-68aedb0c8ef7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.604827 [ 4 ] {de8c47fc-f7eb-4e01-a393-68aedb0c8ef7} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:10:55.605034 [ 4 ] {de8c47fc-f7eb-4e01-a393-68aedb0c8ef7} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.605162 [ 4 ] {de8c47fc-f7eb-4e01-a393-68aedb0c8ef7} executeQuery: Read 2 rows, 167.00 B in 0.001167 sec., 1713.796058269066 rows/sec., 139.75 KiB/sec. 2025.08.18 20:10:55.605199 [ 4 ] {de8c47fc-f7eb-4e01-a393-68aedb0c8ef7} TCPHandler: Processed in 0.001350987 sec. 2025.08.18 20:10:55.605297 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.605391 [ 4 ] {f553a8ba-636d-4eec-881b-12d663fac43b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:10:55.605428 [ 4 ] {f553a8ba-636d-4eec-881b-12d663fac43b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:10:55.606035 [ 4 ] {f553a8ba-636d-4eec-881b-12d663fac43b} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.606070 [ 4 ] {f553a8ba-636d-4eec-881b-12d663fac43b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.606413 [ 4 ] {f553a8ba-636d-4eec-881b-12d663fac43b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.18 20:10:55.606627 [ 4 ] {f553a8ba-636d-4eec-881b-12d663fac43b} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.606754 [ 4 ] {f553a8ba-636d-4eec-881b-12d663fac43b} executeQuery: Read 259 rows, 23.74 KiB in 0.001327 sec., 195177.0911831198 rows/sec., 17.47 MiB/sec. 2025.08.18 20:10:55.606792 [ 4 ] {f553a8ba-636d-4eec-881b-12d663fac43b} TCPHandler: Processed in 0.00149552 sec. 2025.08.18 20:10:55.606894 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.606989 [ 4 ] {e6eb9ffa-1b7b-444e-a6b1-b0f944048f80} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:10:55.607030 [ 4 ] {e6eb9ffa-1b7b-444e-a6b1-b0f944048f80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:10:55.607443 [ 4 ] {e6eb9ffa-1b7b-444e-a6b1-b0f944048f80} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.607477 [ 4 ] {e6eb9ffa-1b7b-444e-a6b1-b0f944048f80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.607785 [ 4 ] {e6eb9ffa-1b7b-444e-a6b1-b0f944048f80} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:10:55.607996 [ 4 ] {e6eb9ffa-1b7b-444e-a6b1-b0f944048f80} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.608087 [ 104 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.18 20:10:55.608119 [ 4 ] {e6eb9ffa-1b7b-444e-a6b1-b0f944048f80} executeQuery: Read 55 rows, 4.18 KiB in 0.001149 sec., 47867.71105308964 rows/sec., 3.56 MiB/sec. 2025.08.18 20:10:55.608140 [ 104 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.608157 [ 4 ] {e6eb9ffa-1b7b-444e-a6b1-b0f944048f80} TCPHandler: Processed in 0.001313877 sec. 2025.08.18 20:10:55.608162 [ 104 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.608281 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.608315 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:10:55.608374 [ 4 ] {24bf4e32-9f00-4459-a592-638f15889a91} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:10:55.608419 [ 4 ] {24bf4e32-9f00-4459-a592-638f15889a91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:10:55.608479 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:55.608525 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 71 rows starting from the beginning of the part 2025.08.18 20:10:55.608605 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 67 rows starting from the beginning of the part 2025.08.18 20:10:55.608661 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:55.608713 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 2 rows starting from the beginning of the part 2025.08.18 20:10:55.608764 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part 2025.08.18 20:10:55.608814 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 55 rows starting from the beginning of the part 2025.08.18 20:10:55.608815 [ 4 ] {24bf4e32-9f00-4459-a592-638f15889a91} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.608865 [ 4 ] {24bf4e32-9f00-4459-a592-638f15889a91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.609198 [ 4 ] {24bf4e32-9f00-4459-a592-638f15889a91} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:10:55.609430 [ 4 ] {24bf4e32-9f00-4459-a592-638f15889a91} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.609569 [ 4 ] {24bf4e32-9f00-4459-a592-638f15889a91} executeQuery: Read 24 rows, 2.04 KiB in 0.001212 sec., 19801.980198019803 rows/sec., 1.64 MiB/sec. 2025.08.18 20:10:55.609608 [ 4 ] {24bf4e32-9f00-4459-a592-638f15889a91} TCPHandler: Processed in 0.001387008 sec. 2025.08.18 20:10:55.609722 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 5 columns (5 merged, 0 gathered) in 0.00147134 sec., 188263.7595661098 rows/sec., 14.53 MiB/sec. 2025.08.18 20:10:55.609729 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.609881 [ 4 ] {2632f567-d7a3-45b2-9a96-32c738f48614} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:10:55.609932 [ 4 ] {2632f567-d7a3-45b2-9a96-32c738f48614} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:10:55.609952 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.18 20:10:55.610304 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.610387 [ 4 ] {2632f567-d7a3-45b2-9a96-32c738f48614} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.610389 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_26_5} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.18 20:10:55.610431 [ 4 ] {2632f567-d7a3-45b2-9a96-32c738f48614} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.610512 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.08.18 20:10:55.610760 [ 4 ] {2632f567-d7a3-45b2-9a96-32c738f48614} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.08.18 20:10:55.610978 [ 4 ] {2632f567-d7a3-45b2-9a96-32c738f48614} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.611106 [ 4 ] {2632f567-d7a3-45b2-9a96-32c738f48614} executeQuery: Read 12 rows, 960.00 B in 0.00125 sec., 9600 rows/sec., 750.00 KiB/sec. 2025.08.18 20:10:55.611144 [ 4 ] {2632f567-d7a3-45b2-9a96-32c738f48614} TCPHandler: Processed in 0.001476909 sec. 2025.08.18 20:10:55.611246 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.611344 [ 4 ] {6d266b2f-f27e-428a-859c-cd50c471542c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:10:55.611384 [ 4 ] {6d266b2f-f27e-428a-859c-cd50c471542c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:10:55.611856 [ 4 ] {6d266b2f-f27e-428a-859c-cd50c471542c} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.611891 [ 4 ] {6d266b2f-f27e-428a-859c-cd50c471542c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.612211 [ 4 ] {6d266b2f-f27e-428a-859c-cd50c471542c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.18 20:10:55.612423 [ 4 ] {6d266b2f-f27e-428a-859c-cd50c471542c} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.612550 [ 4 ] {6d266b2f-f27e-428a-859c-cd50c471542c} executeQuery: Read 143 rows, 11.82 KiB in 0.001223 sec., 116925.59280457892 rows/sec., 9.44 MiB/sec. 2025.08.18 20:10:55.612587 [ 4 ] {6d266b2f-f27e-428a-859c-cd50c471542c} TCPHandler: Processed in 0.001390378 sec. 2025.08.18 20:10:55.612695 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.612797 [ 4 ] {ab62698b-e084-4d59-878e-bcf3f86f7693} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:55.612840 [ 4 ] {ab62698b-e084-4d59-878e-bcf3f86f7693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:10:55.613238 [ 4 ] {ab62698b-e084-4d59-878e-bcf3f86f7693} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.613272 [ 4 ] {ab62698b-e084-4d59-878e-bcf3f86f7693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.613601 [ 4 ] {ab62698b-e084-4d59-878e-bcf3f86f7693} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.18 20:10:55.613818 [ 4 ] {ab62698b-e084-4d59-878e-bcf3f86f7693} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.613942 [ 4 ] {ab62698b-e084-4d59-878e-bcf3f86f7693} executeQuery: Read 197 rows, 14.47 KiB in 0.001163 sec., 169389.5098882201 rows/sec., 12.15 MiB/sec. 2025.08.18 20:10:55.613978 [ 4 ] {ab62698b-e084-4d59-878e-bcf3f86f7693} TCPHandler: Processed in 0.001332177 sec. 2025.08.18 20:10:55.614090 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.614184 [ 4 ] {ce81ebfb-1421-4125-85af-cc3f2a0e231f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:10:55.614237 [ 4 ] {ce81ebfb-1421-4125-85af-cc3f2a0e231f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:10:55.615102 [ 4 ] {ce81ebfb-1421-4125-85af-cc3f2a0e231f} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.615136 [ 4 ] {ce81ebfb-1421-4125-85af-cc3f2a0e231f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.615694 [ 4 ] {ce81ebfb-1421-4125-85af-cc3f2a0e231f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:10:55.615916 [ 4 ] {ce81ebfb-1421-4125-85af-cc3f2a0e231f} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.616047 [ 4 ] {ce81ebfb-1421-4125-85af-cc3f2a0e231f} executeQuery: Read 41 rows, 75.23 KiB in 0.001881 sec., 21796.91653375864 rows/sec., 39.06 MiB/sec. 2025.08.18 20:10:55.616099 [ 4 ] {ce81ebfb-1421-4125-85af-cc3f2a0e231f} TCPHandler: Processed in 0.002059207 sec. 2025.08.18 20:10:55.616211 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:10:55.616305 [ 4 ] {505cd2f8-f35f-4d2a-b418-d52d4aafa66a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:10:55.616346 [ 4 ] {505cd2f8-f35f-4d2a-b418-d52d4aafa66a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:10:55.616677 [ 4 ] {505cd2f8-f35f-4d2a-b418-d52d4aafa66a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:55.616711 [ 4 ] {505cd2f8-f35f-4d2a-b418-d52d4aafa66a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:55.617010 [ 4 ] {505cd2f8-f35f-4d2a-b418-d52d4aafa66a} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.18 20:10:55.617226 [ 4 ] {505cd2f8-f35f-4d2a-b418-d52d4aafa66a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:55.617350 [ 4 ] {505cd2f8-f35f-4d2a-b418-d52d4aafa66a} executeQuery: Read 60 rows, 4.14 KiB in 0.001063 sec., 56444.02634054563 rows/sec., 3.80 MiB/sec. 2025.08.18 20:10:55.617386 [ 4 ] {505cd2f8-f35f-4d2a-b418-d52d4aafa66a} TCPHandler: Processed in 0.001225986 sec. 2025.08.18 20:10:56.549936 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14274 2025.08.18 20:10:56.550570 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:56.550610 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:56.551100 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:10:56.551339 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:56.551453 [ 120 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.18 20:10:56.551481 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14274 2025.08.18 20:10:56.551503 [ 120 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:56.551526 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:56.551653 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:10:56.551812 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:56.551855 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12017 rows starting from the beginning of the part 2025.08.18 20:10:56.551923 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part 2025.08.18 20:10:56.551971 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part 2025.08.18 20:10:56.552025 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part 2025.08.18 20:10:56.552089 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part 2025.08.18 20:10:56.552162 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part 2025.08.18 20:10:56.554173 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14274 rows, containing 4 columns (4 merged, 0 gathered) in 0.002582134 sec., 5527985.766811483 rows/sec., 79.08 MiB/sec. 2025.08.18 20:10:56.554524 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.18 20:10:56.554839 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:56.554932 [ 193 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_31_6} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.18 20:10:56.555023 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. 2025.08.18 20:10:57.334502 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2025.08.18 20:10:57.351255 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:57.351301 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:57.357382 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:10:57.358063 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:57.358335 [ 135 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.18 20:10:57.358377 [ 135 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:10:57.358399 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:10:57.358530 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:57.361121 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2025.08.18 20:10:57.361824 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:10:57.363143 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:57.367541 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:57.371903 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:57.376153 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:57.380746 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:57.384611 [ 189 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:10:57.435720 [ 193 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.077252747 sec., 3029.018502086405 rows/sec., 15.66 MiB/sec. 2025.08.18 20:10:57.437568 [ 193 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.18 20:10:57.439288 [ 193 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_31_6} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:10:57.439386 [ 193 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_31_6} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.18 20:10:57.440446 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2025.08.18 20:10:58.000226 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 240.46 MiB, peak 251.02 MiB, free memory in arenas 0.00 B, will set to 244.70 MiB (RSS), difference: 4.24 MiB 2025.08.18 20:11:00.599013 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:00.599224 [ 4 ] {c3c6755b-44d3-4ba3-8bbc-a1892d30137f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:00.599297 [ 4 ] {c3c6755b-44d3-4ba3-8bbc-a1892d30137f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:00.599937 [ 4 ] {c3c6755b-44d3-4ba3-8bbc-a1892d30137f} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:00.599974 [ 4 ] {c3c6755b-44d3-4ba3-8bbc-a1892d30137f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:00.600388 [ 4 ] {c3c6755b-44d3-4ba3-8bbc-a1892d30137f} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.18 20:11:00.600622 [ 4 ] {c3c6755b-44d3-4ba3-8bbc-a1892d30137f} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:00.600742 [ 168 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.18 20:11:00.600775 [ 4 ] {c3c6755b-44d3-4ba3-8bbc-a1892d30137f} executeQuery: Read 56 rows, 4.38 KiB in 0.001603 sec., 34934.49781659389 rows/sec., 2.67 MiB/sec. 2025.08.18 20:11:00.600787 [ 168 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:00.600812 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:00.600817 [ 4 ] {c3c6755b-44d3-4ba3-8bbc-a1892d30137f} TCPHandler: Processed in 0.001942705 sec. 2025.08.18 20:11:00.600909 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:11:00.600942 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:00.601014 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:00.601038 [ 4 ] {7904684f-479d-45c7-b6c1-270eabd4da9b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:00.601047 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1407 rows starting from the beginning of the part 2025.08.18 20:11:00.601078 [ 4 ] {7904684f-479d-45c7-b6c1-270eabd4da9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:00.601117 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 56 rows starting from the beginning of the part 2025.08.18 20:11:00.601169 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 138 rows starting from the beginning of the part 2025.08.18 20:11:00.601216 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 56 rows starting from the beginning of the part 2025.08.18 20:11:00.601262 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 259 rows starting from the beginning of the part 2025.08.18 20:11:00.601307 [ 200 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 56 rows starting from the beginning of the part 2025.08.18 20:11:00.601485 [ 4 ] {7904684f-479d-45c7-b6c1-270eabd4da9b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:00.601521 [ 4 ] {7904684f-479d-45c7-b6c1-270eabd4da9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:00.601897 [ 4 ] {7904684f-479d-45c7-b6c1-270eabd4da9b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.18 20:11:00.602115 [ 4 ] {7904684f-479d-45c7-b6c1-270eabd4da9b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:00.602217 [ 168 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.18 20:11:00.602240 [ 4 ] {7904684f-479d-45c7-b6c1-270eabd4da9b} executeQuery: Read 64 rows, 5.12 KiB in 0.001221 sec., 52416.052416052415 rows/sec., 4.09 MiB/sec. 2025.08.18 20:11:00.602246 [ 168 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:00.602272 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:00.602279 [ 4 ] {7904684f-479d-45c7-b6c1-270eabd4da9b} TCPHandler: Processed in 0.001387408 sec. 2025.08.18 20:11:00.602371 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:11:00.602391 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:00.602485 [ 198 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1972 rows, containing 5 columns (5 merged, 0 gathered) in 0.00161335 sec., 1222301.422505966 rows/sec., 107.29 MiB/sec. 2025.08.18 20:11:00.602512 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:00.602504 [ 4 ] {5b0a0ea7-66c4-4d01-88c2-73523d2bf90a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:00.602571 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 633 rows starting from the beginning of the part 2025.08.18 20:11:00.602598 [ 4 ] {5b0a0ea7-66c4-4d01-88c2-73523d2bf90a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:00.602641 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 64 rows starting from the beginning of the part 2025.08.18 20:11:00.602695 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 105 rows starting from the beginning of the part 2025.08.18 20:11:00.602739 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 64 rows starting from the beginning of the part 2025.08.18 20:11:00.602781 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 143 rows starting from the beginning of the part 2025.08.18 20:11:00.602781 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.18 20:11:00.602855 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 64 rows starting from the beginning of the part 2025.08.18 20:11:00.603028 [ 4 ] {5b0a0ea7-66c4-4d01-88c2-73523d2bf90a} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:00.603072 [ 4 ] {5b0a0ea7-66c4-4d01-88c2-73523d2bf90a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:00.603189 [ 198 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:00.603328 [ 198 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_51_10} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.18 20:11:00.603478 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.18 20:11:00.603510 [ 4 ] {5b0a0ea7-66c4-4d01-88c2-73523d2bf90a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.18 20:11:00.603774 [ 4 ] {5b0a0ea7-66c4-4d01-88c2-73523d2bf90a} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:00.603869 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1073 rows, containing 5 columns (5 merged, 0 gathered) in 0.001536409 sec., 698381.7460064344 rows/sec., 56.33 MiB/sec. 2025.08.18 20:11:00.603907 [ 4 ] {5b0a0ea7-66c4-4d01-88c2-73523d2bf90a} executeQuery: Read 160 rows, 11.41 KiB in 0.001422 sec., 112517.58087201124 rows/sec., 7.84 MiB/sec. 2025.08.18 20:11:00.603878 [ 168 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.18 20:11:00.603974 [ 168 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:00.603975 [ 4 ] {5b0a0ea7-66c4-4d01-88c2-73523d2bf90a} TCPHandler: Processed in 0.001635151 sec. 2025.08.18 20:11:00.603994 [ 168 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:00.604077 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:11:00.604086 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:00.604193 [ 4 ] {f4621b85-843a-48b9-8da8-25e4c4f5bc7a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:00.604200 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:00.604253 [ 4 ] {f4621b85-843a-48b9-8da8-25e4c4f5bc7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:00.604256 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 13805 rows starting from the beginning of the part 2025.08.18 20:11:00.604273 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.18 20:11:00.604347 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part 2025.08.18 20:11:00.604405 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:11:00.604456 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2025.08.18 20:11:00.604502 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 197 rows starting from the beginning of the part 2025.08.18 20:11:00.604555 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2025.08.18 20:11:00.604588 [ 4 ] {f4621b85-843a-48b9-8da8-25e4c4f5bc7a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:00.604632 [ 4 ] {f4621b85-843a-48b9-8da8-25e4c4f5bc7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:00.604671 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:00.604799 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_51_10} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.18 20:11:00.604909 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.08.18 20:11:00.604987 [ 4 ] {f4621b85-843a-48b9-8da8-25e4c4f5bc7a} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.18 20:11:00.605207 [ 4 ] {f4621b85-843a-48b9-8da8-25e4c4f5bc7a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:00.605334 [ 154 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.18 20:11:00.605337 [ 4 ] {f4621b85-843a-48b9-8da8-25e4c4f5bc7a} executeQuery: Read 60 rows, 4.14 KiB in 0.001163 sec., 51590.713671539124 rows/sec., 3.48 MiB/sec. 2025.08.18 20:11:00.605379 [ 154 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:00.605397 [ 4 ] {f4621b85-843a-48b9-8da8-25e4c4f5bc7a} TCPHandler: Processed in 0.001361208 sec. 2025.08.18 20:11:00.605403 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:00.605490 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:11:00.605590 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:00.605621 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2388 rows starting from the beginning of the part 2025.08.18 20:11:00.605672 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 12 rows starting from the beginning of the part 2025.08.18 20:11:00.605717 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:11:00.605760 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2025.08.18 20:11:00.605811 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:11:00.605865 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2025.08.18 20:11:00.607139 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2640 rows, containing 4 columns (4 merged, 0 gathered) in 0.001679852 sec., 1571567.018999293 rows/sec., 105.91 MiB/sec. 2025.08.18 20:11:00.607593 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.18 20:11:00.608082 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_51_10} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:00.608219 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_51_10} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.18 20:11:00.608370 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2025.08.18 20:11:00.609433 [ 191 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 14514 rows, containing 5 columns (5 merged, 0 gathered) in 0.00539453 sec., 2690503.157828393 rows/sec., 184.41 MiB/sec. 2025.08.18 20:11:00.609892 [ 191 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.18 20:11:00.610138 [ 191 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:00.610214 [ 191 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_51_10} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.18 20:11:00.610313 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.71 MiB. 2025.08.18 20:11:01.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 245.08 MiB, peak 251.97 MiB, free memory in arenas 0.00 B, will set to 247.47 MiB (RSS), difference: 2.39 MiB 2025.08.18 20:11:03.935829 [ 149 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:11:03.935898 [ 149 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:11:04.001174 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.00082221 sec. 2025.08.18 20:11:04.051609 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14762 2025.08.18 20:11:04.052097 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:04.052133 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:04.052639 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.18 20:11:04.052875 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:04.053020 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14762 2025.08.18 20:11:04.093806 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 760 2025.08.18 20:11:04.096134 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:04.096181 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:04.097402 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:11:04.097663 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:04.097915 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 760 2025.08.18 20:11:04.861256 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2025.08.18 20:11:04.876520 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:04.876577 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:04.882394 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.18 20:11:04.883065 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:04.885666 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2025.08.18 20:11:05.601082 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:05.601279 [ 4 ] {86f1316d-b849-42c4-a90c-128ec71f5cd0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:05.601354 [ 4 ] {86f1316d-b849-42c4-a90c-128ec71f5cd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:05.602144 [ 4 ] {86f1316d-b849-42c4-a90c-128ec71f5cd0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:05.602193 [ 4 ] {86f1316d-b849-42c4-a90c-128ec71f5cd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:05.602600 [ 4 ] {86f1316d-b849-42c4-a90c-128ec71f5cd0} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.18 20:11:05.602825 [ 4 ] {86f1316d-b849-42c4-a90c-128ec71f5cd0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:05.602981 [ 4 ] {86f1316d-b849-42c4-a90c-128ec71f5cd0} executeQuery: Read 138 rows, 12.23 KiB in 0.001756 sec., 78587.6993166287 rows/sec., 6.80 MiB/sec. 2025.08.18 20:11:05.603023 [ 4 ] {86f1316d-b849-42c4-a90c-128ec71f5cd0} TCPHandler: Processed in 0.002079397 sec. 2025.08.18 20:11:05.603144 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:05.603236 [ 4 ] {18526470-7988-44d2-9688-f3dd774085e2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:11:05.603276 [ 4 ] {18526470-7988-44d2-9688-f3dd774085e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:11:05.603738 [ 4 ] {18526470-7988-44d2-9688-f3dd774085e2} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:05.603773 [ 4 ] {18526470-7988-44d2-9688-f3dd774085e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:05.604068 [ 4 ] {18526470-7988-44d2-9688-f3dd774085e2} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:11:05.604280 [ 4 ] {18526470-7988-44d2-9688-f3dd774085e2} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:05.604405 [ 4 ] {18526470-7988-44d2-9688-f3dd774085e2} executeQuery: Read 41 rows, 3.08 KiB in 0.001187 sec., 34540.859309182815 rows/sec., 2.54 MiB/sec. 2025.08.18 20:11:05.604442 [ 4 ] {18526470-7988-44d2-9688-f3dd774085e2} TCPHandler: Processed in 0.001350538 sec. 2025.08.18 20:11:05.604655 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:05.604752 [ 4 ] {ad73c554-b869-42bc-94d5-7eabaadb44ad} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:05.604791 [ 4 ] {ad73c554-b869-42bc-94d5-7eabaadb44ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:05.605238 [ 4 ] {ad73c554-b869-42bc-94d5-7eabaadb44ad} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:05.605274 [ 4 ] {ad73c554-b869-42bc-94d5-7eabaadb44ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:05.605587 [ 4 ] {ad73c554-b869-42bc-94d5-7eabaadb44ad} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.18 20:11:05.605799 [ 4 ] {ad73c554-b869-42bc-94d5-7eabaadb44ad} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:05.605924 [ 4 ] {ad73c554-b869-42bc-94d5-7eabaadb44ad} executeQuery: Read 105 rows, 8.40 KiB in 0.00119 sec., 88235.29411764705 rows/sec., 6.89 MiB/sec. 2025.08.18 20:11:05.605961 [ 4 ] {ad73c554-b869-42bc-94d5-7eabaadb44ad} TCPHandler: Processed in 0.001353088 sec. 2025.08.18 20:11:05.606075 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:05.606167 [ 4 ] {54a7f7a2-3b2a-4a68-96bd-b18a7031b2a3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:05.606209 [ 4 ] {54a7f7a2-3b2a-4a68-96bd-b18a7031b2a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:05.606617 [ 4 ] {54a7f7a2-3b2a-4a68-96bd-b18a7031b2a3} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:05.606652 [ 4 ] {54a7f7a2-3b2a-4a68-96bd-b18a7031b2a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:05.606978 [ 4 ] {54a7f7a2-3b2a-4a68-96bd-b18a7031b2a3} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.18 20:11:05.607186 [ 4 ] {54a7f7a2-3b2a-4a68-96bd-b18a7031b2a3} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:05.607310 [ 4 ] {54a7f7a2-3b2a-4a68-96bd-b18a7031b2a3} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.08.18 20:11:05.607345 [ 4 ] {54a7f7a2-3b2a-4a68-96bd-b18a7031b2a3} TCPHandler: Processed in 0.001318077 sec. 2025.08.18 20:11:05.607449 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:05.607542 [ 4 ] {f8243d23-73dd-419e-bc8b-42eb6c277075} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:05.607594 [ 4 ] {f8243d23-73dd-419e-bc8b-42eb6c277075} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:11:05.608443 [ 4 ] {f8243d23-73dd-419e-bc8b-42eb6c277075} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:05.608479 [ 4 ] {f8243d23-73dd-419e-bc8b-42eb6c277075} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:05.609058 [ 4 ] {f8243d23-73dd-419e-bc8b-42eb6c277075} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:11:05.609280 [ 4 ] {f8243d23-73dd-419e-bc8b-42eb6c277075} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:05.609412 [ 4 ] {f8243d23-73dd-419e-bc8b-42eb6c277075} executeQuery: Read 41 rows, 75.23 KiB in 0.001888 sec., 21716.101694915254 rows/sec., 38.91 MiB/sec. 2025.08.18 20:11:05.609465 [ 4 ] {f8243d23-73dd-419e-bc8b-42eb6c277075} TCPHandler: Processed in 0.002062987 sec. 2025.08.18 20:11:05.609576 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:05.609668 [ 4 ] {44598c26-2112-4323-8a8e-8b414ac90d3b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:05.609709 [ 4 ] {44598c26-2112-4323-8a8e-8b414ac90d3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:05.610033 [ 4 ] {44598c26-2112-4323-8a8e-8b414ac90d3b} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:05.610068 [ 4 ] {44598c26-2112-4323-8a8e-8b414ac90d3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:05.610399 [ 4 ] {44598c26-2112-4323-8a8e-8b414ac90d3b} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.18 20:11:05.610606 [ 4 ] {44598c26-2112-4323-8a8e-8b414ac90d3b} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:05.610731 [ 4 ] {44598c26-2112-4323-8a8e-8b414ac90d3b} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.08.18 20:11:05.610765 [ 4 ] {44598c26-2112-4323-8a8e-8b414ac90d3b} TCPHandler: Processed in 0.001237156 sec. 2025.08.18 20:11:09.517014 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:09.517217 [ 4 ] {7f40932b-add7-4bc1-9663-961b71158898} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:09.517286 [ 4 ] {7f40932b-add7-4bc1-9663-961b71158898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:09.518556 [ 4 ] {7f40932b-add7-4bc1-9663-961b71158898} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:09.518608 [ 4 ] {7f40932b-add7-4bc1-9663-961b71158898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:09.519229 [ 4 ] {7f40932b-add7-4bc1-9663-961b71158898} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.18 20:11:09.519512 [ 4 ] {7f40932b-add7-4bc1-9663-961b71158898} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:09.519689 [ 4 ] {7f40932b-add7-4bc1-9663-961b71158898} executeQuery: Read 1196 rows, 100.50 KiB in 0.00252 sec., 474603.17460317456 rows/sec., 38.94 MiB/sec. 2025.08.18 20:11:09.519737 [ 4 ] {7f40932b-add7-4bc1-9663-961b71158898} TCPHandler: Processed in 0.002861947 sec. 2025.08.18 20:11:09.519879 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:09.519981 [ 4 ] {569bcd49-9424-4fa4-85e0-70859320c629} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:11:09.520028 [ 4 ] {569bcd49-9424-4fa4-85e0-70859320c629} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:11:09.520584 [ 4 ] {569bcd49-9424-4fa4-85e0-70859320c629} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:09.520623 [ 4 ] {569bcd49-9424-4fa4-85e0-70859320c629} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:09.520988 [ 4 ] {569bcd49-9424-4fa4-85e0-70859320c629} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:11:09.521245 [ 4 ] {569bcd49-9424-4fa4-85e0-70859320c629} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:09.521393 [ 4 ] {569bcd49-9424-4fa4-85e0-70859320c629} executeQuery: Read 228 rows, 15.81 KiB in 0.001433 sec., 159106.76901605024 rows/sec., 10.77 MiB/sec. 2025.08.18 20:11:09.521436 [ 4 ] {569bcd49-9424-4fa4-85e0-70859320c629} TCPHandler: Processed in 0.001613981 sec. 2025.08.18 20:11:09.521565 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:09.521666 [ 4 ] {6fe16037-3290-41dc-b443-a15dc67afc8b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:09.521712 [ 4 ] {6fe16037-3290-41dc-b443-a15dc67afc8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:09.522418 [ 4 ] {6fe16037-3290-41dc-b443-a15dc67afc8b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:09.522458 [ 4 ] {6fe16037-3290-41dc-b443-a15dc67afc8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:09.522857 [ 4 ] {6fe16037-3290-41dc-b443-a15dc67afc8b} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.18 20:11:09.523151 [ 4 ] {6fe16037-3290-41dc-b443-a15dc67afc8b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:09.523311 [ 4 ] {6fe16037-3290-41dc-b443-a15dc67afc8b} executeQuery: Read 520 rows, 39.40 KiB in 0.001665 sec., 312312.3123123123 rows/sec., 23.11 MiB/sec. 2025.08.18 20:11:09.523354 [ 4 ] {6fe16037-3290-41dc-b443-a15dc67afc8b} TCPHandler: Processed in 0.001844994 sec. 2025.08.18 20:11:09.523490 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:09.523592 [ 4 ] {c664435c-5524-4db8-b9cc-e76e5dd4cfd9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:09.523642 [ 4 ] {c664435c-5524-4db8-b9cc-e76e5dd4cfd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:09.524335 [ 4 ] {c664435c-5524-4db8-b9cc-e76e5dd4cfd9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:09.524374 [ 4 ] {c664435c-5524-4db8-b9cc-e76e5dd4cfd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:09.524830 [ 4 ] {c664435c-5524-4db8-b9cc-e76e5dd4cfd9} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.18 20:11:09.525092 [ 4 ] {c664435c-5524-4db8-b9cc-e76e5dd4cfd9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:09.525239 [ 4 ] {c664435c-5524-4db8-b9cc-e76e5dd4cfd9} executeQuery: Read 974 rows, 66.96 KiB in 0.001669 sec., 583582.9838226483 rows/sec., 39.18 MiB/sec. 2025.08.18 20:11:09.525281 [ 4 ] {c664435c-5524-4db8-b9cc-e76e5dd4cfd9} TCPHandler: Processed in 0.001847984 sec. 2025.08.18 20:11:09.525417 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:09.525518 [ 4 ] {cb418eae-45eb-4f63-8314-5b0473b97086} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:09.525565 [ 4 ] {cb418eae-45eb-4f63-8314-5b0473b97086} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:09.525940 [ 4 ] {cb418eae-45eb-4f63-8314-5b0473b97086} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:09.525980 [ 4 ] {cb418eae-45eb-4f63-8314-5b0473b97086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:09.526301 [ 4 ] {cb418eae-45eb-4f63-8314-5b0473b97086} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.18 20:11:09.526517 [ 4 ] {cb418eae-45eb-4f63-8314-5b0473b97086} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:09.526647 [ 4 ] {cb418eae-45eb-4f63-8314-5b0473b97086} executeQuery: Read 48 rows, 3.31 KiB in 0.00115 sec., 41739.13043478261 rows/sec., 2.81 MiB/sec. 2025.08.18 20:11:09.526684 [ 4 ] {cb418eae-45eb-4f63-8314-5b0473b97086} TCPHandler: Processed in 0.001322838 sec. 2025.08.18 20:11:10.592857 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:10.593039 [ 4 ] {80be5e37-378a-40c7-9048-b2d6bd452094} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:10.593109 [ 4 ] {80be5e37-378a-40c7-9048-b2d6bd452094} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:10.593760 [ 4 ] {80be5e37-378a-40c7-9048-b2d6bd452094} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:10.593811 [ 4 ] {80be5e37-378a-40c7-9048-b2d6bd452094} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:10.594211 [ 4 ] {80be5e37-378a-40c7-9048-b2d6bd452094} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.18 20:11:10.594457 [ 4 ] {80be5e37-378a-40c7-9048-b2d6bd452094} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:10.594618 [ 4 ] {80be5e37-378a-40c7-9048-b2d6bd452094} executeQuery: Read 56 rows, 4.38 KiB in 0.001629 sec., 34376.91835481891 rows/sec., 2.62 MiB/sec. 2025.08.18 20:11:10.594671 [ 4 ] {80be5e37-378a-40c7-9048-b2d6bd452094} TCPHandler: Processed in 0.001946925 sec. 2025.08.18 20:11:10.594803 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:10.594907 [ 4 ] {7749a9d1-85f6-4739-a4ff-e45e244f469d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:10.594952 [ 4 ] {7749a9d1-85f6-4739-a4ff-e45e244f469d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:10.595378 [ 4 ] {7749a9d1-85f6-4739-a4ff-e45e244f469d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:10.595417 [ 4 ] {7749a9d1-85f6-4739-a4ff-e45e244f469d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:10.595725 [ 4 ] {7749a9d1-85f6-4739-a4ff-e45e244f469d} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.18 20:11:10.595936 [ 4 ] {7749a9d1-85f6-4739-a4ff-e45e244f469d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:10.596071 [ 4 ] {7749a9d1-85f6-4739-a4ff-e45e244f469d} executeQuery: Read 64 rows, 5.12 KiB in 0.001187 sec., 53917.43892165123 rows/sec., 4.21 MiB/sec. 2025.08.18 20:11:10.596110 [ 4 ] {7749a9d1-85f6-4739-a4ff-e45e244f469d} TCPHandler: Processed in 0.001359908 sec. 2025.08.18 20:11:10.596224 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:10.596321 [ 4 ] {6d590250-91d8-4186-a40b-187077f216d7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:10.596365 [ 4 ] {6d590250-91d8-4186-a40b-187077f216d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:10.596728 [ 4 ] {6d590250-91d8-4186-a40b-187077f216d7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:10.596764 [ 4 ] {6d590250-91d8-4186-a40b-187077f216d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:10.597087 [ 4 ] {6d590250-91d8-4186-a40b-187077f216d7} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.18 20:11:10.597301 [ 4 ] {6d590250-91d8-4186-a40b-187077f216d7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:10.597433 [ 4 ] {6d590250-91d8-4186-a40b-187077f216d7} executeQuery: Read 32 rows, 2.28 KiB in 0.001132 sec., 28268.551236749117 rows/sec., 1.97 MiB/sec. 2025.08.18 20:11:10.597471 [ 4 ] {6d590250-91d8-4186-a40b-187077f216d7} TCPHandler: Processed in 0.001297607 sec. 2025.08.18 20:11:10.597579 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:10.597674 [ 4 ] {4c80a919-a0d5-4f11-8189-168980f93393} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:10.597717 [ 4 ] {4c80a919-a0d5-4f11-8189-168980f93393} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:10.598029 [ 4 ] {4c80a919-a0d5-4f11-8189-168980f93393} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:10.598064 [ 4 ] {4c80a919-a0d5-4f11-8189-168980f93393} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:10.598361 [ 4 ] {4c80a919-a0d5-4f11-8189-168980f93393} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.18 20:11:10.598572 [ 4 ] {4c80a919-a0d5-4f11-8189-168980f93393} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:10.598707 [ 4 ] {4c80a919-a0d5-4f11-8189-168980f93393} executeQuery: Read 12 rows, 848.00 B in 0.001052 sec., 11406.84410646388 rows/sec., 787.19 KiB/sec. 2025.08.18 20:11:10.598743 [ 4 ] {4c80a919-a0d5-4f11-8189-168980f93393} TCPHandler: Processed in 0.001213455 sec. 2025.08.18 20:11:11.553119 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15189 2025.08.18 20:11:11.553667 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:11.553722 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:11.554206 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.18 20:11:11.554442 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:11.554584 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15189 2025.08.18 20:11:12.385741 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2025.08.18 20:11:12.402300 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:12.402368 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.08 GiB. 2025.08.18 20:11:12.408801 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.18 20:11:12.409533 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:12.412856 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2025.08.18 20:11:14.098089 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 790 2025.08.18 20:11:14.100495 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:14.100557 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:14.101834 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:11:14.102128 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:14.102554 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 790 2025.08.18 20:11:15.600720 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:15.600916 [ 4 ] {8933860f-01d5-47f6-b65a-f55515a288a2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:15.600989 [ 4 ] {8933860f-01d5-47f6-b65a-f55515a288a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:15.601784 [ 4 ] {8933860f-01d5-47f6-b65a-f55515a288a2} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:15.601829 [ 4 ] {8933860f-01d5-47f6-b65a-f55515a288a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:15.602243 [ 4 ] {8933860f-01d5-47f6-b65a-f55515a288a2} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.18 20:11:15.602470 [ 4 ] {8933860f-01d5-47f6-b65a-f55515a288a2} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:15.602623 [ 4 ] {8933860f-01d5-47f6-b65a-f55515a288a2} executeQuery: Read 138 rows, 12.23 KiB in 0.001761 sec., 78364.56558773424 rows/sec., 6.78 MiB/sec. 2025.08.18 20:11:15.602673 [ 4 ] {8933860f-01d5-47f6-b65a-f55515a288a2} TCPHandler: Processed in 0.002088327 sec. 2025.08.18 20:11:15.602789 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:15.602890 [ 4 ] {7b919bc6-5ec9-4f39-b58c-dfa56ece89d9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:11:15.602933 [ 4 ] {7b919bc6-5ec9-4f39-b58c-dfa56ece89d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:11:15.603335 [ 4 ] {7b919bc6-5ec9-4f39-b58c-dfa56ece89d9} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:15.603369 [ 4 ] {7b919bc6-5ec9-4f39-b58c-dfa56ece89d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:15.603667 [ 4 ] {7b919bc6-5ec9-4f39-b58c-dfa56ece89d9} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:11:15.603882 [ 4 ] {7b919bc6-5ec9-4f39-b58c-dfa56ece89d9} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:15.604006 [ 4 ] {7b919bc6-5ec9-4f39-b58c-dfa56ece89d9} executeQuery: Read 41 rows, 3.08 KiB in 0.001139 sec., 35996.4881474978 rows/sec., 2.64 MiB/sec. 2025.08.18 20:11:15.604043 [ 4 ] {7b919bc6-5ec9-4f39-b58c-dfa56ece89d9} TCPHandler: Processed in 0.001304157 sec. 2025.08.18 20:11:15.604141 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:15.604233 [ 4 ] {26dfcdb2-1147-4190-a043-ace992a87a3e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:15.604272 [ 4 ] {26dfcdb2-1147-4190-a043-ace992a87a3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:15.604678 [ 4 ] {26dfcdb2-1147-4190-a043-ace992a87a3e} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:15.604712 [ 4 ] {26dfcdb2-1147-4190-a043-ace992a87a3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:15.605021 [ 4 ] {26dfcdb2-1147-4190-a043-ace992a87a3e} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.18 20:11:15.605230 [ 4 ] {26dfcdb2-1147-4190-a043-ace992a87a3e} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:15.605352 [ 4 ] {26dfcdb2-1147-4190-a043-ace992a87a3e} executeQuery: Read 105 rows, 8.40 KiB in 0.001138 sec., 92267.13532513182 rows/sec., 7.21 MiB/sec. 2025.08.18 20:11:15.605388 [ 4 ] {26dfcdb2-1147-4190-a043-ace992a87a3e} TCPHandler: Processed in 0.001295337 sec. 2025.08.18 20:11:15.605496 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:15.605588 [ 4 ] {154fbafa-d0b1-4eb8-a28a-6a755bd7fd38} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:15.605630 [ 4 ] {154fbafa-d0b1-4eb8-a28a-6a755bd7fd38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:15.606041 [ 4 ] {154fbafa-d0b1-4eb8-a28a-6a755bd7fd38} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:15.606074 [ 4 ] {154fbafa-d0b1-4eb8-a28a-6a755bd7fd38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:15.606399 [ 4 ] {154fbafa-d0b1-4eb8-a28a-6a755bd7fd38} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.18 20:11:15.606619 [ 4 ] {154fbafa-d0b1-4eb8-a28a-6a755bd7fd38} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:15.606744 [ 4 ] {154fbafa-d0b1-4eb8-a28a-6a755bd7fd38} executeQuery: Read 160 rows, 11.41 KiB in 0.001174 sec., 136286.20102214653 rows/sec., 9.49 MiB/sec. 2025.08.18 20:11:15.606779 [ 4 ] {154fbafa-d0b1-4eb8-a28a-6a755bd7fd38} TCPHandler: Processed in 0.001330948 sec. 2025.08.18 20:11:15.606876 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:15.606968 [ 4 ] {4623b396-723d-4e66-96f2-d4efe4762a22} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:15.607021 [ 4 ] {4623b396-723d-4e66-96f2-d4efe4762a22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:11:15.607825 [ 4 ] {4623b396-723d-4e66-96f2-d4efe4762a22} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:15.607859 [ 4 ] {4623b396-723d-4e66-96f2-d4efe4762a22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:15.608409 [ 4 ] {4623b396-723d-4e66-96f2-d4efe4762a22} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:11:15.608628 [ 4 ] {4623b396-723d-4e66-96f2-d4efe4762a22} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:15.608757 [ 4 ] {4623b396-723d-4e66-96f2-d4efe4762a22} executeQuery: Read 41 rows, 75.23 KiB in 0.001807 sec., 22689.540675152184 rows/sec., 40.66 MiB/sec. 2025.08.18 20:11:15.608819 [ 4 ] {4623b396-723d-4e66-96f2-d4efe4762a22} TCPHandler: Processed in 0.001989415 sec. 2025.08.18 20:11:15.608929 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:15.609022 [ 4 ] {a4f9b146-9a3c-47e9-96c4-825fbb6b65e5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:15.609062 [ 4 ] {a4f9b146-9a3c-47e9-96c4-825fbb6b65e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:15.609382 [ 4 ] {a4f9b146-9a3c-47e9-96c4-825fbb6b65e5} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:15.609416 [ 4 ] {a4f9b146-9a3c-47e9-96c4-825fbb6b65e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:15.609724 [ 4 ] {a4f9b146-9a3c-47e9-96c4-825fbb6b65e5} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.18 20:11:15.609932 [ 4 ] {a4f9b146-9a3c-47e9-96c4-825fbb6b65e5} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:15.610056 [ 4 ] {a4f9b146-9a3c-47e9-96c4-825fbb6b65e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001052 sec., 57034.22053231939 rows/sec., 3.84 MiB/sec. 2025.08.18 20:11:15.610090 [ 4 ] {a4f9b146-9a3c-47e9-96c4-825fbb6b65e5} TCPHandler: Processed in 0.001208666 sec. 2025.08.18 20:11:18.936137 [ 138 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:11:18.936211 [ 138 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:11:19.054670 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15677 2025.08.18 20:11:19.055246 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:19.055297 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:19.055796 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.18 20:11:19.056035 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:19.056175 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15677 2025.08.18 20:11:19.912948 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2025.08.18 20:11:19.931164 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:19.931244 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:19.938208 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.18 20:11:19.938959 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:19.942775 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2025.08.18 20:11:20.599066 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:20.599265 [ 4 ] {da0b4a88-db0c-4686-b972-2d954bcd58e4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:20.599339 [ 4 ] {da0b4a88-db0c-4686-b972-2d954bcd58e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:20.600041 [ 4 ] {da0b4a88-db0c-4686-b972-2d954bcd58e4} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:20.600084 [ 4 ] {da0b4a88-db0c-4686-b972-2d954bcd58e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:20.600471 [ 4 ] {da0b4a88-db0c-4686-b972-2d954bcd58e4} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.18 20:11:20.600690 [ 4 ] {da0b4a88-db0c-4686-b972-2d954bcd58e4} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:20.600844 [ 4 ] {da0b4a88-db0c-4686-b972-2d954bcd58e4} executeQuery: Read 56 rows, 4.38 KiB in 0.001633 sec., 34292.712798530316 rows/sec., 2.62 MiB/sec. 2025.08.18 20:11:20.600863 [ 134 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.18 20:11:20.600886 [ 4 ] {da0b4a88-db0c-4686-b972-2d954bcd58e4} TCPHandler: Processed in 0.001990826 sec. 2025.08.18 20:11:20.600966 [ 134 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:20.601012 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:20.601072 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:20.601156 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:11:20.601172 [ 4 ] {e6b70752-5dcb-436f-8b32-8cc6770a2456} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:20.601241 [ 4 ] {e6b70752-5dcb-436f-8b32-8cc6770a2456} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:20.601307 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:20.601349 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1407 rows starting from the beginning of the part 2025.08.18 20:11:20.601421 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 138 rows starting from the beginning of the part 2025.08.18 20:11:20.601473 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1196 rows starting from the beginning of the part 2025.08.18 20:11:20.601522 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 56 rows starting from the beginning of the part 2025.08.18 20:11:20.601565 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 138 rows starting from the beginning of the part 2025.08.18 20:11:20.601608 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 56 rows starting from the beginning of the part 2025.08.18 20:11:20.601669 [ 4 ] {e6b70752-5dcb-436f-8b32-8cc6770a2456} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:20.601709 [ 4 ] {e6b70752-5dcb-436f-8b32-8cc6770a2456} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:20.602042 [ 4 ] {e6b70752-5dcb-436f-8b32-8cc6770a2456} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.18 20:11:20.602261 [ 4 ] {e6b70752-5dcb-436f-8b32-8cc6770a2456} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:20.602373 [ 134 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.18 20:11:20.602390 [ 4 ] {e6b70752-5dcb-436f-8b32-8cc6770a2456} executeQuery: Read 64 rows, 5.12 KiB in 0.001236 sec., 51779.93527508091 rows/sec., 4.04 MiB/sec. 2025.08.18 20:11:20.602407 [ 134 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:20.602431 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:20.602432 [ 4 ] {e6b70752-5dcb-436f-8b32-8cc6770a2456} TCPHandler: Processed in 0.001408779 sec. 2025.08.18 20:11:20.602550 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:11:20.602557 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:20.602692 [ 4 ] {37d2c372-1253-423a-893e-9c675da49e31} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:20.602694 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:20.602740 [ 4 ] {37d2c372-1253-423a-893e-9c675da49e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:20.602746 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 633 rows starting from the beginning of the part 2025.08.18 20:11:20.602828 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 105 rows starting from the beginning of the part 2025.08.18 20:11:20.602875 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 520 rows starting from the beginning of the part 2025.08.18 20:11:20.602918 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 64 rows starting from the beginning of the part 2025.08.18 20:11:20.602957 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 105 rows starting from the beginning of the part 2025.08.18 20:11:20.602997 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 64 rows starting from the beginning of the part 2025.08.18 20:11:20.603058 [ 198 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2991 rows, containing 5 columns (5 merged, 0 gathered) in 0.001962966 sec., 1523714.6236868086 rows/sec., 132.25 MiB/sec. 2025.08.18 20:11:20.603161 [ 4 ] {37d2c372-1253-423a-893e-9c675da49e31} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:20.603203 [ 4 ] {37d2c372-1253-423a-893e-9c675da49e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:20.603384 [ 187 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.18 20:11:20.603752 [ 187 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:20.603802 [ 4 ] {37d2c372-1253-423a-893e-9c675da49e31} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.18 20:11:20.603877 [ 187 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_56_11} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.18 20:11:20.603991 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.18 20:11:20.604060 [ 4 ] {37d2c372-1253-423a-893e-9c675da49e31} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:20.604179 [ 134 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.18 20:11:20.604199 [ 4 ] {37d2c372-1253-423a-893e-9c675da49e31} executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. 2025.08.18 20:11:20.604210 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 1491 rows, containing 5 columns (5 merged, 0 gathered) in 0.001720413 sec., 866652.367774482 rows/sec., 68.75 MiB/sec. 2025.08.18 20:11:20.604212 [ 134 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:20.604242 [ 4 ] {37d2c372-1253-423a-893e-9c675da49e31} TCPHandler: Processed in 0.001733282 sec. 2025.08.18 20:11:20.604257 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:20.604333 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:11:20.604357 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:20.604361 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.18 20:11:20.604433 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:20.604456 [ 4 ] {ffff25fc-7180-46b7-aa8c-f2995ec8f8b5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:20.604466 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14514 rows starting from the beginning of the part 2025.08.18 20:11:20.604498 [ 4 ] {ffff25fc-7180-46b7-aa8c-f2995ec8f8b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:20.604524 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:11:20.604565 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 974 rows starting from the beginning of the part 2025.08.18 20:11:20.604605 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 32 rows starting from the beginning of the part 2025.08.18 20:11:20.604643 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2025.08.18 20:11:20.604650 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:20.604681 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 160 rows starting from the beginning of the part 2025.08.18 20:11:20.604730 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_56_11} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.18 20:11:20.604804 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.08.18 20:11:20.604826 [ 4 ] {ffff25fc-7180-46b7-aa8c-f2995ec8f8b5} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:20.604864 [ 4 ] {ffff25fc-7180-46b7-aa8c-f2995ec8f8b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:20.605167 [ 4 ] {ffff25fc-7180-46b7-aa8c-f2995ec8f8b5} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.18 20:11:20.605375 [ 4 ] {ffff25fc-7180-46b7-aa8c-f2995ec8f8b5} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:20.605482 [ 134 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.18 20:11:20.605500 [ 4 ] {ffff25fc-7180-46b7-aa8c-f2995ec8f8b5} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2025.08.18 20:11:20.605522 [ 134 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:20.605544 [ 4 ] {ffff25fc-7180-46b7-aa8c-f2995ec8f8b5} TCPHandler: Processed in 0.001234406 sec. 2025.08.18 20:11:20.605544 [ 134 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:20.605635 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:11:20.605726 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:20.605752 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2640 rows starting from the beginning of the part 2025.08.18 20:11:20.605803 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:11:20.605845 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 48 rows starting from the beginning of the part 2025.08.18 20:11:20.605880 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 12 rows starting from the beginning of the part 2025.08.18 20:11:20.605916 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2025.08.18 20:11:20.605953 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:11:20.607173 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 2880 rows, containing 4 columns (4 merged, 0 gathered) in 0.00157062 sec., 1833670.7796920962 rows/sec., 123.58 MiB/sec. 2025.08.18 20:11:20.607503 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.18 20:11:20.607745 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_56_11} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:20.607811 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_56_11} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.18 20:11:20.607872 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2025.08.18 20:11:20.609135 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 16000 rows, containing 5 columns (5 merged, 0 gathered) in 0.004832013 sec., 3311249.3695691633 rows/sec., 226.79 MiB/sec. 2025.08.18 20:11:20.610008 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.18 20:11:20.610301 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:20.610374 [ 186 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_56_11} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.18 20:11:20.610466 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. 2025.08.18 20:11:21.000248 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 248.98 MiB, peak 255.88 MiB, free memory in arenas 0.00 B, will set to 250.32 MiB (RSS), difference: 1.33 MiB 2025.08.18 20:11:24.102761 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 810 2025.08.18 20:11:24.104949 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:24.105008 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:24.106231 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:11:24.106512 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:24.106871 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 810 2025.08.18 20:11:25.602520 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.602809 [ 4 ] {e4e02578-24bc-43cf-80e5-4959f9a73d71} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:11:25.602917 [ 4 ] {e4e02578-24bc-43cf-80e5-4959f9a73d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:11:25.603646 [ 4 ] {e4e02578-24bc-43cf-80e5-4959f9a73d71} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.603698 [ 4 ] {e4e02578-24bc-43cf-80e5-4959f9a73d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.604097 [ 4 ] {e4e02578-24bc-43cf-80e5-4959f9a73d71} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:11:25.604325 [ 4 ] {e4e02578-24bc-43cf-80e5-4959f9a73d71} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.604464 [ 130 ] {} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.18 20:11:25.604486 [ 4 ] {e4e02578-24bc-43cf-80e5-4959f9a73d71} executeQuery: Read 24 rows, 2.04 KiB in 0.001755 sec., 13675.213675213674 rows/sec., 1.13 MiB/sec. 2025.08.18 20:11:25.604535 [ 130 ] {} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.604555 [ 4 ] {e4e02578-24bc-43cf-80e5-4959f9a73d71} TCPHandler: Processed in 0.002223609 sec. 2025.08.18 20:11:25.604564 [ 130 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.604674 [ 188 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::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.08.18 20:11:25.604700 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.604779 [ 188 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:25.604801 [ 4 ] {bcdf81ed-54ba-4bd7-9f6d-4f0017d20511} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:11:25.604812 [ 188 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 24 rows starting from the beginning of the part 2025.08.18 20:11:25.604846 [ 4 ] {bcdf81ed-54ba-4bd7-9f6d-4f0017d20511} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:11:25.604878 [ 188 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 24 rows starting from the beginning of the part 2025.08.18 20:11:25.604927 [ 188 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part 2025.08.18 20:11:25.604973 [ 188 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 24 rows starting from the beginning of the part 2025.08.18 20:11:25.605030 [ 188 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.08.18 20:11:25.605272 [ 4 ] {bcdf81ed-54ba-4bd7-9f6d-4f0017d20511} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.605308 [ 4 ] {bcdf81ed-54ba-4bd7-9f6d-4f0017d20511} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.605607 [ 4 ] {bcdf81ed-54ba-4bd7-9f6d-4f0017d20511} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:11:25.605703 [ 186 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001072084 sec., 111931.5277534223 rows/sec., 9.71 MiB/sec. 2025.08.18 20:11:25.605830 [ 4 ] {bcdf81ed-54ba-4bd7-9f6d-4f0017d20511} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.605912 [ 191 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.18 20:11:25.605972 [ 4 ] {bcdf81ed-54ba-4bd7-9f6d-4f0017d20511} executeQuery: Read 14 rows, 1.14 KiB in 0.001193 sec., 11735.12154233026 rows/sec., 956.92 KiB/sec. 2025.08.18 20:11:25.606015 [ 4 ] {bcdf81ed-54ba-4bd7-9f6d-4f0017d20511} TCPHandler: Processed in 0.001364507 sec. 2025.08.18 20:11:25.606134 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.606231 [ 4 ] {d7aaefd5-9189-46b9-83b0-3288ae1c1829} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:25.606258 [ 191 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.606273 [ 4 ] {d7aaefd5-9189-46b9-83b0-3288ae1c1829} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:25.606344 [ 191 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_9_2} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.18 20:11:25.606441 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.18 20:11:25.606788 [ 4 ] {d7aaefd5-9189-46b9-83b0-3288ae1c1829} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.606829 [ 4 ] {d7aaefd5-9189-46b9-83b0-3288ae1c1829} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.607159 [ 4 ] {d7aaefd5-9189-46b9-83b0-3288ae1c1829} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.18 20:11:25.607366 [ 4 ] {d7aaefd5-9189-46b9-83b0-3288ae1c1829} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.607494 [ 4 ] {d7aaefd5-9189-46b9-83b0-3288ae1c1829} executeQuery: Read 265 rows, 24.18 KiB in 0.001282 sec., 206708.26833073323 rows/sec., 18.42 MiB/sec. 2025.08.18 20:11:25.607530 [ 4 ] {d7aaefd5-9189-46b9-83b0-3288ae1c1829} TCPHandler: Processed in 0.001445109 sec. 2025.08.18 20:11:25.607629 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.607723 [ 4 ] {2fe133a3-27ec-4256-b0bf-86a337c78f37} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:11:25.607767 [ 4 ] {2fe133a3-27ec-4256-b0bf-86a337c78f37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:11:25.608164 [ 4 ] {2fe133a3-27ec-4256-b0bf-86a337c78f37} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.608200 [ 4 ] {2fe133a3-27ec-4256-b0bf-86a337c78f37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.608489 [ 4 ] {2fe133a3-27ec-4256-b0bf-86a337c78f37} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:11:25.608684 [ 4 ] {2fe133a3-27ec-4256-b0bf-86a337c78f37} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.608807 [ 4 ] {2fe133a3-27ec-4256-b0bf-86a337c78f37} executeQuery: Read 67 rows, 5.02 KiB in 0.001102 sec., 60798.54809437387 rows/sec., 4.45 MiB/sec. 2025.08.18 20:11:25.608842 [ 4 ] {2fe133a3-27ec-4256-b0bf-86a337c78f37} TCPHandler: Processed in 0.001260506 sec. 2025.08.18 20:11:25.608952 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.609045 [ 4 ] {a9f37a2f-135c-48ee-bd47-571bd9bc8fea} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:11:25.609083 [ 4 ] {a9f37a2f-135c-48ee-bd47-571bd9bc8fea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:11:25.609459 [ 4 ] {a9f37a2f-135c-48ee-bd47-571bd9bc8fea} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.609495 [ 4 ] {a9f37a2f-135c-48ee-bd47-571bd9bc8fea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.609780 [ 4 ] {a9f37a2f-135c-48ee-bd47-571bd9bc8fea} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:11:25.609982 [ 4 ] {a9f37a2f-135c-48ee-bd47-571bd9bc8fea} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.610105 [ 4 ] {a9f37a2f-135c-48ee-bd47-571bd9bc8fea} executeQuery: Read 24 rows, 2.04 KiB in 0.001078 sec., 22263.450834879408 rows/sec., 1.85 MiB/sec. 2025.08.18 20:11:25.610142 [ 4 ] {a9f37a2f-135c-48ee-bd47-571bd9bc8fea} TCPHandler: Processed in 0.001237756 sec. 2025.08.18 20:11:25.610241 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.610332 [ 4 ] {3d71c7e2-d0c9-4898-9b2d-b734e991c3c9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:11:25.610371 [ 4 ] {3d71c7e2-d0c9-4898-9b2d-b734e991c3c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:11:25.610743 [ 4 ] {3d71c7e2-d0c9-4898-9b2d-b734e991c3c9} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.610779 [ 4 ] {3d71c7e2-d0c9-4898-9b2d-b734e991c3c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.611069 [ 4 ] {3d71c7e2-d0c9-4898-9b2d-b734e991c3c9} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.08.18 20:11:25.611276 [ 4 ] {3d71c7e2-d0c9-4898-9b2d-b734e991c3c9} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.611373 [ 129 ] {} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.08.18 20:11:25.611397 [ 4 ] {3d71c7e2-d0c9-4898-9b2d-b734e991c3c9} executeQuery: Read 12 rows, 960.00 B in 0.001082 sec., 11090.573012939001 rows/sec., 866.45 KiB/sec. 2025.08.18 20:11:25.611436 [ 129 ] {} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.611445 [ 4 ] {3d71c7e2-d0c9-4898-9b2d-b734e991c3c9} TCPHandler: Processed in 0.001252276 sec. 2025.08.18 20:11:25.611464 [ 129 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.611541 [ 188 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::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.08.18 20:11:25.611556 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.611630 [ 188 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:25.611653 [ 4 ] {6048ac08-d34d-4e3e-8a22-156866e69e8c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:25.611657 [ 188 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 12 rows starting from the beginning of the part 2025.08.18 20:11:25.611692 [ 4 ] {6048ac08-d34d-4e3e-8a22-156866e69e8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:25.611717 [ 188 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 12 rows starting from the beginning of the part 2025.08.18 20:11:25.611761 [ 188 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part 2025.08.18 20:11:25.611800 [ 188 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 12 rows starting from the beginning of the part 2025.08.18 20:11:25.611839 [ 188 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 12 rows starting from the beginning of the part 2025.08.18 20:11:25.612130 [ 4 ] {6048ac08-d34d-4e3e-8a22-156866e69e8c} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.612164 [ 4 ] {6048ac08-d34d-4e3e-8a22-156866e69e8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.612442 [ 188 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000930882 sec., 64455.000741232514 rows/sec., 5.16 MiB/sec. 2025.08.18 20:11:25.612479 [ 4 ] {6048ac08-d34d-4e3e-8a22-156866e69e8c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.18 20:11:25.612573 [ 192 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.08.18 20:11:25.612696 [ 4 ] {6048ac08-d34d-4e3e-8a22-156866e69e8c} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.612825 [ 4 ] {6048ac08-d34d-4e3e-8a22-156866e69e8c} executeQuery: Read 155 rows, 12.80 KiB in 0.001189 sec., 130361.64844407066 rows/sec., 10.51 MiB/sec. 2025.08.18 20:11:25.612863 [ 4 ] {6048ac08-d34d-4e3e-8a22-156866e69e8c} TCPHandler: Processed in 0.001353907 sec. 2025.08.18 20:11:25.612865 [ 192 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.612938 [ 192 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_9_2} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.08.18 20:11:25.612983 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.613014 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.18 20:11:25.613108 [ 4 ] {fc7da0fd-9fd4-412a-b523-8f1e8b3a0ab4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:25.613161 [ 4 ] {fc7da0fd-9fd4-412a-b523-8f1e8b3a0ab4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:25.613641 [ 4 ] {fc7da0fd-9fd4-412a-b523-8f1e8b3a0ab4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.613685 [ 4 ] {fc7da0fd-9fd4-412a-b523-8f1e8b3a0ab4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.614099 [ 4 ] {fc7da0fd-9fd4-412a-b523-8f1e8b3a0ab4} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.18 20:11:25.614335 [ 4 ] {fc7da0fd-9fd4-412a-b523-8f1e8b3a0ab4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.614466 [ 4 ] {fc7da0fd-9fd4-412a-b523-8f1e8b3a0ab4} executeQuery: Read 203 rows, 14.89 KiB in 0.001383 sec., 146782.3571945047 rows/sec., 10.52 MiB/sec. 2025.08.18 20:11:25.614503 [ 4 ] {fc7da0fd-9fd4-412a-b523-8f1e8b3a0ab4} TCPHandler: Processed in 0.001580541 sec. 2025.08.18 20:11:25.614617 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.614712 [ 4 ] {0ff4860c-1d80-41f6-a4d9-1a026029d730} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:25.614770 [ 4 ] {0ff4860c-1d80-41f6-a4d9-1a026029d730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:11:25.615557 [ 4 ] {0ff4860c-1d80-41f6-a4d9-1a026029d730} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.615594 [ 4 ] {0ff4860c-1d80-41f6-a4d9-1a026029d730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.616156 [ 4 ] {0ff4860c-1d80-41f6-a4d9-1a026029d730} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:11:25.616383 [ 4 ] {0ff4860c-1d80-41f6-a4d9-1a026029d730} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.616520 [ 4 ] {0ff4860c-1d80-41f6-a4d9-1a026029d730} executeQuery: Read 41 rows, 75.23 KiB in 0.001826 sec., 22453.45016429354 rows/sec., 40.24 MiB/sec. 2025.08.18 20:11:25.616573 [ 4 ] {0ff4860c-1d80-41f6-a4d9-1a026029d730} TCPHandler: Processed in 0.002006856 sec. 2025.08.18 20:11:25.616687 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:25.616782 [ 4 ] {6e9f0c01-d259-44d3-87b7-a4dbfff38b2c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:25.616824 [ 4 ] {6e9f0c01-d259-44d3-87b7-a4dbfff38b2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:25.617155 [ 4 ] {6e9f0c01-d259-44d3-87b7-a4dbfff38b2c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:25.617192 [ 4 ] {6e9f0c01-d259-44d3-87b7-a4dbfff38b2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:25.617500 [ 4 ] {6e9f0c01-d259-44d3-87b7-a4dbfff38b2c} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.18 20:11:25.617717 [ 4 ] {6e9f0c01-d259-44d3-87b7-a4dbfff38b2c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:25.617843 [ 4 ] {6e9f0c01-d259-44d3-87b7-a4dbfff38b2c} executeQuery: Read 60 rows, 4.14 KiB in 0.00108 sec., 55555.555555555555 rows/sec., 3.74 MiB/sec. 2025.08.18 20:11:25.617878 [ 4 ] {6e9f0c01-d259-44d3-87b7-a4dbfff38b2c} TCPHandler: Processed in 0.001240636 sec. 2025.08.18 20:11:26.556297 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16104 2025.08.18 20:11:26.557120 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:26.557213 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:26.557839 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.18 20:11:26.558068 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:26.558199 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16104 2025.08.18 20:11:27.442869 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2025.08.18 20:11:27.460115 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:27.460177 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:27.466746 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.18 20:11:27.467467 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:27.470416 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2025.08.18 20:11:30.598189 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:30.598407 [ 4 ] {da13d693-3a15-4724-bddd-be77a03ab4c7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:30.598484 [ 4 ] {da13d693-3a15-4724-bddd-be77a03ab4c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:30.599201 [ 4 ] {da13d693-3a15-4724-bddd-be77a03ab4c7} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:30.599258 [ 4 ] {da13d693-3a15-4724-bddd-be77a03ab4c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:30.599661 [ 4 ] {da13d693-3a15-4724-bddd-be77a03ab4c7} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.18 20:11:30.599903 [ 4 ] {da13d693-3a15-4724-bddd-be77a03ab4c7} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:30.600067 [ 4 ] {da13d693-3a15-4724-bddd-be77a03ab4c7} executeQuery: Read 56 rows, 4.38 KiB in 0.001714 sec., 32672.112018669777 rows/sec., 2.49 MiB/sec. 2025.08.18 20:11:30.600119 [ 4 ] {da13d693-3a15-4724-bddd-be77a03ab4c7} TCPHandler: Processed in 0.002074147 sec. 2025.08.18 20:11:30.600239 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:30.600342 [ 4 ] {2176ae8c-8ba9-429e-9b97-1530e7d35767} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:30.600386 [ 4 ] {2176ae8c-8ba9-429e-9b97-1530e7d35767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:30.600808 [ 4 ] {2176ae8c-8ba9-429e-9b97-1530e7d35767} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:30.600849 [ 4 ] {2176ae8c-8ba9-429e-9b97-1530e7d35767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:30.601162 [ 4 ] {2176ae8c-8ba9-429e-9b97-1530e7d35767} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.18 20:11:30.601390 [ 4 ] {2176ae8c-8ba9-429e-9b97-1530e7d35767} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:30.601526 [ 4 ] {2176ae8c-8ba9-429e-9b97-1530e7d35767} executeQuery: Read 64 rows, 5.12 KiB in 0.001207 sec., 53024.02651201326 rows/sec., 4.14 MiB/sec. 2025.08.18 20:11:30.601566 [ 4 ] {2176ae8c-8ba9-429e-9b97-1530e7d35767} TCPHandler: Processed in 0.001378918 sec. 2025.08.18 20:11:30.601676 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:30.601773 [ 4 ] {899e8577-deef-48c6-bbfd-a08681661b57} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:30.601818 [ 4 ] {899e8577-deef-48c6-bbfd-a08681661b57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:30.602250 [ 4 ] {899e8577-deef-48c6-bbfd-a08681661b57} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:30.602287 [ 4 ] {899e8577-deef-48c6-bbfd-a08681661b57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:30.602628 [ 4 ] {899e8577-deef-48c6-bbfd-a08681661b57} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.18 20:11:30.602841 [ 4 ] {899e8577-deef-48c6-bbfd-a08681661b57} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:30.602978 [ 4 ] {899e8577-deef-48c6-bbfd-a08681661b57} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2025.08.18 20:11:30.603016 [ 4 ] {899e8577-deef-48c6-bbfd-a08681661b57} TCPHandler: Processed in 0.001390999 sec. 2025.08.18 20:11:30.603121 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:30.603216 [ 4 ] {d660773f-54bd-43b5-b107-edff1ddf868c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:30.603258 [ 4 ] {d660773f-54bd-43b5-b107-edff1ddf868c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:30.603588 [ 4 ] {d660773f-54bd-43b5-b107-edff1ddf868c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:30.603625 [ 4 ] {d660773f-54bd-43b5-b107-edff1ddf868c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:30.603931 [ 4 ] {d660773f-54bd-43b5-b107-edff1ddf868c} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.18 20:11:30.604151 [ 4 ] {d660773f-54bd-43b5-b107-edff1ddf868c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:30.604285 [ 4 ] {d660773f-54bd-43b5-b107-edff1ddf868c} executeQuery: Read 60 rows, 4.14 KiB in 0.001086 sec., 55248.61878453039 rows/sec., 3.72 MiB/sec. 2025.08.18 20:11:30.604321 [ 4 ] {d660773f-54bd-43b5-b107-edff1ddf868c} TCPHandler: Processed in 0.001248977 sec. 2025.08.18 20:11:33.936457 [ 121 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:11:33.936529 [ 121 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:11:34.058320 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16592 2025.08.18 20:11:34.058901 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:34.058949 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:34.059482 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.18 20:11:34.059717 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:34.059865 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16592 2025.08.18 20:11:34.059876 [ 121 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.18 20:11:34.059936 [ 121 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:34.059956 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:34.060063 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:11:34.060162 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:34.060193 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14274 rows starting from the beginning of the part 2025.08.18 20:11:34.060252 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part 2025.08.18 20:11:34.060295 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part 2025.08.18 20:11:34.060335 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part 2025.08.18 20:11:34.060378 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part 2025.08.18 20:11:34.060416 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part 2025.08.18 20:11:34.062169 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 16592 rows, containing 4 columns (4 merged, 0 gathered) in 0.002148908 sec., 7721130.918587486 rows/sec., 110.45 MiB/sec. 2025.08.18 20:11:34.062258 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.18 20:11:34.062490 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:34.062551 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_36_7} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.18 20:11:34.062618 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2025.08.18 20:11:34.107050 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 838 2025.08.18 20:11:34.109256 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:34.109299 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:34.110479 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:11:34.110733 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:34.110931 [ 119 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.18 20:11:34.110989 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 838 2025.08.18 20:11:34.111010 [ 119 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:34.111045 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:34.111147 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:11:34.111699 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:34.111839 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 712 rows starting from the beginning of the part 2025.08.18 20:11:34.112225 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part 2025.08.18 20:11:34.112557 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 28 rows starting from the beginning of the part 2025.08.18 20:11:34.112892 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part 2025.08.18 20:11:34.113225 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 20 rows starting from the beginning of the part 2025.08.18 20:11:34.113542 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 28 rows starting from the beginning of the part 2025.08.18 20:11:34.119467 [ 190 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 838 rows, containing 72 columns (72 merged, 0 gathered) in 0.008360538 sec., 100232.78406246104 rows/sec., 81.22 MiB/sec. 2025.08.18 20:11:34.120754 [ 195 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.18 20:11:34.121414 [ 195 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:34.121502 [ 195 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_26_5} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.18 20:11:34.121764 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. 2025.08.18 20:11:34.970540 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2025.08.18 20:11:34.987925 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:34.987983 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:34.993470 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.18 20:11:34.994197 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:34.994474 [ 119 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.18 20:11:34.994514 [ 119 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:34.994537 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:34.994674 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:11:34.997441 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2025.08.18 20:11:34.998613 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:35.000288 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:11:35.005067 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:11:35.009653 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:11:35.014342 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:11:35.018570 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:11:35.022646 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2025.08.18 20:11:35.079503 [ 195 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.084896506 sec., 3203.9009944649547 rows/sec., 16.57 MiB/sec. 2025.08.18 20:11:35.082510 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.18 20:11:35.084597 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_36_7} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:35.084719 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_36_7} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.18 20:11:35.087422 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2025.08.18 20:11:35.600593 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:35.600769 [ 4 ] {2e10bf7c-36fc-4d60-84a2-3269201b5aea} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:35.600837 [ 4 ] {2e10bf7c-36fc-4d60-84a2-3269201b5aea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:35.601520 [ 4 ] {2e10bf7c-36fc-4d60-84a2-3269201b5aea} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:35.601564 [ 4 ] {2e10bf7c-36fc-4d60-84a2-3269201b5aea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:35.601965 [ 4 ] {2e10bf7c-36fc-4d60-84a2-3269201b5aea} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.18 20:11:35.602197 [ 4 ] {2e10bf7c-36fc-4d60-84a2-3269201b5aea} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:35.602345 [ 4 ] {2e10bf7c-36fc-4d60-84a2-3269201b5aea} executeQuery: Read 138 rows, 12.23 KiB in 0.001624 sec., 84975.36945812807 rows/sec., 7.35 MiB/sec. 2025.08.18 20:11:35.602386 [ 4 ] {2e10bf7c-36fc-4d60-84a2-3269201b5aea} TCPHandler: Processed in 0.001922115 sec. 2025.08.18 20:11:35.602501 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:35.602595 [ 4 ] {123bc82c-97ac-454a-86e1-7168935a513e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:11:35.602635 [ 4 ] {123bc82c-97ac-454a-86e1-7168935a513e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:11:35.603032 [ 4 ] {123bc82c-97ac-454a-86e1-7168935a513e} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:35.603068 [ 4 ] {123bc82c-97ac-454a-86e1-7168935a513e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:35.603364 [ 4 ] {123bc82c-97ac-454a-86e1-7168935a513e} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:11:35.603565 [ 4 ] {123bc82c-97ac-454a-86e1-7168935a513e} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:35.603688 [ 4 ] {123bc82c-97ac-454a-86e1-7168935a513e} executeQuery: Read 41 rows, 3.08 KiB in 0.001112 sec., 36870.503597122304 rows/sec., 2.71 MiB/sec. 2025.08.18 20:11:35.603724 [ 4 ] {123bc82c-97ac-454a-86e1-7168935a513e} TCPHandler: Processed in 0.001271396 sec. 2025.08.18 20:11:35.603836 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:35.603929 [ 4 ] {0c81656a-4329-4cf5-99dc-24b93c349d79} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:35.603967 [ 4 ] {0c81656a-4329-4cf5-99dc-24b93c349d79} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:35.604385 [ 4 ] {0c81656a-4329-4cf5-99dc-24b93c349d79} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:35.604421 [ 4 ] {0c81656a-4329-4cf5-99dc-24b93c349d79} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:35.604716 [ 4 ] {0c81656a-4329-4cf5-99dc-24b93c349d79} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.18 20:11:35.604919 [ 4 ] {0c81656a-4329-4cf5-99dc-24b93c349d79} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:35.605040 [ 4 ] {0c81656a-4329-4cf5-99dc-24b93c349d79} executeQuery: Read 105 rows, 8.40 KiB in 0.00113 sec., 92920.35398230089 rows/sec., 7.26 MiB/sec. 2025.08.18 20:11:35.605078 [ 4 ] {0c81656a-4329-4cf5-99dc-24b93c349d79} TCPHandler: Processed in 0.001289357 sec. 2025.08.18 20:11:35.605199 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:35.605291 [ 4 ] {611a680b-2047-4ef2-9e6f-285cf8b74aca} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:35.605333 [ 4 ] {611a680b-2047-4ef2-9e6f-285cf8b74aca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:35.605738 [ 4 ] {611a680b-2047-4ef2-9e6f-285cf8b74aca} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:35.605773 [ 4 ] {611a680b-2047-4ef2-9e6f-285cf8b74aca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:35.606098 [ 4 ] {611a680b-2047-4ef2-9e6f-285cf8b74aca} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.18 20:11:35.606302 [ 4 ] {611a680b-2047-4ef2-9e6f-285cf8b74aca} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:35.606426 [ 4 ] {611a680b-2047-4ef2-9e6f-285cf8b74aca} executeQuery: Read 160 rows, 11.41 KiB in 0.001153 sec., 138768.43018213357 rows/sec., 9.66 MiB/sec. 2025.08.18 20:11:35.606461 [ 4 ] {611a680b-2047-4ef2-9e6f-285cf8b74aca} TCPHandler: Processed in 0.001309707 sec. 2025.08.18 20:11:35.606567 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:35.606658 [ 4 ] {574ec26c-7eea-47eb-91e0-f37d0e8bab7a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:35.606710 [ 4 ] {574ec26c-7eea-47eb-91e0-f37d0e8bab7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:11:35.607499 [ 4 ] {574ec26c-7eea-47eb-91e0-f37d0e8bab7a} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:35.607534 [ 4 ] {574ec26c-7eea-47eb-91e0-f37d0e8bab7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:35.608074 [ 4 ] {574ec26c-7eea-47eb-91e0-f37d0e8bab7a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:11:35.608289 [ 4 ] {574ec26c-7eea-47eb-91e0-f37d0e8bab7a} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:35.608402 [ 118 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.08.18 20:11:35.608420 [ 4 ] {574ec26c-7eea-47eb-91e0-f37d0e8bab7a} executeQuery: Read 41 rows, 75.23 KiB in 0.00178 sec., 23033.70786516854 rows/sec., 41.28 MiB/sec. 2025.08.18 20:11:35.608470 [ 118 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:35.608492 [ 4 ] {574ec26c-7eea-47eb-91e0-f37d0e8bab7a} TCPHandler: Processed in 0.001971936 sec. 2025.08.18 20:11:35.608495 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:35.608619 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:35.608653 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:11:35.608717 [ 4 ] {1a392b8c-57cf-42f2-9ffb-f4f84e6e256d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:35.608762 [ 4 ] {1a392b8c-57cf-42f2-9ffb-f4f84e6e256d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:35.608905 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:35.608966 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 741 rows starting from the beginning of the part 2025.08.18 20:11:35.609095 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 41 rows starting from the beginning of the part 2025.08.18 20:11:35.609098 [ 4 ] {1a392b8c-57cf-42f2-9ffb-f4f84e6e256d} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:35.609171 [ 4 ] {1a392b8c-57cf-42f2-9ffb-f4f84e6e256d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:35.609200 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 41 rows starting from the beginning of the part 2025.08.18 20:11:35.609301 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 41 rows starting from the beginning of the part 2025.08.18 20:11:35.609401 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 41 rows starting from the beginning of the part 2025.08.18 20:11:35.609488 [ 4 ] {1a392b8c-57cf-42f2-9ffb-f4f84e6e256d} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.18 20:11:35.609500 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 41 rows starting from the beginning of the part 2025.08.18 20:11:35.609711 [ 4 ] {1a392b8c-57cf-42f2-9ffb-f4f84e6e256d} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:35.609847 [ 4 ] {1a392b8c-57cf-42f2-9ffb-f4f84e6e256d} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2025.08.18 20:11:35.609882 [ 4 ] {1a392b8c-57cf-42f2-9ffb-f4f84e6e256d} TCPHandler: Processed in 0.001311157 sec. 2025.08.18 20:11:35.625649 [ 197 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 946 rows, containing 19 columns (19 merged, 0 gathered) in 0.017051442 sec., 55479.17882839469 rows/sec., 99.42 MiB/sec. 2025.08.18 20:11:35.626502 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.08.18 20:11:35.626815 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:35.626888 [ 189 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_26_5} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.08.18 20:11:35.626995 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.78 MiB. 2025.08.18 20:11:36.000220 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 251.46 MiB, peak 262.85 MiB, free memory in arenas 0.00 B, will set to 260.57 MiB (RSS), difference: 9.12 MiB 2025.08.18 20:11:36.744281 [ 117 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.08.18 20:11:36.744342 [ 117 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:36.744363 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:36.744462 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::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.08.18 20:11:36.744566 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:36.744598 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 252 rows starting from the beginning of the part 2025.08.18 20:11:36.744659 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part 2025.08.18 20:11:36.744702 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 24 rows starting from the beginning of the part 2025.08.18 20:11:36.744744 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part 2025.08.18 20:11:36.744783 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 24 rows starting from the beginning of the part 2025.08.18 20:11:36.745575 [ 197 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001159886 sec., 651788.1929775857 rows/sec., 47.57 MiB/sec. 2025.08.18 20:11:36.745701 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.08.18 20:11:36.745937 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:36.746006 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_17_4} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.08.18 20:11:36.746078 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.18 20:11:36.756357 [ 117 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.18 20:11:36.756388 [ 117 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:36.756406 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:36.756524 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:11:36.756681 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:36.756719 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:11:36.756819 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:11:36.756878 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:11:36.756928 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:11:36.756979 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:11:36.757782 [ 189 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321508 sec., 37835.56361368981 rows/sec., 3.16 MiB/sec. 2025.08.18 20:11:36.757895 [ 189 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.18 20:11:36.758130 [ 189 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_13_3} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:36.758195 [ 189 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_13_3} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.18 20:11:36.758273 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.18 20:11:39.508474 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:39.508690 [ 4 ] {cd26b70d-350b-4d05-ac1a-007837931cd4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:11:39.508776 [ 4 ] {cd26b70d-350b-4d05-ac1a-007837931cd4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:11:39.509487 [ 4 ] {cd26b70d-350b-4d05-ac1a-007837931cd4} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:39.509555 [ 4 ] {cd26b70d-350b-4d05-ac1a-007837931cd4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:39.510094 [ 4 ] {cd26b70d-350b-4d05-ac1a-007837931cd4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:11:39.510331 [ 4 ] {cd26b70d-350b-4d05-ac1a-007837931cd4} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:39.510502 [ 4 ] {cd26b70d-350b-4d05-ac1a-007837931cd4} executeQuery: Read 2 rows, 167.00 B in 0.001866 sec., 1071.8113612004288 rows/sec., 87.40 KiB/sec. 2025.08.18 20:11:39.510555 [ 4 ] {cd26b70d-350b-4d05-ac1a-007837931cd4} TCPHandler: Processed in 0.002221989 sec. 2025.08.18 20:11:39.510704 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:39.510822 [ 4 ] {8303ec92-0662-43de-8e3e-f1bd66c98489} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:39.510874 [ 4 ] {8303ec92-0662-43de-8e3e-f1bd66c98489} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:39.512040 [ 4 ] {8303ec92-0662-43de-8e3e-f1bd66c98489} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:39.512080 [ 4 ] {8303ec92-0662-43de-8e3e-f1bd66c98489} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:39.512488 [ 4 ] {8303ec92-0662-43de-8e3e-f1bd66c98489} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.18 20:11:39.512709 [ 4 ] {8303ec92-0662-43de-8e3e-f1bd66c98489} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:39.512852 [ 4 ] {8303ec92-0662-43de-8e3e-f1bd66c98489} executeQuery: Read 1197 rows, 100.57 KiB in 0.002055 sec., 582481.7518248175 rows/sec., 47.79 MiB/sec. 2025.08.18 20:11:39.512893 [ 4 ] {8303ec92-0662-43de-8e3e-f1bd66c98489} TCPHandler: Processed in 0.00224643 sec. 2025.08.18 20:11:39.513009 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:39.513112 [ 4 ] {8b9b5eef-a003-41fb-a8d4-9a9a2bbbabfc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:11:39.513154 [ 4 ] {8b9b5eef-a003-41fb-a8d4-9a9a2bbbabfc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:11:39.513555 [ 4 ] {8b9b5eef-a003-41fb-a8d4-9a9a2bbbabfc} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:39.513592 [ 4 ] {8b9b5eef-a003-41fb-a8d4-9a9a2bbbabfc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:39.513918 [ 4 ] {8b9b5eef-a003-41fb-a8d4-9a9a2bbbabfc} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:11:39.514139 [ 4 ] {8b9b5eef-a003-41fb-a8d4-9a9a2bbbabfc} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:39.514263 [ 115 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.18 20:11:39.514279 [ 4 ] {8b9b5eef-a003-41fb-a8d4-9a9a2bbbabfc} executeQuery: Read 2 rows, 143.00 B in 0.001189 sec., 1682.0857863751053 rows/sec., 117.45 KiB/sec. 2025.08.18 20:11:39.514331 [ 115 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:39.514340 [ 4 ] {8b9b5eef-a003-41fb-a8d4-9a9a2bbbabfc} TCPHandler: Processed in 0.001381598 sec. 2025.08.18 20:11:39.514363 [ 115 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:39.514470 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:39.514500 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:11:39.514574 [ 4 ] {76db5399-6340-4348-ad0c-dfc0b2afaeff} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:11:39.514621 [ 4 ] {76db5399-6340-4348-ad0c-dfc0b2afaeff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:11:39.514644 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:39.514683 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 71 rows starting from the beginning of the part 2025.08.18 20:11:39.514749 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part 2025.08.18 20:11:39.514795 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part 2025.08.18 20:11:39.514838 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 67 rows starting from the beginning of the part 2025.08.18 20:11:39.514883 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part 2025.08.18 20:11:39.514924 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 2 rows starting from the beginning of the part 2025.08.18 20:11:39.515200 [ 4 ] {76db5399-6340-4348-ad0c-dfc0b2afaeff} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:39.515243 [ 4 ] {76db5399-6340-4348-ad0c-dfc0b2afaeff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:39.515622 [ 4 ] {76db5399-6340-4348-ad0c-dfc0b2afaeff} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:11:39.515845 [ 4 ] {76db5399-6340-4348-ad0c-dfc0b2afaeff} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:39.515861 [ 197 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 5 columns (5 merged, 0 gathered) in 0.001421338 sec., 185036.91592006967 rows/sec., 14.25 MiB/sec. 2025.08.18 20:11:39.515993 [ 4 ] {76db5399-6340-4348-ad0c-dfc0b2afaeff} executeQuery: Read 228 rows, 15.81 KiB in 0.001439 sec., 158443.36344683808 rows/sec., 10.73 MiB/sec. 2025.08.18 20:11:39.516005 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.18 20:11:39.516038 [ 4 ] {76db5399-6340-4348-ad0c-dfc0b2afaeff} TCPHandler: Processed in 0.001618292 sec. 2025.08.18 20:11:39.516157 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:39.516257 [ 4 ] {767157ca-e4b9-4464-83b5-897734265730} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:39.516273 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:39.516298 [ 4 ] {767157ca-e4b9-4464-83b5-897734265730} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:39.516356 [ 193 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_31_6} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.18 20:11:39.516436 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.08.18 20:11:39.516926 [ 4 ] {767157ca-e4b9-4464-83b5-897734265730} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:39.516967 [ 4 ] {767157ca-e4b9-4464-83b5-897734265730} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:39.517307 [ 4 ] {767157ca-e4b9-4464-83b5-897734265730} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.18 20:11:39.517532 [ 4 ] {767157ca-e4b9-4464-83b5-897734265730} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:39.517666 [ 4 ] {767157ca-e4b9-4464-83b5-897734265730} executeQuery: Read 522 rows, 39.57 KiB in 0.001429 sec., 365290.4128761372 rows/sec., 27.04 MiB/sec. 2025.08.18 20:11:39.517705 [ 4 ] {767157ca-e4b9-4464-83b5-897734265730} TCPHandler: Processed in 0.00159767 sec. 2025.08.18 20:11:39.517819 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:39.517916 [ 4 ] {d23867e0-8490-4f9e-bfd7-254c9e38c257} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:39.517960 [ 4 ] {d23867e0-8490-4f9e-bfd7-254c9e38c257} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:39.518610 [ 4 ] {d23867e0-8490-4f9e-bfd7-254c9e38c257} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:39.518646 [ 4 ] {d23867e0-8490-4f9e-bfd7-254c9e38c257} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:39.519047 [ 4 ] {d23867e0-8490-4f9e-bfd7-254c9e38c257} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.18 20:11:39.519265 [ 4 ] {d23867e0-8490-4f9e-bfd7-254c9e38c257} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:39.519396 [ 4 ] {d23867e0-8490-4f9e-bfd7-254c9e38c257} executeQuery: Read 975 rows, 67.03 KiB in 0.001499 sec., 650433.6224149433 rows/sec., 43.67 MiB/sec. 2025.08.18 20:11:39.519434 [ 4 ] {d23867e0-8490-4f9e-bfd7-254c9e38c257} TCPHandler: Processed in 0.001663662 sec. 2025.08.18 20:11:39.519552 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:39.519646 [ 4 ] {50552ad8-6e11-4212-9ae4-b64abee5fd5a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:39.519689 [ 4 ] {50552ad8-6e11-4212-9ae4-b64abee5fd5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:39.520044 [ 4 ] {50552ad8-6e11-4212-9ae4-b64abee5fd5a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:39.520080 [ 4 ] {50552ad8-6e11-4212-9ae4-b64abee5fd5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:39.520402 [ 4 ] {50552ad8-6e11-4212-9ae4-b64abee5fd5a} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.18 20:11:39.520621 [ 4 ] {50552ad8-6e11-4212-9ae4-b64abee5fd5a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:39.520754 [ 4 ] {50552ad8-6e11-4212-9ae4-b64abee5fd5a} executeQuery: Read 48 rows, 3.31 KiB in 0.001125 sec., 42666.66666666667 rows/sec., 2.88 MiB/sec. 2025.08.18 20:11:39.520790 [ 4 ] {50552ad8-6e11-4212-9ae4-b64abee5fd5a} TCPHandler: Processed in 0.001290136 sec. 2025.08.18 20:11:40.592907 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:40.593091 [ 4 ] {e711ffb1-02f7-48a0-aafa-afe76785f306} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:40.593161 [ 4 ] {e711ffb1-02f7-48a0-aafa-afe76785f306} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:40.593833 [ 4 ] {e711ffb1-02f7-48a0-aafa-afe76785f306} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:40.593886 [ 4 ] {e711ffb1-02f7-48a0-aafa-afe76785f306} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:40.594294 [ 4 ] {e711ffb1-02f7-48a0-aafa-afe76785f306} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.18 20:11:40.594523 [ 4 ] {e711ffb1-02f7-48a0-aafa-afe76785f306} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:40.594663 [ 112 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.18 20:11:40.594683 [ 4 ] {e711ffb1-02f7-48a0-aafa-afe76785f306} executeQuery: Read 56 rows, 4.38 KiB in 0.001643 sec., 34083.99269628728 rows/sec., 2.60 MiB/sec. 2025.08.18 20:11:40.594701 [ 112 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:40.594722 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:40.594734 [ 4 ] {e711ffb1-02f7-48a0-aafa-afe76785f306} TCPHandler: Processed in 0.001962486 sec. 2025.08.18 20:11:40.594843 [ 189 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:11:40.594858 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:40.594977 [ 189 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:40.594986 [ 4 ] {9a992247-fdb7-42e9-9bb9-0817a278c19d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:40.595019 [ 189 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1407 rows starting from the beginning of the part 2025.08.18 20:11:40.595040 [ 4 ] {9a992247-fdb7-42e9-9bb9-0817a278c19d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:40.595090 [ 189 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 265 rows starting from the beginning of the part 2025.08.18 20:11:40.595142 [ 189 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 56 rows starting from the beginning of the part 2025.08.18 20:11:40.595186 [ 189 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 138 rows starting from the beginning of the part 2025.08.18 20:11:40.595228 [ 189 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 1197 rows starting from the beginning of the part 2025.08.18 20:11:40.595271 [ 189 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 56 rows starting from the beginning of the part 2025.08.18 20:11:40.595505 [ 4 ] {9a992247-fdb7-42e9-9bb9-0817a278c19d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:40.595549 [ 4 ] {9a992247-fdb7-42e9-9bb9-0817a278c19d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:40.595882 [ 4 ] {9a992247-fdb7-42e9-9bb9-0817a278c19d} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.18 20:11:40.596113 [ 4 ] {9a992247-fdb7-42e9-9bb9-0817a278c19d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:40.596223 [ 112 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.18 20:11:40.596249 [ 112 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:40.596252 [ 4 ] {9a992247-fdb7-42e9-9bb9-0817a278c19d} executeQuery: Read 64 rows, 5.12 KiB in 0.001288 sec., 49689.44099378882 rows/sec., 3.88 MiB/sec. 2025.08.18 20:11:40.596265 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:40.596295 [ 4 ] {9a992247-fdb7-42e9-9bb9-0817a278c19d} TCPHandler: Processed in 0.00148847 sec. 2025.08.18 20:11:40.596344 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:11:40.596414 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:40.596443 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:40.596475 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 633 rows starting from the beginning of the part 2025.08.18 20:11:40.596515 [ 4 ] {3867f520-0d31-48db-9d03-53003251cf9a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:40.596526 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 155 rows starting from the beginning of the part 2025.08.18 20:11:40.596568 [ 4 ] {3867f520-0d31-48db-9d03-53003251cf9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:40.596583 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 64 rows starting from the beginning of the part 2025.08.18 20:11:40.596626 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 105 rows starting from the beginning of the part 2025.08.18 20:11:40.596663 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 522 rows starting from the beginning of the part 2025.08.18 20:11:40.596699 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 64 rows starting from the beginning of the part 2025.08.18 20:11:40.596701 [ 198 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3119 rows, containing 5 columns (5 merged, 0 gathered) in 0.001910305 sec., 1632723.5703199229 rows/sec., 142.30 MiB/sec. 2025.08.18 20:11:40.596969 [ 4 ] {3867f520-0d31-48db-9d03-53003251cf9a} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:40.597011 [ 4 ] {3867f520-0d31-48db-9d03-53003251cf9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:40.597007 [ 187 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.18 20:11:40.597379 [ 187 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:40.597474 [ 187 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_61_12} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.18 20:11:40.597575 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.18 20:11:40.597574 [ 4 ] {3867f520-0d31-48db-9d03-53003251cf9a} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.18 20:11:40.597689 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 1543 rows, containing 5 columns (5 merged, 0 gathered) in 0.001381278 sec., 1117081.4274896146 rows/sec., 89.00 MiB/sec. 2025.08.18 20:11:40.597833 [ 4 ] {3867f520-0d31-48db-9d03-53003251cf9a} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:40.597849 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.18 20:11:40.597951 [ 112 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.18 20:11:40.597980 [ 4 ] {3867f520-0d31-48db-9d03-53003251cf9a} executeQuery: Read 32 rows, 2.28 KiB in 0.001484 sec., 21563.342318059298 rows/sec., 1.50 MiB/sec. 2025.08.18 20:11:40.597981 [ 112 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:40.598017 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:40.598021 [ 4 ] {3867f520-0d31-48db-9d03-53003251cf9a} TCPHandler: Processed in 0.001656991 sec. 2025.08.18 20:11:40.598099 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:11:40.598129 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:40.598149 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:40.598209 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_61_12} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.18 20:11:40.598218 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:40.598252 [ 4 ] {b460cfe8-688d-4c00-93b3-de7edb61f46b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:40.598259 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_61_12} MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 16000 rows starting from the beginning of the part 2025.08.18 20:11:40.598294 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.08.18 20:11:40.598302 [ 4 ] {b460cfe8-688d-4c00-93b3-de7edb61f46b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:40.598334 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 203 rows starting from the beginning of the part 2025.08.18 20:11:40.598388 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:11:40.598435 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part 2025.08.18 20:11:40.598480 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 975 rows starting from the beginning of the part 2025.08.18 20:11:40.598522 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:11:40.598651 [ 4 ] {b460cfe8-688d-4c00-93b3-de7edb61f46b} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:40.598692 [ 4 ] {b460cfe8-688d-4c00-93b3-de7edb61f46b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:40.599035 [ 4 ] {b460cfe8-688d-4c00-93b3-de7edb61f46b} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.18 20:11:40.599253 [ 4 ] {b460cfe8-688d-4c00-93b3-de7edb61f46b} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:40.599357 [ 112 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.18 20:11:40.599383 [ 112 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:40.599386 [ 4 ] {b460cfe8-688d-4c00-93b3-de7edb61f46b} executeQuery: Read 12 rows, 848.00 B in 0.001153 sec., 10407.632263660018 rows/sec., 718.24 KiB/sec. 2025.08.18 20:11:40.599400 [ 112 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:40.599426 [ 4 ] {b460cfe8-688d-4c00-93b3-de7edb61f46b} TCPHandler: Processed in 0.001325188 sec. 2025.08.18 20:11:40.599488 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:11:40.599620 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:11:40.599657 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2880 rows starting from the beginning of the part 2025.08.18 20:11:40.599720 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part 2025.08.18 20:11:40.599766 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:11:40.599808 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part 2025.08.18 20:11:40.599846 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 48 rows starting from the beginning of the part 2025.08.18 20:11:40.599888 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 12 rows starting from the beginning of the part 2025.08.18 20:11:40.601301 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 3120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001851154 sec., 1685435.1393779232 rows/sec., 113.59 MiB/sec. 2025.08.18 20:11:40.601605 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.18 20:11:40.601926 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:40.602013 [ 186 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_61_12} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.18 20:11:40.602098 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.08.18 20:11:40.603342 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 17530 rows, containing 5 columns (5 merged, 0 gathered) in 0.005279359 sec., 3320478.8687414513 rows/sec., 227.37 MiB/sec. 2025.08.18 20:11:40.603551 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.18 20:11:40.603836 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_61_12} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:40.603918 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_61_12} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.18 20:11:40.604010 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.43 MiB. 2025.08.18 20:11:41.559995 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17019 2025.08.18 20:11:41.560494 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:41.560536 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:41.561025 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.18 20:11:41.561261 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:41.561403 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17019 2025.08.18 20:11:42.497553 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2025.08.18 20:11:42.513873 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:42.513940 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.07 GiB. 2025.08.18 20:11:42.519794 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.18 20:11:42.520497 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:42.523314 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2025.08.18 20:11:44.111200 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 872 2025.08.18 20:11:44.113601 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:44.113655 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:44.114856 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:11:44.115123 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:44.115473 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 872 2025.08.18 20:11:45.600222 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:45.600419 [ 4 ] {caf128ea-282e-4ab5-adab-5669ce022465} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:45.600491 [ 4 ] {caf128ea-282e-4ab5-adab-5669ce022465} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:45.601197 [ 4 ] {caf128ea-282e-4ab5-adab-5669ce022465} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:45.601242 [ 4 ] {caf128ea-282e-4ab5-adab-5669ce022465} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:45.601697 [ 4 ] {caf128ea-282e-4ab5-adab-5669ce022465} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.18 20:11:45.601949 [ 4 ] {caf128ea-282e-4ab5-adab-5669ce022465} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:45.602099 [ 4 ] {caf128ea-282e-4ab5-adab-5669ce022465} executeQuery: Read 138 rows, 12.23 KiB in 0.001735 sec., 79538.90489913545 rows/sec., 6.88 MiB/sec. 2025.08.18 20:11:45.602140 [ 4 ] {caf128ea-282e-4ab5-adab-5669ce022465} TCPHandler: Processed in 0.002056417 sec. 2025.08.18 20:11:45.602252 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:45.602347 [ 4 ] {3ee83b76-6431-4843-a49a-aec8767409a7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:11:45.602387 [ 4 ] {3ee83b76-6431-4843-a49a-aec8767409a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:11:45.602782 [ 4 ] {3ee83b76-6431-4843-a49a-aec8767409a7} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:45.602818 [ 4 ] {3ee83b76-6431-4843-a49a-aec8767409a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:45.603110 [ 4 ] {3ee83b76-6431-4843-a49a-aec8767409a7} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.18 20:11:45.603323 [ 4 ] {3ee83b76-6431-4843-a49a-aec8767409a7} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:45.603446 [ 4 ] {3ee83b76-6431-4843-a49a-aec8767409a7} executeQuery: Read 41 rows, 3.08 KiB in 0.001118 sec., 36672.62969588551 rows/sec., 2.69 MiB/sec. 2025.08.18 20:11:45.603482 [ 4 ] {3ee83b76-6431-4843-a49a-aec8767409a7} TCPHandler: Processed in 0.001278266 sec. 2025.08.18 20:11:45.603587 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:45.603679 [ 4 ] {e7091196-6c43-4513-82fe-500f228eee06} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:45.603718 [ 4 ] {e7091196-6c43-4513-82fe-500f228eee06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:45.604153 [ 4 ] {e7091196-6c43-4513-82fe-500f228eee06} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:45.604189 [ 4 ] {e7091196-6c43-4513-82fe-500f228eee06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:45.604485 [ 4 ] {e7091196-6c43-4513-82fe-500f228eee06} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.18 20:11:45.604692 [ 4 ] {e7091196-6c43-4513-82fe-500f228eee06} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:45.604815 [ 4 ] {e7091196-6c43-4513-82fe-500f228eee06} executeQuery: Read 105 rows, 8.40 KiB in 0.001153 sec., 91066.78230702516 rows/sec., 7.11 MiB/sec. 2025.08.18 20:11:45.604851 [ 4 ] {e7091196-6c43-4513-82fe-500f228eee06} TCPHandler: Processed in 0.001312247 sec. 2025.08.18 20:11:45.604970 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:45.605069 [ 4 ] {423a9a06-593c-4022-b201-496eecd05452} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:45.605111 [ 4 ] {423a9a06-593c-4022-b201-496eecd05452} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:45.605516 [ 4 ] {423a9a06-593c-4022-b201-496eecd05452} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:45.605551 [ 4 ] {423a9a06-593c-4022-b201-496eecd05452} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:45.605870 [ 4 ] {423a9a06-593c-4022-b201-496eecd05452} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.18 20:11:45.606077 [ 4 ] {423a9a06-593c-4022-b201-496eecd05452} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:45.606202 [ 4 ] {423a9a06-593c-4022-b201-496eecd05452} executeQuery: Read 160 rows, 11.41 KiB in 0.001152 sec., 138888.88888888888 rows/sec., 9.67 MiB/sec. 2025.08.18 20:11:45.606238 [ 4 ] {423a9a06-593c-4022-b201-496eecd05452} TCPHandler: Processed in 0.001315807 sec. 2025.08.18 20:11:45.606343 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:45.606434 [ 4 ] {d562076e-c147-4d86-8a94-65ea33f953c9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:45.606487 [ 4 ] {d562076e-c147-4d86-8a94-65ea33f953c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:11:45.607281 [ 4 ] {d562076e-c147-4d86-8a94-65ea33f953c9} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:45.607317 [ 4 ] {d562076e-c147-4d86-8a94-65ea33f953c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:45.607849 [ 4 ] {d562076e-c147-4d86-8a94-65ea33f953c9} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:11:45.608072 [ 4 ] {d562076e-c147-4d86-8a94-65ea33f953c9} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:45.608202 [ 4 ] {d562076e-c147-4d86-8a94-65ea33f953c9} executeQuery: Read 41 rows, 75.23 KiB in 0.001786 sec., 22956.32698768197 rows/sec., 41.14 MiB/sec. 2025.08.18 20:11:45.608253 [ 4 ] {d562076e-c147-4d86-8a94-65ea33f953c9} TCPHandler: Processed in 0.001957036 sec. 2025.08.18 20:11:45.608364 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:45.608458 [ 4 ] {830cde5a-79f6-471b-93ba-8154541e2705} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:45.608498 [ 4 ] {830cde5a-79f6-471b-93ba-8154541e2705} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:45.608815 [ 4 ] {830cde5a-79f6-471b-93ba-8154541e2705} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:45.608848 [ 4 ] {830cde5a-79f6-471b-93ba-8154541e2705} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:45.609140 [ 4 ] {830cde5a-79f6-471b-93ba-8154541e2705} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.18 20:11:45.609352 [ 4 ] {830cde5a-79f6-471b-93ba-8154541e2705} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:45.609474 [ 4 ] {830cde5a-79f6-471b-93ba-8154541e2705} executeQuery: Read 60 rows, 4.14 KiB in 0.001035 sec., 57971.01449275363 rows/sec., 3.91 MiB/sec. 2025.08.18 20:11:45.609508 [ 4 ] {830cde5a-79f6-471b-93ba-8154541e2705} TCPHandler: Processed in 0.001191816 sec. 2025.08.18 20:11:48.936580 [ 106 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:11:48.936667 [ 106 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:11:49.061492 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17507 2025.08.18 20:11:49.062014 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:49.062059 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:49.062557 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.18 20:11:49.062809 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:49.062968 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17507 2025.08.18 20:11:50.023393 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2025.08.18 20:11:50.040200 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:50.040265 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:50.045858 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.18 20:11:50.046560 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:50.049459 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2025.08.18 20:11:50.598907 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:50.599097 [ 4 ] {c52a4db2-f7e3-40a0-99d3-8d921dc33e6d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:50.599166 [ 4 ] {c52a4db2-f7e3-40a0-99d3-8d921dc33e6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:50.599831 [ 4 ] {c52a4db2-f7e3-40a0-99d3-8d921dc33e6d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:50.599884 [ 4 ] {c52a4db2-f7e3-40a0-99d3-8d921dc33e6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:50.600302 [ 4 ] {c52a4db2-f7e3-40a0-99d3-8d921dc33e6d} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.18 20:11:50.600546 [ 4 ] {c52a4db2-f7e3-40a0-99d3-8d921dc33e6d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:50.600705 [ 4 ] {c52a4db2-f7e3-40a0-99d3-8d921dc33e6d} executeQuery: Read 56 rows, 4.38 KiB in 0.001659 sec., 33755.27426160337 rows/sec., 2.58 MiB/sec. 2025.08.18 20:11:50.600754 [ 4 ] {c52a4db2-f7e3-40a0-99d3-8d921dc33e6d} TCPHandler: Processed in 0.001981776 sec. 2025.08.18 20:11:50.600879 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:50.600982 [ 4 ] {29050fd2-1525-443a-adef-9e662564ce60} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:50.601026 [ 4 ] {29050fd2-1525-443a-adef-9e662564ce60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:50.601470 [ 4 ] {29050fd2-1525-443a-adef-9e662564ce60} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:50.601508 [ 4 ] {29050fd2-1525-443a-adef-9e662564ce60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:50.601830 [ 4 ] {29050fd2-1525-443a-adef-9e662564ce60} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.18 20:11:50.602043 [ 4 ] {29050fd2-1525-443a-adef-9e662564ce60} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:50.602177 [ 4 ] {29050fd2-1525-443a-adef-9e662564ce60} executeQuery: Read 64 rows, 5.12 KiB in 0.001219 sec., 52502.05086136177 rows/sec., 4.10 MiB/sec. 2025.08.18 20:11:50.602215 [ 4 ] {29050fd2-1525-443a-adef-9e662564ce60} TCPHandler: Processed in 0.001387978 sec. 2025.08.18 20:11:50.602331 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:50.602428 [ 4 ] {81e100a1-6564-4e1c-abc1-1b5d2ce80ac4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:50.602472 [ 4 ] {81e100a1-6564-4e1c-abc1-1b5d2ce80ac4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:50.602887 [ 4 ] {81e100a1-6564-4e1c-abc1-1b5d2ce80ac4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:50.602925 [ 4 ] {81e100a1-6564-4e1c-abc1-1b5d2ce80ac4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:50.603266 [ 4 ] {81e100a1-6564-4e1c-abc1-1b5d2ce80ac4} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.18 20:11:50.603486 [ 4 ] {81e100a1-6564-4e1c-abc1-1b5d2ce80ac4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:50.603618 [ 4 ] {81e100a1-6564-4e1c-abc1-1b5d2ce80ac4} executeQuery: Read 160 rows, 11.41 KiB in 0.00121 sec., 132231.40495867768 rows/sec., 9.21 MiB/sec. 2025.08.18 20:11:50.603654 [ 4 ] {81e100a1-6564-4e1c-abc1-1b5d2ce80ac4} TCPHandler: Processed in 0.001373077 sec. 2025.08.18 20:11:50.603769 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:50.603866 [ 4 ] {5d58486e-11b9-4fef-91d9-20d15ae08492} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:50.603909 [ 4 ] {5d58486e-11b9-4fef-91d9-20d15ae08492} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:50.604257 [ 4 ] {5d58486e-11b9-4fef-91d9-20d15ae08492} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:50.604293 [ 4 ] {5d58486e-11b9-4fef-91d9-20d15ae08492} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:50.604621 [ 4 ] {5d58486e-11b9-4fef-91d9-20d15ae08492} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.18 20:11:50.604833 [ 4 ] {5d58486e-11b9-4fef-91d9-20d15ae08492} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:50.604963 [ 4 ] {5d58486e-11b9-4fef-91d9-20d15ae08492} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2025.08.18 20:11:50.604999 [ 4 ] {5d58486e-11b9-4fef-91d9-20d15ae08492} TCPHandler: Processed in 0.001279367 sec. 2025.08.18 20:11:54.115738 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 892 2025.08.18 20:11:54.117979 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:54.118036 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:54.119276 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:11:54.119549 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:54.119924 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 892 2025.08.18 20:11:55.602509 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.602693 [ 4 ] {a49428f8-7b8f-4505-8865-bbd54c33cf24} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:11:55.602756 [ 4 ] {a49428f8-7b8f-4505-8865-bbd54c33cf24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:11:55.603398 [ 4 ] {a49428f8-7b8f-4505-8865-bbd54c33cf24} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.603442 [ 4 ] {a49428f8-7b8f-4505-8865-bbd54c33cf24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.603834 [ 4 ] {a49428f8-7b8f-4505-8865-bbd54c33cf24} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:11:55.604072 [ 4 ] {a49428f8-7b8f-4505-8865-bbd54c33cf24} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.604217 [ 4 ] {a49428f8-7b8f-4505-8865-bbd54c33cf24} executeQuery: Read 24 rows, 2.04 KiB in 0.001573 sec., 15257.469802924348 rows/sec., 1.27 MiB/sec. 2025.08.18 20:11:55.604259 [ 4 ] {a49428f8-7b8f-4505-8865-bbd54c33cf24} TCPHandler: Processed in 0.001883345 sec. 2025.08.18 20:11:55.604379 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.604472 [ 4 ] {cb1b69af-f9bb-459b-90e3-e6a18776f081} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:11:55.604514 [ 4 ] {cb1b69af-f9bb-459b-90e3-e6a18776f081} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:11:55.604899 [ 4 ] {cb1b69af-f9bb-459b-90e3-e6a18776f081} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.604935 [ 4 ] {cb1b69af-f9bb-459b-90e3-e6a18776f081} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.605243 [ 4 ] {cb1b69af-f9bb-459b-90e3-e6a18776f081} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:11:55.605453 [ 4 ] {cb1b69af-f9bb-459b-90e3-e6a18776f081} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.605575 [ 4 ] {cb1b69af-f9bb-459b-90e3-e6a18776f081} executeQuery: Read 2 rows, 167.00 B in 0.001121 sec., 1784.121320249777 rows/sec., 145.48 KiB/sec. 2025.08.18 20:11:55.605611 [ 4 ] {cb1b69af-f9bb-459b-90e3-e6a18776f081} TCPHandler: Processed in 0.001280347 sec. 2025.08.18 20:11:55.605727 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.605820 [ 4 ] {46eca203-3c9d-483f-b474-4d4d0c3bf1fb} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:11:55.605858 [ 4 ] {46eca203-3c9d-483f-b474-4d4d0c3bf1fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:11:55.606410 [ 4 ] {46eca203-3c9d-483f-b474-4d4d0c3bf1fb} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.606444 [ 4 ] {46eca203-3c9d-483f-b474-4d4d0c3bf1fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.606764 [ 4 ] {46eca203-3c9d-483f-b474-4d4d0c3bf1fb} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.18 20:11:55.606976 [ 4 ] {46eca203-3c9d-483f-b474-4d4d0c3bf1fb} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.607103 [ 4 ] {46eca203-3c9d-483f-b474-4d4d0c3bf1fb} executeQuery: Read 259 rows, 23.74 KiB in 0.001301 sec., 199077.63259031513 rows/sec., 17.82 MiB/sec. 2025.08.18 20:11:55.607139 [ 4 ] {46eca203-3c9d-483f-b474-4d4d0c3bf1fb} TCPHandler: Processed in 0.00145867 sec. 2025.08.18 20:11:55.607249 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.607340 [ 4 ] {4e964c35-ac9f-41ec-9431-8b2a024b5bbb} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:11:55.607378 [ 4 ] {4e964c35-ac9f-41ec-9431-8b2a024b5bbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:11:55.607784 [ 4 ] {4e964c35-ac9f-41ec-9431-8b2a024b5bbb} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.607819 [ 4 ] {4e964c35-ac9f-41ec-9431-8b2a024b5bbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.608172 [ 4 ] {4e964c35-ac9f-41ec-9431-8b2a024b5bbb} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.18 20:11:55.608388 [ 4 ] {4e964c35-ac9f-41ec-9431-8b2a024b5bbb} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.608510 [ 4 ] {4e964c35-ac9f-41ec-9431-8b2a024b5bbb} executeQuery: Read 55 rows, 4.18 KiB in 0.001187 sec., 46335.29907329402 rows/sec., 3.44 MiB/sec. 2025.08.18 20:11:55.608546 [ 4 ] {4e964c35-ac9f-41ec-9431-8b2a024b5bbb} TCPHandler: Processed in 0.001345278 sec. 2025.08.18 20:11:55.608656 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.608747 [ 4 ] {9f31d727-907f-49cf-9ce5-43ae26b538d7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:11:55.608785 [ 4 ] {9f31d727-907f-49cf-9ce5-43ae26b538d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:11:55.609187 [ 4 ] {9f31d727-907f-49cf-9ce5-43ae26b538d7} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.609223 [ 4 ] {9f31d727-907f-49cf-9ce5-43ae26b538d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.609502 [ 4 ] {9f31d727-907f-49cf-9ce5-43ae26b538d7} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:11:55.609701 [ 4 ] {9f31d727-907f-49cf-9ce5-43ae26b538d7} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.609824 [ 4 ] {9f31d727-907f-49cf-9ce5-43ae26b538d7} executeQuery: Read 24 rows, 2.04 KiB in 0.001095 sec., 21917.80821917808 rows/sec., 1.82 MiB/sec. 2025.08.18 20:11:55.609860 [ 4 ] {9f31d727-907f-49cf-9ce5-43ae26b538d7} TCPHandler: Processed in 0.001252106 sec. 2025.08.18 20:11:55.609972 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.610063 [ 4 ] {27b7ce0e-43ed-4f54-9e3c-2d7a29b5d96b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:11:55.610101 [ 4 ] {27b7ce0e-43ed-4f54-9e3c-2d7a29b5d96b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:11:55.610497 [ 4 ] {27b7ce0e-43ed-4f54-9e3c-2d7a29b5d96b} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.610532 [ 4 ] {27b7ce0e-43ed-4f54-9e3c-2d7a29b5d96b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.610823 [ 4 ] {27b7ce0e-43ed-4f54-9e3c-2d7a29b5d96b} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.08.18 20:11:55.611024 [ 4 ] {27b7ce0e-43ed-4f54-9e3c-2d7a29b5d96b} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.611145 [ 4 ] {27b7ce0e-43ed-4f54-9e3c-2d7a29b5d96b} executeQuery: Read 12 rows, 960.00 B in 0.0011 sec., 10909.090909090908 rows/sec., 852.27 KiB/sec. 2025.08.18 20:11:55.611181 [ 4 ] {27b7ce0e-43ed-4f54-9e3c-2d7a29b5d96b} TCPHandler: Processed in 0.001256066 sec. 2025.08.18 20:11:55.611293 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.611383 [ 4 ] {a6ae1d25-8db8-490b-9bc1-561386631853} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:11:55.611421 [ 4 ] {a6ae1d25-8db8-490b-9bc1-561386631853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:11:55.611882 [ 4 ] {a6ae1d25-8db8-490b-9bc1-561386631853} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.611917 [ 4 ] {a6ae1d25-8db8-490b-9bc1-561386631853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.612225 [ 4 ] {a6ae1d25-8db8-490b-9bc1-561386631853} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.18 20:11:55.612445 [ 4 ] {a6ae1d25-8db8-490b-9bc1-561386631853} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.612569 [ 4 ] {a6ae1d25-8db8-490b-9bc1-561386631853} executeQuery: Read 143 rows, 11.82 KiB in 0.001203 sec., 118869.49293433083 rows/sec., 9.59 MiB/sec. 2025.08.18 20:11:55.612604 [ 4 ] {a6ae1d25-8db8-490b-9bc1-561386631853} TCPHandler: Processed in 0.001357638 sec. 2025.08.18 20:11:55.612715 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.612806 [ 4 ] {9280e2c2-713f-4e09-90df-9925725122bf} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:55.612847 [ 4 ] {9280e2c2-713f-4e09-90df-9925725122bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:11:55.613247 [ 4 ] {9280e2c2-713f-4e09-90df-9925725122bf} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.613281 [ 4 ] {9280e2c2-713f-4e09-90df-9925725122bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.613594 [ 4 ] {9280e2c2-713f-4e09-90df-9925725122bf} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.18 20:11:55.613795 [ 4 ] {9280e2c2-713f-4e09-90df-9925725122bf} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.613919 [ 4 ] {9280e2c2-713f-4e09-90df-9925725122bf} executeQuery: Read 197 rows, 14.47 KiB in 0.001131 sec., 174182.13969938108 rows/sec., 12.49 MiB/sec. 2025.08.18 20:11:55.613956 [ 4 ] {9280e2c2-713f-4e09-90df-9925725122bf} TCPHandler: Processed in 0.001287937 sec. 2025.08.18 20:11:55.614073 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.614164 [ 4 ] {5155b292-8758-47ac-8b96-44675b2ac91c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:11:55.614215 [ 4 ] {5155b292-8758-47ac-8b96-44675b2ac91c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:11:55.615056 [ 4 ] {5155b292-8758-47ac-8b96-44675b2ac91c} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.615092 [ 4 ] {5155b292-8758-47ac-8b96-44675b2ac91c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.615648 [ 4 ] {5155b292-8758-47ac-8b96-44675b2ac91c} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:11:55.615861 [ 4 ] {5155b292-8758-47ac-8b96-44675b2ac91c} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.615993 [ 4 ] {5155b292-8758-47ac-8b96-44675b2ac91c} executeQuery: Read 41 rows, 75.23 KiB in 0.001847 sec., 22198.159177043857 rows/sec., 39.78 MiB/sec. 2025.08.18 20:11:55.616043 [ 4 ] {5155b292-8758-47ac-8b96-44675b2ac91c} TCPHandler: Processed in 0.002017147 sec. 2025.08.18 20:11:55.616158 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:11:55.616250 [ 4 ] {cfefe7aa-e0cc-4522-992d-3357ee670aff} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:11:55.616290 [ 4 ] {cfefe7aa-e0cc-4522-992d-3357ee670aff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:11:55.616618 [ 4 ] {cfefe7aa-e0cc-4522-992d-3357ee670aff} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:55.616653 [ 4 ] {cfefe7aa-e0cc-4522-992d-3357ee670aff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:55.616960 [ 4 ] {cfefe7aa-e0cc-4522-992d-3357ee670aff} MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) 2025.08.18 20:11:55.617173 [ 4 ] {cfefe7aa-e0cc-4522-992d-3357ee670aff} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:55.617297 [ 4 ] {cfefe7aa-e0cc-4522-992d-3357ee670aff} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2025.08.18 20:11:55.617331 [ 4 ] {cfefe7aa-e0cc-4522-992d-3357ee670aff} TCPHandler: Processed in 0.001220356 sec. 2025.08.18 20:11:56.563067 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17934 2025.08.18 20:11:56.563560 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:56.563597 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:56.564104 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.18 20:11:56.564346 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:56.564476 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17934 2025.08.18 20:11:57.549536 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2025.08.18 20:11:57.566621 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:11:57.566686 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:11:57.572655 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.18 20:11:57.573355 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:11:57.576239 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2025.08.18 20:12:00.599676 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:00.599874 [ 4 ] {3c9bd26e-f7d0-4048-9446-1f196144872d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:00.599942 [ 4 ] {3c9bd26e-f7d0-4048-9446-1f196144872d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:00.600584 [ 4 ] {3c9bd26e-f7d0-4048-9446-1f196144872d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:00.600628 [ 4 ] {3c9bd26e-f7d0-4048-9446-1f196144872d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:00.601030 [ 4 ] {3c9bd26e-f7d0-4048-9446-1f196144872d} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.18 20:12:00.601265 [ 4 ] {3c9bd26e-f7d0-4048-9446-1f196144872d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:00.601430 [ 4 ] {3c9bd26e-f7d0-4048-9446-1f196144872d} executeQuery: Read 56 rows, 4.38 KiB in 0.001608 sec., 34825.87064676617 rows/sec., 2.66 MiB/sec. 2025.08.18 20:12:00.601483 [ 4 ] {3c9bd26e-f7d0-4048-9446-1f196144872d} TCPHandler: Processed in 0.001935675 sec. 2025.08.18 20:12:00.601605 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:00.601710 [ 4 ] {dfb23a70-a837-41fd-bfbe-9391204fe70b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:00.601755 [ 4 ] {dfb23a70-a837-41fd-bfbe-9391204fe70b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:00.602189 [ 4 ] {dfb23a70-a837-41fd-bfbe-9391204fe70b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:00.602228 [ 4 ] {dfb23a70-a837-41fd-bfbe-9391204fe70b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:00.602537 [ 4 ] {dfb23a70-a837-41fd-bfbe-9391204fe70b} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.18 20:12:00.602754 [ 4 ] {dfb23a70-a837-41fd-bfbe-9391204fe70b} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:00.602886 [ 4 ] {dfb23a70-a837-41fd-bfbe-9391204fe70b} executeQuery: Read 64 rows, 5.12 KiB in 0.0012 sec., 53333.333333333336 rows/sec., 4.16 MiB/sec. 2025.08.18 20:12:00.602925 [ 4 ] {dfb23a70-a837-41fd-bfbe-9391204fe70b} TCPHandler: Processed in 0.001371088 sec. 2025.08.18 20:12:00.603039 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:00.603134 [ 4 ] {c163e32b-0c11-463a-a096-348968f58b26} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:00.603179 [ 4 ] {c163e32b-0c11-463a-a096-348968f58b26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:00.603587 [ 4 ] {c163e32b-0c11-463a-a096-348968f58b26} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:00.603624 [ 4 ] {c163e32b-0c11-463a-a096-348968f58b26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:00.603965 [ 4 ] {c163e32b-0c11-463a-a096-348968f58b26} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.18 20:12:00.604190 [ 4 ] {c163e32b-0c11-463a-a096-348968f58b26} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:00.604325 [ 4 ] {c163e32b-0c11-463a-a096-348968f58b26} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.08.18 20:12:00.604363 [ 4 ] {c163e32b-0c11-463a-a096-348968f58b26} TCPHandler: Processed in 0.001374058 sec. 2025.08.18 20:12:00.604464 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:00.604558 [ 4 ] {d6602f71-f9c0-48f5-b156-377a3f9cfbca} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:00.604599 [ 4 ] {d6602f71-f9c0-48f5-b156-377a3f9cfbca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:00.604928 [ 4 ] {d6602f71-f9c0-48f5-b156-377a3f9cfbca} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:00.604965 [ 4 ] {d6602f71-f9c0-48f5-b156-377a3f9cfbca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:00.605279 [ 4 ] {d6602f71-f9c0-48f5-b156-377a3f9cfbca} MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) 2025.08.18 20:12:00.605490 [ 4 ] {d6602f71-f9c0-48f5-b156-377a3f9cfbca} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:00.605622 [ 4 ] {d6602f71-f9c0-48f5-b156-377a3f9cfbca} executeQuery: Read 60 rows, 4.14 KiB in 0.001082 sec., 55452.865064695005 rows/sec., 3.74 MiB/sec. 2025.08.18 20:12:00.605658 [ 4 ] {d6602f71-f9c0-48f5-b156-377a3f9cfbca} TCPHandler: Processed in 0.001243677 sec. 2025.08.18 20:12:03.936722 [ 81 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:12:03.936781 [ 81 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:12:04.064568 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18422 2025.08.18 20:12:04.065418 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:04.065507 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:04.066045 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.18 20:12:04.066279 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:04.066428 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18422 2025.08.18 20:12:04.120067 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 920 2025.08.18 20:12:04.122493 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:04.122550 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:04.123816 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:12:04.124095 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:04.124482 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 920 2025.08.18 20:12:05.076304 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2025.08.18 20:12:05.093640 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.093703 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.100404 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.18 20:12:05.101124 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.104045 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2025.08.18 20:12:05.600733 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:05.600936 [ 4 ] {0c6c08bc-3a81-47c1-adb6-83068b556783} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:05.601012 [ 4 ] {0c6c08bc-3a81-47c1-adb6-83068b556783} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:05.601802 [ 4 ] {0c6c08bc-3a81-47c1-adb6-83068b556783} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.601849 [ 4 ] {0c6c08bc-3a81-47c1-adb6-83068b556783} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.602248 [ 4 ] {0c6c08bc-3a81-47c1-adb6-83068b556783} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.18 20:12:05.602468 [ 4 ] {0c6c08bc-3a81-47c1-adb6-83068b556783} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.602619 [ 4 ] {0c6c08bc-3a81-47c1-adb6-83068b556783} executeQuery: Read 138 rows, 12.23 KiB in 0.001737 sec., 79447.32297063903 rows/sec., 6.88 MiB/sec. 2025.08.18 20:12:05.602623 [ 47 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.18 20:12:05.602660 [ 4 ] {0c6c08bc-3a81-47c1-adb6-83068b556783} TCPHandler: Processed in 0.002063667 sec. 2025.08.18 20:12:05.602698 [ 47 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.602724 [ 47 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.602792 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:05.602822 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:12:05.602891 [ 4 ] {1e7429bf-44ca-4fc0-965d-9fea44eb3297} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:12:05.602935 [ 4 ] {1e7429bf-44ca-4fc0-965d-9fea44eb3297} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:12:05.602945 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:05.602984 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1407 rows starting from the beginning of the part 2025.08.18 20:12:05.603052 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 138 rows starting from the beginning of the part 2025.08.18 20:12:05.603101 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 56 rows starting from the beginning of the part 2025.08.18 20:12:05.603143 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 259 rows starting from the beginning of the part 2025.08.18 20:12:05.603183 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 56 rows starting from the beginning of the part 2025.08.18 20:12:05.603224 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 138 rows starting from the beginning of the part 2025.08.18 20:12:05.603363 [ 4 ] {1e7429bf-44ca-4fc0-965d-9fea44eb3297} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.603403 [ 4 ] {1e7429bf-44ca-4fc0-965d-9fea44eb3297} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.603857 [ 4 ] {1e7429bf-44ca-4fc0-965d-9fea44eb3297} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.18 20:12:05.604090 [ 4 ] {1e7429bf-44ca-4fc0-965d-9fea44eb3297} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.604214 [ 4 ] {1e7429bf-44ca-4fc0-965d-9fea44eb3297} executeQuery: Read 41 rows, 3.08 KiB in 0.001341 sec., 30574.19835943326 rows/sec., 2.25 MiB/sec. 2025.08.18 20:12:05.604251 [ 4 ] {1e7429bf-44ca-4fc0-965d-9fea44eb3297} TCPHandler: Processed in 0.001507309 sec. 2025.08.18 20:12:05.604438 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:05.604458 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 2054 rows, containing 5 columns (5 merged, 0 gathered) in 0.001671912 sec., 1228533.5591825407 rows/sec., 108.31 MiB/sec. 2025.08.18 20:12:05.604548 [ 4 ] {f0658610-7e62-4b52-89aa-bd9b9bdb9485} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:05.604587 [ 4 ] {f0658610-7e62-4b52-89aa-bd9b9bdb9485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:05.604725 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.18 20:12:05.605016 [ 4 ] {f0658610-7e62-4b52-89aa-bd9b9bdb9485} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.605040 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.605051 [ 4 ] {f0658610-7e62-4b52-89aa-bd9b9bdb9485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.605121 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_66_13} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.18 20:12:05.605208 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.08.18 20:12:05.605379 [ 4 ] {f0658610-7e62-4b52-89aa-bd9b9bdb9485} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.18 20:12:05.605588 [ 4 ] {f0658610-7e62-4b52-89aa-bd9b9bdb9485} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.605712 [ 4 ] {f0658610-7e62-4b52-89aa-bd9b9bdb9485} executeQuery: Read 105 rows, 8.40 KiB in 0.001181 sec., 88907.70533446233 rows/sec., 6.94 MiB/sec. 2025.08.18 20:12:05.605716 [ 71 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.18 20:12:05.605749 [ 4 ] {f0658610-7e62-4b52-89aa-bd9b9bdb9485} TCPHandler: Processed in 0.001358218 sec. 2025.08.18 20:12:05.605774 [ 71 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.605803 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.605870 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:12:05.605874 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:05.605959 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:05.605984 [ 4 ] {3a3e67f7-bc32-4b2c-9bd2-91be014197ab} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:05.605987 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 633 rows starting from the beginning of the part 2025.08.18 20:12:05.606033 [ 4 ] {3a3e67f7-bc32-4b2c-9bd2-91be014197ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:05.606053 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 105 rows starting from the beginning of the part 2025.08.18 20:12:05.606094 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 64 rows starting from the beginning of the part 2025.08.18 20:12:05.606130 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 143 rows starting from the beginning of the part 2025.08.18 20:12:05.606164 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 64 rows starting from the beginning of the part 2025.08.18 20:12:05.606208 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 105 rows starting from the beginning of the part 2025.08.18 20:12:05.606480 [ 4 ] {3a3e67f7-bc32-4b2c-9bd2-91be014197ab} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.606520 [ 4 ] {3a3e67f7-bc32-4b2c-9bd2-91be014197ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.606872 [ 4 ] {3a3e67f7-bc32-4b2c-9bd2-91be014197ab} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.18 20:12:05.607051 [ 194 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 1114 rows, containing 5 columns (5 merged, 0 gathered) in 0.001201456 sec., 927208.3205710404 rows/sec., 74.83 MiB/sec. 2025.08.18 20:12:05.607087 [ 4 ] {3a3e67f7-bc32-4b2c-9bd2-91be014197ab} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.607213 [ 71 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.18 20:12:05.607225 [ 4 ] {3a3e67f7-bc32-4b2c-9bd2-91be014197ab} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2025.08.18 20:12:05.607245 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.18 20:12:05.607251 [ 71 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.607274 [ 4 ] {3a3e67f7-bc32-4b2c-9bd2-91be014197ab} TCPHandler: Processed in 0.001447259 sec. 2025.08.18 20:12:05.607281 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.607366 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:12:05.607386 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:05.607452 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:05.607480 [ 4 ] {62ba9af6-9062-47be-a6be-522ab00067e0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:05.607481 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 17530 rows starting from the beginning of the part 2025.08.18 20:12:05.607535 [ 4 ] {62ba9af6-9062-47be-a6be-522ab00067e0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:12:05.607535 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.607549 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 160 rows starting from the beginning of the part 2025.08.18 20:12:05.607606 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 160 rows starting from the beginning of the part 2025.08.18 20:12:05.607626 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_66_13} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.18 20:12:05.607649 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 197 rows starting from the beginning of the part 2025.08.18 20:12:05.607692 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part 2025.08.18 20:12:05.607705 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.08.18 20:12:05.607731 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:12:05.608395 [ 4 ] {62ba9af6-9062-47be-a6be-522ab00067e0} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.608431 [ 4 ] {62ba9af6-9062-47be-a6be-522ab00067e0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.609100 [ 4 ] {62ba9af6-9062-47be-a6be-522ab00067e0} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:12:05.609334 [ 4 ] {62ba9af6-9062-47be-a6be-522ab00067e0} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.609468 [ 4 ] {62ba9af6-9062-47be-a6be-522ab00067e0} executeQuery: Read 41 rows, 75.23 KiB in 0.002006 sec., 20438.683948155533 rows/sec., 36.63 MiB/sec. 2025.08.18 20:12:05.609519 [ 4 ] {62ba9af6-9062-47be-a6be-522ab00067e0} TCPHandler: Processed in 0.002180048 sec. 2025.08.18 20:12:05.609629 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:05.609721 [ 4 ] {dabb3bae-1417-4ee2-b498-a2a1e7b01859} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:05.609762 [ 4 ] {dabb3bae-1417-4ee2-b498-a2a1e7b01859} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:05.610092 [ 4 ] {dabb3bae-1417-4ee2-b498-a2a1e7b01859} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.610127 [ 4 ] {dabb3bae-1417-4ee2-b498-a2a1e7b01859} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.610625 [ 4 ] {dabb3bae-1417-4ee2-b498-a2a1e7b01859} MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) 2025.08.18 20:12:05.610837 [ 4 ] {dabb3bae-1417-4ee2-b498-a2a1e7b01859} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.610944 [ 71 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 2025.08.18 20:12:05.610968 [ 4 ] {dabb3bae-1417-4ee2-b498-a2a1e7b01859} executeQuery: Read 60 rows, 4.14 KiB in 0.001264 sec., 47468.354430379746 rows/sec., 3.20 MiB/sec. 2025.08.18 20:12:05.610974 [ 71 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:05.611006 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:05.611008 [ 4 ] {dabb3bae-1417-4ee2-b498-a2a1e7b01859} TCPHandler: Processed in 0.001426178 sec. 2025.08.18 20:12:05.611076 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:05.611173 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_66_13} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:05.611203 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3120 rows starting from the beginning of the part 2025.08.18 20:12:05.611277 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:05.611339 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part 2025.08.18 20:12:05.611395 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:05.611449 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_66_13} MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part 2025.08.18 20:12:05.611503 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:05.612125 [ 195 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 18367 rows, containing 5 columns (5 merged, 0 gathered) in 0.004784903 sec., 3838531.3140099184 rows/sec., 263.14 MiB/sec. 2025.08.18 20:12:05.612446 [ 195 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.18 20:12:05.612714 [ 195 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.612787 [ 195 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_66_13} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.18 20:12:05.612869 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.08.18 20:12:05.612977 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_66_13} MergeTask::MergeProjectionsStage: Merge sorted 3420 rows, containing 4 columns (4 merged, 0 gathered) in 0.001931245 sec., 1770878.371206139 rows/sec., 119.34 MiB/sec. 2025.08.18 20:12:05.613344 [ 195 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_66_13} MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) 2025.08.18 20:12:05.613593 [ 195 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_66_13} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:05.613654 [ 195 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_66_13} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 2025.08.18 20:12:05.613711 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2025.08.18 20:12:09.529278 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:09.529547 [ 4 ] {9ff3014c-9751-4957-873d-9c7959abca45} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:09.529648 [ 4 ] {9ff3014c-9751-4957-873d-9c7959abca45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:09.531510 [ 4 ] {9ff3014c-9751-4957-873d-9c7959abca45} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:09.531584 [ 4 ] {9ff3014c-9751-4957-873d-9c7959abca45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:09.532302 [ 4 ] {9ff3014c-9751-4957-873d-9c7959abca45} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.18 20:12:09.532609 [ 4 ] {9ff3014c-9751-4957-873d-9c7959abca45} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:09.532849 [ 4 ] {9ff3014c-9751-4957-873d-9c7959abca45} executeQuery: Read 1196 rows, 100.50 KiB in 0.00337 sec., 354896.14243323443 rows/sec., 29.12 MiB/sec. 2025.08.18 20:12:09.532928 [ 4 ] {9ff3014c-9751-4957-873d-9c7959abca45} TCPHandler: Processed in 0.00386343 sec. 2025.08.18 20:12:09.533092 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:09.533219 [ 4 ] {d791b675-bffa-4ebc-a92f-9919b0986efb} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:12:09.533275 [ 4 ] {d791b675-bffa-4ebc-a92f-9919b0986efb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:12:09.533910 [ 4 ] {d791b675-bffa-4ebc-a92f-9919b0986efb} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:09.533959 [ 4 ] {d791b675-bffa-4ebc-a92f-9919b0986efb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:09.534367 [ 4 ] {d791b675-bffa-4ebc-a92f-9919b0986efb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:12:09.534631 [ 4 ] {d791b675-bffa-4ebc-a92f-9919b0986efb} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:09.534796 [ 4 ] {d791b675-bffa-4ebc-a92f-9919b0986efb} executeQuery: Read 228 rows, 15.81 KiB in 0.001611 sec., 141527.0018621974 rows/sec., 9.58 MiB/sec. 2025.08.18 20:12:09.534843 [ 4 ] {d791b675-bffa-4ebc-a92f-9919b0986efb} TCPHandler: Processed in 0.001818293 sec. 2025.08.18 20:12:09.534987 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:09.535090 [ 4 ] {4e2e1812-f948-4728-9796-366ccd060050} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:09.535132 [ 4 ] {4e2e1812-f948-4728-9796-366ccd060050} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:09.535737 [ 4 ] {4e2e1812-f948-4728-9796-366ccd060050} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:09.535773 [ 4 ] {4e2e1812-f948-4728-9796-366ccd060050} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:09.536191 [ 4 ] {4e2e1812-f948-4728-9796-366ccd060050} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.18 20:12:09.536456 [ 4 ] {4e2e1812-f948-4728-9796-366ccd060050} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:09.536618 [ 4 ] {4e2e1812-f948-4728-9796-366ccd060050} executeQuery: Read 520 rows, 39.40 KiB in 0.001547 sec., 336134.4537815126 rows/sec., 24.87 MiB/sec. 2025.08.18 20:12:09.536664 [ 4 ] {4e2e1812-f948-4728-9796-366ccd060050} TCPHandler: Processed in 0.001740893 sec. 2025.08.18 20:12:09.536803 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:09.536909 [ 4 ] {16dce9d1-0b72-4663-8ee3-be3bb5136cb5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:09.536964 [ 4 ] {16dce9d1-0b72-4663-8ee3-be3bb5136cb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:09.537716 [ 4 ] {16dce9d1-0b72-4663-8ee3-be3bb5136cb5} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:09.537760 [ 4 ] {16dce9d1-0b72-4663-8ee3-be3bb5136cb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:09.538236 [ 4 ] {16dce9d1-0b72-4663-8ee3-be3bb5136cb5} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.18 20:12:09.538508 [ 4 ] {16dce9d1-0b72-4663-8ee3-be3bb5136cb5} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:09.538662 [ 4 ] {16dce9d1-0b72-4663-8ee3-be3bb5136cb5} executeQuery: Read 974 rows, 66.96 KiB in 0.001775 sec., 548732.3943661972 rows/sec., 36.84 MiB/sec. 2025.08.18 20:12:09.538706 [ 4 ] {16dce9d1-0b72-4663-8ee3-be3bb5136cb5} TCPHandler: Processed in 0.001961255 sec. 2025.08.18 20:12:09.538842 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:09.538947 [ 4 ] {15197d43-3284-43ed-a128-023f145caaf0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:09.538997 [ 4 ] {15197d43-3284-43ed-a128-023f145caaf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:09.539384 [ 4 ] {15197d43-3284-43ed-a128-023f145caaf0} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:09.539425 [ 4 ] {15197d43-3284-43ed-a128-023f145caaf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:09.539826 [ 4 ] {15197d43-3284-43ed-a128-023f145caaf0} MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) 2025.08.18 20:12:09.540089 [ 4 ] {15197d43-3284-43ed-a128-023f145caaf0} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:09.540240 [ 4 ] {15197d43-3284-43ed-a128-023f145caaf0} executeQuery: Read 48 rows, 3.31 KiB in 0.001314 sec., 36529.6803652968 rows/sec., 2.46 MiB/sec. 2025.08.18 20:12:09.540283 [ 4 ] {15197d43-3284-43ed-a128-023f145caaf0} TCPHandler: Processed in 0.001497599 sec. 2025.08.18 20:12:10.592451 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:10.592641 [ 4 ] {79099ce2-f1f4-479c-8d31-2cd5b4212b14} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:10.592713 [ 4 ] {79099ce2-f1f4-479c-8d31-2cd5b4212b14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:10.593383 [ 4 ] {79099ce2-f1f4-479c-8d31-2cd5b4212b14} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:10.593433 [ 4 ] {79099ce2-f1f4-479c-8d31-2cd5b4212b14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:10.593897 [ 4 ] {79099ce2-f1f4-479c-8d31-2cd5b4212b14} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.18 20:12:10.594131 [ 4 ] {79099ce2-f1f4-479c-8d31-2cd5b4212b14} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:10.594285 [ 4 ] {79099ce2-f1f4-479c-8d31-2cd5b4212b14} executeQuery: Read 56 rows, 4.38 KiB in 0.001693 sec., 33077.377436503244 rows/sec., 2.53 MiB/sec. 2025.08.18 20:12:10.594327 [ 4 ] {79099ce2-f1f4-479c-8d31-2cd5b4212b14} TCPHandler: Processed in 0.002016966 sec. 2025.08.18 20:12:10.594449 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:10.594547 [ 4 ] {4ce9a8b0-4264-45a7-af5c-279b4c5b4fc8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:10.594588 [ 4 ] {4ce9a8b0-4264-45a7-af5c-279b4c5b4fc8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:10.595022 [ 4 ] {4ce9a8b0-4264-45a7-af5c-279b4c5b4fc8} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:10.595108 [ 4 ] {4ce9a8b0-4264-45a7-af5c-279b4c5b4fc8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:10.595408 [ 4 ] {4ce9a8b0-4264-45a7-af5c-279b4c5b4fc8} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.18 20:12:10.595634 [ 4 ] {4ce9a8b0-4264-45a7-af5c-279b4c5b4fc8} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:10.595762 [ 4 ] {4ce9a8b0-4264-45a7-af5c-279b4c5b4fc8} executeQuery: Read 64 rows, 5.12 KiB in 0.001234 sec., 51863.85737439222 rows/sec., 4.05 MiB/sec. 2025.08.18 20:12:10.595799 [ 4 ] {4ce9a8b0-4264-45a7-af5c-279b4c5b4fc8} TCPHandler: Processed in 0.001400198 sec. 2025.08.18 20:12:10.595918 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:10.596015 [ 4 ] {9641cc9e-813d-4350-8e33-c4bfa8ef9116} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:10.596060 [ 4 ] {9641cc9e-813d-4350-8e33-c4bfa8ef9116} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:10.596437 [ 4 ] {9641cc9e-813d-4350-8e33-c4bfa8ef9116} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:10.596472 [ 4 ] {9641cc9e-813d-4350-8e33-c4bfa8ef9116} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:10.596796 [ 4 ] {9641cc9e-813d-4350-8e33-c4bfa8ef9116} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.18 20:12:10.597010 [ 4 ] {9641cc9e-813d-4350-8e33-c4bfa8ef9116} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:10.597144 [ 4 ] {9641cc9e-813d-4350-8e33-c4bfa8ef9116} executeQuery: Read 32 rows, 2.28 KiB in 0.001147 sec., 27898.866608544027 rows/sec., 1.94 MiB/sec. 2025.08.18 20:12:10.597181 [ 4 ] {9641cc9e-813d-4350-8e33-c4bfa8ef9116} TCPHandler: Processed in 0.001314957 sec. 2025.08.18 20:12:10.597291 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:10.597390 [ 4 ] {e46ede2a-022c-40f9-aad6-04f810f2c6ec} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:10.597432 [ 4 ] {e46ede2a-022c-40f9-aad6-04f810f2c6ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:10.597749 [ 4 ] {e46ede2a-022c-40f9-aad6-04f810f2c6ec} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:10.597785 [ 4 ] {e46ede2a-022c-40f9-aad6-04f810f2c6ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:10.598085 [ 4 ] {e46ede2a-022c-40f9-aad6-04f810f2c6ec} MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) 2025.08.18 20:12:10.598298 [ 4 ] {e46ede2a-022c-40f9-aad6-04f810f2c6ec} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:10.598429 [ 4 ] {e46ede2a-022c-40f9-aad6-04f810f2c6ec} executeQuery: Read 12 rows, 848.00 B in 0.001059 sec., 11331.444759206799 rows/sec., 781.99 KiB/sec. 2025.08.18 20:12:10.598468 [ 4 ] {e46ede2a-022c-40f9-aad6-04f810f2c6ec} TCPHandler: Processed in 0.001226056 sec. 2025.08.18 20:12:11.566669 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18849 2025.08.18 20:12:11.567231 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:11.567282 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:11.567789 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.18 20:12:11.568039 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:11.568178 [ 46 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.18 20:12:11.568188 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18849 2025.08.18 20:12:11.568252 [ 46 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:11.568279 [ 46 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:11.568386 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:12:11.568496 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:11.568531 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16592 rows starting from the beginning of the part 2025.08.18 20:12:11.568604 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part 2025.08.18 20:12:11.568655 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part 2025.08.18 20:12:11.568697 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part 2025.08.18 20:12:11.568743 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part 2025.08.18 20:12:11.568783 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part 2025.08.18 20:12:11.570673 [ 192 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 18849 rows, containing 4 columns (4 merged, 0 gathered) in 0.002382741 sec., 7910637.370994162 rows/sec., 113.16 MiB/sec. 2025.08.18 20:12:11.570983 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.18 20:12:11.571263 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:11.571331 [ 200 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_41_8} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.18 20:12:11.571420 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. 2025.08.18 20:12:12.604148 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2025.08.18 20:12:12.621878 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:12.621945 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:12.628084 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.18 20:12:12.628811 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:12.629135 [ 29 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.18 20:12:12.629201 [ 29 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:12.629224 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.06 GiB. 2025.08.18 20:12:12.629352 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:12.632169 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2025.08.18 20:12:12.633115 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:12.634574 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2025.08.18 20:12:12.639041 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2025.08.18 20:12:12.643477 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:12.648060 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:12.652818 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:12.656602 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:12.707045 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.077752873 sec., 3974.1296762114503 rows/sec., 20.55 MiB/sec. 2025.08.18 20:12:12.709526 [ 199 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.18 20:12:12.711599 [ 199 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_41_8} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:12.711677 [ 199 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_41_8} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.18 20:12:12.713692 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.18 20:12:14.124725 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 950 2025.08.18 20:12:14.127349 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:14.127406 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:14.128634 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:12:14.128914 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:14.129273 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 950 2025.08.18 20:12:15.601120 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:15.601319 [ 4 ] {47d41f1c-a4d4-4cad-9e47-938a2663dac2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:15.601390 [ 4 ] {47d41f1c-a4d4-4cad-9e47-938a2663dac2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:15.602212 [ 4 ] {47d41f1c-a4d4-4cad-9e47-938a2663dac2} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:15.602250 [ 4 ] {47d41f1c-a4d4-4cad-9e47-938a2663dac2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:15.602650 [ 4 ] {47d41f1c-a4d4-4cad-9e47-938a2663dac2} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.18 20:12:15.602880 [ 4 ] {47d41f1c-a4d4-4cad-9e47-938a2663dac2} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:15.603027 [ 4 ] {47d41f1c-a4d4-4cad-9e47-938a2663dac2} executeQuery: Read 138 rows, 12.23 KiB in 0.001763 sec., 78275.666477595 rows/sec., 6.77 MiB/sec. 2025.08.18 20:12:15.603069 [ 4 ] {47d41f1c-a4d4-4cad-9e47-938a2663dac2} TCPHandler: Processed in 0.002089277 sec. 2025.08.18 20:12:15.603272 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:15.603373 [ 4 ] {b70811c6-6273-4bbd-84d0-141eb0e06c8b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:12:15.603414 [ 4 ] {b70811c6-6273-4bbd-84d0-141eb0e06c8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:12:15.603864 [ 4 ] {b70811c6-6273-4bbd-84d0-141eb0e06c8b} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:15.603898 [ 4 ] {b70811c6-6273-4bbd-84d0-141eb0e06c8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:15.604195 [ 4 ] {b70811c6-6273-4bbd-84d0-141eb0e06c8b} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.18 20:12:15.604398 [ 4 ] {b70811c6-6273-4bbd-84d0-141eb0e06c8b} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:15.604521 [ 4 ] {b70811c6-6273-4bbd-84d0-141eb0e06c8b} executeQuery: Read 41 rows, 3.08 KiB in 0.001168 sec., 35102.7397260274 rows/sec., 2.58 MiB/sec. 2025.08.18 20:12:15.604559 [ 4 ] {b70811c6-6273-4bbd-84d0-141eb0e06c8b} TCPHandler: Processed in 0.001337817 sec. 2025.08.18 20:12:15.604675 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:15.604770 [ 4 ] {8ca3b409-2096-4b78-81c8-c705a046c16f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:15.604811 [ 4 ] {8ca3b409-2096-4b78-81c8-c705a046c16f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:15.605295 [ 4 ] {8ca3b409-2096-4b78-81c8-c705a046c16f} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:15.605330 [ 4 ] {8ca3b409-2096-4b78-81c8-c705a046c16f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:15.605639 [ 4 ] {8ca3b409-2096-4b78-81c8-c705a046c16f} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.18 20:12:15.605845 [ 4 ] {8ca3b409-2096-4b78-81c8-c705a046c16f} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:15.605969 [ 4 ] {8ca3b409-2096-4b78-81c8-c705a046c16f} executeQuery: Read 105 rows, 8.40 KiB in 0.001217 sec., 86277.73212818406 rows/sec., 6.74 MiB/sec. 2025.08.18 20:12:15.606005 [ 4 ] {8ca3b409-2096-4b78-81c8-c705a046c16f} TCPHandler: Processed in 0.001382548 sec. 2025.08.18 20:12:15.606116 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:15.606211 [ 4 ] {aa7ea125-88c1-4bf1-82ce-8d09fac52158} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:15.606253 [ 4 ] {aa7ea125-88c1-4bf1-82ce-8d09fac52158} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:15.606685 [ 4 ] {aa7ea125-88c1-4bf1-82ce-8d09fac52158} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:15.606719 [ 4 ] {aa7ea125-88c1-4bf1-82ce-8d09fac52158} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:15.607057 [ 4 ] {aa7ea125-88c1-4bf1-82ce-8d09fac52158} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.18 20:12:15.607267 [ 4 ] {aa7ea125-88c1-4bf1-82ce-8d09fac52158} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:15.607390 [ 4 ] {aa7ea125-88c1-4bf1-82ce-8d09fac52158} executeQuery: Read 160 rows, 11.41 KiB in 0.001197 sec., 133667.50208855473 rows/sec., 9.31 MiB/sec. 2025.08.18 20:12:15.607426 [ 4 ] {aa7ea125-88c1-4bf1-82ce-8d09fac52158} TCPHandler: Processed in 0.001357898 sec. 2025.08.18 20:12:15.607524 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:15.607617 [ 4 ] {44029cbd-b291-4b91-8221-7803df083768} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:15.607669 [ 4 ] {44029cbd-b291-4b91-8221-7803df083768} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:12:15.608541 [ 4 ] {44029cbd-b291-4b91-8221-7803df083768} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:15.608575 [ 4 ] {44029cbd-b291-4b91-8221-7803df083768} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:15.609127 [ 4 ] {44029cbd-b291-4b91-8221-7803df083768} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:12:15.609342 [ 4 ] {44029cbd-b291-4b91-8221-7803df083768} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:15.609470 [ 4 ] {44029cbd-b291-4b91-8221-7803df083768} executeQuery: Read 41 rows, 75.23 KiB in 0.001871 sec., 21913.415285943345 rows/sec., 39.27 MiB/sec. 2025.08.18 20:12:15.609521 [ 4 ] {44029cbd-b291-4b91-8221-7803df083768} TCPHandler: Processed in 0.002045167 sec. 2025.08.18 20:12:15.609630 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:15.609724 [ 4 ] {90a23b05-736f-4130-8f0f-32fd0474e27c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:15.609765 [ 4 ] {90a23b05-736f-4130-8f0f-32fd0474e27c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:15.610094 [ 4 ] {90a23b05-736f-4130-8f0f-32fd0474e27c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:15.610127 [ 4 ] {90a23b05-736f-4130-8f0f-32fd0474e27c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:15.610421 [ 4 ] {90a23b05-736f-4130-8f0f-32fd0474e27c} MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) 2025.08.18 20:12:15.610625 [ 4 ] {90a23b05-736f-4130-8f0f-32fd0474e27c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:15.610748 [ 4 ] {90a23b05-736f-4130-8f0f-32fd0474e27c} executeQuery: Read 60 rows, 4.14 KiB in 0.001043 sec., 57526.36625119846 rows/sec., 3.88 MiB/sec. 2025.08.18 20:12:15.610782 [ 4 ] {90a23b05-736f-4130-8f0f-32fd0474e27c} TCPHandler: Processed in 0.001201055 sec. 2025.08.18 20:12:18.936842 [ 48 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:12:18.936943 [ 48 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:12:19.068364 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19337 2025.08.18 20:12:19.068935 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:19.068979 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:19.069723 [ 244 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.18 20:12:19.069955 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:19.070104 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19337 2025.08.18 20:12:20.132274 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 2025.08.18 20:12:20.148400 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:20.148469 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:20.154976 [ 243 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.18 20:12:20.155858 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:20.159594 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 317 2025.08.18 20:12:20.598768 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:20.598962 [ 4 ] {0c228489-39c0-4e5f-8930-4c4d52393745} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:20.599064 [ 4 ] {0c228489-39c0-4e5f-8930-4c4d52393745} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:20.599834 [ 4 ] {0c228489-39c0-4e5f-8930-4c4d52393745} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:20.599881 [ 4 ] {0c228489-39c0-4e5f-8930-4c4d52393745} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:20.600271 [ 4 ] {0c228489-39c0-4e5f-8930-4c4d52393745} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.18 20:12:20.600494 [ 4 ] {0c228489-39c0-4e5f-8930-4c4d52393745} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:20.600642 [ 4 ] {0c228489-39c0-4e5f-8930-4c4d52393745} executeQuery: Read 56 rows, 4.38 KiB in 0.001735 sec., 32276.657060518733 rows/sec., 2.46 MiB/sec. 2025.08.18 20:12:20.600682 [ 4 ] {0c228489-39c0-4e5f-8930-4c4d52393745} TCPHandler: Processed in 0.002055397 sec. 2025.08.18 20:12:20.600803 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:20.600896 [ 4 ] {52577fbf-7744-48b7-93a5-9c0bcf4499c7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:20.600936 [ 4 ] {52577fbf-7744-48b7-93a5-9c0bcf4499c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:20.601341 [ 4 ] {52577fbf-7744-48b7-93a5-9c0bcf4499c7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:20.601378 [ 4 ] {52577fbf-7744-48b7-93a5-9c0bcf4499c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:20.601680 [ 4 ] {52577fbf-7744-48b7-93a5-9c0bcf4499c7} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.18 20:12:20.601890 [ 4 ] {52577fbf-7744-48b7-93a5-9c0bcf4499c7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:20.602013 [ 4 ] {52577fbf-7744-48b7-93a5-9c0bcf4499c7} executeQuery: Read 64 rows, 5.12 KiB in 0.001136 sec., 56338.028169014084 rows/sec., 4.40 MiB/sec. 2025.08.18 20:12:20.602050 [ 4 ] {52577fbf-7744-48b7-93a5-9c0bcf4499c7} TCPHandler: Processed in 0.001293907 sec. 2025.08.18 20:12:20.602169 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:20.602262 [ 4 ] {cba8219d-4248-4103-81e3-b34999fdba9f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:20.602304 [ 4 ] {cba8219d-4248-4103-81e3-b34999fdba9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:20.602715 [ 4 ] {cba8219d-4248-4103-81e3-b34999fdba9f} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:20.602750 [ 4 ] {cba8219d-4248-4103-81e3-b34999fdba9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:20.603084 [ 4 ] {cba8219d-4248-4103-81e3-b34999fdba9f} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.18 20:12:20.603308 [ 4 ] {cba8219d-4248-4103-81e3-b34999fdba9f} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:20.603436 [ 4 ] {cba8219d-4248-4103-81e3-b34999fdba9f} executeQuery: Read 160 rows, 11.41 KiB in 0.001192 sec., 134228.1879194631 rows/sec., 9.35 MiB/sec. 2025.08.18 20:12:20.603471 [ 4 ] {cba8219d-4248-4103-81e3-b34999fdba9f} TCPHandler: Processed in 0.001354398 sec. 2025.08.18 20:12:20.603572 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:20.603664 [ 4 ] {48487646-24af-4983-836d-47830b1d19df} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:20.603707 [ 4 ] {48487646-24af-4983-836d-47830b1d19df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:20.604023 [ 4 ] {48487646-24af-4983-836d-47830b1d19df} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:20.604059 [ 4 ] {48487646-24af-4983-836d-47830b1d19df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:20.604364 [ 4 ] {48487646-24af-4983-836d-47830b1d19df} MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) 2025.08.18 20:12:20.604569 [ 4 ] {48487646-24af-4983-836d-47830b1d19df} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:20.604694 [ 4 ] {48487646-24af-4983-836d-47830b1d19df} executeQuery: Read 60 rows, 4.14 KiB in 0.001048 sec., 57251.90839694656 rows/sec., 3.86 MiB/sec. 2025.08.18 20:12:20.604727 [ 4 ] {48487646-24af-4983-836d-47830b1d19df} TCPHandler: Processed in 0.001202865 sec. 2025.08.18 20:12:24.129424 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 970 2025.08.18 20:12:24.131628 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:24.131690 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:24.132935 [ 242 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:12:24.133231 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:24.133409 [ 49 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.18 20:12:24.133476 [ 49 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:24.133498 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:24.133623 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:12:24.133642 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 970 2025.08.18 20:12:24.134201 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:24.134347 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 838 rows starting from the beginning of the part 2025.08.18 20:12:24.134746 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:12:24.135149 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part 2025.08.18 20:12:24.135624 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 28 rows starting from the beginning of the part 2025.08.18 20:12:24.136137 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part 2025.08.18 20:12:24.136551 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 20 rows starting from the beginning of the part 2025.08.18 20:12:24.143096 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 970 rows, containing 72 columns (72 merged, 0 gathered) in 0.009531514 sec., 101767.6730055687 rows/sec., 81.03 MiB/sec. 2025.08.18 20:12:24.144467 [ 189 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.18 20:12:24.145118 [ 189 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:24.145209 [ 189 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_31_6} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.18 20:12:24.145568 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.23 MiB. 2025.08.18 20:12:25.603080 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.603361 [ 4 ] {209004fe-4309-4d8a-a9e7-74a4f89db18d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:12:25.603462 [ 4 ] {209004fe-4309-4d8a-a9e7-74a4f89db18d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:12:25.604198 [ 4 ] {209004fe-4309-4d8a-a9e7-74a4f89db18d} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.604241 [ 4 ] {209004fe-4309-4d8a-a9e7-74a4f89db18d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.604635 [ 4 ] {209004fe-4309-4d8a-a9e7-74a4f89db18d} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:12:25.604857 [ 4 ] {209004fe-4309-4d8a-a9e7-74a4f89db18d} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.605007 [ 4 ] {209004fe-4309-4d8a-a9e7-74a4f89db18d} executeQuery: Read 24 rows, 2.04 KiB in 0.001724 sec., 13921.113689095127 rows/sec., 1.16 MiB/sec. 2025.08.18 20:12:25.605050 [ 4 ] {209004fe-4309-4d8a-a9e7-74a4f89db18d} TCPHandler: Processed in 0.002148638 sec. 2025.08.18 20:12:25.605162 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.605255 [ 4 ] {4a96e6d9-9856-4f2a-9591-2327872c4ecd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:12:25.605295 [ 4 ] {4a96e6d9-9856-4f2a-9591-2327872c4ecd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:12:25.605677 [ 4 ] {4a96e6d9-9856-4f2a-9591-2327872c4ecd} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.605712 [ 4 ] {4a96e6d9-9856-4f2a-9591-2327872c4ecd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.606016 [ 4 ] {4a96e6d9-9856-4f2a-9591-2327872c4ecd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:12:25.606249 [ 4 ] {4a96e6d9-9856-4f2a-9591-2327872c4ecd} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.606371 [ 4 ] {4a96e6d9-9856-4f2a-9591-2327872c4ecd} executeQuery: Read 14 rows, 1.14 KiB in 0.001135 sec., 12334.801762114537 rows/sec., 1005.82 KiB/sec. 2025.08.18 20:12:25.606407 [ 4 ] {4a96e6d9-9856-4f2a-9591-2327872c4ecd} TCPHandler: Processed in 0.001293067 sec. 2025.08.18 20:12:25.606512 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.606604 [ 4 ] {60dcfc9d-9fec-4e70-bf24-49341180eee9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:25.606642 [ 4 ] {60dcfc9d-9fec-4e70-bf24-49341180eee9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:25.607146 [ 4 ] {60dcfc9d-9fec-4e70-bf24-49341180eee9} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.607183 [ 4 ] {60dcfc9d-9fec-4e70-bf24-49341180eee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.607515 [ 4 ] {60dcfc9d-9fec-4e70-bf24-49341180eee9} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.18 20:12:25.607719 [ 4 ] {60dcfc9d-9fec-4e70-bf24-49341180eee9} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.607839 [ 97 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.18 20:12:25.607845 [ 4 ] {60dcfc9d-9fec-4e70-bf24-49341180eee9} executeQuery: Read 265 rows, 24.18 KiB in 0.001259 sec., 210484.51151707707 rows/sec., 18.76 MiB/sec. 2025.08.18 20:12:25.607910 [ 97 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.607929 [ 4 ] {60dcfc9d-9fec-4e70-bf24-49341180eee9} TCPHandler: Processed in 0.001463949 sec. 2025.08.18 20:12:25.607937 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.608046 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:12:25.608059 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.608154 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:25.608166 [ 4 ] {bb4b8b85-49e7-476f-91c2-793f042b815a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:12:25.608186 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1407 rows starting from the beginning of the part 2025.08.18 20:12:25.608206 [ 4 ] {bb4b8b85-49e7-476f-91c2-793f042b815a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:12:25.608253 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 1196 rows starting from the beginning of the part 2025.08.18 20:12:25.608304 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 56 rows starting from the beginning of the part 2025.08.18 20:12:25.608349 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 138 rows starting from the beginning of the part 2025.08.18 20:12:25.608393 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 56 rows starting from the beginning of the part 2025.08.18 20:12:25.608437 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 265 rows starting from the beginning of the part 2025.08.18 20:12:25.608621 [ 4 ] {bb4b8b85-49e7-476f-91c2-793f042b815a} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.608655 [ 4 ] {bb4b8b85-49e7-476f-91c2-793f042b815a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.609076 [ 4 ] {bb4b8b85-49e7-476f-91c2-793f042b815a} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.18 20:12:25.609285 [ 4 ] {bb4b8b85-49e7-476f-91c2-793f042b815a} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.609392 [ 97 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.18 20:12:25.609408 [ 4 ] {bb4b8b85-49e7-476f-91c2-793f042b815a} executeQuery: Read 67 rows, 5.02 KiB in 0.00126 sec., 53174.60317460317 rows/sec., 3.89 MiB/sec. 2025.08.18 20:12:25.609425 [ 97 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.609448 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.609449 [ 4 ] {bb4b8b85-49e7-476f-91c2-793f042b815a} TCPHandler: Processed in 0.001443059 sec. 2025.08.18 20:12:25.609552 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:12:25.609572 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.609671 [ 4 ] {06f6fbcc-521a-4f64-9c7a-885d4f48d862} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:12:25.609673 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:25.609713 [ 4 ] {06f6fbcc-521a-4f64-9c7a-885d4f48d862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:12:25.609722 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 71 rows starting from the beginning of the part 2025.08.18 20:12:25.609808 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part 2025.08.18 20:12:25.609820 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3118 rows, containing 5 columns (5 merged, 0 gathered) in 0.001818514 sec., 1714586.7450016881 rows/sec., 149.44 MiB/sec. 2025.08.18 20:12:25.609852 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 55 rows starting from the beginning of the part 2025.08.18 20:12:25.609895 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part 2025.08.18 20:12:25.609936 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part 2025.08.18 20:12:25.609980 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 67 rows starting from the beginning of the part 2025.08.18 20:12:25.610040 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.18 20:12:25.610120 [ 4 ] {06f6fbcc-521a-4f64-9c7a-885d4f48d862} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.610166 [ 4 ] {06f6fbcc-521a-4f64-9c7a-885d4f48d862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.610337 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.610432 [ 201 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_71_14} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.18 20:12:25.610521 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.18 20:12:25.610649 [ 4 ] {06f6fbcc-521a-4f64-9c7a-885d4f48d862} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:12:25.610796 [ 192 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001288437 sec., 245258.40223464556 rows/sec., 18.94 MiB/sec. 2025.08.18 20:12:25.610869 [ 4 ] {06f6fbcc-521a-4f64-9c7a-885d4f48d862} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.610908 [ 201 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.18 20:12:25.611005 [ 4 ] {06f6fbcc-521a-4f64-9c7a-885d4f48d862} executeQuery: Read 24 rows, 2.04 KiB in 0.001351 sec., 17764.61880088823 rows/sec., 1.47 MiB/sec. 2025.08.18 20:12:25.611047 [ 4 ] {06f6fbcc-521a-4f64-9c7a-885d4f48d862} TCPHandler: Processed in 0.00152143 sec. 2025.08.18 20:12:25.611140 [ 201 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.611148 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.611204 [ 201 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_36_7} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.18 20:12:25.611249 [ 4 ] {1fdff7ed-5eed-46bb-a07a-78920f885370} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:12:25.611270 [ 201 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.18 20:12:25.611292 [ 4 ] {1fdff7ed-5eed-46bb-a07a-78920f885370} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:12:25.611672 [ 4 ] {1fdff7ed-5eed-46bb-a07a-78920f885370} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.611708 [ 4 ] {1fdff7ed-5eed-46bb-a07a-78920f885370} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.611999 [ 4 ] {1fdff7ed-5eed-46bb-a07a-78920f885370} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.08.18 20:12:25.612204 [ 4 ] {1fdff7ed-5eed-46bb-a07a-78920f885370} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.612327 [ 4 ] {1fdff7ed-5eed-46bb-a07a-78920f885370} executeQuery: Read 12 rows, 960.00 B in 0.001096 sec., 10948.905109489051 rows/sec., 855.38 KiB/sec. 2025.08.18 20:12:25.612363 [ 4 ] {1fdff7ed-5eed-46bb-a07a-78920f885370} TCPHandler: Processed in 0.001261536 sec. 2025.08.18 20:12:25.612462 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.612552 [ 4 ] {41f1d9cf-c26b-4817-baa3-8df41c1c4392} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:25.612590 [ 4 ] {41f1d9cf-c26b-4817-baa3-8df41c1c4392} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:25.613034 [ 4 ] {41f1d9cf-c26b-4817-baa3-8df41c1c4392} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.613069 [ 4 ] {41f1d9cf-c26b-4817-baa3-8df41c1c4392} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.613375 [ 4 ] {41f1d9cf-c26b-4817-baa3-8df41c1c4392} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.18 20:12:25.613578 [ 4 ] {41f1d9cf-c26b-4817-baa3-8df41c1c4392} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.613685 [ 97 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.18 20:12:25.613702 [ 4 ] {41f1d9cf-c26b-4817-baa3-8df41c1c4392} executeQuery: Read 155 rows, 12.80 KiB in 0.001166 sec., 132933.10463121784 rows/sec., 10.72 MiB/sec. 2025.08.18 20:12:25.613723 [ 97 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.613745 [ 4 ] {41f1d9cf-c26b-4817-baa3-8df41c1c4392} TCPHandler: Processed in 0.001330557 sec. 2025.08.18 20:12:25.613746 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.613836 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:12:25.613851 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.613925 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:25.613947 [ 4 ] {86ebe357-e975-4a67-9c16-29eea9c055dc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:25.613957 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 633 rows starting from the beginning of the part 2025.08.18 20:12:25.614000 [ 4 ] {86ebe357-e975-4a67-9c16-29eea9c055dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:25.614023 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 520 rows starting from the beginning of the part 2025.08.18 20:12:25.614070 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 64 rows starting from the beginning of the part 2025.08.18 20:12:25.614113 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 105 rows starting from the beginning of the part 2025.08.18 20:12:25.614152 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 64 rows starting from the beginning of the part 2025.08.18 20:12:25.614191 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 155 rows starting from the beginning of the part 2025.08.18 20:12:25.614401 [ 4 ] {86ebe357-e975-4a67-9c16-29eea9c055dc} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.614443 [ 4 ] {86ebe357-e975-4a67-9c16-29eea9c055dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.614797 [ 4 ] {86ebe357-e975-4a67-9c16-29eea9c055dc} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.18 20:12:25.615014 [ 4 ] {86ebe357-e975-4a67-9c16-29eea9c055dc} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.615127 [ 97 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.18 20:12:25.615142 [ 4 ] {86ebe357-e975-4a67-9c16-29eea9c055dc} executeQuery: Read 203 rows, 14.89 KiB in 0.001213 sec., 167353.66859027205 rows/sec., 11.99 MiB/sec. 2025.08.18 20:12:25.615156 [ 97 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.615181 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.615185 [ 4 ] {86ebe357-e975-4a67-9c16-29eea9c055dc} TCPHandler: Processed in 0.001380698 sec. 2025.08.18 20:12:25.615194 [ 201 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 1541 rows, containing 5 columns (5 merged, 0 gathered) in 0.001385898 sec., 1111914.4410339 rows/sec., 88.58 MiB/sec. 2025.08.18 20:12:25.615236 [ 189 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:12:25.615304 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.615319 [ 189 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:25.615352 [ 189 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18367 rows starting from the beginning of the part 2025.08.18 20:12:25.615398 [ 189 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 974 rows starting from the beginning of the part 2025.08.18 20:12:25.615402 [ 4 ] {8217e2f1-9f16-4207-9002-e8f2df4e343b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:25.615437 [ 189 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 32 rows starting from the beginning of the part 2025.08.18 20:12:25.615449 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.18 20:12:25.615464 [ 4 ] {8217e2f1-9f16-4207-9002-e8f2df4e343b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:12:25.615479 [ 189 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part 2025.08.18 20:12:25.615533 [ 189 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:12:25.615568 [ 189 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 203 rows starting from the beginning of the part 2025.08.18 20:12:25.615834 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.615925 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_71_14} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.18 20:12:25.616022 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.18 20:12:25.616296 [ 4 ] {8217e2f1-9f16-4207-9002-e8f2df4e343b} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.616336 [ 4 ] {8217e2f1-9f16-4207-9002-e8f2df4e343b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.616964 [ 4 ] {8217e2f1-9f16-4207-9002-e8f2df4e343b} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:12:25.617190 [ 4 ] {8217e2f1-9f16-4207-9002-e8f2df4e343b} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.617300 [ 97 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2025.08.18 20:12:25.617327 [ 4 ] {8217e2f1-9f16-4207-9002-e8f2df4e343b} executeQuery: Read 41 rows, 75.23 KiB in 0.001942 sec., 21112.255406797118 rows/sec., 37.83 MiB/sec. 2025.08.18 20:12:25.617331 [ 97 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.617368 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.617386 [ 4 ] {8217e2f1-9f16-4207-9002-e8f2df4e343b} TCPHandler: Processed in 0.002128378 sec. 2025.08.18 20:12:25.617431 [ 201 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:12:25.617501 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:25.617597 [ 4 ] {5a3581c6-ab55-465f-b197-8d0dc3fdfdf4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:25.617616 [ 201 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:25.617638 [ 4 ] {5a3581c6-ab55-465f-b197-8d0dc3fdfdf4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:25.617673 [ 201 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 946 rows starting from the beginning of the part 2025.08.18 20:12:25.617784 [ 201 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 41 rows starting from the beginning of the part 2025.08.18 20:12:25.617886 [ 201 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 41 rows starting from the beginning of the part 2025.08.18 20:12:25.617972 [ 4 ] {5a3581c6-ab55-465f-b197-8d0dc3fdfdf4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.617979 [ 201 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 41 rows starting from the beginning of the part 2025.08.18 20:12:25.618014 [ 4 ] {5a3581c6-ab55-465f-b197-8d0dc3fdfdf4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.618085 [ 201 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 41 rows starting from the beginning of the part 2025.08.18 20:12:25.618179 [ 201 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 41 rows starting from the beginning of the part 2025.08.18 20:12:25.618449 [ 4 ] {5a3581c6-ab55-465f-b197-8d0dc3fdfdf4} MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) 2025.08.18 20:12:25.618687 [ 4 ] {5a3581c6-ab55-465f-b197-8d0dc3fdfdf4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.618807 [ 97 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 2025.08.18 20:12:25.618830 [ 4 ] {5a3581c6-ab55-465f-b197-8d0dc3fdfdf4} executeQuery: Read 60 rows, 4.14 KiB in 0.00125 sec., 48000 rows/sec., 3.23 MiB/sec. 2025.08.18 20:12:25.618841 [ 97 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:25.618870 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:25.618871 [ 4 ] {5a3581c6-ab55-465f-b197-8d0dc3fdfdf4} TCPHandler: Processed in 0.001417678 sec. 2025.08.18 20:12:25.618955 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:25.619055 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:25.619082 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3420 rows starting from the beginning of the part 2025.08.18 20:12:25.619131 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 48 rows starting from the beginning of the part 2025.08.18 20:12:25.619175 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 12 rows starting from the beginning of the part 2025.08.18 20:12:25.619212 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part 2025.08.18 20:12:25.619249 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:25.619285 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part 2025.08.18 20:12:25.621129 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 3660 rows, containing 4 columns (4 merged, 0 gathered) in 0.002207439 sec., 1658029.9614168275 rows/sec., 111.74 MiB/sec. 2025.08.18 20:12:25.621659 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.18 20:12:25.622017 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.622109 [ 198 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_71_14} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.18 20:12:25.622222 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2025.08.18 20:12:25.622481 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} MergeTask::MergeProjectionsStage: Merge sorted 19896 rows, containing 5 columns (5 merged, 0 gathered) in 0.007263785 sec., 2739067.8551196107 rows/sec., 187.72 MiB/sec. 2025.08.18 20:12:25.622787 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) 2025.08.18 20:12:25.623045 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.623118 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_71_14} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 2025.08.18 20:12:25.623179 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2025.08.18 20:12:25.625327 [ 198 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1151 rows, containing 19 columns (19 merged, 0 gathered) in 0.007923113 sec., 145271.18318267073 rows/sec., 260.32 MiB/sec. 2025.08.18 20:12:25.627062 [ 194 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2025.08.18 20:12:25.627497 [ 194 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:25.627607 [ 194 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_31_6} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2025.08.18 20:12:25.627763 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.66 MiB. 2025.08.18 20:12:26.000159 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 268.76 MiB, peak 282.76 MiB, free memory in arenas 0.00 B, will set to 276.66 MiB (RSS), difference: 7.89 MiB 2025.08.18 20:12:26.571161 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19764 2025.08.18 20:12:26.571659 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:26.571704 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:26.572215 [ 244 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.18 20:12:26.572452 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:26.572590 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19764 2025.08.18 20:12:27.659679 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 324 2025.08.18 20:12:27.675832 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:27.675900 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:27.681879 [ 243 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.18 20:12:27.682585 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:27.685298 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 324 2025.08.18 20:12:30.599081 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:30.599301 [ 4 ] {4a124d2e-c4c0-49dc-86df-994246b874b3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:30.599379 [ 4 ] {4a124d2e-c4c0-49dc-86df-994246b874b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:30.600088 [ 4 ] {4a124d2e-c4c0-49dc-86df-994246b874b3} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:30.600142 [ 4 ] {4a124d2e-c4c0-49dc-86df-994246b874b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:30.600545 [ 4 ] {4a124d2e-c4c0-49dc-86df-994246b874b3} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.18 20:12:30.600777 [ 4 ] {4a124d2e-c4c0-49dc-86df-994246b874b3} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:30.600950 [ 4 ] {4a124d2e-c4c0-49dc-86df-994246b874b3} executeQuery: Read 56 rows, 4.38 KiB in 0.001705 sec., 32844.574780058654 rows/sec., 2.51 MiB/sec. 2025.08.18 20:12:30.601001 [ 4 ] {4a124d2e-c4c0-49dc-86df-994246b874b3} TCPHandler: Processed in 0.002067827 sec. 2025.08.18 20:12:30.601124 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:30.601230 [ 4 ] {e711f292-bfe2-4fe7-81f0-d8008602f79a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:30.601274 [ 4 ] {e711f292-bfe2-4fe7-81f0-d8008602f79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:30.601696 [ 4 ] {e711f292-bfe2-4fe7-81f0-d8008602f79a} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:30.601734 [ 4 ] {e711f292-bfe2-4fe7-81f0-d8008602f79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:30.602063 [ 4 ] {e711f292-bfe2-4fe7-81f0-d8008602f79a} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.18 20:12:30.602285 [ 4 ] {e711f292-bfe2-4fe7-81f0-d8008602f79a} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:30.602421 [ 4 ] {e711f292-bfe2-4fe7-81f0-d8008602f79a} executeQuery: Read 64 rows, 5.12 KiB in 0.001216 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. 2025.08.18 20:12:30.602461 [ 4 ] {e711f292-bfe2-4fe7-81f0-d8008602f79a} TCPHandler: Processed in 0.001390128 sec. 2025.08.18 20:12:30.602575 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:30.602672 [ 4 ] {4a8ec8b7-0b4d-4517-b2cc-cfdf0a723e1c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:30.602717 [ 4 ] {4a8ec8b7-0b4d-4517-b2cc-cfdf0a723e1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:30.603140 [ 4 ] {4a8ec8b7-0b4d-4517-b2cc-cfdf0a723e1c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:30.603178 [ 4 ] {4a8ec8b7-0b4d-4517-b2cc-cfdf0a723e1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:30.603527 [ 4 ] {4a8ec8b7-0b4d-4517-b2cc-cfdf0a723e1c} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.18 20:12:30.603741 [ 4 ] {4a8ec8b7-0b4d-4517-b2cc-cfdf0a723e1c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:30.603874 [ 4 ] {4a8ec8b7-0b4d-4517-b2cc-cfdf0a723e1c} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2025.08.18 20:12:30.603912 [ 4 ] {4a8ec8b7-0b4d-4517-b2cc-cfdf0a723e1c} TCPHandler: Processed in 0.001387079 sec. 2025.08.18 20:12:30.604030 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:30.604127 [ 4 ] {462e6bbe-84ea-471e-ba60-3d39887c8a7e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:30.604171 [ 4 ] {462e6bbe-84ea-471e-ba60-3d39887c8a7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:30.604508 [ 4 ] {462e6bbe-84ea-471e-ba60-3d39887c8a7e} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:30.604545 [ 4 ] {462e6bbe-84ea-471e-ba60-3d39887c8a7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:30.604851 [ 4 ] {462e6bbe-84ea-471e-ba60-3d39887c8a7e} MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) 2025.08.18 20:12:30.605066 [ 4 ] {462e6bbe-84ea-471e-ba60-3d39887c8a7e} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:30.605197 [ 4 ] {462e6bbe-84ea-471e-ba60-3d39887c8a7e} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2025.08.18 20:12:30.605233 [ 4 ] {462e6bbe-84ea-471e-ba60-3d39887c8a7e} TCPHandler: Processed in 0.001253256 sec. 2025.08.18 20:12:33.936994 [ 89 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:12:33.937063 [ 89 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:12:34.072698 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20252 2025.08.18 20:12:34.073230 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:34.073263 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:34.073700 [ 244 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.18 20:12:34.073904 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:34.074091 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20252 2025.08.18 20:12:34.133826 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 998 2025.08.18 20:12:34.136757 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:34.136827 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:34.138241 [ 242 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.18 20:12:34.138607 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:34.138962 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 998 2025.08.18 20:12:35.185385 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 332 2025.08.18 20:12:35.201958 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:35.202010 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:35.208023 [ 243 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.18 20:12:35.208728 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:35.211591 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 332 2025.08.18 20:12:35.600501 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:35.600686 [ 4 ] {ebcfef49-cacf-48c9-883f-8be8c9955d97} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:35.600754 [ 4 ] {ebcfef49-cacf-48c9-883f-8be8c9955d97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:35.601470 [ 4 ] {ebcfef49-cacf-48c9-883f-8be8c9955d97} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:35.601520 [ 4 ] {ebcfef49-cacf-48c9-883f-8be8c9955d97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:35.601925 [ 4 ] {ebcfef49-cacf-48c9-883f-8be8c9955d97} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.18 20:12:35.602166 [ 4 ] {ebcfef49-cacf-48c9-883f-8be8c9955d97} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:35.602319 [ 4 ] {ebcfef49-cacf-48c9-883f-8be8c9955d97} executeQuery: Read 138 rows, 12.23 KiB in 0.001683 sec., 81996.43493761141 rows/sec., 7.10 MiB/sec. 2025.08.18 20:12:35.602362 [ 4 ] {ebcfef49-cacf-48c9-883f-8be8c9955d97} TCPHandler: Processed in 0.001990816 sec. 2025.08.18 20:12:35.602482 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:35.602578 [ 4 ] {8fdaab7c-91ae-49c5-9c4e-94646279a253} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:12:35.602620 [ 4 ] {8fdaab7c-91ae-49c5-9c4e-94646279a253} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:12:35.603024 [ 4 ] {8fdaab7c-91ae-49c5-9c4e-94646279a253} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:35.603062 [ 4 ] {8fdaab7c-91ae-49c5-9c4e-94646279a253} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:35.603362 [ 4 ] {8fdaab7c-91ae-49c5-9c4e-94646279a253} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.18 20:12:35.603564 [ 4 ] {8fdaab7c-91ae-49c5-9c4e-94646279a253} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:35.603692 [ 4 ] {8fdaab7c-91ae-49c5-9c4e-94646279a253} executeQuery: Read 41 rows, 3.08 KiB in 0.001133 sec., 36187.113857016775 rows/sec., 2.66 MiB/sec. 2025.08.18 20:12:35.603730 [ 4 ] {8fdaab7c-91ae-49c5-9c4e-94646279a253} TCPHandler: Processed in 0.001297837 sec. 2025.08.18 20:12:35.603840 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:35.603935 [ 4 ] {a16914b2-9a14-4050-beb2-67adee823c55} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:35.603975 [ 4 ] {a16914b2-9a14-4050-beb2-67adee823c55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:35.604396 [ 4 ] {a16914b2-9a14-4050-beb2-67adee823c55} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:35.604432 [ 4 ] {a16914b2-9a14-4050-beb2-67adee823c55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:35.604731 [ 4 ] {a16914b2-9a14-4050-beb2-67adee823c55} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.18 20:12:35.604935 [ 4 ] {a16914b2-9a14-4050-beb2-67adee823c55} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:35.605072 [ 4 ] {a16914b2-9a14-4050-beb2-67adee823c55} executeQuery: Read 105 rows, 8.40 KiB in 0.001155 sec., 90909.09090909091 rows/sec., 7.10 MiB/sec. 2025.08.18 20:12:35.605114 [ 4 ] {a16914b2-9a14-4050-beb2-67adee823c55} TCPHandler: Processed in 0.001323527 sec. 2025.08.18 20:12:35.605225 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:35.605319 [ 4 ] {30895a7e-cbaa-4d0b-8db7-804851872259} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:35.605363 [ 4 ] {30895a7e-cbaa-4d0b-8db7-804851872259} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:35.605775 [ 4 ] {30895a7e-cbaa-4d0b-8db7-804851872259} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:35.605811 [ 4 ] {30895a7e-cbaa-4d0b-8db7-804851872259} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:35.606135 [ 4 ] {30895a7e-cbaa-4d0b-8db7-804851872259} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.18 20:12:35.606344 [ 4 ] {30895a7e-cbaa-4d0b-8db7-804851872259} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:35.606472 [ 4 ] {30895a7e-cbaa-4d0b-8db7-804851872259} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2025.08.18 20:12:35.606509 [ 4 ] {30895a7e-cbaa-4d0b-8db7-804851872259} TCPHandler: Processed in 0.001332917 sec. 2025.08.18 20:12:35.606608 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:35.606703 [ 4 ] {ad1d7529-9732-4c21-89d0-22dfe6437774} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:35.606757 [ 4 ] {ad1d7529-9732-4c21-89d0-22dfe6437774} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:12:35.607593 [ 4 ] {ad1d7529-9732-4c21-89d0-22dfe6437774} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:35.607628 [ 4 ] {ad1d7529-9732-4c21-89d0-22dfe6437774} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:35.608195 [ 4 ] {ad1d7529-9732-4c21-89d0-22dfe6437774} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2025.08.18 20:12:35.608411 [ 4 ] {ad1d7529-9732-4c21-89d0-22dfe6437774} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:35.608543 [ 4 ] {ad1d7529-9732-4c21-89d0-22dfe6437774} executeQuery: Read 41 rows, 75.23 KiB in 0.001858 sec., 22066.73842841765 rows/sec., 39.54 MiB/sec. 2025.08.18 20:12:35.608598 [ 4 ] {ad1d7529-9732-4c21-89d0-22dfe6437774} TCPHandler: Processed in 0.002037687 sec. 2025.08.18 20:12:35.608718 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:35.608813 [ 4 ] {5cafbca5-84ca-4ea4-a7a3-1b14ee94ab26} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:35.608855 [ 4 ] {5cafbca5-84ca-4ea4-a7a3-1b14ee94ab26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:35.609193 [ 4 ] {5cafbca5-84ca-4ea4-a7a3-1b14ee94ab26} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:35.609230 [ 4 ] {5cafbca5-84ca-4ea4-a7a3-1b14ee94ab26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:35.609529 [ 4 ] {5cafbca5-84ca-4ea4-a7a3-1b14ee94ab26} MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) 2025.08.18 20:12:35.609734 [ 4 ] {5cafbca5-84ca-4ea4-a7a3-1b14ee94ab26} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:35.609860 [ 4 ] {5cafbca5-84ca-4ea4-a7a3-1b14ee94ab26} executeQuery: Read 60 rows, 4.14 KiB in 0.001066 sec., 56285.17823639774 rows/sec., 3.79 MiB/sec. 2025.08.18 20:12:35.609895 [ 4 ] {5cafbca5-84ca-4ea4-a7a3-1b14ee94ab26} TCPHandler: Processed in 0.001227736 sec. 2025.08.18 20:12:37.805970 [ 87 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.08.18 20:12:37.806035 [ 87 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:37.806061 [ 87 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.05 GiB. 2025.08.18 20:12:37.806197 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::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.08.18 20:12:37.806335 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:37.806369 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 252 rows starting from the beginning of the part 2025.08.18 20:12:37.806433 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part 2025.08.18 20:12:37.806479 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 24 rows starting from the beginning of the part 2025.08.18 20:12:37.806520 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 228 rows starting from the beginning of the part 2025.08.18 20:12:37.806566 [ 189 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 24 rows starting from the beginning of the part 2025.08.18 20:12:37.807359 [ 194 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001214386 sec., 622536.8210766593 rows/sec., 45.43 MiB/sec. 2025.08.18 20:12:37.807575 [ 198 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.08.18 20:12:37.807888 [ 198 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:37.807971 [ 198 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_21_5} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.08.18 20:12:37.808079 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.18 20:12:39.507222 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:39.507446 [ 4 ] {98183156-41b6-47ea-a7d7-61ab86cf82f3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:12:39.507524 [ 4 ] {98183156-41b6-47ea-a7d7-61ab86cf82f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:12:39.508218 [ 4 ] {98183156-41b6-47ea-a7d7-61ab86cf82f3} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:39.508270 [ 4 ] {98183156-41b6-47ea-a7d7-61ab86cf82f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:39.508737 [ 4 ] {98183156-41b6-47ea-a7d7-61ab86cf82f3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.08.18 20:12:39.509028 [ 4 ] {98183156-41b6-47ea-a7d7-61ab86cf82f3} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:39.509202 [ 4 ] {98183156-41b6-47ea-a7d7-61ab86cf82f3} executeQuery: Read 2 rows, 167.00 B in 0.001816 sec., 1101.3215859030838 rows/sec., 89.81 KiB/sec. 2025.08.18 20:12:39.509253 [ 4 ] {98183156-41b6-47ea-a7d7-61ab86cf82f3} TCPHandler: Processed in 0.002225039 sec. 2025.08.18 20:12:39.509375 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:39.509479 [ 4 ] {02abb0dc-c081-4e4e-b009-03b6cad363a0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:39.509526 [ 4 ] {02abb0dc-c081-4e4e-b009-03b6cad363a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:39.510559 [ 4 ] {02abb0dc-c081-4e4e-b009-03b6cad363a0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:39.510600 [ 4 ] {02abb0dc-c081-4e4e-b009-03b6cad363a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:39.511092 [ 4 ] {02abb0dc-c081-4e4e-b009-03b6cad363a0} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.18 20:12:39.511352 [ 4 ] {02abb0dc-c081-4e4e-b009-03b6cad363a0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:39.511500 [ 4 ] {02abb0dc-c081-4e4e-b009-03b6cad363a0} executeQuery: Read 1197 rows, 100.57 KiB in 0.002042 sec., 586190.0097943193 rows/sec., 48.10 MiB/sec. 2025.08.18 20:12:39.511544 [ 4 ] {02abb0dc-c081-4e4e-b009-03b6cad363a0} TCPHandler: Processed in 0.002225809 sec. 2025.08.18 20:12:39.511666 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:39.511767 [ 4 ] {41a419e7-07c0-4497-bd1b-6e2df90ae326} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:12:39.511821 [ 4 ] {41a419e7-07c0-4497-bd1b-6e2df90ae326} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:12:39.512288 [ 4 ] {41a419e7-07c0-4497-bd1b-6e2df90ae326} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:39.512330 [ 4 ] {41a419e7-07c0-4497-bd1b-6e2df90ae326} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:39.512676 [ 4 ] {41a419e7-07c0-4497-bd1b-6e2df90ae326} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.18 20:12:39.512934 [ 4 ] {41a419e7-07c0-4497-bd1b-6e2df90ae326} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:39.513156 [ 4 ] {41a419e7-07c0-4497-bd1b-6e2df90ae326} executeQuery: Read 2 rows, 143.00 B in 0.001408 sec., 1420.4545454545455 rows/sec., 99.18 KiB/sec. 2025.08.18 20:12:39.513196 [ 4 ] {41a419e7-07c0-4497-bd1b-6e2df90ae326} TCPHandler: Processed in 0.001585031 sec. 2025.08.18 20:12:39.513330 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:39.513444 [ 4 ] {40457264-9389-4519-be4c-c90b255e5f5c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:12:39.513503 [ 4 ] {40457264-9389-4519-be4c-c90b255e5f5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:12:39.513986 [ 4 ] {40457264-9389-4519-be4c-c90b255e5f5c} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:39.514022 [ 4 ] {40457264-9389-4519-be4c-c90b255e5f5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:39.514342 [ 4 ] {40457264-9389-4519-be4c-c90b255e5f5c} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:12:39.514556 [ 4 ] {40457264-9389-4519-be4c-c90b255e5f5c} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:39.514682 [ 4 ] {40457264-9389-4519-be4c-c90b255e5f5c} executeQuery: Read 228 rows, 15.81 KiB in 0.001258 sec., 181240.06359300477 rows/sec., 12.27 MiB/sec. 2025.08.18 20:12:39.514719 [ 4 ] {40457264-9389-4519-be4c-c90b255e5f5c} TCPHandler: Processed in 0.001442219 sec. 2025.08.18 20:12:39.514828 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:39.514923 [ 4 ] {e2da9ad4-5128-47a5-84ff-30648bf6534a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:39.514962 [ 4 ] {e2da9ad4-5128-47a5-84ff-30648bf6534a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:39.515502 [ 4 ] {e2da9ad4-5128-47a5-84ff-30648bf6534a} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:39.515538 [ 4 ] {e2da9ad4-5128-47a5-84ff-30648bf6534a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:39.515858 [ 4 ] {e2da9ad4-5128-47a5-84ff-30648bf6534a} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.18 20:12:39.516071 [ 4 ] {e2da9ad4-5128-47a5-84ff-30648bf6534a} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:39.516195 [ 4 ] {e2da9ad4-5128-47a5-84ff-30648bf6534a} executeQuery: Read 522 rows, 39.57 KiB in 0.001291 sec., 404337.7226955848 rows/sec., 29.93 MiB/sec. 2025.08.18 20:12:39.516234 [ 4 ] {e2da9ad4-5128-47a5-84ff-30648bf6534a} TCPHandler: Processed in 0.001456369 sec. 2025.08.18 20:12:39.516355 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:39.516451 [ 4 ] {f733913b-67d2-4b0e-ad1b-823be8182ef9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:39.516494 [ 4 ] {f733913b-67d2-4b0e-ad1b-823be8182ef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:39.517051 [ 4 ] {f733913b-67d2-4b0e-ad1b-823be8182ef9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:39.517086 [ 4 ] {f733913b-67d2-4b0e-ad1b-823be8182ef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:39.517470 [ 4 ] {f733913b-67d2-4b0e-ad1b-823be8182ef9} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.18 20:12:39.517682 [ 4 ] {f733913b-67d2-4b0e-ad1b-823be8182ef9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:39.517808 [ 4 ] {f733913b-67d2-4b0e-ad1b-823be8182ef9} executeQuery: Read 975 rows, 67.03 KiB in 0.001375 sec., 709090.9090909092 rows/sec., 47.61 MiB/sec. 2025.08.18 20:12:39.517844 [ 4 ] {f733913b-67d2-4b0e-ad1b-823be8182ef9} TCPHandler: Processed in 0.0015412 sec. 2025.08.18 20:12:39.517956 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:39.518051 [ 4 ] {b2e67783-07ed-4fd3-a827-561969bd06ec} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:39.518092 [ 4 ] {b2e67783-07ed-4fd3-a827-561969bd06ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:39.518437 [ 4 ] {b2e67783-07ed-4fd3-a827-561969bd06ec} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:39.518472 [ 4 ] {b2e67783-07ed-4fd3-a827-561969bd06ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:39.518775 [ 4 ] {b2e67783-07ed-4fd3-a827-561969bd06ec} MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) 2025.08.18 20:12:39.518980 [ 4 ] {b2e67783-07ed-4fd3-a827-561969bd06ec} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:39.519109 [ 4 ] {b2e67783-07ed-4fd3-a827-561969bd06ec} executeQuery: Read 48 rows, 3.31 KiB in 0.001076 sec., 44609.665427509295 rows/sec., 3.01 MiB/sec. 2025.08.18 20:12:39.519145 [ 4 ] {b2e67783-07ed-4fd3-a827-561969bd06ec} TCPHandler: Processed in 0.001239047 sec. 2025.08.18 20:12:40.592435 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:40.592630 [ 4 ] {1184b8e3-6ad1-47b8-8316-202f546ea31c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:40.592704 [ 4 ] {1184b8e3-6ad1-47b8-8316-202f546ea31c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:40.593400 [ 4 ] {1184b8e3-6ad1-47b8-8316-202f546ea31c} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:40.593440 [ 4 ] {1184b8e3-6ad1-47b8-8316-202f546ea31c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:40.593833 [ 4 ] {1184b8e3-6ad1-47b8-8316-202f546ea31c} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.18 20:12:40.594055 [ 4 ] {1184b8e3-6ad1-47b8-8316-202f546ea31c} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:40.594213 [ 4 ] {1184b8e3-6ad1-47b8-8316-202f546ea31c} executeQuery: Read 56 rows, 4.38 KiB in 0.001638 sec., 34188.03418803419 rows/sec., 2.61 MiB/sec. 2025.08.18 20:12:40.594264 [ 4 ] {1184b8e3-6ad1-47b8-8316-202f546ea31c} TCPHandler: Processed in 0.001965285 sec. 2025.08.18 20:12:40.594383 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:40.594484 [ 4 ] {d5c9c564-85fe-4eb4-91da-33c513712ea2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:40.594526 [ 4 ] {d5c9c564-85fe-4eb4-91da-33c513712ea2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:40.594992 [ 4 ] {d5c9c564-85fe-4eb4-91da-33c513712ea2} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:40.595028 [ 4 ] {d5c9c564-85fe-4eb4-91da-33c513712ea2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:40.595333 [ 4 ] {d5c9c564-85fe-4eb4-91da-33c513712ea2} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.18 20:12:40.595551 [ 4 ] {d5c9c564-85fe-4eb4-91da-33c513712ea2} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:40.595678 [ 4 ] {d5c9c564-85fe-4eb4-91da-33c513712ea2} executeQuery: Read 64 rows, 5.12 KiB in 0.001218 sec., 52545.15599343186 rows/sec., 4.10 MiB/sec. 2025.08.18 20:12:40.595716 [ 4 ] {d5c9c564-85fe-4eb4-91da-33c513712ea2} TCPHandler: Processed in 0.001383278 sec. 2025.08.18 20:12:40.595828 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:40.595924 [ 4 ] {b432b2d2-c627-47ce-9508-cceced5c92de} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:40.595967 [ 4 ] {b432b2d2-c627-47ce-9508-cceced5c92de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:40.596329 [ 4 ] {b432b2d2-c627-47ce-9508-cceced5c92de} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:40.596363 [ 4 ] {b432b2d2-c627-47ce-9508-cceced5c92de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:40.596675 [ 4 ] {b432b2d2-c627-47ce-9508-cceced5c92de} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.18 20:12:40.596879 [ 4 ] {b432b2d2-c627-47ce-9508-cceced5c92de} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:40.597003 [ 4 ] {b432b2d2-c627-47ce-9508-cceced5c92de} executeQuery: Read 32 rows, 2.28 KiB in 0.001099 sec., 29117.379435850777 rows/sec., 2.03 MiB/sec. 2025.08.18 20:12:40.597038 [ 4 ] {b432b2d2-c627-47ce-9508-cceced5c92de} TCPHandler: Processed in 0.001257246 sec. 2025.08.18 20:12:40.597136 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:40.597228 [ 4 ] {546d3e73-96a6-4b2e-b528-0382d9678040} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:40.597268 [ 4 ] {546d3e73-96a6-4b2e-b528-0382d9678040} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:40.597572 [ 4 ] {546d3e73-96a6-4b2e-b528-0382d9678040} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:40.597606 [ 4 ] {546d3e73-96a6-4b2e-b528-0382d9678040} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:40.597898 [ 4 ] {546d3e73-96a6-4b2e-b528-0382d9678040} MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) 2025.08.18 20:12:40.598100 [ 4 ] {546d3e73-96a6-4b2e-b528-0382d9678040} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:40.598223 [ 4 ] {546d3e73-96a6-4b2e-b528-0382d9678040} executeQuery: Read 12 rows, 848.00 B in 0.001013 sec., 11846.001974333662 rows/sec., 817.50 KiB/sec. 2025.08.18 20:12:40.598257 [ 4 ] {546d3e73-96a6-4b2e-b528-0382d9678040} TCPHandler: Processed in 0.001168415 sec. 2025.08.18 20:12:41.574218 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20679 2025.08.18 20:12:41.574721 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:41.574769 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:41.575266 [ 244 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.18 20:12:41.575515 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:41.575671 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20679 2025.08.18 20:12:42.711718 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 339 2025.08.18 20:12:42.728229 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:42.728286 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:42.734494 [ 243 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.18 20:12:42.735204 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:42.738021 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 339 2025.08.18 20:12:44.139205 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1032 2025.08.18 20:12:44.141785 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:44.141844 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:44.143108 [ 242 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.18 20:12:44.143404 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:44.143779 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1032 2025.08.18 20:12:45.600281 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:45.600485 [ 4 ] {85fd955a-4608-4d74-80bc-381a67f92756} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:45.600564 [ 4 ] {85fd955a-4608-4d74-80bc-381a67f92756} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:45.601408 [ 4 ] {85fd955a-4608-4d74-80bc-381a67f92756} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.601459 [ 4 ] {85fd955a-4608-4d74-80bc-381a67f92756} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.601871 [ 4 ] {85fd955a-4608-4d74-80bc-381a67f92756} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.18 20:12:45.602114 [ 4 ] {85fd955a-4608-4d74-80bc-381a67f92756} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.602277 [ 76 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.18 20:12:45.602282 [ 4 ] {85fd955a-4608-4d74-80bc-381a67f92756} executeQuery: Read 138 rows, 12.23 KiB in 0.001852 sec., 74514.03887688986 rows/sec., 6.45 MiB/sec. 2025.08.18 20:12:45.602321 [ 76 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.602341 [ 4 ] {85fd955a-4608-4d74-80bc-381a67f92756} TCPHandler: Processed in 0.002205729 sec. 2025.08.18 20:12:45.602354 [ 76 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.602489 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:45.602494 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:12:45.602587 [ 4 ] {d1d4949a-04c7-4837-898b-d501d1ba9353} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:12:45.602633 [ 4 ] {d1d4949a-04c7-4837-898b-d501d1ba9353} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:12:45.602648 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:45.602686 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1407 rows starting from the beginning of the part 2025.08.18 20:12:45.602753 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:12:45.602800 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 138 rows starting from the beginning of the part 2025.08.18 20:12:45.602846 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1197 rows starting from the beginning of the part 2025.08.18 20:12:45.602888 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part 2025.08.18 20:12:45.602927 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 138 rows starting from the beginning of the part 2025.08.18 20:12:45.603093 [ 4 ] {d1d4949a-04c7-4837-898b-d501d1ba9353} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.603135 [ 4 ] {d1d4949a-04c7-4837-898b-d501d1ba9353} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.603468 [ 4 ] {d1d4949a-04c7-4837-898b-d501d1ba9353} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.18 20:12:45.603695 [ 4 ] {d1d4949a-04c7-4837-898b-d501d1ba9353} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.603825 [ 4 ] {d1d4949a-04c7-4837-898b-d501d1ba9353} executeQuery: Read 41 rows, 3.08 KiB in 0.001257 sec., 32617.34287987271 rows/sec., 2.40 MiB/sec. 2025.08.18 20:12:45.603864 [ 4 ] {d1d4949a-04c7-4837-898b-d501d1ba9353} TCPHandler: Processed in 0.001430618 sec. 2025.08.18 20:12:45.603973 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:45.604073 [ 4 ] {6e247c8e-1f93-48e6-a571-d27e7015a8f1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:45.604113 [ 4 ] {6e247c8e-1f93-48e6-a571-d27e7015a8f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:45.604270 [ 196 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 2992 rows, containing 5 columns (5 merged, 0 gathered) in 0.001838424 sec., 1627480.92931772 rows/sec., 141.25 MiB/sec. 2025.08.18 20:12:45.604467 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.18 20:12:45.604575 [ 4 ] {6e247c8e-1f93-48e6-a571-d27e7015a8f1} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.604618 [ 4 ] {6e247c8e-1f93-48e6-a571-d27e7015a8f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.604727 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.604808 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_76_15} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.18 20:12:45.604885 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.18 20:12:45.604953 [ 4 ] {6e247c8e-1f93-48e6-a571-d27e7015a8f1} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.18 20:12:45.605185 [ 4 ] {6e247c8e-1f93-48e6-a571-d27e7015a8f1} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.605314 [ 4 ] {6e247c8e-1f93-48e6-a571-d27e7015a8f1} executeQuery: Read 105 rows, 8.40 KiB in 0.001259 sec., 83399.52343129468 rows/sec., 6.51 MiB/sec. 2025.08.18 20:12:45.605332 [ 75 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.18 20:12:45.605353 [ 4 ] {6e247c8e-1f93-48e6-a571-d27e7015a8f1} TCPHandler: Processed in 0.001428619 sec. 2025.08.18 20:12:45.605433 [ 75 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.605461 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.605531 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:45.605538 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:12:45.605634 [ 4 ] {aad94831-a3eb-438c-b0c8-cdf398c5d0c4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:45.605652 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:45.605683 [ 4 ] {aad94831-a3eb-438c-b0c8-cdf398c5d0c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:45.605684 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 633 rows starting from the beginning of the part 2025.08.18 20:12:45.605783 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 64 rows starting from the beginning of the part 2025.08.18 20:12:45.605827 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 105 rows starting from the beginning of the part 2025.08.18 20:12:45.605866 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 522 rows starting from the beginning of the part 2025.08.18 20:12:45.605908 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 64 rows starting from the beginning of the part 2025.08.18 20:12:45.605946 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 105 rows starting from the beginning of the part 2025.08.18 20:12:45.606113 [ 4 ] {aad94831-a3eb-438c-b0c8-cdf398c5d0c4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.606156 [ 4 ] {aad94831-a3eb-438c-b0c8-cdf398c5d0c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.606514 [ 4 ] {aad94831-a3eb-438c-b0c8-cdf398c5d0c4} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.18 20:12:45.606735 [ 4 ] {aad94831-a3eb-438c-b0c8-cdf398c5d0c4} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.606864 [ 4 ] {aad94831-a3eb-438c-b0c8-cdf398c5d0c4} executeQuery: Read 160 rows, 11.41 KiB in 0.001248 sec., 128205.1282051282 rows/sec., 8.93 MiB/sec. 2025.08.18 20:12:45.606873 [ 75 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.18 20:12:45.606899 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 1493 rows, containing 5 columns (5 merged, 0 gathered) in 0.001392078 sec., 1072497.3744287319 rows/sec., 85.08 MiB/sec. 2025.08.18 20:12:45.606918 [ 75 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.606903 [ 4 ] {aad94831-a3eb-438c-b0c8-cdf398c5d0c4} TCPHandler: Processed in 0.001420628 sec. 2025.08.18 20:12:45.606947 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.607033 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:12:45.607047 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.18 20:12:45.607063 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:45.607127 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:45.607157 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_76_15} MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19896 rows starting from the beginning of the part 2025.08.18 20:12:45.607165 [ 4 ] {a84bedcc-7287-4bf1-92f2-936c313bd274} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:45.607222 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:12:45.607228 [ 4 ] {a84bedcc-7287-4bf1-92f2-936c313bd274} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:12:45.607275 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part 2025.08.18 20:12:45.607303 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.607318 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 975 rows starting from the beginning of the part 2025.08.18 20:12:45.607365 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part 2025.08.18 20:12:45.607379 [ 198 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_76_15} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.18 20:12:45.607405 [ 196 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:12:45.607453 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. 2025.08.18 20:12:45.608116 [ 4 ] {a84bedcc-7287-4bf1-92f2-936c313bd274} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.608156 [ 4 ] {a84bedcc-7287-4bf1-92f2-936c313bd274} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.608799 [ 4 ] {a84bedcc-7287-4bf1-92f2-936c313bd274} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2025.08.18 20:12:45.609026 [ 4 ] {a84bedcc-7287-4bf1-92f2-936c313bd274} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.609164 [ 4 ] {a84bedcc-7287-4bf1-92f2-936c313bd274} executeQuery: Read 41 rows, 75.23 KiB in 0.002017 sec., 20327.21864154685 rows/sec., 36.43 MiB/sec. 2025.08.18 20:12:45.609219 [ 4 ] {a84bedcc-7287-4bf1-92f2-936c313bd274} TCPHandler: Processed in 0.002204009 sec. 2025.08.18 20:12:45.609331 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:45.609427 [ 4 ] {372a487a-71e2-438e-875f-9946d70fac44} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:45.609469 [ 4 ] {372a487a-71e2-438e-875f-9946d70fac44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:45.609823 [ 4 ] {372a487a-71e2-438e-875f-9946d70fac44} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.609859 [ 4 ] {372a487a-71e2-438e-875f-9946d70fac44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.610189 [ 4 ] {372a487a-71e2-438e-875f-9946d70fac44} MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) 2025.08.18 20:12:45.610404 [ 4 ] {372a487a-71e2-438e-875f-9946d70fac44} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.610531 [ 4 ] {372a487a-71e2-438e-875f-9946d70fac44} executeQuery: Read 60 rows, 4.14 KiB in 0.001123 sec., 53428.317008014244 rows/sec., 3.60 MiB/sec. 2025.08.18 20:12:45.610540 [ 75 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 2025.08.18 20:12:45.610569 [ 4 ] {372a487a-71e2-438e-875f-9946d70fac44} TCPHandler: Processed in 0.001287967 sec. 2025.08.18 20:12:45.610583 [ 75 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:45.610608 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:45.610693 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:45.610820 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_76_15} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:45.610858 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 3660 rows starting from the beginning of the part 2025.08.18 20:12:45.610935 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:45.610989 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:45.611035 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 48 rows starting from the beginning of the part 2025.08.18 20:12:45.611077 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_76_15} MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 12 rows starting from the beginning of the part 2025.08.18 20:12:45.611120 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:12:45.612564 [ 195 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 3900 rows, containing 4 columns (4 merged, 0 gathered) in 0.001911435 sec., 2040351.8822246115 rows/sec., 137.51 MiB/sec. 2025.08.18 20:12:45.613051 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.18 20:12:45.613367 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_76_15} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.613439 [ 188 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_76_15} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.18 20:12:45.613512 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. 2025.08.18 20:12:45.620473 [ 198 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_76_15} MergeTask::MergeProjectionsStage: Merge sorted 21383 rows, containing 5 columns (5 merged, 0 gathered) in 0.013470766 sec., 1587363.3318253765 rows/sec., 108.73 MiB/sec. 2025.08.18 20:12:45.620833 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_76_15} MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) 2025.08.18 20:12:45.621101 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_76_15} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:45.621172 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_76_15} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 2025.08.18 20:12:45.621253 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.28 MiB. 2025.08.18 20:12:46.000226 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 277.62 MiB, peak 284.87 MiB, free memory in arenas 0.00 B, will set to 279.53 MiB (RSS), difference: 1.91 MiB 2025.08.18 20:12:48.937104 [ 70 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:12:48.937172 [ 70 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:12:49.075829 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21167 2025.08.18 20:12:49.076416 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:49.076464 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:49.076957 [ 244 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.18 20:12:49.077184 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:49.077315 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21167 2025.08.18 20:12:49.077358 [ 70 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.18 20:12:49.077434 [ 70 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:49.077459 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:49.077593 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:12:49.077748 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:49.077789 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18849 rows starting from the beginning of the part 2025.08.18 20:12:49.077854 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part 2025.08.18 20:12:49.077901 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part 2025.08.18 20:12:49.077944 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part 2025.08.18 20:12:49.077987 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part 2025.08.18 20:12:49.078027 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part 2025.08.18 20:12:49.080104 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 21167 rows, containing 4 columns (4 merged, 0 gathered) in 0.002573813 sec., 8223985.192397428 rows/sec., 117.65 MiB/sec. 2025.08.18 20:12:49.080363 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.18 20:12:49.080657 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:49.080734 [ 195 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_46_9} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.18 20:12:49.080816 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.67 MiB. 2025.08.18 20:12:50.238164 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 347 2025.08.18 20:12:50.255615 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:50.255678 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:50.261815 [ 243 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.18 20:12:50.262559 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:50.262875 [ 69 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.18 20:12:50.262943 [ 69 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:50.262967 [ 69 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:50.263119 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:50.265767 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 347 2025.08.18 20:12:50.267112 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:50.268753 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:50.273471 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:50.278005 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:50.282372 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:50.286918 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:50.290958 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:12:50.341954 [ 195 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.078909968 sec., 4397.416559591052 rows/sec., 22.74 MiB/sec. 2025.08.18 20:12:50.344814 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.18 20:12:50.346890 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_46_9} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:50.346999 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_46_9} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.18 20:12:50.349761 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.18 20:12:50.599637 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:50.599835 [ 4 ] {a5c7b92c-c0fb-430b-8aeb-08b72adfcf53} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:50.599911 [ 4 ] {a5c7b92c-c0fb-430b-8aeb-08b72adfcf53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:50.600622 [ 4 ] {a5c7b92c-c0fb-430b-8aeb-08b72adfcf53} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:50.600675 [ 4 ] {a5c7b92c-c0fb-430b-8aeb-08b72adfcf53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:50.601067 [ 4 ] {a5c7b92c-c0fb-430b-8aeb-08b72adfcf53} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.18 20:12:50.601298 [ 4 ] {a5c7b92c-c0fb-430b-8aeb-08b72adfcf53} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:50.601460 [ 4 ] {a5c7b92c-c0fb-430b-8aeb-08b72adfcf53} executeQuery: Read 56 rows, 4.38 KiB in 0.00168 sec., 33333.33333333333 rows/sec., 2.54 MiB/sec. 2025.08.18 20:12:50.601511 [ 4 ] {a5c7b92c-c0fb-430b-8aeb-08b72adfcf53} TCPHandler: Processed in 0.002050547 sec. 2025.08.18 20:12:50.601654 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:50.601757 [ 4 ] {4cda32ae-fc95-4f78-a5ab-5c54da4ace12} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:50.601799 [ 4 ] {4cda32ae-fc95-4f78-a5ab-5c54da4ace12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:50.602234 [ 4 ] {4cda32ae-fc95-4f78-a5ab-5c54da4ace12} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:50.602272 [ 4 ] {4cda32ae-fc95-4f78-a5ab-5c54da4ace12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:50.602604 [ 4 ] {4cda32ae-fc95-4f78-a5ab-5c54da4ace12} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.18 20:12:50.602823 [ 4 ] {4cda32ae-fc95-4f78-a5ab-5c54da4ace12} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:50.602952 [ 4 ] {4cda32ae-fc95-4f78-a5ab-5c54da4ace12} executeQuery: Read 64 rows, 5.12 KiB in 0.001219 sec., 52502.05086136177 rows/sec., 4.10 MiB/sec. 2025.08.18 20:12:50.602990 [ 4 ] {4cda32ae-fc95-4f78-a5ab-5c54da4ace12} TCPHandler: Processed in 0.001386638 sec. 2025.08.18 20:12:50.603104 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:50.603201 [ 4 ] {3c4fff7d-0842-4b81-86d7-43b8770ba02d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:50.603245 [ 4 ] {3c4fff7d-0842-4b81-86d7-43b8770ba02d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:50.603667 [ 4 ] {3c4fff7d-0842-4b81-86d7-43b8770ba02d} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:50.603703 [ 4 ] {3c4fff7d-0842-4b81-86d7-43b8770ba02d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:50.604043 [ 4 ] {3c4fff7d-0842-4b81-86d7-43b8770ba02d} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.18 20:12:50.604259 [ 4 ] {3c4fff7d-0842-4b81-86d7-43b8770ba02d} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:50.604389 [ 4 ] {3c4fff7d-0842-4b81-86d7-43b8770ba02d} executeQuery: Read 160 rows, 11.41 KiB in 0.001208 sec., 132450.3311258278 rows/sec., 9.22 MiB/sec. 2025.08.18 20:12:50.604425 [ 4 ] {3c4fff7d-0842-4b81-86d7-43b8770ba02d} TCPHandler: Processed in 0.001371588 sec. 2025.08.18 20:12:50.604524 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:50.604616 [ 4 ] {014c1d33-41a8-47b4-83d4-8f9852d52216} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:50.604657 [ 4 ] {014c1d33-41a8-47b4-83d4-8f9852d52216} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:50.604978 [ 4 ] {014c1d33-41a8-47b4-83d4-8f9852d52216} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:50.605013 [ 4 ] {014c1d33-41a8-47b4-83d4-8f9852d52216} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:50.605312 [ 4 ] {014c1d33-41a8-47b4-83d4-8f9852d52216} MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) 2025.08.18 20:12:50.605519 [ 4 ] {014c1d33-41a8-47b4-83d4-8f9852d52216} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:50.605645 [ 4 ] {014c1d33-41a8-47b4-83d4-8f9852d52216} executeQuery: Read 60 rows, 4.14 KiB in 0.001047 sec., 57306.59025787966 rows/sec., 3.86 MiB/sec. 2025.08.18 20:12:50.605680 [ 4 ] {014c1d33-41a8-47b4-83d4-8f9852d52216} TCPHandler: Processed in 0.001204146 sec. 2025.08.18 20:12:51.539400 [ 67 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2025.08.18 20:12:51.539501 [ 67 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:51.539543 [ 67 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:51.539675 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:12:51.539810 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:12:51.539849 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:12:51.539922 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:12:51.539977 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:12:51.540029 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:12:51.540075 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:12:51.540871 [ 197 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001240216 sec., 30639.824030652726 rows/sec., 2.56 MiB/sec. 2025.08.18 20:12:51.541014 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2025.08.18 20:12:51.541260 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_17_4} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:51.541333 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_17_4} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2025.08.18 20:12:51.541400 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.18 20:12:54.144086 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1052 2025.08.18 20:12:54.146487 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:54.146552 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:54.147818 [ 242 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.18 20:12:54.148100 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:54.148493 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1052 2025.08.18 20:12:55.602974 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.603264 [ 4 ] {a9e08317-1538-46e1-a205-8121501d416a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:12:55.603373 [ 4 ] {a9e08317-1538-46e1-a205-8121501d416a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:12:55.604143 [ 4 ] {a9e08317-1538-46e1-a205-8121501d416a} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.604191 [ 4 ] {a9e08317-1538-46e1-a205-8121501d416a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.604593 [ 4 ] {a9e08317-1538-46e1-a205-8121501d416a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:12:55.604827 [ 4 ] {a9e08317-1538-46e1-a205-8121501d416a} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.604987 [ 4 ] {a9e08317-1538-46e1-a205-8121501d416a} executeQuery: Read 24 rows, 2.04 KiB in 0.001799 sec., 13340.744858254586 rows/sec., 1.11 MiB/sec. 2025.08.18 20:12:55.605030 [ 4 ] {a9e08317-1538-46e1-a205-8121501d416a} TCPHandler: Processed in 0.002245339 sec. 2025.08.18 20:12:55.605151 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.605248 [ 4 ] {6142cbb8-1a6d-4ff3-b76f-750bd1bacbb7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:12:55.605290 [ 4 ] {6142cbb8-1a6d-4ff3-b76f-750bd1bacbb7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:12:55.605667 [ 4 ] {6142cbb8-1a6d-4ff3-b76f-750bd1bacbb7} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.605705 [ 4 ] {6142cbb8-1a6d-4ff3-b76f-750bd1bacbb7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.605997 [ 4 ] {6142cbb8-1a6d-4ff3-b76f-750bd1bacbb7} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.08.18 20:12:55.606203 [ 4 ] {6142cbb8-1a6d-4ff3-b76f-750bd1bacbb7} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.606337 [ 4 ] {6142cbb8-1a6d-4ff3-b76f-750bd1bacbb7} executeQuery: Read 2 rows, 167.00 B in 0.001108 sec., 1805.0541516245487 rows/sec., 147.19 KiB/sec. 2025.08.18 20:12:55.606376 [ 4 ] {6142cbb8-1a6d-4ff3-b76f-750bd1bacbb7} TCPHandler: Processed in 0.001274767 sec. 2025.08.18 20:12:55.606476 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.606570 [ 4 ] {9e263f87-c979-4751-8c33-f801faa56ff1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:12:55.606610 [ 4 ] {9e263f87-c979-4751-8c33-f801faa56ff1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:12:55.607143 [ 4 ] {9e263f87-c979-4751-8c33-f801faa56ff1} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.607186 [ 4 ] {9e263f87-c979-4751-8c33-f801faa56ff1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.607516 [ 4 ] {9e263f87-c979-4751-8c33-f801faa56ff1} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.18 20:12:55.607743 [ 4 ] {9e263f87-c979-4751-8c33-f801faa56ff1} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.607877 [ 4 ] {9e263f87-c979-4751-8c33-f801faa56ff1} executeQuery: Read 259 rows, 23.74 KiB in 0.001326 sec., 195324.28355957769 rows/sec., 17.48 MiB/sec. 2025.08.18 20:12:55.607916 [ 4 ] {9e263f87-c979-4751-8c33-f801faa56ff1} TCPHandler: Processed in 0.001489 sec. 2025.08.18 20:12:55.608014 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.608109 [ 4 ] {0ee8aa59-ec38-4bdc-930e-f127b9754f0d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:12:55.608149 [ 4 ] {0ee8aa59-ec38-4bdc-930e-f127b9754f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:12:55.608547 [ 4 ] {0ee8aa59-ec38-4bdc-930e-f127b9754f0d} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.608583 [ 4 ] {0ee8aa59-ec38-4bdc-930e-f127b9754f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.608874 [ 4 ] {0ee8aa59-ec38-4bdc-930e-f127b9754f0d} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.18 20:12:55.609079 [ 4 ] {0ee8aa59-ec38-4bdc-930e-f127b9754f0d} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.609204 [ 4 ] {0ee8aa59-ec38-4bdc-930e-f127b9754f0d} executeQuery: Read 55 rows, 4.18 KiB in 0.001113 sec., 49415.99281221922 rows/sec., 3.67 MiB/sec. 2025.08.18 20:12:55.609241 [ 4 ] {0ee8aa59-ec38-4bdc-930e-f127b9754f0d} TCPHandler: Processed in 0.001274686 sec. 2025.08.18 20:12:55.609352 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.609445 [ 4 ] {a1a05a71-be91-4710-8171-faa7357e53fe} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:12:55.609484 [ 4 ] {a1a05a71-be91-4710-8171-faa7357e53fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:12:55.609857 [ 4 ] {a1a05a71-be91-4710-8171-faa7357e53fe} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.609892 [ 4 ] {a1a05a71-be91-4710-8171-faa7357e53fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.610216 [ 4 ] {a1a05a71-be91-4710-8171-faa7357e53fe} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:12:55.610419 [ 4 ] {a1a05a71-be91-4710-8171-faa7357e53fe} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.610547 [ 4 ] {a1a05a71-be91-4710-8171-faa7357e53fe} executeQuery: Read 24 rows, 2.04 KiB in 0.00112 sec., 21428.57142857143 rows/sec., 1.78 MiB/sec. 2025.08.18 20:12:55.610585 [ 4 ] {a1a05a71-be91-4710-8171-faa7357e53fe} TCPHandler: Processed in 0.001281276 sec. 2025.08.18 20:12:55.610683 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.610778 [ 4 ] {82db0e71-8753-430c-80da-cde7b327af82} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:12:55.610817 [ 4 ] {82db0e71-8753-430c-80da-cde7b327af82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:12:55.611196 [ 4 ] {82db0e71-8753-430c-80da-cde7b327af82} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.611233 [ 4 ] {82db0e71-8753-430c-80da-cde7b327af82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.611520 [ 4 ] {82db0e71-8753-430c-80da-cde7b327af82} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.08.18 20:12:55.611736 [ 4 ] {82db0e71-8753-430c-80da-cde7b327af82} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.611861 [ 4 ] {82db0e71-8753-430c-80da-cde7b327af82} executeQuery: Read 12 rows, 960.00 B in 0.001101 sec., 10899.182561307902 rows/sec., 851.50 KiB/sec. 2025.08.18 20:12:55.611899 [ 4 ] {82db0e71-8753-430c-80da-cde7b327af82} TCPHandler: Processed in 0.001263817 sec. 2025.08.18 20:12:55.612006 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.612111 [ 4 ] {1f771b21-32c3-4878-a992-7aa604ee9dcd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:12:55.612152 [ 4 ] {1f771b21-32c3-4878-a992-7aa604ee9dcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:12:55.612648 [ 4 ] {1f771b21-32c3-4878-a992-7aa604ee9dcd} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.612688 [ 4 ] {1f771b21-32c3-4878-a992-7aa604ee9dcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.613023 [ 4 ] {1f771b21-32c3-4878-a992-7aa604ee9dcd} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.18 20:12:55.613240 [ 4 ] {1f771b21-32c3-4878-a992-7aa604ee9dcd} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.613380 [ 4 ] {1f771b21-32c3-4878-a992-7aa604ee9dcd} executeQuery: Read 143 rows, 11.82 KiB in 0.001287 sec., 111111.11111111111 rows/sec., 8.97 MiB/sec. 2025.08.18 20:12:55.613419 [ 4 ] {1f771b21-32c3-4878-a992-7aa604ee9dcd} TCPHandler: Processed in 0.001464248 sec. 2025.08.18 20:12:55.613522 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.613618 [ 4 ] {dc3f8494-5e75-4b4a-ab78-ec011e70c3c1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:55.613662 [ 4 ] {dc3f8494-5e75-4b4a-ab78-ec011e70c3c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:12:55.614080 [ 4 ] {dc3f8494-5e75-4b4a-ab78-ec011e70c3c1} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.614116 [ 4 ] {dc3f8494-5e75-4b4a-ab78-ec011e70c3c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.614500 [ 4 ] {dc3f8494-5e75-4b4a-ab78-ec011e70c3c1} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.18 20:12:55.614752 [ 4 ] {dc3f8494-5e75-4b4a-ab78-ec011e70c3c1} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.614898 [ 4 ] {dc3f8494-5e75-4b4a-ab78-ec011e70c3c1} executeQuery: Read 197 rows, 14.47 KiB in 0.001297 sec., 151888.97455666924 rows/sec., 10.89 MiB/sec. 2025.08.18 20:12:55.614939 [ 4 ] {dc3f8494-5e75-4b4a-ab78-ec011e70c3c1} TCPHandler: Processed in 0.001467299 sec. 2025.08.18 20:12:55.615053 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.615149 [ 4 ] {a57d79ed-2af3-4134-a8c3-958ac81a58be} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:12:55.615204 [ 4 ] {a57d79ed-2af3-4134-a8c3-958ac81a58be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:12:55.616104 [ 4 ] {a57d79ed-2af3-4134-a8c3-958ac81a58be} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.616141 [ 4 ] {a57d79ed-2af3-4134-a8c3-958ac81a58be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.616752 [ 4 ] {a57d79ed-2af3-4134-a8c3-958ac81a58be} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2025.08.18 20:12:55.616983 [ 4 ] {a57d79ed-2af3-4134-a8c3-958ac81a58be} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.617126 [ 4 ] {a57d79ed-2af3-4134-a8c3-958ac81a58be} executeQuery: Read 41 rows, 75.23 KiB in 0.001993 sec., 20572.002007024585 rows/sec., 36.86 MiB/sec. 2025.08.18 20:12:55.617196 [ 4 ] {a57d79ed-2af3-4134-a8c3-958ac81a58be} TCPHandler: Processed in 0.002192989 sec. 2025.08.18 20:12:55.617313 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:12:55.617409 [ 4 ] {dffdfed9-4f82-4a3d-8a81-0452c49bfb7a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:12:55.617452 [ 4 ] {dffdfed9-4f82-4a3d-8a81-0452c49bfb7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:12:55.617785 [ 4 ] {dffdfed9-4f82-4a3d-8a81-0452c49bfb7a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:55.617822 [ 4 ] {dffdfed9-4f82-4a3d-8a81-0452c49bfb7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:55.618131 [ 4 ] {dffdfed9-4f82-4a3d-8a81-0452c49bfb7a} MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) 2025.08.18 20:12:55.618347 [ 4 ] {dffdfed9-4f82-4a3d-8a81-0452c49bfb7a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:55.618474 [ 4 ] {dffdfed9-4f82-4a3d-8a81-0452c49bfb7a} executeQuery: Read 60 rows, 4.14 KiB in 0.001096 sec., 54744.52554744526 rows/sec., 3.69 MiB/sec. 2025.08.18 20:12:55.618510 [ 4 ] {dffdfed9-4f82-4a3d-8a81-0452c49bfb7a} TCPHandler: Processed in 0.001263797 sec. 2025.08.18 20:12:56.577449 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21594 2025.08.18 20:12:56.577995 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:56.578044 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:56.578667 [ 244 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.18 20:12:56.578897 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:56.579039 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21594 2025.08.18 20:12:57.765882 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 354 2025.08.18 20:12:57.782016 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:12:57.782088 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:12:57.787719 [ 243 ] {} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.18 20:12:57.788467 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:12:57.791990 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 354 2025.08.18 20:13:00.599712 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:00.599929 [ 4 ] {5fd15fda-ee72-4ee4-9aab-68719f42b96c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:00.599997 [ 4 ] {5fd15fda-ee72-4ee4-9aab-68719f42b96c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:00.600636 [ 4 ] {5fd15fda-ee72-4ee4-9aab-68719f42b96c} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:00.600686 [ 4 ] {5fd15fda-ee72-4ee4-9aab-68719f42b96c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:00.601091 [ 4 ] {5fd15fda-ee72-4ee4-9aab-68719f42b96c} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.18 20:13:00.601328 [ 4 ] {5fd15fda-ee72-4ee4-9aab-68719f42b96c} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:00.601488 [ 4 ] {5fd15fda-ee72-4ee4-9aab-68719f42b96c} executeQuery: Read 56 rows, 4.38 KiB in 0.001607 sec., 34847.542003733666 rows/sec., 2.66 MiB/sec. 2025.08.18 20:13:00.601531 [ 4 ] {5fd15fda-ee72-4ee4-9aab-68719f42b96c} TCPHandler: Processed in 0.001969856 sec. 2025.08.18 20:13:00.601648 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:00.601746 [ 4 ] {e0031271-3a89-4438-8b1f-d9dc61a014d9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:00.601788 [ 4 ] {e0031271-3a89-4438-8b1f-d9dc61a014d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:00.602197 [ 4 ] {e0031271-3a89-4438-8b1f-d9dc61a014d9} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:00.602235 [ 4 ] {e0031271-3a89-4438-8b1f-d9dc61a014d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:00.602551 [ 4 ] {e0031271-3a89-4438-8b1f-d9dc61a014d9} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.18 20:13:00.602784 [ 4 ] {e0031271-3a89-4438-8b1f-d9dc61a014d9} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:00.602917 [ 4 ] {e0031271-3a89-4438-8b1f-d9dc61a014d9} executeQuery: Read 64 rows, 5.12 KiB in 0.001188 sec., 53872.05387205387 rows/sec., 4.20 MiB/sec. 2025.08.18 20:13:00.602958 [ 4 ] {e0031271-3a89-4438-8b1f-d9dc61a014d9} TCPHandler: Processed in 0.001359748 sec. 2025.08.18 20:13:00.603076 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:00.603172 [ 4 ] {2363224e-3974-4ed1-b798-c5571d1088dd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:00.603217 [ 4 ] {2363224e-3974-4ed1-b798-c5571d1088dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:00.603635 [ 4 ] {2363224e-3974-4ed1-b798-c5571d1088dd} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:00.603673 [ 4 ] {2363224e-3974-4ed1-b798-c5571d1088dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:00.604010 [ 4 ] {2363224e-3974-4ed1-b798-c5571d1088dd} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.18 20:13:00.604227 [ 4 ] {2363224e-3974-4ed1-b798-c5571d1088dd} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:00.604364 [ 4 ] {2363224e-3974-4ed1-b798-c5571d1088dd} executeQuery: Read 160 rows, 11.41 KiB in 0.001209 sec., 132340.77750206782 rows/sec., 9.22 MiB/sec. 2025.08.18 20:13:00.604402 [ 4 ] {2363224e-3974-4ed1-b798-c5571d1088dd} TCPHandler: Processed in 0.001375948 sec. 2025.08.18 20:13:00.604514 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:00.604611 [ 4 ] {b2d45d40-44f7-4ea7-a1c5-748a5fc8b256} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:00.604654 [ 4 ] {b2d45d40-44f7-4ea7-a1c5-748a5fc8b256} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:00.604993 [ 4 ] {b2d45d40-44f7-4ea7-a1c5-748a5fc8b256} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:00.605029 [ 4 ] {b2d45d40-44f7-4ea7-a1c5-748a5fc8b256} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:00.605335 [ 4 ] {b2d45d40-44f7-4ea7-a1c5-748a5fc8b256} MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) 2025.08.18 20:13:00.605552 [ 4 ] {b2d45d40-44f7-4ea7-a1c5-748a5fc8b256} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:00.605682 [ 4 ] {b2d45d40-44f7-4ea7-a1c5-748a5fc8b256} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2025.08.18 20:13:00.605719 [ 4 ] {b2d45d40-44f7-4ea7-a1c5-748a5fc8b256} TCPHandler: Processed in 0.001255446 sec. 2025.08.18 20:13:03.937220 [ 54 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:13:03.937324 [ 54 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:13:04.001512 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001018403 sec. 2025.08.18 20:13:04.079140 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22082 2025.08.18 20:13:04.079931 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:04.080012 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:04.080655 [ 244 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.18 20:13:04.080896 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:04.081051 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22082 2025.08.18 20:13:04.148656 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1080 2025.08.18 20:13:04.150898 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:04.150938 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:04.152119 [ 242 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.18 20:13:04.152397 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:04.152642 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1080 2025.08.18 20:13:05.292090 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 362 2025.08.18 20:13:05.308580 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:05.308644 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:05.314570 [ 243 ] {} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.18 20:13:05.315261 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:05.318004 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 362 2025.08.18 20:13:05.601619 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:05.601824 [ 4 ] {929dea28-6aa2-42d5-8714-da11c7701e64} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:05.601898 [ 4 ] {929dea28-6aa2-42d5-8714-da11c7701e64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:05.602670 [ 4 ] {929dea28-6aa2-42d5-8714-da11c7701e64} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:05.602708 [ 4 ] {929dea28-6aa2-42d5-8714-da11c7701e64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:05.603133 [ 4 ] {929dea28-6aa2-42d5-8714-da11c7701e64} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.18 20:13:05.603393 [ 4 ] {929dea28-6aa2-42d5-8714-da11c7701e64} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:05.603547 [ 4 ] {929dea28-6aa2-42d5-8714-da11c7701e64} executeQuery: Read 138 rows, 12.23 KiB in 0.001778 sec., 77615.29808773904 rows/sec., 6.72 MiB/sec. 2025.08.18 20:13:05.603591 [ 4 ] {929dea28-6aa2-42d5-8714-da11c7701e64} TCPHandler: Processed in 0.002110137 sec. 2025.08.18 20:13:05.603724 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:05.603823 [ 4 ] {f9efbc35-bfb6-416e-93b6-17c2a1af8e36} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:13:05.603865 [ 4 ] {f9efbc35-bfb6-416e-93b6-17c2a1af8e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:13:05.604281 [ 4 ] {f9efbc35-bfb6-416e-93b6-17c2a1af8e36} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:05.604315 [ 4 ] {f9efbc35-bfb6-416e-93b6-17c2a1af8e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:05.604654 [ 4 ] {f9efbc35-bfb6-416e-93b6-17c2a1af8e36} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.18 20:13:05.604875 [ 4 ] {f9efbc35-bfb6-416e-93b6-17c2a1af8e36} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:05.605002 [ 52 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.18 20:13:05.605009 [ 4 ] {f9efbc35-bfb6-416e-93b6-17c2a1af8e36} executeQuery: Read 41 rows, 3.08 KiB in 0.0012 sec., 34166.66666666667 rows/sec., 2.51 MiB/sec. 2025.08.18 20:13:05.605057 [ 52 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:05.605077 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:05.605080 [ 4 ] {f9efbc35-bfb6-416e-93b6-17c2a1af8e36} TCPHandler: Processed in 0.001416209 sec. 2025.08.18 20:13:05.605182 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:13:05.605209 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:05.605299 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:05.605329 [ 4 ] {b81d3ef7-7d61-4f3e-89a0-d779645a4e28} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:05.605334 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 71 rows starting from the beginning of the part 2025.08.18 20:13:05.605383 [ 4 ] {b81d3ef7-7d61-4f3e-89a0-d779645a4e28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:05.605412 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:05.605464 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 2 rows starting from the beginning of the part 2025.08.18 20:13:05.605511 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:05.605549 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 55 rows starting from the beginning of the part 2025.08.18 20:13:05.605597 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:05.605878 [ 4 ] {b81d3ef7-7d61-4f3e-89a0-d779645a4e28} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:05.605922 [ 4 ] {b81d3ef7-7d61-4f3e-89a0-d779645a4e28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:05.606276 [ 4 ] {b81d3ef7-7d61-4f3e-89a0-d779645a4e28} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.18 20:13:05.606360 [ 192 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 251 rows, containing 5 columns (5 merged, 0 gathered) in 0.001219896 sec., 205755.24470938506 rows/sec., 15.89 MiB/sec. 2025.08.18 20:13:05.606496 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.18 20:13:05.606511 [ 4 ] {b81d3ef7-7d61-4f3e-89a0-d779645a4e28} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:05.606660 [ 4 ] {b81d3ef7-7d61-4f3e-89a0-d779645a4e28} executeQuery: Read 105 rows, 8.40 KiB in 0.001349 sec., 77835.43365455893 rows/sec., 6.08 MiB/sec. 2025.08.18 20:13:05.606703 [ 4 ] {b81d3ef7-7d61-4f3e-89a0-d779645a4e28} TCPHandler: Processed in 0.001551921 sec. 2025.08.18 20:13:05.606746 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:05.606819 [ 195 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_41_8} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.18 20:13:05.606824 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:05.606882 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.08.18 20:13:05.606928 [ 4 ] {d2512c29-87cc-49cc-b900-41bddb1c8d1a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:05.606979 [ 4 ] {d2512c29-87cc-49cc-b900-41bddb1c8d1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:05.607386 [ 4 ] {d2512c29-87cc-49cc-b900-41bddb1c8d1a} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:05.607423 [ 4 ] {d2512c29-87cc-49cc-b900-41bddb1c8d1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:05.607773 [ 4 ] {d2512c29-87cc-49cc-b900-41bddb1c8d1a} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.18 20:13:05.607999 [ 4 ] {d2512c29-87cc-49cc-b900-41bddb1c8d1a} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:05.608132 [ 4 ] {d2512c29-87cc-49cc-b900-41bddb1c8d1a} executeQuery: Read 160 rows, 11.41 KiB in 0.00122 sec., 131147.54098360657 rows/sec., 9.13 MiB/sec. 2025.08.18 20:13:05.608170 [ 4 ] {d2512c29-87cc-49cc-b900-41bddb1c8d1a} TCPHandler: Processed in 0.001396038 sec. 2025.08.18 20:13:05.608282 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:05.608378 [ 4 ] {0326fc39-acfc-496c-9700-abe0c2bb6f4f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:05.608433 [ 4 ] {0326fc39-acfc-496c-9700-abe0c2bb6f4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:13:05.609278 [ 4 ] {0326fc39-acfc-496c-9700-abe0c2bb6f4f} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:05.609315 [ 4 ] {0326fc39-acfc-496c-9700-abe0c2bb6f4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:05.609926 [ 4 ] {0326fc39-acfc-496c-9700-abe0c2bb6f4f} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2025.08.18 20:13:05.610161 [ 4 ] {0326fc39-acfc-496c-9700-abe0c2bb6f4f} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:05.610298 [ 4 ] {0326fc39-acfc-496c-9700-abe0c2bb6f4f} executeQuery: Read 41 rows, 75.23 KiB in 0.001937 sec., 21166.752710376873 rows/sec., 37.93 MiB/sec. 2025.08.18 20:13:05.610353 [ 4 ] {0326fc39-acfc-496c-9700-abe0c2bb6f4f} TCPHandler: Processed in 0.002121508 sec. 2025.08.18 20:13:05.610469 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:05.610566 [ 4 ] {7ed5a070-c3b1-46ec-a817-a451440aea52} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:05.610608 [ 4 ] {7ed5a070-c3b1-46ec-a817-a451440aea52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:05.610945 [ 4 ] {7ed5a070-c3b1-46ec-a817-a451440aea52} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:05.610980 [ 4 ] {7ed5a070-c3b1-46ec-a817-a451440aea52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.04 GiB. 2025.08.18 20:13:05.611285 [ 4 ] {7ed5a070-c3b1-46ec-a817-a451440aea52} MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) 2025.08.18 20:13:05.611498 [ 4 ] {7ed5a070-c3b1-46ec-a817-a451440aea52} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:05.611626 [ 4 ] {7ed5a070-c3b1-46ec-a817-a451440aea52} executeQuery: Read 60 rows, 4.14 KiB in 0.001078 sec., 55658.62708719852 rows/sec., 3.75 MiB/sec. 2025.08.18 20:13:05.611663 [ 4 ] {7ed5a070-c3b1-46ec-a817-a451440aea52} TCPHandler: Processed in 0.001244146 sec. 2025.08.18 20:13:09.513788 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:09.514001 [ 4 ] {68e0f4f2-a8ba-4e8a-b006-c98bc4bb2c1f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:09.514077 [ 4 ] {68e0f4f2-a8ba-4e8a-b006-c98bc4bb2c1f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:09.515719 [ 4 ] {68e0f4f2-a8ba-4e8a-b006-c98bc4bb2c1f} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:09.515780 [ 4 ] {68e0f4f2-a8ba-4e8a-b006-c98bc4bb2c1f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:09.516275 [ 4 ] {68e0f4f2-a8ba-4e8a-b006-c98bc4bb2c1f} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.18 20:13:09.516523 [ 4 ] {68e0f4f2-a8ba-4e8a-b006-c98bc4bb2c1f} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:09.516685 [ 44 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.18 20:13:09.516688 [ 4 ] {68e0f4f2-a8ba-4e8a-b006-c98bc4bb2c1f} executeQuery: Read 1196 rows, 100.50 KiB in 0.002738 sec., 436815.1935719503 rows/sec., 35.84 MiB/sec. 2025.08.18 20:13:09.516730 [ 44 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:09.516758 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:09.516769 [ 4 ] {68e0f4f2-a8ba-4e8a-b006-c98bc4bb2c1f} TCPHandler: Processed in 0.003125981 sec. 2025.08.18 20:13:09.516927 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:09.516928 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:13:09.517041 [ 4 ] {05de9c45-a167-4bf3-b8d0-e49f87af382f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:13:09.517092 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:09.517093 [ 4 ] {05de9c45-a167-4bf3-b8d0-e49f87af382f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:13:09.517140 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1407 rows starting from the beginning of the part 2025.08.18 20:13:09.517224 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part 2025.08.18 20:13:09.517279 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 259 rows starting from the beginning of the part 2025.08.18 20:13:09.517328 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part 2025.08.18 20:13:09.517379 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 138 rows starting from the beginning of the part 2025.08.18 20:13:09.517429 [ 195 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 1196 rows starting from the beginning of the part 2025.08.18 20:13:09.517688 [ 4 ] {05de9c45-a167-4bf3-b8d0-e49f87af382f} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:09.517733 [ 4 ] {05de9c45-a167-4bf3-b8d0-e49f87af382f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:09.518059 [ 4 ] {05de9c45-a167-4bf3-b8d0-e49f87af382f} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:13:09.518296 [ 4 ] {05de9c45-a167-4bf3-b8d0-e49f87af382f} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:09.518451 [ 4 ] {05de9c45-a167-4bf3-b8d0-e49f87af382f} executeQuery: Read 228 rows, 15.81 KiB in 0.001436 sec., 158774.37325905293 rows/sec., 10.75 MiB/sec. 2025.08.18 20:13:09.518490 [ 4 ] {05de9c45-a167-4bf3-b8d0-e49f87af382f} TCPHandler: Processed in 0.001623891 sec. 2025.08.18 20:13:09.518608 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:09.518705 [ 4 ] {3168ea2b-395c-4df6-8374-643c4cf74077} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:09.518745 [ 4 ] {3168ea2b-395c-4df6-8374-643c4cf74077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:09.519118 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 3112 rows, containing 5 columns (5 merged, 0 gathered) in 0.002247849 sec., 1384434.6306179818 rows/sec., 120.70 MiB/sec. 2025.08.18 20:13:09.519403 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.18 20:13:09.519410 [ 4 ] {3168ea2b-395c-4df6-8374-643c4cf74077} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:09.519453 [ 4 ] {3168ea2b-395c-4df6-8374-643c4cf74077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:09.519761 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:09.519831 [ 4 ] {3168ea2b-395c-4df6-8374-643c4cf74077} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.18 20:13:09.519845 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_81_16} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.18 20:13:09.519943 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.18 20:13:09.520083 [ 4 ] {3168ea2b-395c-4df6-8374-643c4cf74077} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:09.520211 [ 44 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.18 20:13:09.520222 [ 4 ] {3168ea2b-395c-4df6-8374-643c4cf74077} executeQuery: Read 520 rows, 39.40 KiB in 0.001534 sec., 338983.0508474576 rows/sec., 25.09 MiB/sec. 2025.08.18 20:13:09.520245 [ 44 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:09.520269 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:09.520272 [ 4 ] {3168ea2b-395c-4df6-8374-643c4cf74077} TCPHandler: Processed in 0.001714092 sec. 2025.08.18 20:13:09.520412 [ 186 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:13:09.520465 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:09.520581 [ 4 ] {090c0b35-15ba-4028-ae79-8eac852918aa} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:09.520590 [ 186 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:09.520639 [ 4 ] {090c0b35-15ba-4028-ae79-8eac852918aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:09.520654 [ 186 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 633 rows starting from the beginning of the part 2025.08.18 20:13:09.520775 [ 186 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 64 rows starting from the beginning of the part 2025.08.18 20:13:09.520839 [ 186 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 143 rows starting from the beginning of the part 2025.08.18 20:13:09.520900 [ 186 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 64 rows starting from the beginning of the part 2025.08.18 20:13:09.520956 [ 186 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 105 rows starting from the beginning of the part 2025.08.18 20:13:09.521012 [ 186 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 520 rows starting from the beginning of the part 2025.08.18 20:13:09.521510 [ 4 ] {090c0b35-15ba-4028-ae79-8eac852918aa} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:09.521559 [ 4 ] {090c0b35-15ba-4028-ae79-8eac852918aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:09.522112 [ 4 ] {090c0b35-15ba-4028-ae79-8eac852918aa} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.18 20:13:09.522411 [ 4 ] {090c0b35-15ba-4028-ae79-8eac852918aa} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:09.522559 [ 44 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.18 20:13:09.522583 [ 4 ] {090c0b35-15ba-4028-ae79-8eac852918aa} executeQuery: Read 974 rows, 66.96 KiB in 0.002024 sec., 481225.2964426877 rows/sec., 32.31 MiB/sec. 2025.08.18 20:13:09.522592 [ 44 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:09.522625 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:09.522634 [ 4 ] {090c0b35-15ba-4028-ae79-8eac852918aa} TCPHandler: Processed in 0.002227699 sec. 2025.08.18 20:13:09.522694 [ 193 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 1529 rows, containing 5 columns (5 merged, 0 gathered) in 0.002347131 sec., 651433.6012774744 rows/sec., 51.88 MiB/sec. 2025.08.18 20:13:09.522719 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:13:09.522781 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:09.522887 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:09.522896 [ 4 ] {0eb1d800-0af2-4628-8228-b4a533b5e66e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:09.522933 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21383 rows starting from the beginning of the part 2025.08.18 20:13:09.522964 [ 4 ] {0eb1d800-0af2-4628-8228-b4a533b5e66e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:09.522984 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.18 20:13:09.523022 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part 2025.08.18 20:13:09.523089 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 197 rows starting from the beginning of the part 2025.08.18 20:13:09.523156 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part 2025.08.18 20:13:09.523217 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 160 rows starting from the beginning of the part 2025.08.18 20:13:09.523278 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 974 rows starting from the beginning of the part 2025.08.18 20:13:09.523402 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:09.523417 [ 4 ] {0eb1d800-0af2-4628-8228-b4a533b5e66e} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:09.523474 [ 4 ] {0eb1d800-0af2-4628-8228-b4a533b5e66e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:09.523525 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_81_16} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.18 20:13:09.523652 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.18 20:13:09.523933 [ 4 ] {0eb1d800-0af2-4628-8228-b4a533b5e66e} MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) 2025.08.18 20:13:09.524164 [ 4 ] {0eb1d800-0af2-4628-8228-b4a533b5e66e} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:09.524282 [ 44 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 2025.08.18 20:13:09.524308 [ 4 ] {0eb1d800-0af2-4628-8228-b4a533b5e66e} executeQuery: Read 48 rows, 3.31 KiB in 0.001434 sec., 33472.803347280336 rows/sec., 2.26 MiB/sec. 2025.08.18 20:13:09.524313 [ 44 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:09.524345 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:09.524360 [ 4 ] {0eb1d800-0af2-4628-8228-b4a533b5e66e} TCPHandler: Processed in 0.001637682 sec. 2025.08.18 20:13:09.524444 [ 201 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:13:09.524565 [ 201 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_81_16} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:09.524598 [ 201 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 3900 rows starting from the beginning of the part 2025.08.18 20:13:09.524656 [ 201 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part 2025.08.18 20:13:09.524698 [ 201 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:13:09.524735 [ 201 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part 2025.08.18 20:13:09.524772 [ 201 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:13:09.524810 [ 201 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_81_16} MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 48 rows starting from the beginning of the part 2025.08.18 20:13:09.527068 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 4188 rows, containing 4 columns (4 merged, 0 gathered) in 0.002667705 sec., 1569888.7245778677 rows/sec., 105.80 MiB/sec. 2025.08.18 20:13:09.527629 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.18 20:13:09.527940 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_81_16} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:09.528023 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_81_16} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.18 20:13:09.528103 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.94 MiB. 2025.08.18 20:13:09.535989 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} MergeTask::MergeProjectionsStage: Merge sorted 23034 rows, containing 5 columns (5 merged, 0 gathered) in 0.013315753 sec., 1729830.825188782 rows/sec., 118.48 MiB/sec. 2025.08.18 20:13:09.536921 [ 191 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) 2025.08.18 20:13:09.537296 [ 191 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:09.537398 [ 191 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_81_16} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 2025.08.18 20:13:09.537504 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. 2025.08.18 20:13:10.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 281.85 MiB, peak 294.06 MiB, free memory in arenas 0.00 B, will set to 283.14 MiB (RSS), difference: 1.29 MiB 2025.08.18 20:13:10.592889 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:10.593072 [ 4 ] {a8bbea96-789d-446a-bcd9-1940801e8d9a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:10.593145 [ 4 ] {a8bbea96-789d-446a-bcd9-1940801e8d9a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:10.593788 [ 4 ] {a8bbea96-789d-446a-bcd9-1940801e8d9a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:10.593835 [ 4 ] {a8bbea96-789d-446a-bcd9-1940801e8d9a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:10.594251 [ 4 ] {a8bbea96-789d-446a-bcd9-1940801e8d9a} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.18 20:13:10.594490 [ 4 ] {a8bbea96-789d-446a-bcd9-1940801e8d9a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:10.594657 [ 4 ] {a8bbea96-789d-446a-bcd9-1940801e8d9a} executeQuery: Read 56 rows, 4.38 KiB in 0.001632 sec., 34313.72549019608 rows/sec., 2.62 MiB/sec. 2025.08.18 20:13:10.594713 [ 4 ] {a8bbea96-789d-446a-bcd9-1940801e8d9a} TCPHandler: Processed in 0.001959156 sec. 2025.08.18 20:13:10.594840 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:10.594945 [ 4 ] {b197f5cb-4b8b-478d-ab90-b06e52fe0b70} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:10.594989 [ 4 ] {b197f5cb-4b8b-478d-ab90-b06e52fe0b70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:10.595420 [ 4 ] {b197f5cb-4b8b-478d-ab90-b06e52fe0b70} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:10.595458 [ 4 ] {b197f5cb-4b8b-478d-ab90-b06e52fe0b70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:10.595793 [ 4 ] {b197f5cb-4b8b-478d-ab90-b06e52fe0b70} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.18 20:13:10.596023 [ 4 ] {b197f5cb-4b8b-478d-ab90-b06e52fe0b70} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:10.596160 [ 4 ] {b197f5cb-4b8b-478d-ab90-b06e52fe0b70} executeQuery: Read 64 rows, 5.12 KiB in 0.001238 sec., 51696.284329563816 rows/sec., 4.04 MiB/sec. 2025.08.18 20:13:10.596201 [ 4 ] {b197f5cb-4b8b-478d-ab90-b06e52fe0b70} TCPHandler: Processed in 0.001413868 sec. 2025.08.18 20:13:10.596315 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:10.596414 [ 4 ] {08262142-dca0-4cb6-b823-f1ea25845def} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:10.596460 [ 4 ] {08262142-dca0-4cb6-b823-f1ea25845def} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:10.596836 [ 4 ] {08262142-dca0-4cb6-b823-f1ea25845def} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:10.596873 [ 4 ] {08262142-dca0-4cb6-b823-f1ea25845def} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:10.597205 [ 4 ] {08262142-dca0-4cb6-b823-f1ea25845def} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.18 20:13:10.597431 [ 4 ] {08262142-dca0-4cb6-b823-f1ea25845def} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:10.597570 [ 4 ] {08262142-dca0-4cb6-b823-f1ea25845def} executeQuery: Read 32 rows, 2.28 KiB in 0.001175 sec., 27234.042553191488 rows/sec., 1.90 MiB/sec. 2025.08.18 20:13:10.597610 [ 4 ] {08262142-dca0-4cb6-b823-f1ea25845def} TCPHandler: Processed in 0.001345978 sec. 2025.08.18 20:13:10.597715 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:10.597812 [ 4 ] {3c7bb7b7-c844-4305-b53b-f526d7c329b3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:10.597854 [ 4 ] {3c7bb7b7-c844-4305-b53b-f526d7c329b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:10.598178 [ 4 ] {3c7bb7b7-c844-4305-b53b-f526d7c329b3} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:10.598215 [ 4 ] {3c7bb7b7-c844-4305-b53b-f526d7c329b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:10.598539 [ 4 ] {3c7bb7b7-c844-4305-b53b-f526d7c329b3} MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) 2025.08.18 20:13:10.598760 [ 4 ] {3c7bb7b7-c844-4305-b53b-f526d7c329b3} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:10.598894 [ 4 ] {3c7bb7b7-c844-4305-b53b-f526d7c329b3} executeQuery: Read 12 rows, 848.00 B in 0.0011 sec., 10909.090909090908 rows/sec., 752.84 KiB/sec. 2025.08.18 20:13:10.598932 [ 4 ] {3c7bb7b7-c844-4305-b53b-f526d7c329b3} TCPHandler: Processed in 0.001266927 sec. 2025.08.18 20:13:11.581164 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22509 2025.08.18 20:13:11.581719 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:11.581772 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:11.582309 [ 244 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.18 20:13:11.582546 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:11.582699 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22509 2025.08.18 20:13:12.818104 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 369 2025.08.18 20:13:12.834961 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:12.835022 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:12.841271 [ 243 ] {} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.18 20:13:12.842030 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:12.844955 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 369 2025.08.18 20:13:14.152855 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1110 2025.08.18 20:13:14.155180 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:14.155223 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:14.156415 [ 242 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.18 20:13:14.156675 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:14.156819 [ 38 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.18 20:13:14.156860 [ 38 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:14.156882 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:14.156924 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1110 2025.08.18 20:13:14.156986 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:13:14.157473 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:14.157606 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 970 rows starting from the beginning of the part 2025.08.18 20:13:14.157954 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 28 rows starting from the beginning of the part 2025.08.18 20:13:14.158312 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:13:14.158650 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part 2025.08.18 20:13:14.158982 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 28 rows starting from the beginning of the part 2025.08.18 20:13:14.159321 [ 194 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part 2025.08.18 20:13:14.165186 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1110 rows, containing 72 columns (72 merged, 0 gathered) in 0.008248537 sec., 134569.31817121024 rows/sec., 105.64 MiB/sec. 2025.08.18 20:13:14.166479 [ 198 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.18 20:13:14.166983 [ 198 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:14.167051 [ 198 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_36_7} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.18 20:13:14.167202 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.66 MiB. 2025.08.18 20:13:15.601257 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:15.601549 [ 4 ] {0480bb38-8fda-433d-a6f1-b5c62960543c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:15.601659 [ 4 ] {0480bb38-8fda-433d-a6f1-b5c62960543c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:15.602585 [ 4 ] {0480bb38-8fda-433d-a6f1-b5c62960543c} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:15.602635 [ 4 ] {0480bb38-8fda-433d-a6f1-b5c62960543c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:15.603052 [ 4 ] {0480bb38-8fda-433d-a6f1-b5c62960543c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.18 20:13:15.603298 [ 4 ] {0480bb38-8fda-433d-a6f1-b5c62960543c} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:15.603456 [ 4 ] {0480bb38-8fda-433d-a6f1-b5c62960543c} executeQuery: Read 138 rows, 12.23 KiB in 0.001984 sec., 69556.45161290323 rows/sec., 6.02 MiB/sec. 2025.08.18 20:13:15.603501 [ 4 ] {0480bb38-8fda-433d-a6f1-b5c62960543c} TCPHandler: Processed in 0.002389491 sec. 2025.08.18 20:13:15.603610 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:15.603709 [ 4 ] {7198cee5-0bfb-402b-a8e7-2314f7238622} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:13:15.603753 [ 4 ] {7198cee5-0bfb-402b-a8e7-2314f7238622} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:13:15.604159 [ 4 ] {7198cee5-0bfb-402b-a8e7-2314f7238622} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:15.604196 [ 4 ] {7198cee5-0bfb-402b-a8e7-2314f7238622} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:15.604507 [ 4 ] {7198cee5-0bfb-402b-a8e7-2314f7238622} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.18 20:13:15.604725 [ 4 ] {7198cee5-0bfb-402b-a8e7-2314f7238622} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:15.604858 [ 4 ] {7198cee5-0bfb-402b-a8e7-2314f7238622} executeQuery: Read 41 rows, 3.08 KiB in 0.001167 sec., 35132.819194515854 rows/sec., 2.58 MiB/sec. 2025.08.18 20:13:15.604897 [ 4 ] {7198cee5-0bfb-402b-a8e7-2314f7238622} TCPHandler: Processed in 0.001338527 sec. 2025.08.18 20:13:15.605012 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:15.605109 [ 4 ] {7779429f-b8c1-4b82-9a15-a7c4f94b8c43} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:15.605151 [ 4 ] {7779429f-b8c1-4b82-9a15-a7c4f94b8c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:15.605589 [ 4 ] {7779429f-b8c1-4b82-9a15-a7c4f94b8c43} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:15.605626 [ 4 ] {7779429f-b8c1-4b82-9a15-a7c4f94b8c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:15.605959 [ 4 ] {7779429f-b8c1-4b82-9a15-a7c4f94b8c43} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.18 20:13:15.606174 [ 4 ] {7779429f-b8c1-4b82-9a15-a7c4f94b8c43} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:15.606303 [ 4 ] {7779429f-b8c1-4b82-9a15-a7c4f94b8c43} executeQuery: Read 105 rows, 8.40 KiB in 0.00121 sec., 86776.85950413224 rows/sec., 6.78 MiB/sec. 2025.08.18 20:13:15.606344 [ 4 ] {7779429f-b8c1-4b82-9a15-a7c4f94b8c43} TCPHandler: Processed in 0.001384498 sec. 2025.08.18 20:13:15.606466 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:15.606581 [ 4 ] {0d668f68-03de-478b-a249-65be9fb0bf5c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:15.606626 [ 4 ] {0d668f68-03de-478b-a249-65be9fb0bf5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:15.607073 [ 4 ] {0d668f68-03de-478b-a249-65be9fb0bf5c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:15.607109 [ 4 ] {0d668f68-03de-478b-a249-65be9fb0bf5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:15.607445 [ 4 ] {0d668f68-03de-478b-a249-65be9fb0bf5c} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.18 20:13:15.607672 [ 4 ] {0d668f68-03de-478b-a249-65be9fb0bf5c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:15.607806 [ 4 ] {0d668f68-03de-478b-a249-65be9fb0bf5c} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2025.08.18 20:13:15.607846 [ 4 ] {0d668f68-03de-478b-a249-65be9fb0bf5c} TCPHandler: Processed in 0.001429849 sec. 2025.08.18 20:13:15.607949 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:15.608046 [ 4 ] {532dc6aa-14f9-43ff-abcb-398d6fe46103} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:15.608102 [ 4 ] {532dc6aa-14f9-43ff-abcb-398d6fe46103} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:13:15.608938 [ 4 ] {532dc6aa-14f9-43ff-abcb-398d6fe46103} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:15.608976 [ 4 ] {532dc6aa-14f9-43ff-abcb-398d6fe46103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:15.609551 [ 4 ] {532dc6aa-14f9-43ff-abcb-398d6fe46103} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2025.08.18 20:13:15.609778 [ 4 ] {532dc6aa-14f9-43ff-abcb-398d6fe46103} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:15.609901 [ 39 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2025.08.18 20:13:15.609921 [ 4 ] {532dc6aa-14f9-43ff-abcb-398d6fe46103} executeQuery: Read 41 rows, 75.23 KiB in 0.001892 sec., 21670.190274841436 rows/sec., 38.83 MiB/sec. 2025.08.18 20:13:15.609982 [ 39 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:15.610005 [ 4 ] {532dc6aa-14f9-43ff-abcb-398d6fe46103} TCPHandler: Processed in 0.002105708 sec. 2025.08.18 20:13:15.610011 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:15.610132 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:15.610137 [ 191 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:13:15.610235 [ 4 ] {c533ef27-2202-4870-b7eb-1f655781094d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:15.610282 [ 4 ] {c533ef27-2202-4870-b7eb-1f655781094d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:15.610422 [ 191 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:15.610501 [ 191 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1151 rows starting from the beginning of the part 2025.08.18 20:13:15.610633 [ 4 ] {c533ef27-2202-4870-b7eb-1f655781094d} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:15.610643 [ 191 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:15.610678 [ 4 ] {c533ef27-2202-4870-b7eb-1f655781094d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:15.610775 [ 191 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:15.610888 [ 191 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:15.610992 [ 191 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:15.611012 [ 4 ] {c533ef27-2202-4870-b7eb-1f655781094d} MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) 2025.08.18 20:13:15.611091 [ 191 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:15.611249 [ 4 ] {c533ef27-2202-4870-b7eb-1f655781094d} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:15.611388 [ 4 ] {c533ef27-2202-4870-b7eb-1f655781094d} executeQuery: Read 60 rows, 4.14 KiB in 0.00117 sec., 51282.05128205128 rows/sec., 3.46 MiB/sec. 2025.08.18 20:13:15.611427 [ 4 ] {c533ef27-2202-4870-b7eb-1f655781094d} TCPHandler: Processed in 0.001346477 sec. 2025.08.18 20:13:15.617121 [ 198 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1356 rows, containing 19 columns (19 merged, 0 gathered) in 0.007030371 sec., 192877.44558573083 rows/sec., 345.63 MiB/sec. 2025.08.18 20:13:15.618902 [ 198 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2025.08.18 20:13:15.619318 [ 198 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:15.619407 [ 198 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_36_7} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2025.08.18 20:13:15.619583 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.50 MiB. 2025.08.18 20:13:16.000166 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 283.65 MiB, peak 295.10 MiB, free memory in arenas 0.00 B, will set to 286.33 MiB (RSS), difference: 2.69 MiB 2025.08.18 20:13:18.937587 [ 34 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:13:18.937685 [ 34 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:13:19.082817 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22997 2025.08.18 20:13:19.083338 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:19.083383 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:19.083896 [ 244 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.18 20:13:19.084123 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:19.084250 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22997 2025.08.18 20:13:20.345058 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 377 2025.08.18 20:13:20.363057 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:20.363120 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:20.369052 [ 243 ] {} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.18 20:13:20.369719 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:20.372840 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 377 2025.08.18 20:13:20.599386 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:20.599577 [ 4 ] {1a913253-31b1-456a-b7ad-0d4f066e3ff6} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:20.599648 [ 4 ] {1a913253-31b1-456a-b7ad-0d4f066e3ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:20.600294 [ 4 ] {1a913253-31b1-456a-b7ad-0d4f066e3ff6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:20.600343 [ 4 ] {1a913253-31b1-456a-b7ad-0d4f066e3ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:20.600760 [ 4 ] {1a913253-31b1-456a-b7ad-0d4f066e3ff6} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.18 20:13:20.601033 [ 4 ] {1a913253-31b1-456a-b7ad-0d4f066e3ff6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:20.601192 [ 4 ] {1a913253-31b1-456a-b7ad-0d4f066e3ff6} executeQuery: Read 56 rows, 4.38 KiB in 0.001665 sec., 33633.63363363363 rows/sec., 2.57 MiB/sec. 2025.08.18 20:13:20.601236 [ 4 ] {1a913253-31b1-456a-b7ad-0d4f066e3ff6} TCPHandler: Processed in 0.001988556 sec. 2025.08.18 20:13:20.601355 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:20.601454 [ 4 ] {a3df6a11-4208-4c0b-9662-3502609f0248} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:20.601497 [ 4 ] {a3df6a11-4208-4c0b-9662-3502609f0248} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:20.601914 [ 4 ] {a3df6a11-4208-4c0b-9662-3502609f0248} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:20.601952 [ 4 ] {a3df6a11-4208-4c0b-9662-3502609f0248} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:20.602288 [ 4 ] {a3df6a11-4208-4c0b-9662-3502609f0248} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.18 20:13:20.602615 [ 4 ] {a3df6a11-4208-4c0b-9662-3502609f0248} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:20.602746 [ 4 ] {a3df6a11-4208-4c0b-9662-3502609f0248} executeQuery: Read 64 rows, 5.12 KiB in 0.00131 sec., 48854.96183206107 rows/sec., 3.81 MiB/sec. 2025.08.18 20:13:20.602787 [ 4 ] {a3df6a11-4208-4c0b-9662-3502609f0248} TCPHandler: Processed in 0.001483629 sec. 2025.08.18 20:13:20.602906 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:20.603003 [ 4 ] {d52dbb0b-4c4d-4e06-bad7-d2c2617356de} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:20.603047 [ 4 ] {d52dbb0b-4c4d-4e06-bad7-d2c2617356de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:20.603468 [ 4 ] {d52dbb0b-4c4d-4e06-bad7-d2c2617356de} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:20.603506 [ 4 ] {d52dbb0b-4c4d-4e06-bad7-d2c2617356de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:20.603943 [ 4 ] {d52dbb0b-4c4d-4e06-bad7-d2c2617356de} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.18 20:13:20.604160 [ 4 ] {d52dbb0b-4c4d-4e06-bad7-d2c2617356de} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:20.604294 [ 4 ] {d52dbb0b-4c4d-4e06-bad7-d2c2617356de} executeQuery: Read 160 rows, 11.41 KiB in 0.001308 sec., 122324.15902140674 rows/sec., 8.52 MiB/sec. 2025.08.18 20:13:20.604333 [ 4 ] {d52dbb0b-4c4d-4e06-bad7-d2c2617356de} TCPHandler: Processed in 0.001477269 sec. 2025.08.18 20:13:20.604452 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:20.604587 [ 4 ] {d0189db7-09ed-4b22-9872-863db1d18767} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:20.604645 [ 4 ] {d0189db7-09ed-4b22-9872-863db1d18767} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:20.605079 [ 4 ] {d0189db7-09ed-4b22-9872-863db1d18767} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:20.605123 [ 4 ] {d0189db7-09ed-4b22-9872-863db1d18767} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:20.605582 [ 4 ] {d0189db7-09ed-4b22-9872-863db1d18767} MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) 2025.08.18 20:13:20.605898 [ 4 ] {d0189db7-09ed-4b22-9872-863db1d18767} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:20.606073 [ 4 ] {d0189db7-09ed-4b22-9872-863db1d18767} executeQuery: Read 60 rows, 4.14 KiB in 0.00151 sec., 39735.09933774835 rows/sec., 2.68 MiB/sec. 2025.08.18 20:13:20.606124 [ 4 ] {d0189db7-09ed-4b22-9872-863db1d18767} TCPHandler: Processed in 0.001735393 sec. 2025.08.18 20:13:24.157172 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1130 2025.08.18 20:13:24.159536 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:24.159583 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:24.160737 [ 242 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.18 20:13:24.160990 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:24.161241 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1130 2025.08.18 20:13:25.603808 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.604045 [ 4 ] {4466b854-5873-4d5c-96c9-3cc7c58781d3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:13:25.604128 [ 4 ] {4466b854-5873-4d5c-96c9-3cc7c58781d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:13:25.605126 [ 4 ] {4466b854-5873-4d5c-96c9-3cc7c58781d3} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.605187 [ 4 ] {4466b854-5873-4d5c-96c9-3cc7c58781d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.605638 [ 4 ] {4466b854-5873-4d5c-96c9-3cc7c58781d3} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:13:25.605869 [ 4 ] {4466b854-5873-4d5c-96c9-3cc7c58781d3} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.606021 [ 4 ] {4466b854-5873-4d5c-96c9-3cc7c58781d3} executeQuery: Read 24 rows, 2.04 KiB in 0.002038 sec., 11776.251226692837 rows/sec., 1000.52 KiB/sec. 2025.08.18 20:13:25.606022 [ 53 ] {} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.18 20:13:25.606066 [ 4 ] {4466b854-5873-4d5c-96c9-3cc7c58781d3} TCPHandler: Processed in 0.002413151 sec. 2025.08.18 20:13:25.606092 [ 53 ] {} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.606122 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.606198 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.606212 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::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.08.18 20:13:25.606302 [ 4 ] {528a5f66-dcd6-44bc-9769-3636fdcf2194} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:13:25.606307 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:25.606343 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 24 rows starting from the beginning of the part 2025.08.18 20:13:25.606348 [ 4 ] {528a5f66-dcd6-44bc-9769-3636fdcf2194} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:13:25.606400 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 24 rows starting from the beginning of the part 2025.08.18 20:13:25.606445 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 24 rows starting from the beginning of the part 2025.08.18 20:13:25.606485 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 24 rows starting from the beginning of the part 2025.08.18 20:13:25.606528 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 24 rows starting from the beginning of the part 2025.08.18 20:13:25.606763 [ 4 ] {528a5f66-dcd6-44bc-9769-3636fdcf2194} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.606798 [ 4 ] {528a5f66-dcd6-44bc-9769-3636fdcf2194} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.607109 [ 4 ] {528a5f66-dcd6-44bc-9769-3636fdcf2194} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.08.18 20:13:25.607197 [ 197 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 5 columns (5 merged, 0 gathered) in 0.001017713 sec., 117911.43475616408 rows/sec., 10.23 MiB/sec. 2025.08.18 20:13:25.607340 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.18 20:13:25.607433 [ 4 ] {528a5f66-dcd6-44bc-9769-3636fdcf2194} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.607572 [ 4 ] {528a5f66-dcd6-44bc-9769-3636fdcf2194} executeQuery: Read 14 rows, 1.14 KiB in 0.001289 sec., 10861.132660977502 rows/sec., 885.65 KiB/sec. 2025.08.18 20:13:25.607574 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.607611 [ 4 ] {528a5f66-dcd6-44bc-9769-3636fdcf2194} TCPHandler: Processed in 0.00146407 sec. 2025.08.18 20:13:25.607647 [ 196 ] {5badb757-1dd3-453a-a6d9-2c024c79fbbd::all_1_13_3} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.18 20:13:25.607704 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2025.08.18 20:13:25.607725 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.607821 [ 4 ] {9b3e6e5d-89f0-4147-9414-0842b0c5e219} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:25.607862 [ 4 ] {9b3e6e5d-89f0-4147-9414-0842b0c5e219} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:25.608404 [ 4 ] {9b3e6e5d-89f0-4147-9414-0842b0c5e219} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.608440 [ 4 ] {9b3e6e5d-89f0-4147-9414-0842b0c5e219} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.608756 [ 4 ] {9b3e6e5d-89f0-4147-9414-0842b0c5e219} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.18 20:13:25.608967 [ 4 ] {9b3e6e5d-89f0-4147-9414-0842b0c5e219} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.609103 [ 4 ] {9b3e6e5d-89f0-4147-9414-0842b0c5e219} executeQuery: Read 265 rows, 24.18 KiB in 0.0013 sec., 203846.15384615384 rows/sec., 18.16 MiB/sec. 2025.08.18 20:13:25.609142 [ 4 ] {9b3e6e5d-89f0-4147-9414-0842b0c5e219} TCPHandler: Processed in 0.001466428 sec. 2025.08.18 20:13:25.609252 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.609346 [ 4 ] {5b616eb3-31e8-4853-a239-cf9f36df5bf3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:13:25.609387 [ 4 ] {5b616eb3-31e8-4853-a239-cf9f36df5bf3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:13:25.609801 [ 4 ] {5b616eb3-31e8-4853-a239-cf9f36df5bf3} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.609839 [ 4 ] {5b616eb3-31e8-4853-a239-cf9f36df5bf3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.610138 [ 4 ] {5b616eb3-31e8-4853-a239-cf9f36df5bf3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.18 20:13:25.610343 [ 4 ] {5b616eb3-31e8-4853-a239-cf9f36df5bf3} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.610471 [ 4 ] {5b616eb3-31e8-4853-a239-cf9f36df5bf3} executeQuery: Read 67 rows, 5.02 KiB in 0.001143 sec., 58617.67279090114 rows/sec., 4.29 MiB/sec. 2025.08.18 20:13:25.610510 [ 4 ] {5b616eb3-31e8-4853-a239-cf9f36df5bf3} TCPHandler: Processed in 0.001307747 sec. 2025.08.18 20:13:25.610624 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.610720 [ 4 ] {a7d29f8a-efcc-40e0-a5b7-b6626ba1c0e8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:13:25.610759 [ 4 ] {a7d29f8a-efcc-40e0-a5b7-b6626ba1c0e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:13:25.611148 [ 4 ] {a7d29f8a-efcc-40e0-a5b7-b6626ba1c0e8} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.611186 [ 4 ] {a7d29f8a-efcc-40e0-a5b7-b6626ba1c0e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.611475 [ 4 ] {a7d29f8a-efcc-40e0-a5b7-b6626ba1c0e8} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.08.18 20:13:25.611685 [ 4 ] {a7d29f8a-efcc-40e0-a5b7-b6626ba1c0e8} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.611814 [ 4 ] {a7d29f8a-efcc-40e0-a5b7-b6626ba1c0e8} executeQuery: Read 24 rows, 2.04 KiB in 0.001112 sec., 21582.733812949642 rows/sec., 1.79 MiB/sec. 2025.08.18 20:13:25.611852 [ 4 ] {a7d29f8a-efcc-40e0-a5b7-b6626ba1c0e8} TCPHandler: Processed in 0.001278577 sec. 2025.08.18 20:13:25.611961 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.612054 [ 4 ] {f33324a5-ecec-4913-8ab7-cfcb4dc38a10} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:13:25.612093 [ 4 ] {f33324a5-ecec-4913-8ab7-cfcb4dc38a10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:13:25.612479 [ 4 ] {f33324a5-ecec-4913-8ab7-cfcb4dc38a10} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.612514 [ 4 ] {f33324a5-ecec-4913-8ab7-cfcb4dc38a10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.612803 [ 4 ] {f33324a5-ecec-4913-8ab7-cfcb4dc38a10} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.08.18 20:13:25.613013 [ 4 ] {f33324a5-ecec-4913-8ab7-cfcb4dc38a10} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.613108 [ 53 ] {} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.08.18 20:13:25.613137 [ 4 ] {f33324a5-ecec-4913-8ab7-cfcb4dc38a10} executeQuery: Read 12 rows, 960.00 B in 0.001101 sec., 10899.182561307902 rows/sec., 851.50 KiB/sec. 2025.08.18 20:13:25.613149 [ 53 ] {} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.613179 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.613181 [ 4 ] {f33324a5-ecec-4913-8ab7-cfcb4dc38a10} TCPHandler: Processed in 0.001270556 sec. 2025.08.18 20:13:25.613253 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::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.08.18 20:13:25.613302 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.613343 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:25.613369 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 12 rows starting from the beginning of the part 2025.08.18 20:13:25.613396 [ 4 ] {a127e5f3-174e-496e-a41b-c68f7d9ab854} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:25.613420 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part 2025.08.18 20:13:25.613437 [ 4 ] {a127e5f3-174e-496e-a41b-c68f7d9ab854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:25.613461 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 12 rows starting from the beginning of the part 2025.08.18 20:13:25.613504 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 12 rows starting from the beginning of the part 2025.08.18 20:13:25.613542 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 12 rows starting from the beginning of the part 2025.08.18 20:13:25.613903 [ 4 ] {a127e5f3-174e-496e-a41b-c68f7d9ab854} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.613937 [ 4 ] {a127e5f3-174e-496e-a41b-c68f7d9ab854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.614180 [ 197 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 5 columns (5 merged, 0 gathered) in 0.000957302 sec., 62676.1460855613 rows/sec., 5.02 MiB/sec. 2025.08.18 20:13:25.614252 [ 4 ] {a127e5f3-174e-496e-a41b-c68f7d9ab854} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.18 20:13:25.614315 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.08.18 20:13:25.614483 [ 4 ] {a127e5f3-174e-496e-a41b-c68f7d9ab854} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.614617 [ 4 ] {a127e5f3-174e-496e-a41b-c68f7d9ab854} executeQuery: Read 155 rows, 12.80 KiB in 0.001238 sec., 125201.93861066236 rows/sec., 10.10 MiB/sec. 2025.08.18 20:13:25.614655 [ 4 ] {a127e5f3-174e-496e-a41b-c68f7d9ab854} TCPHandler: Processed in 0.001403128 sec. 2025.08.18 20:13:25.614684 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.614746 [ 200 ] {404d3318-72e9-4106-a52b-4eff24aa4af4::all_1_13_3} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.08.18 20:13:25.614767 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.614804 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.08.18 20:13:25.614862 [ 4 ] {fc5cd1ad-a53f-438e-805c-2f0a9aaac3a3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:25.614906 [ 4 ] {fc5cd1ad-a53f-438e-805c-2f0a9aaac3a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:25.615310 [ 4 ] {fc5cd1ad-a53f-438e-805c-2f0a9aaac3a3} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.615345 [ 4 ] {fc5cd1ad-a53f-438e-805c-2f0a9aaac3a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.615682 [ 4 ] {fc5cd1ad-a53f-438e-805c-2f0a9aaac3a3} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.18 20:13:25.615893 [ 4 ] {fc5cd1ad-a53f-438e-805c-2f0a9aaac3a3} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.616025 [ 4 ] {fc5cd1ad-a53f-438e-805c-2f0a9aaac3a3} executeQuery: Read 203 rows, 14.89 KiB in 0.001182 sec., 171742.80879864635 rows/sec., 12.30 MiB/sec. 2025.08.18 20:13:25.616063 [ 4 ] {fc5cd1ad-a53f-438e-805c-2f0a9aaac3a3} TCPHandler: Processed in 0.001346188 sec. 2025.08.18 20:13:25.616175 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.616269 [ 4 ] {228ad55a-c66b-4010-8ae9-f5137234fde0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:25.616324 [ 4 ] {228ad55a-c66b-4010-8ae9-f5137234fde0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:13:25.617175 [ 4 ] {228ad55a-c66b-4010-8ae9-f5137234fde0} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.617211 [ 4 ] {228ad55a-c66b-4010-8ae9-f5137234fde0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.617782 [ 4 ] {228ad55a-c66b-4010-8ae9-f5137234fde0} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2025.08.18 20:13:25.618008 [ 4 ] {228ad55a-c66b-4010-8ae9-f5137234fde0} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.618145 [ 4 ] {228ad55a-c66b-4010-8ae9-f5137234fde0} executeQuery: Read 41 rows, 75.23 KiB in 0.001894 sec., 21647.30728616684 rows/sec., 38.79 MiB/sec. 2025.08.18 20:13:25.618200 [ 4 ] {228ad55a-c66b-4010-8ae9-f5137234fde0} TCPHandler: Processed in 0.002075038 sec. 2025.08.18 20:13:25.618314 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:25.618409 [ 4 ] {bfd30deb-c006-437b-8a12-a38c8aa66daa} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:25.618451 [ 4 ] {bfd30deb-c006-437b-8a12-a38c8aa66daa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:25.618793 [ 4 ] {bfd30deb-c006-437b-8a12-a38c8aa66daa} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:25.618830 [ 4 ] {bfd30deb-c006-437b-8a12-a38c8aa66daa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:25.619138 [ 4 ] {bfd30deb-c006-437b-8a12-a38c8aa66daa} MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) 2025.08.18 20:13:25.619349 [ 4 ] {bfd30deb-c006-437b-8a12-a38c8aa66daa} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:25.619481 [ 4 ] {bfd30deb-c006-437b-8a12-a38c8aa66daa} executeQuery: Read 60 rows, 4.14 KiB in 0.00109 sec., 55045.87155963302 rows/sec., 3.71 MiB/sec. 2025.08.18 20:13:25.619517 [ 4 ] {bfd30deb-c006-437b-8a12-a38c8aa66daa} TCPHandler: Processed in 0.001253107 sec. 2025.08.18 20:13:26.584393 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23424 2025.08.18 20:13:26.585109 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:26.585177 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:26.585859 [ 244 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.18 20:13:26.586206 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:26.586385 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23424 2025.08.18 20:13:26.586392 [ 74 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.18 20:13:26.586471 [ 74 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:26.586495 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:26.586592 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:13:26.586686 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:26.586723 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21167 rows starting from the beginning of the part 2025.08.18 20:13:26.586783 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part 2025.08.18 20:13:26.586825 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part 2025.08.18 20:13:26.586866 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part 2025.08.18 20:13:26.586904 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part 2025.08.18 20:13:26.586943 [ 188 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part 2025.08.18 20:13:26.588750 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 23424 rows, containing 4 columns (4 merged, 0 gathered) in 0.002194238 sec., 10675232.130698675 rows/sec., 152.71 MiB/sec. 2025.08.18 20:13:26.589217 [ 190 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.18 20:13:26.589562 [ 190 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:26.589653 [ 190 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_51_10} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.18 20:13:26.589774 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. 2025.08.18 20:13:27.872960 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 384 2025.08.18 20:13:27.890583 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:27.890638 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:27.896330 [ 243 ] {} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.18 20:13:27.897059 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:27.897330 [ 63 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.18 20:13:27.897366 [ 63 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:27.897387 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:27.897512 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:13:27.900611 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 384 2025.08.18 20:13:27.901337 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:27.902779 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:13:27.907499 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:13:27.912126 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:13:27.916757 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:13:27.921030 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:13:27.925103 [ 188 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:13:27.979954 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 679 columns (679 merged, 0 gathered) in 0.082495593 sec., 4654.794105183291 rows/sec., 24.07 MiB/sec. 2025.08.18 20:13:27.982948 [ 199 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.18 20:13:27.984941 [ 199 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_51_10} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:27.985023 [ 199 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_51_10} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.18 20:13:27.987594 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.18 20:13:28.000229 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 287.42 MiB, peak 300.82 MiB, free memory in arenas 0.00 B, will set to 289.68 MiB (RSS), difference: 2.26 MiB 2025.08.18 20:13:30.599235 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:30.599540 [ 4 ] {d334f431-8826-4aa6-8564-0d167ad62b51} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:30.599643 [ 4 ] {d334f431-8826-4aa6-8564-0d167ad62b51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:30.600389 [ 4 ] {d334f431-8826-4aa6-8564-0d167ad62b51} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:30.600428 [ 4 ] {d334f431-8826-4aa6-8564-0d167ad62b51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:30.600826 [ 4 ] {d334f431-8826-4aa6-8564-0d167ad62b51} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.18 20:13:30.601069 [ 4 ] {d334f431-8826-4aa6-8564-0d167ad62b51} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:30.601193 [ 120 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.18 20:13:30.601220 [ 4 ] {d334f431-8826-4aa6-8564-0d167ad62b51} executeQuery: Read 56 rows, 4.38 KiB in 0.001758 sec., 31854.37997724687 rows/sec., 2.43 MiB/sec. 2025.08.18 20:13:30.601235 [ 120 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:30.601258 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:30.601268 [ 4 ] {d334f431-8826-4aa6-8564-0d167ad62b51} TCPHandler: Processed in 0.002215509 sec. 2025.08.18 20:13:30.601392 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:30.601449 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:13:30.601493 [ 4 ] {d2c1bb43-355d-4ff9-abd1-05639b1a85c7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:30.601590 [ 4 ] {d2c1bb43-355d-4ff9-abd1-05639b1a85c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:30.601692 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:30.601753 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1407 rows starting from the beginning of the part 2025.08.18 20:13:30.601840 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 56 rows starting from the beginning of the part 2025.08.18 20:13:30.601885 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 138 rows starting from the beginning of the part 2025.08.18 20:13:30.601931 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:13:30.601972 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 265 rows starting from the beginning of the part 2025.08.18 20:13:30.602015 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 56 rows starting from the beginning of the part 2025.08.18 20:13:30.602025 [ 4 ] {d2c1bb43-355d-4ff9-abd1-05639b1a85c7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:30.602067 [ 4 ] {d2c1bb43-355d-4ff9-abd1-05639b1a85c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:30.602712 [ 4 ] {d2c1bb43-355d-4ff9-abd1-05639b1a85c7} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.18 20:13:30.602943 [ 4 ] {d2c1bb43-355d-4ff9-abd1-05639b1a85c7} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:30.603074 [ 4 ] {d2c1bb43-355d-4ff9-abd1-05639b1a85c7} executeQuery: Read 64 rows, 5.12 KiB in 0.001604 sec., 39900.249376558604 rows/sec., 3.11 MiB/sec. 2025.08.18 20:13:30.603112 [ 4 ] {d2c1bb43-355d-4ff9-abd1-05639b1a85c7} TCPHandler: Processed in 0.001777303 sec. 2025.08.18 20:13:30.603112 [ 135 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.18 20:13:30.603185 [ 135 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:30.603211 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:30.603250 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:30.603308 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:13:30.603350 [ 4 ] {a01a35bc-952e-4e5e-9400-0aaaef6c60cc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:30.603384 [ 197 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1978 rows, containing 5 columns (5 merged, 0 gathered) in 0.002020766 sec., 978836.7381478114 rows/sec., 85.88 MiB/sec. 2025.08.18 20:13:30.603421 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:30.603399 [ 4 ] {a01a35bc-952e-4e5e-9400-0aaaef6c60cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:30.603467 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 633 rows starting from the beginning of the part 2025.08.18 20:13:30.603537 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 64 rows starting from the beginning of the part 2025.08.18 20:13:30.603582 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 105 rows starting from the beginning of the part 2025.08.18 20:13:30.603625 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 64 rows starting from the beginning of the part 2025.08.18 20:13:30.603666 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 155 rows starting from the beginning of the part 2025.08.18 20:13:30.603705 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 64 rows starting from the beginning of the part 2025.08.18 20:13:30.603757 [ 187 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.18 20:13:30.603976 [ 4 ] {a01a35bc-952e-4e5e-9400-0aaaef6c60cc} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:30.604037 [ 4 ] {a01a35bc-952e-4e5e-9400-0aaaef6c60cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:30.604066 [ 187 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:30.604164 [ 187 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_86_17} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.18 20:13:30.604259 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2025.08.18 20:13:30.604496 [ 4 ] {a01a35bc-952e-4e5e-9400-0aaaef6c60cc} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.18 20:13:30.604695 [ 201 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 1085 rows, containing 5 columns (5 merged, 0 gathered) in 0.001430889 sec., 758269.8588080556 rows/sec., 61.18 MiB/sec. 2025.08.18 20:13:30.604750 [ 4 ] {a01a35bc-952e-4e5e-9400-0aaaef6c60cc} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:30.604881 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.18 20:13:30.604887 [ 4 ] {a01a35bc-952e-4e5e-9400-0aaaef6c60cc} executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. 2025.08.18 20:13:30.604894 [ 135 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.18 20:13:30.604942 [ 4 ] {a01a35bc-952e-4e5e-9400-0aaaef6c60cc} TCPHandler: Processed in 0.001744142 sec. 2025.08.18 20:13:30.604952 [ 135 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:30.604985 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:30.605067 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:30.605082 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:13:30.605168 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:30.605187 [ 4 ] {401039ff-6ca1-478a-bb44-1c555ab0f2f0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:30.605233 [ 4 ] {401039ff-6ca1-478a-bb44-1c555ab0f2f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:30.605239 [ 187 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_86_17} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.18 20:13:30.605236 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:30.605297 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 23034 rows starting from the beginning of the part 2025.08.18 20:13:30.605317 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.08.18 20:13:30.605361 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 32 rows starting from the beginning of the part 2025.08.18 20:13:30.605410 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part 2025.08.18 20:13:30.605449 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:13:30.605484 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 203 rows starting from the beginning of the part 2025.08.18 20:13:30.605528 [ 201 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 160 rows starting from the beginning of the part 2025.08.18 20:13:30.605575 [ 4 ] {401039ff-6ca1-478a-bb44-1c555ab0f2f0} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:30.605616 [ 4 ] {401039ff-6ca1-478a-bb44-1c555ab0f2f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:30.605963 [ 4 ] {401039ff-6ca1-478a-bb44-1c555ab0f2f0} MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) 2025.08.18 20:13:30.606173 [ 4 ] {401039ff-6ca1-478a-bb44-1c555ab0f2f0} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:30.606303 [ 4 ] {401039ff-6ca1-478a-bb44-1c555ab0f2f0} executeQuery: Read 60 rows, 4.14 KiB in 0.001136 sec., 52816.9014084507 rows/sec., 3.56 MiB/sec. 2025.08.18 20:13:30.606319 [ 135 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 2025.08.18 20:13:30.606339 [ 4 ] {401039ff-6ca1-478a-bb44-1c555ab0f2f0} TCPHandler: Processed in 0.001321237 sec. 2025.08.18 20:13:30.606360 [ 135 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:30.606385 [ 135 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.03 GiB. 2025.08.18 20:13:30.606465 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:13:30.606569 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_86_17} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:30.606598 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4188 rows starting from the beginning of the part 2025.08.18 20:13:30.606647 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 12 rows starting from the beginning of the part 2025.08.18 20:13:30.606688 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part 2025.08.18 20:13:30.606730 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:13:30.606766 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_86_17} MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part 2025.08.18 20:13:30.606801 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:13:30.609443 [ 187 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 4440 rows, containing 4 columns (4 merged, 0 gathered) in 0.003009749 sec., 1475206.072001353 rows/sec., 99.42 MiB/sec. 2025.08.18 20:13:30.610161 [ 195 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.18 20:13:30.610471 [ 195 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_86_17} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:30.610551 [ 195 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_86_17} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.18 20:13:30.610633 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2025.08.18 20:13:30.612315 [ 192 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} MergeTask::MergeProjectionsStage: Merge sorted 23749 rows, containing 5 columns (5 merged, 0 gathered) in 0.007277595 sec., 3263303.3302897452 rows/sec., 223.68 MiB/sec. 2025.08.18 20:13:30.612816 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) 2025.08.18 20:13:30.613064 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:30.613132 [ 187 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_86_17} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 2025.08.18 20:13:30.613203 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.08.18 20:13:31.000240 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 290.06 MiB, peak 300.82 MiB, free memory in arenas 0.00 B, will set to 292.88 MiB (RSS), difference: 2.81 MiB 2025.08.18 20:13:33.937762 [ 151 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:13:33.937869 [ 151 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:13:34.086528 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23912 2025.08.18 20:13:34.087154 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:34.087230 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:34.087970 [ 244 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.18 20:13:34.088287 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:34.088437 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23912 2025.08.18 20:13:34.161455 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1158 2025.08.18 20:13:34.163761 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:34.163810 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:34.165009 [ 242 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.18 20:13:34.165282 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:34.165544 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1158 2025.08.18 20:13:35.400721 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 392 2025.08.18 20:13:35.415523 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:35.415583 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:35.420944 [ 243 ] {} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.18 20:13:35.421638 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:35.424258 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 392 2025.08.18 20:13:35.601915 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:35.602122 [ 4 ] {0674d989-90e4-45d3-b16f-31a1601732d5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:35.602199 [ 4 ] {0674d989-90e4-45d3-b16f-31a1601732d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:35.603021 [ 4 ] {0674d989-90e4-45d3-b16f-31a1601732d5} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:35.603066 [ 4 ] {0674d989-90e4-45d3-b16f-31a1601732d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:35.603498 [ 4 ] {0674d989-90e4-45d3-b16f-31a1601732d5} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.18 20:13:35.603731 [ 4 ] {0674d989-90e4-45d3-b16f-31a1601732d5} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:35.603893 [ 4 ] {0674d989-90e4-45d3-b16f-31a1601732d5} executeQuery: Read 138 rows, 12.23 KiB in 0.001827 sec., 75533.6617405583 rows/sec., 6.54 MiB/sec. 2025.08.18 20:13:35.603945 [ 4 ] {0674d989-90e4-45d3-b16f-31a1601732d5} TCPHandler: Processed in 0.002165649 sec. 2025.08.18 20:13:35.604064 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:35.604168 [ 4 ] {05b7928a-fdc1-49b1-9aa9-ba0e27d9f4ec} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:13:35.604213 [ 4 ] {05b7928a-fdc1-49b1-9aa9-ba0e27d9f4ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:13:35.604639 [ 4 ] {05b7928a-fdc1-49b1-9aa9-ba0e27d9f4ec} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:35.604675 [ 4 ] {05b7928a-fdc1-49b1-9aa9-ba0e27d9f4ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:35.604985 [ 4 ] {05b7928a-fdc1-49b1-9aa9-ba0e27d9f4ec} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.18 20:13:35.605224 [ 4 ] {05b7928a-fdc1-49b1-9aa9-ba0e27d9f4ec} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:35.605356 [ 4 ] {05b7928a-fdc1-49b1-9aa9-ba0e27d9f4ec} executeQuery: Read 41 rows, 3.08 KiB in 0.00121 sec., 33884.29752066116 rows/sec., 2.49 MiB/sec. 2025.08.18 20:13:35.605395 [ 4 ] {05b7928a-fdc1-49b1-9aa9-ba0e27d9f4ec} TCPHandler: Processed in 0.001383718 sec. 2025.08.18 20:13:35.605498 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:35.605596 [ 4 ] {2fd117f6-91b0-442b-ad63-27716e4e176a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:35.605636 [ 4 ] {2fd117f6-91b0-442b-ad63-27716e4e176a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:35.606069 [ 4 ] {2fd117f6-91b0-442b-ad63-27716e4e176a} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:35.606103 [ 4 ] {2fd117f6-91b0-442b-ad63-27716e4e176a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:35.606406 [ 4 ] {2fd117f6-91b0-442b-ad63-27716e4e176a} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.18 20:13:35.606619 [ 4 ] {2fd117f6-91b0-442b-ad63-27716e4e176a} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:35.606745 [ 4 ] {2fd117f6-91b0-442b-ad63-27716e4e176a} executeQuery: Read 105 rows, 8.40 KiB in 0.001169 sec., 89820.35928143714 rows/sec., 7.02 MiB/sec. 2025.08.18 20:13:35.606783 [ 4 ] {2fd117f6-91b0-442b-ad63-27716e4e176a} TCPHandler: Processed in 0.001335018 sec. 2025.08.18 20:13:35.606895 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:35.606991 [ 4 ] {2119b2d3-f723-40a3-839b-9108975d063c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:35.607034 [ 4 ] {2119b2d3-f723-40a3-839b-9108975d063c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:35.607444 [ 4 ] {2119b2d3-f723-40a3-839b-9108975d063c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:35.607477 [ 4 ] {2119b2d3-f723-40a3-839b-9108975d063c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:35.607808 [ 4 ] {2119b2d3-f723-40a3-839b-9108975d063c} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.18 20:13:35.608015 [ 4 ] {2119b2d3-f723-40a3-839b-9108975d063c} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:35.608143 [ 4 ] {2119b2d3-f723-40a3-839b-9108975d063c} executeQuery: Read 160 rows, 11.41 KiB in 0.001171 sec., 136635.35439795046 rows/sec., 9.52 MiB/sec. 2025.08.18 20:13:35.608179 [ 4 ] {2119b2d3-f723-40a3-839b-9108975d063c} TCPHandler: Processed in 0.001333727 sec. 2025.08.18 20:13:35.608286 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:35.608391 [ 4 ] {f8fc5214-3478-4b07-944c-562b6c8df49d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:35.608448 [ 4 ] {f8fc5214-3478-4b07-944c-562b6c8df49d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:13:35.609370 [ 4 ] {f8fc5214-3478-4b07-944c-562b6c8df49d} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:35.609409 [ 4 ] {f8fc5214-3478-4b07-944c-562b6c8df49d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:35.610043 [ 4 ] {f8fc5214-3478-4b07-944c-562b6c8df49d} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2025.08.18 20:13:35.610286 [ 4 ] {f8fc5214-3478-4b07-944c-562b6c8df49d} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:35.610437 [ 4 ] {f8fc5214-3478-4b07-944c-562b6c8df49d} executeQuery: Read 41 rows, 75.23 KiB in 0.002064 sec., 19864.34108527132 rows/sec., 35.60 MiB/sec. 2025.08.18 20:13:35.610508 [ 4 ] {f8fc5214-3478-4b07-944c-562b6c8df49d} TCPHandler: Processed in 0.00227269 sec. 2025.08.18 20:13:35.610627 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:35.610725 [ 4 ] {dac74c60-e2e5-44de-870f-2f05cd772760} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:35.610769 [ 4 ] {dac74c60-e2e5-44de-870f-2f05cd772760} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:35.611116 [ 4 ] {dac74c60-e2e5-44de-870f-2f05cd772760} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:35.611151 [ 4 ] {dac74c60-e2e5-44de-870f-2f05cd772760} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:35.611478 [ 4 ] {dac74c60-e2e5-44de-870f-2f05cd772760} MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) 2025.08.18 20:13:35.611693 [ 4 ] {dac74c60-e2e5-44de-870f-2f05cd772760} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:35.611823 [ 4 ] {dac74c60-e2e5-44de-870f-2f05cd772760} executeQuery: Read 60 rows, 4.14 KiB in 0.001116 sec., 53763.44086021505 rows/sec., 3.62 MiB/sec. 2025.08.18 20:13:35.611861 [ 4 ] {dac74c60-e2e5-44de-870f-2f05cd772760} TCPHandler: Processed in 0.001285607 sec. 2025.08.18 20:13:36.442187 [ 154 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2025.08.18 20:13:36.442254 [ 154 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:36.442274 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:36.442396 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::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.08.18 20:13:36.442544 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:36.442582 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 252 rows starting from the beginning of the part 2025.08.18 20:13:36.442650 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 228 rows starting from the beginning of the part 2025.08.18 20:13:36.442698 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 24 rows starting from the beginning of the part 2025.08.18 20:13:36.442740 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 228 rows starting from the beginning of the part 2025.08.18 20:13:36.442781 [ 193 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 24 rows starting from the beginning of the part 2025.08.18 20:13:36.443618 [ 192 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001273367 sec., 593701.5801414674 rows/sec., 43.33 MiB/sec. 2025.08.18 20:13:36.443852 [ 194 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2025.08.18 20:13:36.444172 [ 194 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:36.444252 [ 194 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_25_6} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2025.08.18 20:13:36.444348 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.08.18 20:13:39.507635 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:39.507879 [ 4 ] {26e1ccac-68a3-46d5-b21b-55b44c1cdd41} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:13:39.507978 [ 4 ] {26e1ccac-68a3-46d5-b21b-55b44c1cdd41} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:13:39.508623 [ 4 ] {26e1ccac-68a3-46d5-b21b-55b44c1cdd41} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:39.508676 [ 4 ] {26e1ccac-68a3-46d5-b21b-55b44c1cdd41} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:39.509062 [ 4 ] {26e1ccac-68a3-46d5-b21b-55b44c1cdd41} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.08.18 20:13:39.509350 [ 4 ] {26e1ccac-68a3-46d5-b21b-55b44c1cdd41} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:39.509555 [ 4 ] {26e1ccac-68a3-46d5-b21b-55b44c1cdd41} executeQuery: Read 2 rows, 167.00 B in 0.001738 sec., 1150.7479861910242 rows/sec., 93.84 KiB/sec. 2025.08.18 20:13:39.509614 [ 4 ] {26e1ccac-68a3-46d5-b21b-55b44c1cdd41} TCPHandler: Processed in 0.002159988 sec. 2025.08.18 20:13:39.509750 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:39.509882 [ 4 ] {df4f3300-b165-401a-8005-de0d7f54fe6a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:39.509942 [ 4 ] {df4f3300-b165-401a-8005-de0d7f54fe6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:39.511015 [ 4 ] {df4f3300-b165-401a-8005-de0d7f54fe6a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:39.511056 [ 4 ] {df4f3300-b165-401a-8005-de0d7f54fe6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:39.511471 [ 4 ] {df4f3300-b165-401a-8005-de0d7f54fe6a} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.18 20:13:39.511689 [ 4 ] {df4f3300-b165-401a-8005-de0d7f54fe6a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:39.511835 [ 4 ] {df4f3300-b165-401a-8005-de0d7f54fe6a} executeQuery: Read 1197 rows, 100.57 KiB in 0.001984 sec., 603326.6129032258 rows/sec., 49.50 MiB/sec. 2025.08.18 20:13:39.511877 [ 4 ] {df4f3300-b165-401a-8005-de0d7f54fe6a} TCPHandler: Processed in 0.002192178 sec. 2025.08.18 20:13:39.511988 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:39.512092 [ 4 ] {03544dcf-6249-47b9-ad42-dab578e2eef9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:13:39.512135 [ 4 ] {03544dcf-6249-47b9-ad42-dab578e2eef9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:13:39.512539 [ 4 ] {03544dcf-6249-47b9-ad42-dab578e2eef9} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:39.512578 [ 4 ] {03544dcf-6249-47b9-ad42-dab578e2eef9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:39.512882 [ 4 ] {03544dcf-6249-47b9-ad42-dab578e2eef9} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.18 20:13:39.513093 [ 4 ] {03544dcf-6249-47b9-ad42-dab578e2eef9} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:39.513223 [ 4 ] {03544dcf-6249-47b9-ad42-dab578e2eef9} executeQuery: Read 2 rows, 143.00 B in 0.001155 sec., 1731.6017316017317 rows/sec., 120.91 KiB/sec. 2025.08.18 20:13:39.513261 [ 4 ] {03544dcf-6249-47b9-ad42-dab578e2eef9} TCPHandler: Processed in 0.001325917 sec. 2025.08.18 20:13:39.513365 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:39.513460 [ 4 ] {6ac75d15-6464-4f30-ba8a-0768c43d3154} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:13:39.513500 [ 4 ] {6ac75d15-6464-4f30-ba8a-0768c43d3154} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:13:39.513966 [ 4 ] {6ac75d15-6464-4f30-ba8a-0768c43d3154} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:39.514002 [ 4 ] {6ac75d15-6464-4f30-ba8a-0768c43d3154} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:39.514315 [ 4 ] {6ac75d15-6464-4f30-ba8a-0768c43d3154} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.08.18 20:13:39.514540 [ 4 ] {6ac75d15-6464-4f30-ba8a-0768c43d3154} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:39.514670 [ 4 ] {6ac75d15-6464-4f30-ba8a-0768c43d3154} executeQuery: Read 228 rows, 15.81 KiB in 0.001227 sec., 185819.0709046455 rows/sec., 12.58 MiB/sec. 2025.08.18 20:13:39.514708 [ 4 ] {6ac75d15-6464-4f30-ba8a-0768c43d3154} TCPHandler: Processed in 0.001393198 sec. 2025.08.18 20:13:39.514821 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:39.514917 [ 4 ] {0a5fa512-35d5-42c9-bd9e-1226ff4bae2d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:39.514959 [ 4 ] {0a5fa512-35d5-42c9-bd9e-1226ff4bae2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:39.515524 [ 4 ] {0a5fa512-35d5-42c9-bd9e-1226ff4bae2d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:39.515560 [ 4 ] {0a5fa512-35d5-42c9-bd9e-1226ff4bae2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:39.515883 [ 4 ] {0a5fa512-35d5-42c9-bd9e-1226ff4bae2d} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.18 20:13:39.516097 [ 4 ] {0a5fa512-35d5-42c9-bd9e-1226ff4bae2d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:39.516228 [ 4 ] {0a5fa512-35d5-42c9-bd9e-1226ff4bae2d} executeQuery: Read 522 rows, 39.57 KiB in 0.001328 sec., 393072.2891566265 rows/sec., 29.10 MiB/sec. 2025.08.18 20:13:39.516267 [ 4 ] {0a5fa512-35d5-42c9-bd9e-1226ff4bae2d} TCPHandler: Processed in 0.001497129 sec. 2025.08.18 20:13:39.516386 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:39.516483 [ 4 ] {f17f34b1-d9c1-4b9d-96bf-e06193e6f681} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:39.516528 [ 4 ] {f17f34b1-d9c1-4b9d-96bf-e06193e6f681} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:39.517113 [ 4 ] {f17f34b1-d9c1-4b9d-96bf-e06193e6f681} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:39.517150 [ 4 ] {f17f34b1-d9c1-4b9d-96bf-e06193e6f681} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:39.517534 [ 4 ] {f17f34b1-d9c1-4b9d-96bf-e06193e6f681} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.18 20:13:39.517763 [ 4 ] {f17f34b1-d9c1-4b9d-96bf-e06193e6f681} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:39.517931 [ 4 ] {f17f34b1-d9c1-4b9d-96bf-e06193e6f681} executeQuery: Read 975 rows, 67.03 KiB in 0.001467 sec., 664621.6768916155 rows/sec., 44.62 MiB/sec. 2025.08.18 20:13:39.517970 [ 4 ] {f17f34b1-d9c1-4b9d-96bf-e06193e6f681} TCPHandler: Processed in 0.001634402 sec. 2025.08.18 20:13:39.518112 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:39.518209 [ 4 ] {bd5a4d35-6957-459d-b350-eb9d1897bda4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:39.518251 [ 4 ] {bd5a4d35-6957-459d-b350-eb9d1897bda4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:39.518579 [ 4 ] {bd5a4d35-6957-459d-b350-eb9d1897bda4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:39.518616 [ 4 ] {bd5a4d35-6957-459d-b350-eb9d1897bda4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:39.518918 [ 4 ] {bd5a4d35-6957-459d-b350-eb9d1897bda4} MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) 2025.08.18 20:13:39.519130 [ 4 ] {bd5a4d35-6957-459d-b350-eb9d1897bda4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:39.519259 [ 4 ] {bd5a4d35-6957-459d-b350-eb9d1897bda4} executeQuery: Read 48 rows, 3.31 KiB in 0.001069 sec., 44901.77736202058 rows/sec., 3.03 MiB/sec. 2025.08.18 20:13:39.519295 [ 4 ] {bd5a4d35-6957-459d-b350-eb9d1897bda4} TCPHandler: Processed in 0.001234146 sec. 2025.08.18 20:13:40.593820 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:40.594015 [ 4 ] {b470e4a6-5a1e-45c0-b304-398f391c11ab} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:40.594091 [ 4 ] {b470e4a6-5a1e-45c0-b304-398f391c11ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:40.594871 [ 4 ] {b470e4a6-5a1e-45c0-b304-398f391c11ab} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:40.594939 [ 4 ] {b470e4a6-5a1e-45c0-b304-398f391c11ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:40.595522 [ 4 ] {b470e4a6-5a1e-45c0-b304-398f391c11ab} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.18 20:13:40.595820 [ 4 ] {b470e4a6-5a1e-45c0-b304-398f391c11ab} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:40.596025 [ 4 ] {b470e4a6-5a1e-45c0-b304-398f391c11ab} executeQuery: Read 56 rows, 4.38 KiB in 0.002063 sec., 27144.934561318467 rows/sec., 2.07 MiB/sec. 2025.08.18 20:13:40.596086 [ 4 ] {b470e4a6-5a1e-45c0-b304-398f391c11ab} TCPHandler: Processed in 0.002418742 sec. 2025.08.18 20:13:40.596223 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:40.596345 [ 4 ] {e3d3c49e-c580-4b29-a950-b0179a48a0dd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:40.596407 [ 4 ] {e3d3c49e-c580-4b29-a950-b0179a48a0dd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:40.596993 [ 4 ] {e3d3c49e-c580-4b29-a950-b0179a48a0dd} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:40.597032 [ 4 ] {e3d3c49e-c580-4b29-a950-b0179a48a0dd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:40.597363 [ 4 ] {e3d3c49e-c580-4b29-a950-b0179a48a0dd} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.18 20:13:40.597584 [ 4 ] {e3d3c49e-c580-4b29-a950-b0179a48a0dd} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:40.597722 [ 4 ] {e3d3c49e-c580-4b29-a950-b0179a48a0dd} executeQuery: Read 64 rows, 5.12 KiB in 0.001412 sec., 45325.779036827196 rows/sec., 3.54 MiB/sec. 2025.08.18 20:13:40.597763 [ 4 ] {e3d3c49e-c580-4b29-a950-b0179a48a0dd} TCPHandler: Processed in 0.001596371 sec. 2025.08.18 20:13:40.597904 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:40.598011 [ 4 ] {00907590-10de-44ad-b57b-634143c2c88d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:40.598058 [ 4 ] {00907590-10de-44ad-b57b-634143c2c88d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:40.598443 [ 4 ] {00907590-10de-44ad-b57b-634143c2c88d} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:40.598480 [ 4 ] {00907590-10de-44ad-b57b-634143c2c88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:40.598818 [ 4 ] {00907590-10de-44ad-b57b-634143c2c88d} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.18 20:13:40.599042 [ 4 ] {00907590-10de-44ad-b57b-634143c2c88d} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:40.599179 [ 4 ] {00907590-10de-44ad-b57b-634143c2c88d} executeQuery: Read 32 rows, 2.28 KiB in 0.001191 sec., 26868.17800167926 rows/sec., 1.87 MiB/sec. 2025.08.18 20:13:40.599218 [ 4 ] {00907590-10de-44ad-b57b-634143c2c88d} TCPHandler: Processed in 0.001366208 sec. 2025.08.18 20:13:40.599341 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:40.599440 [ 4 ] {b40b2729-0471-42b1-aea5-87e40dc87f47} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:40.599486 [ 4 ] {b40b2729-0471-42b1-aea5-87e40dc87f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:40.599828 [ 4 ] {b40b2729-0471-42b1-aea5-87e40dc87f47} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:40.599865 [ 4 ] {b40b2729-0471-42b1-aea5-87e40dc87f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:40.600179 [ 4 ] {b40b2729-0471-42b1-aea5-87e40dc87f47} MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) 2025.08.18 20:13:40.600394 [ 4 ] {b40b2729-0471-42b1-aea5-87e40dc87f47} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:40.600524 [ 4 ] {b40b2729-0471-42b1-aea5-87e40dc87f47} executeQuery: Read 12 rows, 848.00 B in 0.001102 sec., 10889.29219600726 rows/sec., 751.47 KiB/sec. 2025.08.18 20:13:40.600560 [ 4 ] {b40b2729-0471-42b1-aea5-87e40dc87f47} TCPHandler: Processed in 0.001270686 sec. 2025.08.18 20:13:41.588556 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24339 2025.08.18 20:13:41.589117 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:41.589164 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:41.589669 [ 244 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.18 20:13:41.589904 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:41.590043 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24339 2025.08.18 20:13:42.924343 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 399 2025.08.18 20:13:42.940138 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:42.940176 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:42.945546 [ 243 ] {} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.18 20:13:42.946246 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:42.948820 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 399 2025.08.18 20:13:44.165758 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1192 2025.08.18 20:13:44.168370 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:44.168431 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:44.169688 [ 242 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.18 20:13:44.169973 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:44.170353 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1192 2025.08.18 20:13:45.601488 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:45.601702 [ 4 ] {d4455d2a-5a06-4261-ad2d-124673dcc700} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:45.601781 [ 4 ] {d4455d2a-5a06-4261-ad2d-124673dcc700} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:45.602537 [ 4 ] {d4455d2a-5a06-4261-ad2d-124673dcc700} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:45.602593 [ 4 ] {d4455d2a-5a06-4261-ad2d-124673dcc700} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:45.603023 [ 4 ] {d4455d2a-5a06-4261-ad2d-124673dcc700} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.18 20:13:45.603268 [ 4 ] {d4455d2a-5a06-4261-ad2d-124673dcc700} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:45.603441 [ 4 ] {d4455d2a-5a06-4261-ad2d-124673dcc700} executeQuery: Read 138 rows, 12.23 KiB in 0.001794 sec., 76923.07692307692 rows/sec., 6.66 MiB/sec. 2025.08.18 20:13:45.603496 [ 4 ] {d4455d2a-5a06-4261-ad2d-124673dcc700} TCPHandler: Processed in 0.002154898 sec. 2025.08.18 20:13:45.603624 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:45.603732 [ 4 ] {39d4afd4-49d3-4213-800f-9183d2c9c286} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:13:45.603779 [ 4 ] {39d4afd4-49d3-4213-800f-9183d2c9c286} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:13:45.604223 [ 4 ] {39d4afd4-49d3-4213-800f-9183d2c9c286} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:45.604264 [ 4 ] {39d4afd4-49d3-4213-800f-9183d2c9c286} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:45.604593 [ 4 ] {39d4afd4-49d3-4213-800f-9183d2c9c286} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.18 20:13:45.604817 [ 4 ] {39d4afd4-49d3-4213-800f-9183d2c9c286} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:45.604956 [ 4 ] {39d4afd4-49d3-4213-800f-9183d2c9c286} executeQuery: Read 41 rows, 3.08 KiB in 0.001249 sec., 32826.26100880705 rows/sec., 2.41 MiB/sec. 2025.08.18 20:13:45.604983 [ 143 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.18 20:13:45.604999 [ 4 ] {39d4afd4-49d3-4213-800f-9183d2c9c286} TCPHandler: Processed in 0.001430989 sec. 2025.08.18 20:13:45.605057 [ 143 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:45.605084 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:45.605152 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:45.605189 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:13:45.605267 [ 4 ] {bf5a67ff-ac6d-4ef7-b9e0-9a8d3cc47168} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:45.605319 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:45.605323 [ 4 ] {bf5a67ff-ac6d-4ef7-b9e0-9a8d3cc47168} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:45.605360 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 71 rows starting from the beginning of the part 2025.08.18 20:13:45.605432 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:45.605477 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 67 rows starting from the beginning of the part 2025.08.18 20:13:45.605524 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:45.605565 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 2 rows starting from the beginning of the part 2025.08.18 20:13:45.605608 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part 2025.08.18 20:13:45.605807 [ 4 ] {bf5a67ff-ac6d-4ef7-b9e0-9a8d3cc47168} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:45.605850 [ 4 ] {bf5a67ff-ac6d-4ef7-b9e0-9a8d3cc47168} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:45.606223 [ 4 ] {bf5a67ff-ac6d-4ef7-b9e0-9a8d3cc47168} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.18 20:13:45.606446 [ 4 ] {bf5a67ff-ac6d-4ef7-b9e0-9a8d3cc47168} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:45.606453 [ 194 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 263 rows, containing 5 columns (5 merged, 0 gathered) in 0.001305697 sec., 201424.98604193775 rows/sec., 15.51 MiB/sec. 2025.08.18 20:13:45.606588 [ 4 ] {bf5a67ff-ac6d-4ef7-b9e0-9a8d3cc47168} executeQuery: Read 105 rows, 8.40 KiB in 0.001351 sec., 77720.20725388601 rows/sec., 6.07 MiB/sec. 2025.08.18 20:13:45.606616 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.18 20:13:45.606633 [ 4 ] {bf5a67ff-ac6d-4ef7-b9e0-9a8d3cc47168} TCPHandler: Processed in 0.001536 sec. 2025.08.18 20:13:45.606754 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:45.606857 [ 4 ] {2a41d9c4-9e5a-4090-b0cf-e95dd9ba50a9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:45.606872 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:45.606902 [ 4 ] {2a41d9c4-9e5a-4090-b0cf-e95dd9ba50a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:45.606950 [ 189 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_46_9} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.18 20:13:45.607028 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.08.18 20:13:45.607339 [ 4 ] {2a41d9c4-9e5a-4090-b0cf-e95dd9ba50a9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:45.607380 [ 4 ] {2a41d9c4-9e5a-4090-b0cf-e95dd9ba50a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:45.607726 [ 4 ] {2a41d9c4-9e5a-4090-b0cf-e95dd9ba50a9} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.18 20:13:45.607964 [ 4 ] {2a41d9c4-9e5a-4090-b0cf-e95dd9ba50a9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:45.608122 [ 4 ] {2a41d9c4-9e5a-4090-b0cf-e95dd9ba50a9} executeQuery: Read 160 rows, 11.41 KiB in 0.001286 sec., 124416.7962674961 rows/sec., 8.67 MiB/sec. 2025.08.18 20:13:45.608188 [ 4 ] {2a41d9c4-9e5a-4090-b0cf-e95dd9ba50a9} TCPHandler: Processed in 0.00148665 sec. 2025.08.18 20:13:45.608291 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:45.608388 [ 4 ] {5877c236-67f1-488d-8719-fc1998565cd7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:45.608443 [ 4 ] {5877c236-67f1-488d-8719-fc1998565cd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:13:45.609275 [ 4 ] {5877c236-67f1-488d-8719-fc1998565cd7} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:45.609313 [ 4 ] {5877c236-67f1-488d-8719-fc1998565cd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:45.609922 [ 4 ] {5877c236-67f1-488d-8719-fc1998565cd7} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2025.08.18 20:13:45.610151 [ 4 ] {5877c236-67f1-488d-8719-fc1998565cd7} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:45.610291 [ 4 ] {5877c236-67f1-488d-8719-fc1998565cd7} executeQuery: Read 41 rows, 75.23 KiB in 0.001922 sec., 21331.94588969823 rows/sec., 38.23 MiB/sec. 2025.08.18 20:13:45.610358 [ 4 ] {5877c236-67f1-488d-8719-fc1998565cd7} TCPHandler: Processed in 0.002117128 sec. 2025.08.18 20:13:45.610472 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:45.610570 [ 4 ] {19357e75-a9cf-4c57-9d6e-8eb4a3d1951d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:45.610613 [ 4 ] {19357e75-a9cf-4c57-9d6e-8eb4a3d1951d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:45.610943 [ 4 ] {19357e75-a9cf-4c57-9d6e-8eb4a3d1951d} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:45.610980 [ 4 ] {19357e75-a9cf-4c57-9d6e-8eb4a3d1951d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:45.611298 [ 4 ] {19357e75-a9cf-4c57-9d6e-8eb4a3d1951d} MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) 2025.08.18 20:13:45.611516 [ 4 ] {19357e75-a9cf-4c57-9d6e-8eb4a3d1951d} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:45.611651 [ 4 ] {19357e75-a9cf-4c57-9d6e-8eb4a3d1951d} executeQuery: Read 60 rows, 4.14 KiB in 0.0011 sec., 54545.454545454544 rows/sec., 3.68 MiB/sec. 2025.08.18 20:13:45.611688 [ 4 ] {19357e75-a9cf-4c57-9d6e-8eb4a3d1951d} TCPHandler: Processed in 0.001266017 sec. 2025.08.18 20:13:48.937927 [ 141 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:13:48.938010 [ 141 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:13:49.090222 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24827 2025.08.18 20:13:49.090782 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:49.090836 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:49.091355 [ 244 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.18 20:13:49.091597 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:49.091757 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24827 2025.08.18 20:13:50.448949 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 407 2025.08.18 20:13:50.465629 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:50.465704 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:50.471512 [ 243 ] {} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.18 20:13:50.472269 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:50.475194 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 407 2025.08.18 20:13:50.599651 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:50.599838 [ 4 ] {311ded89-fb7a-48d9-b41d-09ebdd37d5cd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:50.599905 [ 4 ] {311ded89-fb7a-48d9-b41d-09ebdd37d5cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:50.600559 [ 4 ] {311ded89-fb7a-48d9-b41d-09ebdd37d5cd} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:50.600600 [ 4 ] {311ded89-fb7a-48d9-b41d-09ebdd37d5cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:50.601010 [ 4 ] {311ded89-fb7a-48d9-b41d-09ebdd37d5cd} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.18 20:13:50.601245 [ 4 ] {311ded89-fb7a-48d9-b41d-09ebdd37d5cd} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:50.601380 [ 140 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.18 20:13:50.601390 [ 4 ] {311ded89-fb7a-48d9-b41d-09ebdd37d5cd} executeQuery: Read 56 rows, 4.38 KiB in 0.001603 sec., 34934.49781659389 rows/sec., 2.67 MiB/sec. 2025.08.18 20:13:50.601417 [ 140 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:50.601437 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:50.601440 [ 4 ] {311ded89-fb7a-48d9-b41d-09ebdd37d5cd} TCPHandler: Processed in 0.001922056 sec. 2025.08.18 20:13:50.601561 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:50.601560 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:13:50.601657 [ 4 ] {e286c067-0261-4969-b648-9ea8a2f7ee91} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:50.601702 [ 4 ] {e286c067-0261-4969-b648-9ea8a2f7ee91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:50.601719 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:50.601759 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1407 rows starting from the beginning of the part 2025.08.18 20:13:50.601826 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 138 rows starting from the beginning of the part 2025.08.18 20:13:50.601872 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 1197 rows starting from the beginning of the part 2025.08.18 20:13:50.601923 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part 2025.08.18 20:13:50.601970 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 138 rows starting from the beginning of the part 2025.08.18 20:13:50.602013 [ 193 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part 2025.08.18 20:13:50.602126 [ 4 ] {e286c067-0261-4969-b648-9ea8a2f7ee91} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:50.602167 [ 4 ] {e286c067-0261-4969-b648-9ea8a2f7ee91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:50.602518 [ 4 ] {e286c067-0261-4969-b648-9ea8a2f7ee91} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.18 20:13:50.602793 [ 4 ] {e286c067-0261-4969-b648-9ea8a2f7ee91} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:50.602928 [ 4 ] {e286c067-0261-4969-b648-9ea8a2f7ee91} executeQuery: Read 64 rows, 5.12 KiB in 0.00129 sec., 49612.4031007752 rows/sec., 3.87 MiB/sec. 2025.08.18 20:13:50.602939 [ 139 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.18 20:13:50.602965 [ 4 ] {e286c067-0261-4969-b648-9ea8a2f7ee91} TCPHandler: Processed in 0.001452788 sec. 2025.08.18 20:13:50.602993 [ 139 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:50.603024 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:50.603095 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:50.603109 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:13:50.603197 [ 4 ] {d5dc51a2-9334-4e81-899b-d85a70e16761} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:50.603220 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:50.603245 [ 4 ] {d5dc51a2-9334-4e81-899b-d85a70e16761} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:50.603253 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 633 rows starting from the beginning of the part 2025.08.18 20:13:50.603325 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 105 rows starting from the beginning of the part 2025.08.18 20:13:50.603372 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 522 rows starting from the beginning of the part 2025.08.18 20:13:50.603420 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 64 rows starting from the beginning of the part 2025.08.18 20:13:50.603466 [ 194 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 2992 rows, containing 5 columns (5 merged, 0 gathered) in 0.001960166 sec., 1526401.335397104 rows/sec., 132.48 MiB/sec. 2025.08.18 20:13:50.603481 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 105 rows starting from the beginning of the part 2025.08.18 20:13:50.603580 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 64 rows starting from the beginning of the part 2025.08.18 20:13:50.603710 [ 4 ] {d5dc51a2-9334-4e81-899b-d85a70e16761} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:50.603744 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.18 20:13:50.603752 [ 4 ] {d5dc51a2-9334-4e81-899b-d85a70e16761} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:50.604080 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:50.604187 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_91_18} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.18 20:13:50.604280 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. 2025.08.18 20:13:50.604297 [ 4 ] {d5dc51a2-9334-4e81-899b-d85a70e16761} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.18 20:13:50.604541 [ 4 ] {d5dc51a2-9334-4e81-899b-d85a70e16761} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:50.604591 [ 191 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 1493 rows, containing 5 columns (5 merged, 0 gathered) in 0.00151966 sec., 982456.6021346881 rows/sec., 77.94 MiB/sec. 2025.08.18 20:13:50.604672 [ 139 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.18 20:13:50.604683 [ 4 ] {d5dc51a2-9334-4e81-899b-d85a70e16761} executeQuery: Read 160 rows, 11.41 KiB in 0.001505 sec., 106312.29235880398 rows/sec., 7.40 MiB/sec. 2025.08.18 20:13:50.604709 [ 139 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:50.604730 [ 4 ] {d5dc51a2-9334-4e81-899b-d85a70e16761} TCPHandler: Processed in 0.001683333 sec. 2025.08.18 20:13:50.604734 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:50.604761 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.18 20:13:50.604838 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:13:50.604854 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:50.604955 [ 4 ] {3a5a18ea-9b57-4fe0-a41c-bf0b938ae31a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:50.604978 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:50.604998 [ 4 ] {3a5a18ea-9b57-4fe0-a41c-bf0b938ae31a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:50.605019 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 23749 rows starting from the beginning of the part 2025.08.18 20:13:50.605058 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:50.605097 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 160 rows starting from the beginning of the part 2025.08.18 20:13:50.605150 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 975 rows starting from the beginning of the part 2025.08.18 20:13:50.605156 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_91_18} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.18 20:13:50.605196 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 32 rows starting from the beginning of the part 2025.08.18 20:13:50.605244 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:13:50.605246 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. 2025.08.18 20:13:50.605288 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part 2025.08.18 20:13:50.605350 [ 4 ] {3a5a18ea-9b57-4fe0-a41c-bf0b938ae31a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:50.605390 [ 4 ] {3a5a18ea-9b57-4fe0-a41c-bf0b938ae31a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:50.605740 [ 4 ] {3a5a18ea-9b57-4fe0-a41c-bf0b938ae31a} MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) 2025.08.18 20:13:50.605955 [ 4 ] {3a5a18ea-9b57-4fe0-a41c-bf0b938ae31a} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:50.606063 [ 139 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 2025.08.18 20:13:50.606086 [ 4 ] {3a5a18ea-9b57-4fe0-a41c-bf0b938ae31a} executeQuery: Read 60 rows, 4.14 KiB in 0.001149 sec., 52219.32114882506 rows/sec., 3.52 MiB/sec. 2025.08.18 20:13:50.606094 [ 139 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:50.606125 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:50.606129 [ 4 ] {3a5a18ea-9b57-4fe0-a41c-bf0b938ae31a} TCPHandler: Processed in 0.001323607 sec. 2025.08.18 20:13:50.606196 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:13:50.606293 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:13:50.606324 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 4440 rows starting from the beginning of the part 2025.08.18 20:13:50.606385 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part 2025.08.18 20:13:50.606427 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 48 rows starting from the beginning of the part 2025.08.18 20:13:50.606469 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 12 rows starting from the beginning of the part 2025.08.18 20:13:50.606508 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:13:50.606545 [ 191 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part 2025.08.18 20:13:50.608780 [ 196 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 4680 rows, containing 4 columns (4 merged, 0 gathered) in 0.002611144 sec., 1792317.8499538898 rows/sec., 120.79 MiB/sec. 2025.08.18 20:13:50.609150 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.18 20:13:50.609416 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:50.609486 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_91_18} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.18 20:13:50.609587 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.08.18 20:13:50.612027 [ 191 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} MergeTask::MergeProjectionsStage: Merge sorted 25236 rows, containing 5 columns (5 merged, 0 gathered) in 0.007231965 sec., 3489508.038271756 rows/sec., 239.07 MiB/sec. 2025.08.18 20:13:50.612433 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) 2025.08.18 20:13:50.612707 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:50.612788 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_91_18} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 2025.08.18 20:13:50.612881 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. 2025.08.18 20:13:51.000173 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 294.10 MiB, peak 304.83 MiB, free memory in arenas 0.00 B, will set to 295.34 MiB (RSS), difference: 1.24 MiB 2025.08.18 20:13:54.170638 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1212 2025.08.18 20:13:54.172885 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:54.173037 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:54.174277 [ 242 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.18 20:13:54.174574 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:54.174957 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1212 2025.08.18 20:13:55.602963 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.603250 [ 4 ] {d5663f94-ccde-406f-803e-32f866bd189e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:13:55.603356 [ 4 ] {d5663f94-ccde-406f-803e-32f866bd189e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:13:55.604040 [ 4 ] {d5663f94-ccde-406f-803e-32f866bd189e} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.604088 [ 4 ] {d5663f94-ccde-406f-803e-32f866bd189e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.604509 [ 4 ] {d5663f94-ccde-406f-803e-32f866bd189e} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:13:55.604750 [ 4 ] {d5663f94-ccde-406f-803e-32f866bd189e} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.604915 [ 4 ] {d5663f94-ccde-406f-803e-32f866bd189e} executeQuery: Read 24 rows, 2.04 KiB in 0.001742 sec., 13777.267508610792 rows/sec., 1.14 MiB/sec. 2025.08.18 20:13:55.604964 [ 4 ] {d5663f94-ccde-406f-803e-32f866bd189e} TCPHandler: Processed in 0.002187668 sec. 2025.08.18 20:13:55.605086 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.605194 [ 4 ] {b6dca812-7619-4dd4-be0e-c7256cddae65} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:13:55.605238 [ 4 ] {b6dca812-7619-4dd4-be0e-c7256cddae65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:13:55.605633 [ 4 ] {b6dca812-7619-4dd4-be0e-c7256cddae65} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.605669 [ 4 ] {b6dca812-7619-4dd4-be0e-c7256cddae65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.605970 [ 4 ] {b6dca812-7619-4dd4-be0e-c7256cddae65} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.08.18 20:13:55.606199 [ 4 ] {b6dca812-7619-4dd4-be0e-c7256cddae65} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.606331 [ 4 ] {b6dca812-7619-4dd4-be0e-c7256cddae65} executeQuery: Read 2 rows, 167.00 B in 0.001161 sec., 1722.6528854435833 rows/sec., 140.47 KiB/sec. 2025.08.18 20:13:55.606369 [ 4 ] {b6dca812-7619-4dd4-be0e-c7256cddae65} TCPHandler: Processed in 0.001334647 sec. 2025.08.18 20:13:55.606469 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.606565 [ 4 ] {26e0937b-6e1b-4945-b05c-d80264738c2a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:13:55.606605 [ 4 ] {26e0937b-6e1b-4945-b05c-d80264738c2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:13:55.607145 [ 4 ] {26e0937b-6e1b-4945-b05c-d80264738c2a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.607182 [ 4 ] {26e0937b-6e1b-4945-b05c-d80264738c2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.607518 [ 4 ] {26e0937b-6e1b-4945-b05c-d80264738c2a} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.18 20:13:55.607741 [ 4 ] {26e0937b-6e1b-4945-b05c-d80264738c2a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.607874 [ 4 ] {26e0937b-6e1b-4945-b05c-d80264738c2a} executeQuery: Read 259 rows, 23.74 KiB in 0.001329 sec., 194883.3709556057 rows/sec., 17.45 MiB/sec. 2025.08.18 20:13:55.607914 [ 4 ] {26e0937b-6e1b-4945-b05c-d80264738c2a} TCPHandler: Processed in 0.00149364 sec. 2025.08.18 20:13:55.608023 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.608119 [ 4 ] {5fa7b8c5-a1a8-4fb1-ad47-9f85030a2b38} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:13:55.608158 [ 4 ] {5fa7b8c5-a1a8-4fb1-ad47-9f85030a2b38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:13:55.608571 [ 4 ] {5fa7b8c5-a1a8-4fb1-ad47-9f85030a2b38} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.608608 [ 4 ] {5fa7b8c5-a1a8-4fb1-ad47-9f85030a2b38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.608915 [ 4 ] {5fa7b8c5-a1a8-4fb1-ad47-9f85030a2b38} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2025.08.18 20:13:55.609135 [ 4 ] {5fa7b8c5-a1a8-4fb1-ad47-9f85030a2b38} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.609260 [ 4 ] {5fa7b8c5-a1a8-4fb1-ad47-9f85030a2b38} executeQuery: Read 55 rows, 4.18 KiB in 0.00116 sec., 47413.793103448275 rows/sec., 3.52 MiB/sec. 2025.08.18 20:13:55.609298 [ 4 ] {5fa7b8c5-a1a8-4fb1-ad47-9f85030a2b38} TCPHandler: Processed in 0.001324268 sec. 2025.08.18 20:13:55.609397 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.609491 [ 4 ] {18831459-9818-47fb-a283-046c0fafae8d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:13:55.609531 [ 4 ] {18831459-9818-47fb-a283-046c0fafae8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:13:55.609917 [ 4 ] {18831459-9818-47fb-a283-046c0fafae8d} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.609953 [ 4 ] {18831459-9818-47fb-a283-046c0fafae8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.610257 [ 4 ] {18831459-9818-47fb-a283-046c0fafae8d} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2025.08.18 20:13:55.610469 [ 4 ] {18831459-9818-47fb-a283-046c0fafae8d} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.610593 [ 4 ] {18831459-9818-47fb-a283-046c0fafae8d} executeQuery: Read 24 rows, 2.04 KiB in 0.00112 sec., 21428.57142857143 rows/sec., 1.78 MiB/sec. 2025.08.18 20:13:55.610629 [ 4 ] {18831459-9818-47fb-a283-046c0fafae8d} TCPHandler: Processed in 0.001279807 sec. 2025.08.18 20:13:55.610727 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.610821 [ 4 ] {04f3c527-edd7-4a2d-bd09-9c8d2e3c3fcf} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:13:55.610864 [ 4 ] {04f3c527-edd7-4a2d-bd09-9c8d2e3c3fcf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:13:55.611245 [ 4 ] {04f3c527-edd7-4a2d-bd09-9c8d2e3c3fcf} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.611280 [ 4 ] {04f3c527-edd7-4a2d-bd09-9c8d2e3c3fcf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.611581 [ 4 ] {04f3c527-edd7-4a2d-bd09-9c8d2e3c3fcf} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.08.18 20:13:55.611794 [ 4 ] {04f3c527-edd7-4a2d-bd09-9c8d2e3c3fcf} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.611919 [ 4 ] {04f3c527-edd7-4a2d-bd09-9c8d2e3c3fcf} executeQuery: Read 12 rows, 960.00 B in 0.001116 sec., 10752.68817204301 rows/sec., 840.05 KiB/sec. 2025.08.18 20:13:55.611956 [ 4 ] {04f3c527-edd7-4a2d-bd09-9c8d2e3c3fcf} TCPHandler: Processed in 0.001276616 sec. 2025.08.18 20:13:55.612054 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.612146 [ 4 ] {b36a6a0e-dff2-46f2-8707-90dbf29c3432} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:13:55.612185 [ 4 ] {b36a6a0e-dff2-46f2-8707-90dbf29c3432} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:13:55.612624 [ 4 ] {b36a6a0e-dff2-46f2-8707-90dbf29c3432} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.612659 [ 4 ] {b36a6a0e-dff2-46f2-8707-90dbf29c3432} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.612965 [ 4 ] {b36a6a0e-dff2-46f2-8707-90dbf29c3432} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.18 20:13:55.613174 [ 4 ] {b36a6a0e-dff2-46f2-8707-90dbf29c3432} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.613298 [ 4 ] {b36a6a0e-dff2-46f2-8707-90dbf29c3432} executeQuery: Read 143 rows, 11.82 KiB in 0.001169 sec., 122326.77502138581 rows/sec., 9.87 MiB/sec. 2025.08.18 20:13:55.613334 [ 4 ] {b36a6a0e-dff2-46f2-8707-90dbf29c3432} TCPHandler: Processed in 0.001328327 sec. 2025.08.18 20:13:55.613452 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.613572 [ 4 ] {e4114d46-de72-450b-b943-2cb0ac1ea6d5} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:55.613623 [ 4 ] {e4114d46-de72-450b-b943-2cb0ac1ea6d5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:13:55.614118 [ 4 ] {e4114d46-de72-450b-b943-2cb0ac1ea6d5} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.614161 [ 4 ] {e4114d46-de72-450b-b943-2cb0ac1ea6d5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.614558 [ 4 ] {e4114d46-de72-450b-b943-2cb0ac1ea6d5} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.18 20:13:55.614789 [ 4 ] {e4114d46-de72-450b-b943-2cb0ac1ea6d5} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.614916 [ 4 ] {e4114d46-de72-450b-b943-2cb0ac1ea6d5} executeQuery: Read 197 rows, 14.47 KiB in 0.001369 sec., 143900.65741417094 rows/sec., 10.32 MiB/sec. 2025.08.18 20:13:55.614953 [ 4 ] {e4114d46-de72-450b-b943-2cb0ac1ea6d5} TCPHandler: Processed in 0.00156023 sec. 2025.08.18 20:13:55.615066 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.615159 [ 4 ] {353382c3-9ccd-4623-a005-f7aa41b63917} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:13:55.615212 [ 4 ] {353382c3-9ccd-4623-a005-f7aa41b63917} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:13:55.616036 [ 4 ] {353382c3-9ccd-4623-a005-f7aa41b63917} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.616071 [ 4 ] {353382c3-9ccd-4623-a005-f7aa41b63917} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.616648 [ 4 ] {353382c3-9ccd-4623-a005-f7aa41b63917} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2025.08.18 20:13:55.616854 [ 4 ] {353382c3-9ccd-4623-a005-f7aa41b63917} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.616979 [ 4 ] {353382c3-9ccd-4623-a005-f7aa41b63917} executeQuery: Read 41 rows, 75.23 KiB in 0.001857 sec., 22078.62143241788 rows/sec., 39.56 MiB/sec. 2025.08.18 20:13:55.617027 [ 4 ] {353382c3-9ccd-4623-a005-f7aa41b63917} TCPHandler: Processed in 0.002031457 sec. 2025.08.18 20:13:55.617139 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:13:55.617226 [ 4 ] {09f65b15-be0f-4de9-be81-e4158c43a1f8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:13:55.617264 [ 4 ] {09f65b15-be0f-4de9-be81-e4158c43a1f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:13:55.617584 [ 4 ] {09f65b15-be0f-4de9-be81-e4158c43a1f8} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:55.617617 [ 4 ] {09f65b15-be0f-4de9-be81-e4158c43a1f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:55.617974 [ 4 ] {09f65b15-be0f-4de9-be81-e4158c43a1f8} MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) 2025.08.18 20:13:55.618180 [ 4 ] {09f65b15-be0f-4de9-be81-e4158c43a1f8} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:55.618305 [ 4 ] {09f65b15-be0f-4de9-be81-e4158c43a1f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001061 sec., 56550.42412818096 rows/sec., 3.81 MiB/sec. 2025.08.18 20:13:55.618340 [ 4 ] {09f65b15-be0f-4de9-be81-e4158c43a1f8} TCPHandler: Processed in 0.001217365 sec. 2025.08.18 20:13:56.591940 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25254 2025.08.18 20:13:56.592479 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:56.592522 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:56.592990 [ 244 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.18 20:13:56.593225 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:56.593347 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25254 2025.08.18 20:13:57.975313 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 2025.08.18 20:13:57.992117 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:13:57.992164 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:13:57.998292 [ 243 ] {} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2025.08.18 20:13:57.999018 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:13:58.000169 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 299.88 MiB, peak 304.83 MiB, free memory in arenas 0.00 B, will set to 295.36 MiB (RSS), difference: -4.52 MiB 2025.08.18 20:13:58.001936 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 415 2025.08.18 20:13:59.000175 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 291.36 MiB, peak 304.83 MiB, free memory in arenas 0.00 B, will set to 295.36 MiB (RSS), difference: 4.00 MiB 2025.08.18 20:14:00.600044 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:00.600247 [ 4 ] {f2812779-4a40-4230-bd0f-7d41c9d6dfdf} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:00.600321 [ 4 ] {f2812779-4a40-4230-bd0f-7d41c9d6dfdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:00.601002 [ 4 ] {f2812779-4a40-4230-bd0f-7d41c9d6dfdf} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:00.601051 [ 4 ] {f2812779-4a40-4230-bd0f-7d41c9d6dfdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:14:00.601450 [ 4 ] {f2812779-4a40-4230-bd0f-7d41c9d6dfdf} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.18 20:14:00.601687 [ 4 ] {f2812779-4a40-4230-bd0f-7d41c9d6dfdf} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:00.601845 [ 4 ] {f2812779-4a40-4230-bd0f-7d41c9d6dfdf} executeQuery: Read 56 rows, 4.38 KiB in 0.001654 sec., 33857.31559854897 rows/sec., 2.58 MiB/sec. 2025.08.18 20:14:00.601889 [ 4 ] {f2812779-4a40-4230-bd0f-7d41c9d6dfdf} TCPHandler: Processed in 0.001984196 sec. 2025.08.18 20:14:00.602013 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:00.602108 [ 4 ] {67f80a39-6576-4b45-a7b4-7fdfeb78449c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:00.602149 [ 4 ] {67f80a39-6576-4b45-a7b4-7fdfeb78449c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:00.602553 [ 4 ] {67f80a39-6576-4b45-a7b4-7fdfeb78449c} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:00.602588 [ 4 ] {67f80a39-6576-4b45-a7b4-7fdfeb78449c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:14:00.602890 [ 4 ] {67f80a39-6576-4b45-a7b4-7fdfeb78449c} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.18 20:14:00.603093 [ 4 ] {67f80a39-6576-4b45-a7b4-7fdfeb78449c} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:00.603219 [ 4 ] {67f80a39-6576-4b45-a7b4-7fdfeb78449c} executeQuery: Read 64 rows, 5.12 KiB in 0.00113 sec., 56637.16814159293 rows/sec., 4.42 MiB/sec. 2025.08.18 20:14:00.603256 [ 4 ] {67f80a39-6576-4b45-a7b4-7fdfeb78449c} TCPHandler: Processed in 0.001293927 sec. 2025.08.18 20:14:00.603369 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:00.603464 [ 4 ] {ec6b118b-74b3-43e3-b5b5-7ca228511615} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:00.603507 [ 4 ] {ec6b118b-74b3-43e3-b5b5-7ca228511615} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:00.603911 [ 4 ] {ec6b118b-74b3-43e3-b5b5-7ca228511615} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:00.603945 [ 4 ] {ec6b118b-74b3-43e3-b5b5-7ca228511615} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:14:00.604269 [ 4 ] {ec6b118b-74b3-43e3-b5b5-7ca228511615} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.18 20:14:00.604477 [ 4 ] {ec6b118b-74b3-43e3-b5b5-7ca228511615} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:00.604606 [ 4 ] {ec6b118b-74b3-43e3-b5b5-7ca228511615} executeQuery: Read 160 rows, 11.41 KiB in 0.001161 sec., 137812.23083548667 rows/sec., 9.60 MiB/sec. 2025.08.18 20:14:00.604642 [ 4 ] {ec6b118b-74b3-43e3-b5b5-7ca228511615} TCPHandler: Processed in 0.001322787 sec. 2025.08.18 20:14:00.604750 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:00.604845 [ 4 ] {1183963e-8b13-4ae3-8d32-9e47c5ecba87} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:00.604886 [ 4 ] {1183963e-8b13-4ae3-8d32-9e47c5ecba87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:00.605222 [ 4 ] {1183963e-8b13-4ae3-8d32-9e47c5ecba87} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:00.605255 [ 4 ] {1183963e-8b13-4ae3-8d32-9e47c5ecba87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.02 GiB. 2025.08.18 20:14:00.605556 [ 4 ] {1183963e-8b13-4ae3-8d32-9e47c5ecba87} MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) 2025.08.18 20:14:00.605767 [ 4 ] {1183963e-8b13-4ae3-8d32-9e47c5ecba87} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:00.605893 [ 4 ] {1183963e-8b13-4ae3-8d32-9e47c5ecba87} executeQuery: Read 60 rows, 4.14 KiB in 0.001067 sec., 56232.427366447984 rows/sec., 3.79 MiB/sec. 2025.08.18 20:14:00.605928 [ 4 ] {1183963e-8b13-4ae3-8d32-9e47c5ecba87} TCPHandler: Processed in 0.001227736 sec. 2025.08.18 20:14:03.938060 [ 124 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:14:03.938134 [ 124 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:14:04.093503 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25742 2025.08.18 20:14:04.094117 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:04.094154 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:04.094669 [ 244 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.18 20:14:04.094918 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:04.095037 [ 124 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.18 20:14:04.095047 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25742 2025.08.18 20:14:04.095075 [ 124 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:04.095094 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:04.095186 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:14:04.095287 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:04.095322 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23424 rows starting from the beginning of the part 2025.08.18 20:14:04.095389 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part 2025.08.18 20:14:04.095443 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part 2025.08.18 20:14:04.095489 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part 2025.08.18 20:14:04.095536 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part 2025.08.18 20:14:04.095580 [ 196 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part 2025.08.18 20:14:04.097708 [ 190 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 25742 rows, containing 4 columns (4 merged, 0 gathered) in 0.002559763 sec., 10056399.75263335 rows/sec., 143.86 MiB/sec. 2025.08.18 20:14:04.098027 [ 190 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.18 20:14:04.098308 [ 190 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:04.098385 [ 190 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_56_11} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.18 20:14:04.098504 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. 2025.08.18 20:14:04.175148 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1240 2025.08.18 20:14:04.177415 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:04.177456 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:04.178599 [ 242 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.18 20:14:04.178880 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:04.179047 [ 124 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.18 20:14:04.179114 [ 124 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:04.179124 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1240 2025.08.18 20:14:04.179153 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:04.179338 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:14:04.180057 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:04.180207 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1110 rows starting from the beginning of the part 2025.08.18 20:14:04.180579 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 20 rows starting from the beginning of the part 2025.08.18 20:14:04.180929 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 28 rows starting from the beginning of the part 2025.08.18 20:14:04.181255 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:14:04.181589 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 20 rows starting from the beginning of the part 2025.08.18 20:14:04.181930 [ 191 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 28 rows starting from the beginning of the part 2025.08.18 20:14:04.188727 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1240 rows, containing 72 columns (72 merged, 0 gathered) in 0.009482263 sec., 130770.47114175172 rows/sec., 101.59 MiB/sec. 2025.08.18 20:14:04.190371 [ 186 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.18 20:14:04.190943 [ 186 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:04.191011 [ 186 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_41_8} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.18 20:14:04.191244 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.81 MiB. 2025.08.18 20:14:05.502078 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 2025.08.18 20:14:05.520327 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:05.520399 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:05.526571 [ 243 ] {} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2025.08.18 20:14:05.527314 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:05.527713 [ 122 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2025.08.18 20:14:05.527814 [ 122 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:05.527851 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:05.528052 [ 196 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:05.530706 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 422 2025.08.18 20:14:05.532009 [ 196 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:05.533424 [ 196 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:05.538160 [ 196 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:05.542931 [ 196 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:05.547720 [ 196 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:05.552557 [ 196 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:05.556625 [ 196 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:05.601693 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:05.601844 [ 4 ] {bf02528f-d6ac-432c-9253-ea1b92b6244d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:05.601910 [ 4 ] {bf02528f-d6ac-432c-9253-ea1b92b6244d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:05.602627 [ 4 ] {bf02528f-d6ac-432c-9253-ea1b92b6244d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:05.602668 [ 4 ] {bf02528f-d6ac-432c-9253-ea1b92b6244d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:05.603249 [ 4 ] {bf02528f-d6ac-432c-9253-ea1b92b6244d} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.18 20:14:05.603477 [ 4 ] {bf02528f-d6ac-432c-9253-ea1b92b6244d} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:05.603632 [ 4 ] {bf02528f-d6ac-432c-9253-ea1b92b6244d} executeQuery: Read 138 rows, 12.23 KiB in 0.00183 sec., 75409.83606557376 rows/sec., 6.53 MiB/sec. 2025.08.18 20:14:05.603676 [ 4 ] {bf02528f-d6ac-432c-9253-ea1b92b6244d} TCPHandler: Processed in 0.002102147 sec. 2025.08.18 20:14:05.603794 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:05.603891 [ 4 ] {f9d8458b-4519-4928-8c8a-fa9fa1194a87} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:14:05.603933 [ 4 ] {f9d8458b-4519-4928-8c8a-fa9fa1194a87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:14:05.604341 [ 4 ] {f9d8458b-4519-4928-8c8a-fa9fa1194a87} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:05.604379 [ 4 ] {f9d8458b-4519-4928-8c8a-fa9fa1194a87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:05.604679 [ 4 ] {f9d8458b-4519-4928-8c8a-fa9fa1194a87} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2025.08.18 20:14:05.604910 [ 4 ] {f9d8458b-4519-4928-8c8a-fa9fa1194a87} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:05.605046 [ 4 ] {f9d8458b-4519-4928-8c8a-fa9fa1194a87} executeQuery: Read 41 rows, 3.08 KiB in 0.001175 sec., 34893.617021276594 rows/sec., 2.56 MiB/sec. 2025.08.18 20:14:05.605085 [ 4 ] {f9d8458b-4519-4928-8c8a-fa9fa1194a87} TCPHandler: Processed in 0.001341537 sec. 2025.08.18 20:14:05.605207 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:05.605302 [ 4 ] {43659d0e-c812-46f4-943f-60ce44243f45} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:05.605343 [ 4 ] {43659d0e-c812-46f4-943f-60ce44243f45} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:05.605790 [ 4 ] {43659d0e-c812-46f4-943f-60ce44243f45} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:05.605827 [ 4 ] {43659d0e-c812-46f4-943f-60ce44243f45} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:05.606179 [ 4 ] {43659d0e-c812-46f4-943f-60ce44243f45} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.18 20:14:05.606413 [ 4 ] {43659d0e-c812-46f4-943f-60ce44243f45} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:05.606543 [ 4 ] {43659d0e-c812-46f4-943f-60ce44243f45} executeQuery: Read 105 rows, 8.40 KiB in 0.001259 sec., 83399.52343129468 rows/sec., 6.51 MiB/sec. 2025.08.18 20:14:05.606580 [ 4 ] {43659d0e-c812-46f4-943f-60ce44243f45} TCPHandler: Processed in 0.001430399 sec. 2025.08.18 20:14:05.606706 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:05.606806 [ 4 ] {330df904-5d01-4152-b438-25f2cbe98ef7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:05.606851 [ 4 ] {330df904-5d01-4152-b438-25f2cbe98ef7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:05.607276 [ 4 ] {330df904-5d01-4152-b438-25f2cbe98ef7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:05.607312 [ 4 ] {330df904-5d01-4152-b438-25f2cbe98ef7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:05.607644 [ 4 ] {330df904-5d01-4152-b438-25f2cbe98ef7} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.18 20:14:05.607860 [ 4 ] {330df904-5d01-4152-b438-25f2cbe98ef7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:05.607989 [ 4 ] {330df904-5d01-4152-b438-25f2cbe98ef7} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2025.08.18 20:14:05.608026 [ 4 ] {330df904-5d01-4152-b438-25f2cbe98ef7} TCPHandler: Processed in 0.001369008 sec. 2025.08.18 20:14:05.608136 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:05.608232 [ 4 ] {3d4cba44-a8bd-441d-85cb-3becc4c04071} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:05.608288 [ 4 ] {3d4cba44-a8bd-441d-85cb-3becc4c04071} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:14:05.609134 [ 4 ] {3d4cba44-a8bd-441d-85cb-3becc4c04071} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:05.609171 [ 4 ] {3d4cba44-a8bd-441d-85cb-3becc4c04071} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:05.609749 [ 4 ] {3d4cba44-a8bd-441d-85cb-3becc4c04071} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2025.08.18 20:14:05.609975 [ 4 ] {3d4cba44-a8bd-441d-85cb-3becc4c04071} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:05.610111 [ 122 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2025.08.18 20:14:05.610113 [ 4 ] {3d4cba44-a8bd-441d-85cb-3becc4c04071} executeQuery: Read 41 rows, 75.23 KiB in 0.0019 sec., 21578.947368421053 rows/sec., 38.67 MiB/sec. 2025.08.18 20:14:05.610156 [ 122 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:05.610181 [ 122 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:05.610193 [ 4 ] {3d4cba44-a8bd-441d-85cb-3becc4c04071} TCPHandler: Processed in 0.002106167 sec. 2025.08.18 20:14:05.610267 [ 188 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:14:05.610330 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:05.610441 [ 4 ] {d0ef371c-c3ec-4795-ae4e-a4af32f0a3ce} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:05.610450 [ 188 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:05.610485 [ 4 ] {d0ef371c-c3ec-4795-ae4e-a4af32f0a3ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:05.610499 [ 188 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1356 rows starting from the beginning of the part 2025.08.18 20:14:05.610610 [ 188 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:05.610720 [ 188 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:05.610820 [ 188 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:05.610835 [ 4 ] {d0ef371c-c3ec-4795-ae4e-a4af32f0a3ce} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:05.610870 [ 4 ] {d0ef371c-c3ec-4795-ae4e-a4af32f0a3ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:05.610911 [ 188 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:05.611000 [ 188 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:05.611187 [ 4 ] {d0ef371c-c3ec-4795-ae4e-a4af32f0a3ce} MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) 2025.08.18 20:14:05.611592 [ 4 ] {d0ef371c-c3ec-4795-ae4e-a4af32f0a3ce} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:05.611731 [ 4 ] {d0ef371c-c3ec-4795-ae4e-a4af32f0a3ce} executeQuery: Read 60 rows, 4.14 KiB in 0.001315 sec., 45627.37642585552 rows/sec., 3.07 MiB/sec. 2025.08.18 20:14:05.611773 [ 4 ] {d0ef371c-c3ec-4795-ae4e-a4af32f0a3ce} TCPHandler: Processed in 0.00150081 sec. 2025.08.18 20:14:05.611827 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.083858072 sec., 5032.312214380507 rows/sec., 26.02 MiB/sec. 2025.08.18 20:14:05.614581 [ 195 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2025.08.18 20:14:05.616590 [ 195 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_56_11} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:05.616673 [ 195 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_56_11} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2025.08.18 20:14:05.618602 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2025.08.18 20:14:05.618829 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 1561 rows, containing 19 columns (19 merged, 0 gathered) in 0.008598621 sec., 181540.73775318157 rows/sec., 325.31 MiB/sec. 2025.08.18 20:14:05.621148 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2025.08.18 20:14:05.621500 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:05.621573 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_41_8} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2025.08.18 20:14:05.621709 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.78 MiB. 2025.08.18 20:14:06.000168 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 297.13 MiB, peak 312.67 MiB, free memory in arenas 0.00 B, will set to 303.25 MiB (RSS), difference: 6.12 MiB 2025.08.18 20:14:07.128289 [ 121 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2025.08.18 20:14:07.128353 [ 121 ] {} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:07.128373 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:07.128492 [ 187 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:14:07.128638 [ 187 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:07.128674 [ 187 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:14:07.128741 [ 187 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:14:07.128790 [ 187 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:14:07.128835 [ 187 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:14:07.128878 [ 187 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::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.08.18 20:14:07.129624 [ 188 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.001180745 sec., 32183.070857805877 rows/sec., 2.69 MiB/sec. 2025.08.18 20:14:07.129787 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2025.08.18 20:14:07.130059 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_21_5} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:07.130130 [ 199 ] {4100abe3-28af-4ce1-9030-ae434a8a9c9a::all_1_21_5} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2025.08.18 20:14:07.130209 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.08.18 20:14:09.510578 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:09.510801 [ 4 ] {20f1f01c-747e-46c9-b333-6169e5115f50} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:09.510887 [ 4 ] {20f1f01c-747e-46c9-b333-6169e5115f50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:09.512371 [ 4 ] {20f1f01c-747e-46c9-b333-6169e5115f50} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:09.512427 [ 4 ] {20f1f01c-747e-46c9-b333-6169e5115f50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:09.513067 [ 4 ] {20f1f01c-747e-46c9-b333-6169e5115f50} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.18 20:14:09.513343 [ 4 ] {20f1f01c-747e-46c9-b333-6169e5115f50} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:09.513510 [ 4 ] {20f1f01c-747e-46c9-b333-6169e5115f50} executeQuery: Read 1196 rows, 100.50 KiB in 0.002764 sec., 432706.2228654125 rows/sec., 35.51 MiB/sec. 2025.08.18 20:14:09.513555 [ 4 ] {20f1f01c-747e-46c9-b333-6169e5115f50} TCPHandler: Processed in 0.003126491 sec. 2025.08.18 20:14:09.513737 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:09.513845 [ 4 ] {5f8f18fe-fb53-4698-b86e-57c9132526c4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:14:09.513887 [ 4 ] {5f8f18fe-fb53-4698-b86e-57c9132526c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:14:09.514433 [ 4 ] {5f8f18fe-fb53-4698-b86e-57c9132526c4} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:09.514470 [ 4 ] {5f8f18fe-fb53-4698-b86e-57c9132526c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:09.514807 [ 4 ] {5f8f18fe-fb53-4698-b86e-57c9132526c4} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2025.08.18 20:14:09.515042 [ 4 ] {5f8f18fe-fb53-4698-b86e-57c9132526c4} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:09.515174 [ 4 ] {5f8f18fe-fb53-4698-b86e-57c9132526c4} executeQuery: Read 228 rows, 15.81 KiB in 0.001355 sec., 168265.68265682657 rows/sec., 11.39 MiB/sec. 2025.08.18 20:14:09.515215 [ 4 ] {5f8f18fe-fb53-4698-b86e-57c9132526c4} TCPHandler: Processed in 0.00153105 sec. 2025.08.18 20:14:09.515340 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:09.515435 [ 4 ] {1100ed3e-8f2b-4031-b27c-d6fd7ac4098e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:09.515476 [ 4 ] {1100ed3e-8f2b-4031-b27c-d6fd7ac4098e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:09.516109 [ 4 ] {1100ed3e-8f2b-4031-b27c-d6fd7ac4098e} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:09.516146 [ 4 ] {1100ed3e-8f2b-4031-b27c-d6fd7ac4098e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:09.516493 [ 4 ] {1100ed3e-8f2b-4031-b27c-d6fd7ac4098e} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.18 20:14:09.516715 [ 4 ] {1100ed3e-8f2b-4031-b27c-d6fd7ac4098e} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:09.516846 [ 4 ] {1100ed3e-8f2b-4031-b27c-d6fd7ac4098e} executeQuery: Read 520 rows, 39.40 KiB in 0.001429 sec., 363890.832750175 rows/sec., 26.93 MiB/sec. 2025.08.18 20:14:09.516884 [ 4 ] {1100ed3e-8f2b-4031-b27c-d6fd7ac4098e} TCPHandler: Processed in 0.001593631 sec. 2025.08.18 20:14:09.517014 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:09.517109 [ 4 ] {3fe81fd2-d34b-440d-90f9-0977ba1a2fef} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:09.517161 [ 4 ] {3fe81fd2-d34b-440d-90f9-0977ba1a2fef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:09.517859 [ 4 ] {3fe81fd2-d34b-440d-90f9-0977ba1a2fef} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:09.517900 [ 4 ] {3fe81fd2-d34b-440d-90f9-0977ba1a2fef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:09.518369 [ 4 ] {3fe81fd2-d34b-440d-90f9-0977ba1a2fef} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.18 20:14:09.518642 [ 4 ] {3fe81fd2-d34b-440d-90f9-0977ba1a2fef} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:09.518784 [ 4 ] {3fe81fd2-d34b-440d-90f9-0977ba1a2fef} executeQuery: Read 974 rows, 66.96 KiB in 0.001694 sec., 574970.4840613932 rows/sec., 38.60 MiB/sec. 2025.08.18 20:14:09.518824 [ 4 ] {3fe81fd2-d34b-440d-90f9-0977ba1a2fef} TCPHandler: Processed in 0.001858434 sec. 2025.08.18 20:14:09.518969 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:09.519071 [ 4 ] {d57bb089-7fd0-4c0e-b1ec-57879616b366} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:09.519117 [ 4 ] {d57bb089-7fd0-4c0e-b1ec-57879616b366} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:09.519494 [ 4 ] {d57bb089-7fd0-4c0e-b1ec-57879616b366} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:09.519535 [ 4 ] {d57bb089-7fd0-4c0e-b1ec-57879616b366} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:09.519899 [ 4 ] {d57bb089-7fd0-4c0e-b1ec-57879616b366} MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) 2025.08.18 20:14:09.520155 [ 4 ] {d57bb089-7fd0-4c0e-b1ec-57879616b366} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:09.520297 [ 4 ] {d57bb089-7fd0-4c0e-b1ec-57879616b366} executeQuery: Read 48 rows, 3.31 KiB in 0.001247 sec., 38492.38171611868 rows/sec., 2.59 MiB/sec. 2025.08.18 20:14:09.520337 [ 4 ] {d57bb089-7fd0-4c0e-b1ec-57879616b366} TCPHandler: Processed in 0.001420929 sec. 2025.08.18 20:14:10.593443 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:10.593623 [ 4 ] {e1088dbf-2b77-4cfa-8055-f25981304296} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:10.593691 [ 4 ] {e1088dbf-2b77-4cfa-8055-f25981304296} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:10.594315 [ 4 ] {e1088dbf-2b77-4cfa-8055-f25981304296} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:10.594364 [ 4 ] {e1088dbf-2b77-4cfa-8055-f25981304296} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:10.594788 [ 4 ] {e1088dbf-2b77-4cfa-8055-f25981304296} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.18 20:14:10.595017 [ 4 ] {e1088dbf-2b77-4cfa-8055-f25981304296} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:10.595169 [ 4 ] {e1088dbf-2b77-4cfa-8055-f25981304296} executeQuery: Read 56 rows, 4.38 KiB in 0.001595 sec., 35109.71786833856 rows/sec., 2.68 MiB/sec. 2025.08.18 20:14:10.595172 [ 117 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.18 20:14:10.595213 [ 4 ] {e1088dbf-2b77-4cfa-8055-f25981304296} TCPHandler: Processed in 0.001902754 sec. 2025.08.18 20:14:10.595251 [ 117 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:10.595283 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:10.595342 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:10.595377 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:14:10.595443 [ 4 ] {cafdad5a-ba93-4ece-b923-6dbc2be61837} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:10.595475 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:10.595485 [ 4 ] {cafdad5a-ba93-4ece-b923-6dbc2be61837} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:10.595504 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1407 rows starting from the beginning of the part 2025.08.18 20:14:10.595562 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 259 rows starting from the beginning of the part 2025.08.18 20:14:10.595608 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part 2025.08.18 20:14:10.595650 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 138 rows starting from the beginning of the part 2025.08.18 20:14:10.595686 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 1196 rows starting from the beginning of the part 2025.08.18 20:14:10.595728 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:14:10.595921 [ 4 ] {cafdad5a-ba93-4ece-b923-6dbc2be61837} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:10.595957 [ 4 ] {cafdad5a-ba93-4ece-b923-6dbc2be61837} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:10.596300 [ 4 ] {cafdad5a-ba93-4ece-b923-6dbc2be61837} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.18 20:14:10.596544 [ 4 ] {cafdad5a-ba93-4ece-b923-6dbc2be61837} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:10.596666 [ 117 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.18 20:14:10.596675 [ 4 ] {cafdad5a-ba93-4ece-b923-6dbc2be61837} executeQuery: Read 64 rows, 5.12 KiB in 0.001251 sec., 51159.07274180656 rows/sec., 3.99 MiB/sec. 2025.08.18 20:14:10.596701 [ 117 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:10.596724 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:10.596726 [ 4 ] {cafdad5a-ba93-4ece-b923-6dbc2be61837} TCPHandler: Processed in 0.001434618 sec. 2025.08.18 20:14:10.596848 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:14:10.596852 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:10.596998 [ 4 ] {1adde9e1-3a65-4250-bccb-27eef0f35553} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:10.597007 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:10.597014 [ 188 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 3112 rows, containing 5 columns (5 merged, 0 gathered) in 0.001675842 sec., 1856976.9703826495 rows/sec., 161.90 MiB/sec. 2025.08.18 20:14:10.597047 [ 4 ] {1adde9e1-3a65-4250-bccb-27eef0f35553} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:10.597055 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 633 rows starting from the beginning of the part 2025.08.18 20:14:10.597133 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 143 rows starting from the beginning of the part 2025.08.18 20:14:10.597185 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 64 rows starting from the beginning of the part 2025.08.18 20:14:10.597218 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.18 20:14:10.597234 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 105 rows starting from the beginning of the part 2025.08.18 20:14:10.597285 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 520 rows starting from the beginning of the part 2025.08.18 20:14:10.597331 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 64 rows starting from the beginning of the part 2025.08.18 20:14:10.597435 [ 4 ] {1adde9e1-3a65-4250-bccb-27eef0f35553} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:10.597474 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:10.597477 [ 4 ] {1adde9e1-3a65-4250-bccb-27eef0f35553} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:10.597549 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_96_19} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.18 20:14:10.597618 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.18 20:14:10.597852 [ 4 ] {1adde9e1-3a65-4250-bccb-27eef0f35553} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.18 20:14:10.598090 [ 4 ] {1adde9e1-3a65-4250-bccb-27eef0f35553} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:10.598198 [ 117 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 5 parts from all_1_91_18 to all_95_95_0 2025.08.18 20:14:10.598224 [ 4 ] {1adde9e1-3a65-4250-bccb-27eef0f35553} executeQuery: Read 32 rows, 2.28 KiB in 0.001245 sec., 25702.81124497992 rows/sec., 1.79 MiB/sec. 2025.08.18 20:14:10.598228 [ 117 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:10.598263 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:10.598269 [ 4 ] {1adde9e1-3a65-4250-bccb-27eef0f35553} TCPHandler: Processed in 0.001466139 sec. 2025.08.18 20:14:10.598337 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:14:10.598384 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:10.598426 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_95_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:10.598455 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_95_19} MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 25236 rows starting from the beginning of the part 2025.08.18 20:14:10.598479 [ 4 ] {9f7a75ad-1e2d-48c0-a3fb-affdbeca6348} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:10.598499 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 1529 rows, containing 5 columns (5 merged, 0 gathered) in 0.001715572 sec., 891247.9336337968 rows/sec., 70.98 MiB/sec. 2025.08.18 20:14:10.598508 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 197 rows starting from the beginning of the part 2025.08.18 20:14:10.598522 [ 4 ] {9f7a75ad-1e2d-48c0-a3fb-affdbeca6348} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:10.598570 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part 2025.08.18 20:14:10.598618 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:14:10.598665 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_95_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 974 rows starting from the beginning of the part 2025.08.18 20:14:10.598737 [ 194 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.18 20:14:10.598856 [ 4 ] {9f7a75ad-1e2d-48c0-a3fb-affdbeca6348} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:10.598896 [ 4 ] {9f7a75ad-1e2d-48c0-a3fb-affdbeca6348} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:10.599125 [ 194 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:10.599247 [ 194 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_96_19} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.18 20:14:10.599265 [ 4 ] {9f7a75ad-1e2d-48c0-a3fb-affdbeca6348} MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) 2025.08.18 20:14:10.599371 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. 2025.08.18 20:14:10.599496 [ 4 ] {9f7a75ad-1e2d-48c0-a3fb-affdbeca6348} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:10.599619 [ 117 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 2025.08.18 20:14:10.599633 [ 4 ] {9f7a75ad-1e2d-48c0-a3fb-affdbeca6348} executeQuery: Read 12 rows, 848.00 B in 0.001172 sec., 10238.907849829351 rows/sec., 706.59 KiB/sec. 2025.08.18 20:14:10.599653 [ 117 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:10.599675 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:10.599676 [ 4 ] {9f7a75ad-1e2d-48c0-a3fb-affdbeca6348} TCPHandler: Processed in 0.001341568 sec. 2025.08.18 20:14:10.599741 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:14:10.599812 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_96_19} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:10.599837 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 4680 rows starting from the beginning of the part 2025.08.18 20:14:10.599878 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:14:10.599911 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part 2025.08.18 20:14:10.599942 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:14:10.599975 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 48 rows starting from the beginning of the part 2025.08.18 20:14:10.600005 [ 192 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_96_19} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 12 rows starting from the beginning of the part 2025.08.18 20:14:10.601378 [ 193 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_96_19} MergeTask::MergeProjectionsStage: Merge sorted 4920 rows, containing 4 columns (4 merged, 0 gathered) in 0.001660622 sec., 2962745.2845981806 rows/sec., 199.67 MiB/sec. 2025.08.18 20:14:10.601688 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_96_19} MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) 2025.08.18 20:14:10.601973 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_96_19} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:10.602041 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_96_19} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 2025.08.18 20:14:10.602120 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2025.08.18 20:14:10.605441 [ 189 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_95_19} MergeTask::MergeProjectionsStage: Merge sorted 26727 rows, containing 5 columns (5 merged, 0 gathered) in 0.007135063 sec., 3745867.4156065616 rows/sec., 256.59 MiB/sec. 2025.08.18 20:14:10.605850 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_95_19} MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) 2025.08.18 20:14:10.606110 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_95_19} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:10.606174 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_95_19} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 5 parts: [all_1_91_18, all_95_95_0] -> all_1_95_19 2025.08.18 20:14:10.606247 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. 2025.08.18 20:14:11.000145 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 303.73 MiB, peak 314.43 MiB, free memory in arenas 0.00 B, will set to 305.34 MiB (RSS), difference: 1.61 MiB 2025.08.18 20:14:11.595218 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26169 2025.08.18 20:14:11.595731 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:11.595783 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:11.596290 [ 244 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.18 20:14:11.596528 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:11.596682 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26169 2025.08.18 20:14:13.030822 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 2025.08.18 20:14:13.045915 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:13.045985 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:13.051635 [ 243 ] {} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2025.08.18 20:14:13.052337 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:13.055047 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 430 2025.08.18 20:14:14.179332 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 1270 2025.08.18 20:14:14.181810 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:14.181867 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:14.183103 [ 242 ] {} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.18 20:14:14.183390 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:14.183787 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1270 2025.08.18 20:14:15.601412 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:15.601591 [ 4 ] {8f5e9975-e9eb-45b6-a644-347e80d90ea1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:15.601655 [ 4 ] {8f5e9975-e9eb-45b6-a644-347e80d90ea1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:15.602378 [ 4 ] {8f5e9975-e9eb-45b6-a644-347e80d90ea1} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:15.602417 [ 4 ] {8f5e9975-e9eb-45b6-a644-347e80d90ea1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:15.602809 [ 4 ] {8f5e9975-e9eb-45b6-a644-347e80d90ea1} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.18 20:14:15.603043 [ 4 ] {8f5e9975-e9eb-45b6-a644-347e80d90ea1} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:15.603196 [ 4 ] {8f5e9975-e9eb-45b6-a644-347e80d90ea1} executeQuery: Read 138 rows, 12.23 KiB in 0.001655 sec., 83383.68580060423 rows/sec., 7.22 MiB/sec. 2025.08.18 20:14:15.603237 [ 4 ] {8f5e9975-e9eb-45b6-a644-347e80d90ea1} TCPHandler: Processed in 0.001950685 sec. 2025.08.18 20:14:15.603359 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:15.603462 [ 4 ] {cdabdc47-6382-4ca3-9c54-8563b7e590ed} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:14:15.603502 [ 4 ] {cdabdc47-6382-4ca3-9c54-8563b7e590ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:14:15.603939 [ 4 ] {cdabdc47-6382-4ca3-9c54-8563b7e590ed} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:15.603973 [ 4 ] {cdabdc47-6382-4ca3-9c54-8563b7e590ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:15.604271 [ 4 ] {cdabdc47-6382-4ca3-9c54-8563b7e590ed} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2025.08.18 20:14:15.604468 [ 4 ] {cdabdc47-6382-4ca3-9c54-8563b7e590ed} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:15.604591 [ 4 ] {cdabdc47-6382-4ca3-9c54-8563b7e590ed} executeQuery: Read 41 rows, 3.08 KiB in 0.001148 sec., 35714.28571428572 rows/sec., 2.62 MiB/sec. 2025.08.18 20:14:15.604628 [ 4 ] {cdabdc47-6382-4ca3-9c54-8563b7e590ed} TCPHandler: Processed in 0.001317267 sec. 2025.08.18 20:14:15.604742 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:15.604840 [ 4 ] {fd279e1a-9ebb-4411-996d-af0daece55c3} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:15.604878 [ 4 ] {fd279e1a-9ebb-4411-996d-af0daece55c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:15.605298 [ 4 ] {fd279e1a-9ebb-4411-996d-af0daece55c3} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:15.605333 [ 4 ] {fd279e1a-9ebb-4411-996d-af0daece55c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:15.605625 [ 4 ] {fd279e1a-9ebb-4411-996d-af0daece55c3} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.18 20:14:15.605826 [ 4 ] {fd279e1a-9ebb-4411-996d-af0daece55c3} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:15.605950 [ 4 ] {fd279e1a-9ebb-4411-996d-af0daece55c3} executeQuery: Read 105 rows, 8.40 KiB in 0.001134 sec., 92592.59259259258 rows/sec., 7.23 MiB/sec. 2025.08.18 20:14:15.605987 [ 4 ] {fd279e1a-9ebb-4411-996d-af0daece55c3} TCPHandler: Processed in 0.001292277 sec. 2025.08.18 20:14:15.606101 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:15.606193 [ 4 ] {a040f94c-2f60-4d84-b70b-e87071c69ea9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:15.606234 [ 4 ] {a040f94c-2f60-4d84-b70b-e87071c69ea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:15.606640 [ 4 ] {a040f94c-2f60-4d84-b70b-e87071c69ea9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:15.606675 [ 4 ] {a040f94c-2f60-4d84-b70b-e87071c69ea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:15.606991 [ 4 ] {a040f94c-2f60-4d84-b70b-e87071c69ea9} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.18 20:14:15.607194 [ 4 ] {a040f94c-2f60-4d84-b70b-e87071c69ea9} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:15.607320 [ 4 ] {a040f94c-2f60-4d84-b70b-e87071c69ea9} executeQuery: Read 160 rows, 11.41 KiB in 0.001146 sec., 139616.05584642233 rows/sec., 9.72 MiB/sec. 2025.08.18 20:14:15.607356 [ 4 ] {a040f94c-2f60-4d84-b70b-e87071c69ea9} TCPHandler: Processed in 0.001304137 sec. 2025.08.18 20:14:15.607463 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:15.607555 [ 4 ] {e977958e-28ca-43a7-927b-b09975b0cc53} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:15.607607 [ 4 ] {e977958e-28ca-43a7-927b-b09975b0cc53} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:14:15.608464 [ 4 ] {e977958e-28ca-43a7-927b-b09975b0cc53} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:15.608499 [ 4 ] {e977958e-28ca-43a7-927b-b09975b0cc53} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:15.609043 [ 4 ] {e977958e-28ca-43a7-927b-b09975b0cc53} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2025.08.18 20:14:15.609258 [ 4 ] {e977958e-28ca-43a7-927b-b09975b0cc53} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:15.609388 [ 4 ] {e977958e-28ca-43a7-927b-b09975b0cc53} executeQuery: Read 41 rows, 75.23 KiB in 0.001852 sec., 22138.228941684665 rows/sec., 39.67 MiB/sec. 2025.08.18 20:14:15.609440 [ 4 ] {e977958e-28ca-43a7-927b-b09975b0cc53} TCPHandler: Processed in 0.002024617 sec. 2025.08.18 20:14:15.609552 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:15.609645 [ 4 ] {8426306e-08ee-4e79-96d2-e67bf35d9933} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:15.609685 [ 4 ] {8426306e-08ee-4e79-96d2-e67bf35d9933} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:15.610009 [ 4 ] {8426306e-08ee-4e79-96d2-e67bf35d9933} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:15.610044 [ 4 ] {8426306e-08ee-4e79-96d2-e67bf35d9933} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:15.610336 [ 4 ] {8426306e-08ee-4e79-96d2-e67bf35d9933} MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) 2025.08.18 20:14:15.610535 [ 4 ] {8426306e-08ee-4e79-96d2-e67bf35d9933} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:15.610660 [ 4 ] {8426306e-08ee-4e79-96d2-e67bf35d9933} executeQuery: Read 60 rows, 4.14 KiB in 0.001034 sec., 58027.07930367505 rows/sec., 3.91 MiB/sec. 2025.08.18 20:14:15.610694 [ 4 ] {8426306e-08ee-4e79-96d2-e67bf35d9933} TCPHandler: Processed in 0.001190055 sec. 2025.08.18 20:14:18.938377 [ 111 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:14:18.938447 [ 111 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:14:19.096794 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26657 2025.08.18 20:14:19.097321 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:19.097371 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:19.097871 [ 244 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.18 20:14:19.098132 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:19.098296 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26657 2025.08.18 20:14:20.555104 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 437 2025.08.18 20:14:20.571822 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:20.571885 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:20.578014 [ 243 ] {} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2025.08.18 20:14:20.578726 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:20.581743 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 437 2025.08.18 20:14:20.600095 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:20.600353 [ 4 ] {e210dfab-b686-44cd-a6f4-be30e1f3610a} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:20.600425 [ 4 ] {e210dfab-b686-44cd-a6f4-be30e1f3610a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:20.601068 [ 4 ] {e210dfab-b686-44cd-a6f4-be30e1f3610a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:20.601117 [ 4 ] {e210dfab-b686-44cd-a6f4-be30e1f3610a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:20.601525 [ 4 ] {e210dfab-b686-44cd-a6f4-be30e1f3610a} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.18 20:14:20.601755 [ 4 ] {e210dfab-b686-44cd-a6f4-be30e1f3610a} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:20.601921 [ 4 ] {e210dfab-b686-44cd-a6f4-be30e1f3610a} executeQuery: Read 56 rows, 4.38 KiB in 0.00162 sec., 34567.9012345679 rows/sec., 2.64 MiB/sec. 2025.08.18 20:14:20.601964 [ 4 ] {e210dfab-b686-44cd-a6f4-be30e1f3610a} TCPHandler: Processed in 0.002056446 sec. 2025.08.18 20:14:20.602078 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:20.602174 [ 4 ] {9003bdde-747d-43aa-bba5-caca6f552023} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:20.602215 [ 4 ] {9003bdde-747d-43aa-bba5-caca6f552023} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:20.602617 [ 4 ] {9003bdde-747d-43aa-bba5-caca6f552023} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:20.602654 [ 4 ] {9003bdde-747d-43aa-bba5-caca6f552023} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:20.602957 [ 4 ] {9003bdde-747d-43aa-bba5-caca6f552023} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.18 20:14:20.603160 [ 4 ] {9003bdde-747d-43aa-bba5-caca6f552023} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:20.603294 [ 4 ] {9003bdde-747d-43aa-bba5-caca6f552023} executeQuery: Read 64 rows, 5.12 KiB in 0.001139 sec., 56189.64003511852 rows/sec., 4.39 MiB/sec. 2025.08.18 20:14:20.603332 [ 4 ] {9003bdde-747d-43aa-bba5-caca6f552023} TCPHandler: Processed in 0.001303247 sec. 2025.08.18 20:14:20.603441 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:20.603536 [ 4 ] {024f9af0-6daf-4b6b-af0b-916b8f8108f1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:20.603578 [ 4 ] {024f9af0-6daf-4b6b-af0b-916b8f8108f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:20.603982 [ 4 ] {024f9af0-6daf-4b6b-af0b-916b8f8108f1} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:20.604018 [ 4 ] {024f9af0-6daf-4b6b-af0b-916b8f8108f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:20.604350 [ 4 ] {024f9af0-6daf-4b6b-af0b-916b8f8108f1} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.18 20:14:20.604562 [ 4 ] {024f9af0-6daf-4b6b-af0b-916b8f8108f1} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:20.604698 [ 4 ] {024f9af0-6daf-4b6b-af0b-916b8f8108f1} executeQuery: Read 160 rows, 11.41 KiB in 0.001181 sec., 135478.4081287045 rows/sec., 9.44 MiB/sec. 2025.08.18 20:14:20.604735 [ 4 ] {024f9af0-6daf-4b6b-af0b-916b8f8108f1} TCPHandler: Processed in 0.001343568 sec. 2025.08.18 20:14:20.604839 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:20.604932 [ 4 ] {bc2488b9-af32-4ed3-bf8b-7b0b69f064e2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:20.604974 [ 4 ] {bc2488b9-af32-4ed3-bf8b-7b0b69f064e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:20.605305 [ 4 ] {bc2488b9-af32-4ed3-bf8b-7b0b69f064e2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:20.605341 [ 4 ] {bc2488b9-af32-4ed3-bf8b-7b0b69f064e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:20.605655 [ 4 ] {bc2488b9-af32-4ed3-bf8b-7b0b69f064e2} MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) 2025.08.18 20:14:20.605862 [ 4 ] {bc2488b9-af32-4ed3-bf8b-7b0b69f064e2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:20.605996 [ 4 ] {bc2488b9-af32-4ed3-bf8b-7b0b69f064e2} executeQuery: Read 60 rows, 4.14 KiB in 0.001081 sec., 55504.16281221092 rows/sec., 3.74 MiB/sec. 2025.08.18 20:14:20.606030 [ 4 ] {bc2488b9-af32-4ed3-bf8b-7b0b69f064e2} TCPHandler: Processed in 0.001242866 sec. 2025.08.18 20:14:24.183943 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1290 2025.08.18 20:14:24.186075 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:24.186115 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:24.187288 [ 242 ] {} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.18 20:14:24.187559 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:24.187824 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1290 2025.08.18 20:14:25.603223 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.603420 [ 4 ] {9fb2845f-edca-451d-8134-c23c70d48270} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:14:25.603494 [ 4 ] {9fb2845f-edca-451d-8134-c23c70d48270} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:14:25.604177 [ 4 ] {9fb2845f-edca-451d-8134-c23c70d48270} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.604225 [ 4 ] {9fb2845f-edca-451d-8134-c23c70d48270} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.604647 [ 4 ] {9fb2845f-edca-451d-8134-c23c70d48270} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:14:25.604881 [ 4 ] {9fb2845f-edca-451d-8134-c23c70d48270} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.605046 [ 4 ] {9fb2845f-edca-451d-8134-c23c70d48270} executeQuery: Read 24 rows, 2.04 KiB in 0.001682 sec., 14268.727705112962 rows/sec., 1.18 MiB/sec. 2025.08.18 20:14:25.605104 [ 4 ] {9fb2845f-edca-451d-8134-c23c70d48270} TCPHandler: Processed in 0.002010336 sec. 2025.08.18 20:14:25.605320 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.605420 [ 4 ] {9da3cf42-a623-4990-ada4-c8a51b7449d7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:14:25.605461 [ 4 ] {9da3cf42-a623-4990-ada4-c8a51b7449d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:14:25.605928 [ 4 ] {9da3cf42-a623-4990-ada4-c8a51b7449d7} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.605962 [ 4 ] {9da3cf42-a623-4990-ada4-c8a51b7449d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.606242 [ 4 ] {9da3cf42-a623-4990-ada4-c8a51b7449d7} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.08.18 20:14:25.606454 [ 4 ] {9da3cf42-a623-4990-ada4-c8a51b7449d7} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.606579 [ 4 ] {9da3cf42-a623-4990-ada4-c8a51b7449d7} executeQuery: Read 14 rows, 1.14 KiB in 0.001177 sec., 11894.6474086661 rows/sec., 969.92 KiB/sec. 2025.08.18 20:14:25.606615 [ 4 ] {9da3cf42-a623-4990-ada4-c8a51b7449d7} TCPHandler: Processed in 0.001348328 sec. 2025.08.18 20:14:25.606722 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.606817 [ 4 ] {29998885-d9a6-427c-92c8-d9f62093eaa2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:25.606854 [ 4 ] {29998885-d9a6-427c-92c8-d9f62093eaa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:25.607391 [ 4 ] {29998885-d9a6-427c-92c8-d9f62093eaa2} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.607425 [ 4 ] {29998885-d9a6-427c-92c8-d9f62093eaa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.607741 [ 4 ] {29998885-d9a6-427c-92c8-d9f62093eaa2} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.18 20:14:25.607955 [ 4 ] {29998885-d9a6-427c-92c8-d9f62093eaa2} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.608079 [ 4 ] {29998885-d9a6-427c-92c8-d9f62093eaa2} executeQuery: Read 265 rows, 24.18 KiB in 0.00128 sec., 207031.24999999997 rows/sec., 18.45 MiB/sec. 2025.08.18 20:14:25.608116 [ 4 ] {29998885-d9a6-427c-92c8-d9f62093eaa2} TCPHandler: Processed in 0.001441438 sec. 2025.08.18 20:14:25.608219 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.608310 [ 4 ] {ee4ddb9c-bf08-43ea-915c-71dfffcd2d69} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:14:25.608348 [ 4 ] {ee4ddb9c-bf08-43ea-915c-71dfffcd2d69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:14:25.608756 [ 4 ] {ee4ddb9c-bf08-43ea-915c-71dfffcd2d69} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.608790 [ 4 ] {ee4ddb9c-bf08-43ea-915c-71dfffcd2d69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.609082 [ 4 ] {ee4ddb9c-bf08-43ea-915c-71dfffcd2d69} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2025.08.18 20:14:25.609287 [ 4 ] {ee4ddb9c-bf08-43ea-915c-71dfffcd2d69} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.609409 [ 4 ] {ee4ddb9c-bf08-43ea-915c-71dfffcd2d69} executeQuery: Read 67 rows, 5.02 KiB in 0.001117 sec., 59982.09489704566 rows/sec., 4.39 MiB/sec. 2025.08.18 20:14:25.609445 [ 4 ] {ee4ddb9c-bf08-43ea-915c-71dfffcd2d69} TCPHandler: Processed in 0.001273867 sec. 2025.08.18 20:14:25.609549 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.609641 [ 4 ] {ac1f1762-2c1f-4889-8dcb-5687a12cee68} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:14:25.609678 [ 4 ] {ac1f1762-2c1f-4889-8dcb-5687a12cee68} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:14:25.610056 [ 4 ] {ac1f1762-2c1f-4889-8dcb-5687a12cee68} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.610092 [ 4 ] {ac1f1762-2c1f-4889-8dcb-5687a12cee68} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.610380 [ 4 ] {ac1f1762-2c1f-4889-8dcb-5687a12cee68} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2025.08.18 20:14:25.610580 [ 4 ] {ac1f1762-2c1f-4889-8dcb-5687a12cee68} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.610701 [ 4 ] {ac1f1762-2c1f-4889-8dcb-5687a12cee68} executeQuery: Read 24 rows, 2.04 KiB in 0.001078 sec., 22263.450834879408 rows/sec., 1.85 MiB/sec. 2025.08.18 20:14:25.610738 [ 4 ] {ac1f1762-2c1f-4889-8dcb-5687a12cee68} TCPHandler: Processed in 0.001235546 sec. 2025.08.18 20:14:25.610838 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.610930 [ 4 ] {f711827b-d5e1-4b1f-b3da-9fcfef81b670} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:14:25.610977 [ 4 ] {f711827b-d5e1-4b1f-b3da-9fcfef81b670} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:14:25.611349 [ 4 ] {f711827b-d5e1-4b1f-b3da-9fcfef81b670} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.611382 [ 4 ] {f711827b-d5e1-4b1f-b3da-9fcfef81b670} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.611671 [ 4 ] {f711827b-d5e1-4b1f-b3da-9fcfef81b670} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.08.18 20:14:25.611892 [ 4 ] {f711827b-d5e1-4b1f-b3da-9fcfef81b670} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.612012 [ 4 ] {f711827b-d5e1-4b1f-b3da-9fcfef81b670} executeQuery: Read 12 rows, 960.00 B in 0.001099 sec., 10919.01728844404 rows/sec., 853.05 KiB/sec. 2025.08.18 20:14:25.612047 [ 4 ] {f711827b-d5e1-4b1f-b3da-9fcfef81b670} TCPHandler: Processed in 0.001259367 sec. 2025.08.18 20:14:25.612182 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.612304 [ 4 ] {91c63215-726c-4ffe-9dc1-4da7f3a8d162} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:25.612346 [ 4 ] {91c63215-726c-4ffe-9dc1-4da7f3a8d162} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:25.612833 [ 4 ] {91c63215-726c-4ffe-9dc1-4da7f3a8d162} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.612870 [ 4 ] {91c63215-726c-4ffe-9dc1-4da7f3a8d162} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.613196 [ 4 ] {91c63215-726c-4ffe-9dc1-4da7f3a8d162} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.18 20:14:25.613405 [ 4 ] {91c63215-726c-4ffe-9dc1-4da7f3a8d162} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.613534 [ 4 ] {91c63215-726c-4ffe-9dc1-4da7f3a8d162} executeQuery: Read 155 rows, 12.80 KiB in 0.001254 sec., 123604.46570972887 rows/sec., 9.97 MiB/sec. 2025.08.18 20:14:25.613572 [ 4 ] {91c63215-726c-4ffe-9dc1-4da7f3a8d162} TCPHandler: Processed in 0.001452859 sec. 2025.08.18 20:14:25.613674 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.613767 [ 4 ] {a9cdfb99-d200-491b-b81c-6712d44f2a3b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:25.613810 [ 4 ] {a9cdfb99-d200-491b-b81c-6712d44f2a3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:25.614237 [ 4 ] {a9cdfb99-d200-491b-b81c-6712d44f2a3b} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.614274 [ 4 ] {a9cdfb99-d200-491b-b81c-6712d44f2a3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.614641 [ 4 ] {a9cdfb99-d200-491b-b81c-6712d44f2a3b} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.18 20:14:25.614852 [ 4 ] {a9cdfb99-d200-491b-b81c-6712d44f2a3b} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.614981 [ 4 ] {a9cdfb99-d200-491b-b81c-6712d44f2a3b} executeQuery: Read 203 rows, 14.89 KiB in 0.001233 sec., 164639.09164639094 rows/sec., 11.79 MiB/sec. 2025.08.18 20:14:25.615018 [ 4 ] {a9cdfb99-d200-491b-b81c-6712d44f2a3b} TCPHandler: Processed in 0.001392418 sec. 2025.08.18 20:14:25.615136 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.615231 [ 4 ] {d45fb396-d81a-4f07-8b23-660e64dbb1d9} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:25.615289 [ 4 ] {d45fb396-d81a-4f07-8b23-660e64dbb1d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:14:25.616184 [ 4 ] {d45fb396-d81a-4f07-8b23-660e64dbb1d9} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.616226 [ 4 ] {d45fb396-d81a-4f07-8b23-660e64dbb1d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.616800 [ 4 ] {d45fb396-d81a-4f07-8b23-660e64dbb1d9} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2025.08.18 20:14:25.617016 [ 4 ] {d45fb396-d81a-4f07-8b23-660e64dbb1d9} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.617159 [ 4 ] {d45fb396-d81a-4f07-8b23-660e64dbb1d9} executeQuery: Read 41 rows, 75.23 KiB in 0.001947 sec., 21058.03800719055 rows/sec., 37.74 MiB/sec. 2025.08.18 20:14:25.617215 [ 4 ] {d45fb396-d81a-4f07-8b23-660e64dbb1d9} TCPHandler: Processed in 0.002127628 sec. 2025.08.18 20:14:25.617327 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:25.617430 [ 4 ] {4d888b49-99e2-42a2-a0f6-3313e62d2f91} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:25.617471 [ 4 ] {4d888b49-99e2-42a2-a0f6-3313e62d2f91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:25.617796 [ 4 ] {4d888b49-99e2-42a2-a0f6-3313e62d2f91} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:25.617832 [ 4 ] {4d888b49-99e2-42a2-a0f6-3313e62d2f91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:25.618127 [ 4 ] {4d888b49-99e2-42a2-a0f6-3313e62d2f91} MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) 2025.08.18 20:14:25.618328 [ 4 ] {4d888b49-99e2-42a2-a0f6-3313e62d2f91} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:25.618453 [ 4 ] {4d888b49-99e2-42a2-a0f6-3313e62d2f91} executeQuery: Read 60 rows, 4.14 KiB in 0.001042 sec., 57581.57389635317 rows/sec., 3.88 MiB/sec. 2025.08.18 20:14:25.618489 [ 4 ] {4d888b49-99e2-42a2-a0f6-3313e62d2f91} TCPHandler: Processed in 0.001210626 sec. 2025.08.18 20:14:26.598438 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27084 2025.08.18 20:14:26.598942 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:26.598984 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:26.599468 [ 244 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.18 20:14:26.599695 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:26.599826 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27084 2025.08.18 20:14:28.081821 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 445 2025.08.18 20:14:28.098246 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:28.098302 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.01 GiB. 2025.08.18 20:14:28.104408 [ 243 ] {} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2025.08.18 20:14:28.105130 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:28.107959 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 445 2025.08.18 20:14:30.599368 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:30.599608 [ 4 ] {aa2a3dd7-4337-494a-afc9-d0073b80c6a7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:30.599684 [ 4 ] {aa2a3dd7-4337-494a-afc9-d0073b80c6a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:30.600517 [ 4 ] {aa2a3dd7-4337-494a-afc9-d0073b80c6a7} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:30.600582 [ 4 ] {aa2a3dd7-4337-494a-afc9-d0073b80c6a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:30.600980 [ 4 ] {aa2a3dd7-4337-494a-afc9-d0073b80c6a7} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.18 20:14:30.601210 [ 4 ] {aa2a3dd7-4337-494a-afc9-d0073b80c6a7} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:30.601366 [ 4 ] {aa2a3dd7-4337-494a-afc9-d0073b80c6a7} executeQuery: Read 56 rows, 4.38 KiB in 0.001818 sec., 30803.080308030803 rows/sec., 2.35 MiB/sec. 2025.08.18 20:14:30.601416 [ 4 ] {aa2a3dd7-4337-494a-afc9-d0073b80c6a7} TCPHandler: Processed in 0.002188049 sec. 2025.08.18 20:14:30.601539 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:30.601642 [ 4 ] {14cb9765-915c-4853-9d53-5d66330c424d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:30.601686 [ 4 ] {14cb9765-915c-4853-9d53-5d66330c424d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:30.602158 [ 4 ] {14cb9765-915c-4853-9d53-5d66330c424d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:30.602195 [ 4 ] {14cb9765-915c-4853-9d53-5d66330c424d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:30.602494 [ 4 ] {14cb9765-915c-4853-9d53-5d66330c424d} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.18 20:14:30.602696 [ 4 ] {14cb9765-915c-4853-9d53-5d66330c424d} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:30.602820 [ 4 ] {14cb9765-915c-4853-9d53-5d66330c424d} executeQuery: Read 64 rows, 5.12 KiB in 0.001202 sec., 53244.592346089856 rows/sec., 4.16 MiB/sec. 2025.08.18 20:14:30.602886 [ 4 ] {14cb9765-915c-4853-9d53-5d66330c424d} TCPHandler: Processed in 0.001402428 sec. 2025.08.18 20:14:30.603018 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:30.603112 [ 4 ] {e4555523-13ba-4d49-bdb2-2f1294624916} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:30.603155 [ 4 ] {e4555523-13ba-4d49-bdb2-2f1294624916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:30.603631 [ 4 ] {e4555523-13ba-4d49-bdb2-2f1294624916} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:30.603668 [ 4 ] {e4555523-13ba-4d49-bdb2-2f1294624916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:30.603998 [ 4 ] {e4555523-13ba-4d49-bdb2-2f1294624916} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.18 20:14:30.604201 [ 4 ] {e4555523-13ba-4d49-bdb2-2f1294624916} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:30.604354 [ 4 ] {e4555523-13ba-4d49-bdb2-2f1294624916} executeQuery: Read 160 rows, 11.41 KiB in 0.00126 sec., 126984.12698412698 rows/sec., 8.84 MiB/sec. 2025.08.18 20:14:30.604391 [ 4 ] {e4555523-13ba-4d49-bdb2-2f1294624916} TCPHandler: Processed in 0.001425489 sec. 2025.08.18 20:14:30.604395 [ 102 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 2025.08.18 20:14:30.604472 [ 102 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:30.604496 [ 102 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:30.604501 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:30.604605 [ 4 ] {2bbbb9b6-8d81-4776-966a-3e925d0f2cb1} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:30.604608 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::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.08.18 20:14:30.604648 [ 4 ] {2bbbb9b6-8d81-4776-966a-3e925d0f2cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:30.604752 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:30.604793 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} MergeTreeSequentialSource: Reading 5 marks from part all_1_95_19, total 26727 rows starting from the beginning of the part 2025.08.18 20:14:30.604871 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 32 rows starting from the beginning of the part 2025.08.18 20:14:30.604925 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part 2025.08.18 20:14:30.604974 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 160 rows starting from the beginning of the part 2025.08.18 20:14:30.605000 [ 4 ] {2bbbb9b6-8d81-4776-966a-3e925d0f2cb1} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:30.605032 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 203 rows starting from the beginning of the part 2025.08.18 20:14:30.605045 [ 4 ] {2bbbb9b6-8d81-4776-966a-3e925d0f2cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:30.605086 [ 193 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part 2025.08.18 20:14:30.605374 [ 4 ] {2bbbb9b6-8d81-4776-966a-3e925d0f2cb1} MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) 2025.08.18 20:14:30.605606 [ 4 ] {2bbbb9b6-8d81-4776-966a-3e925d0f2cb1} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:30.605736 [ 4 ] {2bbbb9b6-8d81-4776-966a-3e925d0f2cb1} executeQuery: Read 60 rows, 4.14 KiB in 0.00115 sec., 52173.913043478264 rows/sec., 3.52 MiB/sec. 2025.08.18 20:14:30.605773 [ 4 ] {2bbbb9b6-8d81-4776-966a-3e925d0f2cb1} TCPHandler: Processed in 0.001320277 sec. 2025.08.18 20:14:30.610801 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} MergeTask::MergeProjectionsStage: Merge sorted 27442 rows, containing 5 columns (5 merged, 0 gathered) in 0.006243291 sec., 4395438.239223512 rows/sec., 301.28 MiB/sec. 2025.08.18 20:14:30.611138 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) 2025.08.18 20:14:30.611402 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:30.611470 [ 200 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_100_20} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 2025.08.18 20:14:30.611566 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.30 MiB. 2025.08.18 20:14:33.938491 [ 68 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:14:33.938564 [ 68 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:14:34.099958 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27572 2025.08.18 20:14:34.100471 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:34.100509 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:34.101008 [ 244 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.18 20:14:34.101247 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:34.101380 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27572 2025.08.18 20:14:34.188010 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 1318 2025.08.18 20:14:34.190487 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:34.190535 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:34.191740 [ 242 ] {} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.18 20:14:34.192037 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:34.192294 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1318 2025.08.18 20:14:35.602489 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:35.602719 [ 4 ] {b83563db-e631-443f-8aba-21b27cd98eb0} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:35.602795 [ 4 ] {b83563db-e631-443f-8aba-21b27cd98eb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:35.603565 [ 4 ] {b83563db-e631-443f-8aba-21b27cd98eb0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.603618 [ 4 ] {b83563db-e631-443f-8aba-21b27cd98eb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.604031 [ 4 ] {b83563db-e631-443f-8aba-21b27cd98eb0} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.18 20:14:35.604264 [ 4 ] {b83563db-e631-443f-8aba-21b27cd98eb0} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.604426 [ 4 ] {b83563db-e631-443f-8aba-21b27cd98eb0} executeQuery: Read 138 rows, 12.23 KiB in 0.001762 sec., 78320.0908059024 rows/sec., 6.78 MiB/sec. 2025.08.18 20:14:35.604425 [ 36 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.18 20:14:35.604469 [ 4 ] {b83563db-e631-443f-8aba-21b27cd98eb0} TCPHandler: Processed in 0.002137097 sec. 2025.08.18 20:14:35.604479 [ 36 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.604503 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.604586 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:35.604631 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:14:35.604683 [ 4 ] {0b36bd27-a4f7-4bfd-9c62-151a5999330b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:14:35.604728 [ 4 ] {0b36bd27-a4f7-4bfd-9c62-151a5999330b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:14:35.604788 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:35.604830 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1407 rows starting from the beginning of the part 2025.08.18 20:14:35.604900 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 138 rows starting from the beginning of the part 2025.08.18 20:14:35.604951 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 56 rows starting from the beginning of the part 2025.08.18 20:14:35.604999 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 265 rows starting from the beginning of the part 2025.08.18 20:14:35.605053 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 56 rows starting from the beginning of the part 2025.08.18 20:14:35.605095 [ 190 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 138 rows starting from the beginning of the part 2025.08.18 20:14:35.605202 [ 4 ] {0b36bd27-a4f7-4bfd-9c62-151a5999330b} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.605240 [ 4 ] {0b36bd27-a4f7-4bfd-9c62-151a5999330b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.605573 [ 4 ] {0b36bd27-a4f7-4bfd-9c62-151a5999330b} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2025.08.18 20:14:35.605803 [ 4 ] {0b36bd27-a4f7-4bfd-9c62-151a5999330b} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.605910 [ 36 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2025.08.18 20:14:35.605934 [ 36 ] {} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.605941 [ 4 ] {0b36bd27-a4f7-4bfd-9c62-151a5999330b} executeQuery: Read 41 rows, 3.08 KiB in 0.001277 sec., 32106.499608457325 rows/sec., 2.36 MiB/sec. 2025.08.18 20:14:35.605952 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.605980 [ 4 ] {0b36bd27-a4f7-4bfd-9c62-151a5999330b} TCPHandler: Processed in 0.001443729 sec. 2025.08.18 20:14:35.606025 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::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.08.18 20:14:35.606086 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:35.606117 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:35.606147 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 71 rows starting from the beginning of the part 2025.08.18 20:14:35.606180 [ 4 ] {dca54290-0973-48f1-bbc5-0b0632e69485} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:35.606206 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 55 rows starting from the beginning of the part 2025.08.18 20:14:35.606221 [ 4 ] {dca54290-0973-48f1-bbc5-0b0632e69485} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:35.606249 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:35.606291 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:35.606339 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 67 rows starting from the beginning of the part 2025.08.18 20:14:35.606380 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:35.606420 [ 191 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 2060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001842024 sec., 1118335.048837583 rows/sec., 98.55 MiB/sec. 2025.08.18 20:14:35.606670 [ 4 ] {dca54290-0973-48f1-bbc5-0b0632e69485} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.606677 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.18 20:14:35.606718 [ 4 ] {dca54290-0973-48f1-bbc5-0b0632e69485} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.607017 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.607116 [ 186 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_101_20} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.18 20:14:35.607130 [ 190 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.001136935 sec., 277940.25164147466 rows/sec., 21.46 MiB/sec. 2025.08.18 20:14:35.607201 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2025.08.18 20:14:35.607259 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2025.08.18 20:14:35.607297 [ 4 ] {dca54290-0973-48f1-bbc5-0b0632e69485} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.18 20:14:35.607526 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.607547 [ 4 ] {dca54290-0973-48f1-bbc5-0b0632e69485} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.607599 [ 200 ] {208c3927-0a82-47ea-9b49-36959ebfac0e::all_1_51_10} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2025.08.18 20:14:35.607657 [ 36 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.18 20:14:35.607669 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.08.18 20:14:35.607686 [ 36 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.607679 [ 4 ] {dca54290-0973-48f1-bbc5-0b0632e69485} executeQuery: Read 105 rows, 8.40 KiB in 0.001516 sec., 69261.21372031662 rows/sec., 5.41 MiB/sec. 2025.08.18 20:14:35.607706 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.607734 [ 4 ] {dca54290-0973-48f1-bbc5-0b0632e69485} TCPHandler: Processed in 0.001696402 sec. 2025.08.18 20:14:35.607760 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:14:35.607823 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:35.607846 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 633 rows starting from the beginning of the part 2025.08.18 20:14:35.607850 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:35.607888 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 105 rows starting from the beginning of the part 2025.08.18 20:14:35.607924 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 64 rows starting from the beginning of the part 2025.08.18 20:14:35.607949 [ 4 ] {e59f4a9a-dcdb-48ee-83ee-735def5019c7} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:35.607954 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 155 rows starting from the beginning of the part 2025.08.18 20:14:35.607996 [ 4 ] {e59f4a9a-dcdb-48ee-83ee-735def5019c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:35.607998 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 64 rows starting from the beginning of the part 2025.08.18 20:14:35.608035 [ 200 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 105 rows starting from the beginning of the part 2025.08.18 20:14:35.608053 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 452 2025.08.18 20:14:35.608412 [ 4 ] {e59f4a9a-dcdb-48ee-83ee-735def5019c7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.608450 [ 4 ] {e59f4a9a-dcdb-48ee-83ee-735def5019c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.608791 [ 4 ] {e59f4a9a-dcdb-48ee-83ee-735def5019c7} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.18 20:14:35.608826 [ 201 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 1126 rows, containing 5 columns (5 merged, 0 gathered) in 0.001084394 sec., 1038367.9732643301 rows/sec., 83.83 MiB/sec. 2025.08.18 20:14:35.609016 [ 4 ] {e59f4a9a-dcdb-48ee-83ee-735def5019c7} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.609059 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.18 20:14:35.609156 [ 4 ] {e59f4a9a-dcdb-48ee-83ee-735def5019c7} executeQuery: Read 160 rows, 11.41 KiB in 0.001227 sec., 130399.34800325998 rows/sec., 9.08 MiB/sec. 2025.08.18 20:14:35.609200 [ 4 ] {e59f4a9a-dcdb-48ee-83ee-735def5019c7} TCPHandler: Processed in 0.001400088 sec. 2025.08.18 20:14:35.609302 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:35.609359 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.609398 [ 4 ] {1cc0b547-6406-497b-9470-12aa624c8eea} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:35.609453 [ 190 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_101_20} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.18 20:14:35.609458 [ 4 ] {1cc0b547-6406-497b-9470-12aa624c8eea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:14:35.609566 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2025.08.18 20:14:35.610293 [ 4 ] {1cc0b547-6406-497b-9470-12aa624c8eea} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.610334 [ 4 ] {1cc0b547-6406-497b-9470-12aa624c8eea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.610932 [ 4 ] {1cc0b547-6406-497b-9470-12aa624c8eea} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2025.08.18 20:14:35.611161 [ 4 ] {1cc0b547-6406-497b-9470-12aa624c8eea} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.611296 [ 4 ] {1cc0b547-6406-497b-9470-12aa624c8eea} executeQuery: Read 41 rows, 75.23 KiB in 0.001917 sec., 21387.584767866458 rows/sec., 38.33 MiB/sec. 2025.08.18 20:14:35.611352 [ 4 ] {1cc0b547-6406-497b-9470-12aa624c8eea} TCPHandler: Processed in 0.002098717 sec. 2025.08.18 20:14:35.611463 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:35.611558 [ 4 ] {856e2c79-d2bd-44a1-9a8b-aa12147c1cb2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:35.611600 [ 4 ] {856e2c79-d2bd-44a1-9a8b-aa12147c1cb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:35.611935 [ 4 ] {856e2c79-d2bd-44a1-9a8b-aa12147c1cb2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.611970 [ 4 ] {856e2c79-d2bd-44a1-9a8b-aa12147c1cb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.612278 [ 4 ] {856e2c79-d2bd-44a1-9a8b-aa12147c1cb2} MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) 2025.08.18 20:14:35.612485 [ 4 ] {856e2c79-d2bd-44a1-9a8b-aa12147c1cb2} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.612582 [ 36 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 2025.08.18 20:14:35.612605 [ 36 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.612611 [ 4 ] {856e2c79-d2bd-44a1-9a8b-aa12147c1cb2} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2025.08.18 20:14:35.612621 [ 36 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.612648 [ 4 ] {856e2c79-d2bd-44a1-9a8b-aa12147c1cb2} TCPHandler: Processed in 0.001234016 sec. 2025.08.18 20:14:35.612685 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:14:35.612776 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_101_20} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:35.612804 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 4920 rows starting from the beginning of the part 2025.08.18 20:14:35.612851 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part 2025.08.18 20:14:35.612894 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:14:35.612930 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part 2025.08.18 20:14:35.612967 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:14:35.613003 [ 200 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_101_20} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part 2025.08.18 20:14:35.614638 [ 190 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_101_20} MergeTask::MergeProjectionsStage: Merge sorted 5220 rows, containing 4 columns (4 merged, 0 gathered) in 0.001980636 sec., 2635517.0763330567 rows/sec., 177.62 MiB/sec. 2025.08.18 20:14:35.615090 [ 197 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_101_20} MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) 2025.08.18 20:14:35.615456 [ 197 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_101_20} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.615541 [ 197 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_101_20} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 2025.08.18 20:14:35.615648 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. 2025.08.18 20:14:35.625157 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:35.625211 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:35.631388 [ 243 ] {} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2025.08.18 20:14:35.632097 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:35.635071 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 452 2025.08.18 20:14:36.503697 [ 50 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2025.08.18 20:14:36.503763 [ 50 ] {} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:36.503784 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:36.503911 [ 195 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::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.08.18 20:14:36.504064 [ 195 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:36.504102 [ 195 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 252 rows starting from the beginning of the part 2025.08.18 20:14:36.504179 [ 195 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 228 rows starting from the beginning of the part 2025.08.18 20:14:36.504231 [ 195 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 24 rows starting from the beginning of the part 2025.08.18 20:14:36.504280 [ 195 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 228 rows starting from the beginning of the part 2025.08.18 20:14:36.504326 [ 195 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2025.08.18 20:14:36.505211 [ 197 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 5 columns (5 merged, 0 gathered) in 0.001360188 sec., 555805.5210015086 rows/sec., 40.56 MiB/sec. 2025.08.18 20:14:36.505438 [ 190 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2025.08.18 20:14:36.505751 [ 190 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:36.505828 [ 190 ] {6f1c5997-e450-49df-b27d-b636becfb6e1::all_1_29_7} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2025.08.18 20:14:36.505935 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.08.18 20:14:39.511324 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:39.511546 [ 4 ] {5a7054ea-3b56-4367-b36f-0b1c098ca51c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:14:39.511625 [ 4 ] {5a7054ea-3b56-4367-b36f-0b1c098ca51c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:14:39.512258 [ 4 ] {5a7054ea-3b56-4367-b36f-0b1c098ca51c} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:39.512309 [ 4 ] {5a7054ea-3b56-4367-b36f-0b1c098ca51c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:39.512734 [ 4 ] {5a7054ea-3b56-4367-b36f-0b1c098ca51c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.08.18 20:14:39.512974 [ 4 ] {5a7054ea-3b56-4367-b36f-0b1c098ca51c} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:39.513166 [ 4 ] {5a7054ea-3b56-4367-b36f-0b1c098ca51c} executeQuery: Read 2 rows, 167.00 B in 0.001676 sec., 1193.3174224343675 rows/sec., 97.31 KiB/sec. 2025.08.18 20:14:39.513232 [ 4 ] {5a7054ea-3b56-4367-b36f-0b1c098ca51c} TCPHandler: Processed in 0.002048786 sec. 2025.08.18 20:14:39.513375 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:39.513480 [ 4 ] {8b92a8f3-621c-412d-98c2-bc9b84595188} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:39.513526 [ 4 ] {8b92a8f3-621c-412d-98c2-bc9b84595188} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:39.514617 [ 4 ] {8b92a8f3-621c-412d-98c2-bc9b84595188} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:39.514658 [ 4 ] {8b92a8f3-621c-412d-98c2-bc9b84595188} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:39.515075 [ 4 ] {8b92a8f3-621c-412d-98c2-bc9b84595188} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.18 20:14:39.515300 [ 4 ] {8b92a8f3-621c-412d-98c2-bc9b84595188} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:39.515439 [ 4 ] {8b92a8f3-621c-412d-98c2-bc9b84595188} executeQuery: Read 1197 rows, 100.57 KiB in 0.001983 sec., 603630.8623298033 rows/sec., 49.53 MiB/sec. 2025.08.18 20:14:39.515479 [ 4 ] {8b92a8f3-621c-412d-98c2-bc9b84595188} TCPHandler: Processed in 0.002157159 sec. 2025.08.18 20:14:39.515589 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:39.515687 [ 4 ] {fc176aaa-3d05-45cd-a5b4-3ebd7accee8d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:14:39.515729 [ 4 ] {fc176aaa-3d05-45cd-a5b4-3ebd7accee8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:14:39.516119 [ 4 ] {fc176aaa-3d05-45cd-a5b4-3ebd7accee8d} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:39.516156 [ 4 ] {fc176aaa-3d05-45cd-a5b4-3ebd7accee8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:39.516446 [ 4 ] {fc176aaa-3d05-45cd-a5b4-3ebd7accee8d} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2025.08.18 20:14:39.516656 [ 4 ] {fc176aaa-3d05-45cd-a5b4-3ebd7accee8d} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:39.516784 [ 4 ] {fc176aaa-3d05-45cd-a5b4-3ebd7accee8d} executeQuery: Read 2 rows, 143.00 B in 0.001117 sec., 1790.510295434199 rows/sec., 125.02 KiB/sec. 2025.08.18 20:14:39.516822 [ 4 ] {fc176aaa-3d05-45cd-a5b4-3ebd7accee8d} TCPHandler: Processed in 0.001283167 sec. 2025.08.18 20:14:39.516922 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:39.517017 [ 4 ] {221b8e76-f4ab-40db-85c5-ae3ba9f7e95f} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:14:39.517057 [ 4 ] {221b8e76-f4ab-40db-85c5-ae3ba9f7e95f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:14:39.517549 [ 4 ] {221b8e76-f4ab-40db-85c5-ae3ba9f7e95f} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:39.517586 [ 4 ] {221b8e76-f4ab-40db-85c5-ae3ba9f7e95f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:39.517920 [ 4 ] {221b8e76-f4ab-40db-85c5-ae3ba9f7e95f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2025.08.18 20:14:39.518131 [ 4 ] {221b8e76-f4ab-40db-85c5-ae3ba9f7e95f} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:39.518268 [ 4 ] {221b8e76-f4ab-40db-85c5-ae3ba9f7e95f} executeQuery: Read 228 rows, 15.81 KiB in 0.00127 sec., 179527.5590551181 rows/sec., 12.16 MiB/sec. 2025.08.18 20:14:39.518306 [ 4 ] {221b8e76-f4ab-40db-85c5-ae3ba9f7e95f} TCPHandler: Processed in 0.001433128 sec. 2025.08.18 20:14:39.518415 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:39.518510 [ 4 ] {bd4418cc-b7ed-43ac-8953-8feeda5a1c16} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:39.518550 [ 4 ] {bd4418cc-b7ed-43ac-8953-8feeda5a1c16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:39.519145 [ 4 ] {bd4418cc-b7ed-43ac-8953-8feeda5a1c16} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:39.519183 [ 4 ] {bd4418cc-b7ed-43ac-8953-8feeda5a1c16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:39.519503 [ 4 ] {bd4418cc-b7ed-43ac-8953-8feeda5a1c16} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.18 20:14:39.519712 [ 4 ] {bd4418cc-b7ed-43ac-8953-8feeda5a1c16} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:39.519842 [ 4 ] {bd4418cc-b7ed-43ac-8953-8feeda5a1c16} executeQuery: Read 522 rows, 39.57 KiB in 0.001351 sec., 386380.45891931903 rows/sec., 28.60 MiB/sec. 2025.08.18 20:14:39.519881 [ 4 ] {bd4418cc-b7ed-43ac-8953-8feeda5a1c16} TCPHandler: Processed in 0.00151525 sec. 2025.08.18 20:14:39.519997 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:39.520092 [ 4 ] {c7ef17bf-fef3-4739-b95a-97677fa45013} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:39.520135 [ 4 ] {c7ef17bf-fef3-4739-b95a-97677fa45013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:39.520759 [ 4 ] {c7ef17bf-fef3-4739-b95a-97677fa45013} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:39.520795 [ 4 ] {c7ef17bf-fef3-4739-b95a-97677fa45013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:39.521184 [ 4 ] {c7ef17bf-fef3-4739-b95a-97677fa45013} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.18 20:14:39.521393 [ 4 ] {c7ef17bf-fef3-4739-b95a-97677fa45013} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:39.521523 [ 4 ] {c7ef17bf-fef3-4739-b95a-97677fa45013} executeQuery: Read 975 rows, 67.03 KiB in 0.001451 sec., 671950.3790489318 rows/sec., 45.11 MiB/sec. 2025.08.18 20:14:39.521561 [ 4 ] {c7ef17bf-fef3-4739-b95a-97677fa45013} TCPHandler: Processed in 0.001614721 sec. 2025.08.18 20:14:39.521673 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:39.521768 [ 4 ] {0ba022f1-5c77-4c01-ab9c-832b8251ab66} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:39.521810 [ 4 ] {0ba022f1-5c77-4c01-ab9c-832b8251ab66} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:39.522151 [ 4 ] {0ba022f1-5c77-4c01-ab9c-832b8251ab66} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:39.522187 [ 4 ] {0ba022f1-5c77-4c01-ab9c-832b8251ab66} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:39.522497 [ 4 ] {0ba022f1-5c77-4c01-ab9c-832b8251ab66} MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) 2025.08.18 20:14:39.522724 [ 4 ] {0ba022f1-5c77-4c01-ab9c-832b8251ab66} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:39.522855 [ 4 ] {0ba022f1-5c77-4c01-ab9c-832b8251ab66} executeQuery: Read 48 rows, 3.31 KiB in 0.001105 sec., 43438.914027149316 rows/sec., 2.93 MiB/sec. 2025.08.18 20:14:39.522891 [ 4 ] {0ba022f1-5c77-4c01-ab9c-832b8251ab66} TCPHandler: Processed in 0.001266406 sec. 2025.08.18 20:14:40.593806 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:40.594010 [ 4 ] {16882732-048b-4a56-afba-6296e3f944c6} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:40.594088 [ 4 ] {16882732-048b-4a56-afba-6296e3f944c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:40.594821 [ 4 ] {16882732-048b-4a56-afba-6296e3f944c6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:40.594874 [ 4 ] {16882732-048b-4a56-afba-6296e3f944c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:40.595288 [ 4 ] {16882732-048b-4a56-afba-6296e3f944c6} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.18 20:14:40.595521 [ 4 ] {16882732-048b-4a56-afba-6296e3f944c6} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:40.595685 [ 4 ] {16882732-048b-4a56-afba-6296e3f944c6} executeQuery: Read 56 rows, 4.38 KiB in 0.00173 sec., 32369.942196531792 rows/sec., 2.47 MiB/sec. 2025.08.18 20:14:40.595737 [ 4 ] {16882732-048b-4a56-afba-6296e3f944c6} TCPHandler: Processed in 0.002073457 sec. 2025.08.18 20:14:40.595861 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:40.595965 [ 4 ] {fb2abfb3-1b13-4bb1-9d0d-332b014b23cf} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:40.596009 [ 4 ] {fb2abfb3-1b13-4bb1-9d0d-332b014b23cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:40.596459 [ 4 ] {fb2abfb3-1b13-4bb1-9d0d-332b014b23cf} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:40.596499 [ 4 ] {fb2abfb3-1b13-4bb1-9d0d-332b014b23cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:40.596821 [ 4 ] {fb2abfb3-1b13-4bb1-9d0d-332b014b23cf} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.18 20:14:40.597040 [ 4 ] {fb2abfb3-1b13-4bb1-9d0d-332b014b23cf} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:40.597171 [ 4 ] {fb2abfb3-1b13-4bb1-9d0d-332b014b23cf} executeQuery: Read 64 rows, 5.12 KiB in 0.00123 sec., 52032.52032520325 rows/sec., 4.06 MiB/sec. 2025.08.18 20:14:40.597211 [ 4 ] {fb2abfb3-1b13-4bb1-9d0d-332b014b23cf} TCPHandler: Processed in 0.001401058 sec. 2025.08.18 20:14:40.597332 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:40.597428 [ 4 ] {aabd067d-80e9-440a-8dab-d8c08233528d} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:40.597472 [ 4 ] {aabd067d-80e9-440a-8dab-d8c08233528d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:40.597853 [ 4 ] {aabd067d-80e9-440a-8dab-d8c08233528d} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:40.597889 [ 4 ] {aabd067d-80e9-440a-8dab-d8c08233528d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:40.598218 [ 4 ] {aabd067d-80e9-440a-8dab-d8c08233528d} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.18 20:14:40.598443 [ 4 ] {aabd067d-80e9-440a-8dab-d8c08233528d} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:40.598576 [ 4 ] {aabd067d-80e9-440a-8dab-d8c08233528d} executeQuery: Read 32 rows, 2.28 KiB in 0.001168 sec., 27397.260273972603 rows/sec., 1.91 MiB/sec. 2025.08.18 20:14:40.598613 [ 4 ] {aabd067d-80e9-440a-8dab-d8c08233528d} TCPHandler: Processed in 0.001331847 sec. 2025.08.18 20:14:40.598717 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:40.598813 [ 4 ] {0e8e79ec-8cd0-4031-9256-f4adc6efbb7c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:40.598856 [ 4 ] {0e8e79ec-8cd0-4031-9256-f4adc6efbb7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:40.599175 [ 4 ] {0e8e79ec-8cd0-4031-9256-f4adc6efbb7c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:40.599212 [ 4 ] {0e8e79ec-8cd0-4031-9256-f4adc6efbb7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:40.599514 [ 4 ] {0e8e79ec-8cd0-4031-9256-f4adc6efbb7c} MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) 2025.08.18 20:14:40.599726 [ 4 ] {0e8e79ec-8cd0-4031-9256-f4adc6efbb7c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:40.599856 [ 4 ] {0e8e79ec-8cd0-4031-9256-f4adc6efbb7c} executeQuery: Read 12 rows, 848.00 B in 0.001062 sec., 11299.435028248587 rows/sec., 779.78 KiB/sec. 2025.08.18 20:14:40.599892 [ 4 ] {0e8e79ec-8cd0-4031-9256-f4adc6efbb7c} TCPHandler: Processed in 0.001224846 sec. 2025.08.18 20:14:41.601575 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27999 2025.08.18 20:14:41.602145 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:41.602198 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:41.602759 [ 244 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.18 20:14:41.603001 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:41.603133 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27999 2025.08.18 20:14:41.603171 [ 71 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.18 20:14:41.603248 [ 71 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:41.603272 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:41.603399 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::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.08.18 20:14:41.603541 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:41.603581 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25742 rows starting from the beginning of the part 2025.08.18 20:14:41.603643 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part 2025.08.18 20:14:41.603688 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part 2025.08.18 20:14:41.603732 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part 2025.08.18 20:14:41.603772 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part 2025.08.18 20:14:41.603811 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part 2025.08.18 20:14:41.606143 [ 190 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 27999 rows, containing 4 columns (4 merged, 0 gathered) in 0.002797926 sec., 10007055.225906618 rows/sec., 143.15 MiB/sec. 2025.08.18 20:14:41.606386 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.18 20:14:41.606651 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:41.606725 [ 197 ] {0f8a44c4-2ea2-42f2-856c-0403f951bf42::all_1_61_12} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.18 20:14:41.606816 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.89 MiB. 2025.08.18 20:14:43.135202 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 460 2025.08.18 20:14:43.152748 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:43.152798 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:43.159246 [ 243 ] {} MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) 2025.08.18 20:14:43.159958 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:43.160259 [ 25 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 2025.08.18 20:14:43.160332 [ 25 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:43.160357 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:43.160485 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:43.163499 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 460 2025.08.18 20:14:43.164482 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_61_12} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:43.166011 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:43.170463 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:43.175157 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:43.179891 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:43.184567 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:43.188333 [ 198 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::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.08.18 20:14:43.241164 [ 197 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_61_12} MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.080737242 sec., 5697.494596112163 rows/sec., 29.46 MiB/sec. 2025.08.18 20:14:43.243365 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_61_12} MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) 2025.08.18 20:14:43.245076 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_61_12} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:43.245169 [ 190 ] {dba5cf5a-a48f-4584-8e36-7dbf6c56383c::all_1_61_12} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 2025.08.18 20:14:43.246698 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. 2025.08.18 20:14:44.192556 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1352 2025.08.18 20:14:44.195053 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:44.195092 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:44.196260 [ 242 ] {} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.18 20:14:44.196520 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:44.196776 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1352 2025.08.18 20:14:45.601909 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:45.602091 [ 4 ] {d985e8f3-9caa-493a-b1e6-5483bdae4f8e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:45.602155 [ 4 ] {d985e8f3-9caa-493a-b1e6-5483bdae4f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:45.602892 [ 4 ] {d985e8f3-9caa-493a-b1e6-5483bdae4f8e} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:45.602939 [ 4 ] {d985e8f3-9caa-493a-b1e6-5483bdae4f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:45.603337 [ 4 ] {d985e8f3-9caa-493a-b1e6-5483bdae4f8e} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.18 20:14:45.603566 [ 4 ] {d985e8f3-9caa-493a-b1e6-5483bdae4f8e} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:45.603725 [ 4 ] {d985e8f3-9caa-493a-b1e6-5483bdae4f8e} executeQuery: Read 138 rows, 12.23 KiB in 0.001684 sec., 81947.7434679335 rows/sec., 7.09 MiB/sec. 2025.08.18 20:14:45.603767 [ 4 ] {d985e8f3-9caa-493a-b1e6-5483bdae4f8e} TCPHandler: Processed in 0.001986896 sec. 2025.08.18 20:14:45.603884 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:45.603978 [ 4 ] {a0d50b4e-e5de-4534-be74-6f5c14d849e8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:14:45.604019 [ 4 ] {a0d50b4e-e5de-4534-be74-6f5c14d849e8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:14:45.604423 [ 4 ] {a0d50b4e-e5de-4534-be74-6f5c14d849e8} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:45.604459 [ 4 ] {a0d50b4e-e5de-4534-be74-6f5c14d849e8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:45.604748 [ 4 ] {a0d50b4e-e5de-4534-be74-6f5c14d849e8} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2025.08.18 20:14:45.604947 [ 4 ] {a0d50b4e-e5de-4534-be74-6f5c14d849e8} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:45.605072 [ 4 ] {a0d50b4e-e5de-4534-be74-6f5c14d849e8} executeQuery: Read 41 rows, 3.08 KiB in 0.001113 sec., 36837.37646001797 rows/sec., 2.71 MiB/sec. 2025.08.18 20:14:45.605109 [ 4 ] {a0d50b4e-e5de-4534-be74-6f5c14d849e8} TCPHandler: Processed in 0.001273446 sec. 2025.08.18 20:14:45.605214 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:45.605306 [ 4 ] {8b8f84ac-7ae0-4b0d-88c1-f1b9648c2841} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:45.605344 [ 4 ] {8b8f84ac-7ae0-4b0d-88c1-f1b9648c2841} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:45.605754 [ 4 ] {8b8f84ac-7ae0-4b0d-88c1-f1b9648c2841} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:45.605789 [ 4 ] {8b8f84ac-7ae0-4b0d-88c1-f1b9648c2841} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:45.606087 [ 4 ] {8b8f84ac-7ae0-4b0d-88c1-f1b9648c2841} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.18 20:14:45.606303 [ 4 ] {8b8f84ac-7ae0-4b0d-88c1-f1b9648c2841} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:45.606428 [ 4 ] {8b8f84ac-7ae0-4b0d-88c1-f1b9648c2841} executeQuery: Read 105 rows, 8.40 KiB in 0.00114 sec., 92105.26315789475 rows/sec., 7.19 MiB/sec. 2025.08.18 20:14:45.606466 [ 4 ] {8b8f84ac-7ae0-4b0d-88c1-f1b9648c2841} TCPHandler: Processed in 0.001298717 sec. 2025.08.18 20:14:45.606579 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:45.606670 [ 4 ] {ced1a20d-6a10-4976-b2b8-282bae91c458} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:45.606712 [ 4 ] {ced1a20d-6a10-4976-b2b8-282bae91c458} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:45.607129 [ 4 ] {ced1a20d-6a10-4976-b2b8-282bae91c458} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:45.607164 [ 4 ] {ced1a20d-6a10-4976-b2b8-282bae91c458} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:45.607496 [ 4 ] {ced1a20d-6a10-4976-b2b8-282bae91c458} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.18 20:14:45.607696 [ 4 ] {ced1a20d-6a10-4976-b2b8-282bae91c458} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:45.607822 [ 4 ] {ced1a20d-6a10-4976-b2b8-282bae91c458} executeQuery: Read 160 rows, 11.41 KiB in 0.00117 sec., 136752.13675213675 rows/sec., 9.52 MiB/sec. 2025.08.18 20:14:45.607859 [ 4 ] {ced1a20d-6a10-4976-b2b8-282bae91c458} TCPHandler: Processed in 0.001327417 sec. 2025.08.18 20:14:45.607956 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:45.608048 [ 4 ] {ad4a2c1d-3681-48e6-bc4c-518e7eb10c7e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:45.608101 [ 4 ] {ad4a2c1d-3681-48e6-bc4c-518e7eb10c7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:14:45.608974 [ 4 ] {ad4a2c1d-3681-48e6-bc4c-518e7eb10c7e} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:45.609009 [ 4 ] {ad4a2c1d-3681-48e6-bc4c-518e7eb10c7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:45.609563 [ 4 ] {ad4a2c1d-3681-48e6-bc4c-518e7eb10c7e} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2025.08.18 20:14:45.609778 [ 4 ] {ad4a2c1d-3681-48e6-bc4c-518e7eb10c7e} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:45.609914 [ 4 ] {ad4a2c1d-3681-48e6-bc4c-518e7eb10c7e} executeQuery: Read 41 rows, 75.23 KiB in 0.001883 sec., 21773.76526818906 rows/sec., 39.02 MiB/sec. 2025.08.18 20:14:45.609970 [ 4 ] {ad4a2c1d-3681-48e6-bc4c-518e7eb10c7e} TCPHandler: Processed in 0.002060377 sec. 2025.08.18 20:14:45.610083 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:45.610175 [ 4 ] {88c622ff-9d72-492a-b50b-7d66c06f902c} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:45.610215 [ 4 ] {88c622ff-9d72-492a-b50b-7d66c06f902c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:45.610539 [ 4 ] {88c622ff-9d72-492a-b50b-7d66c06f902c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:45.610574 [ 4 ] {88c622ff-9d72-492a-b50b-7d66c06f902c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:45.610865 [ 4 ] {88c622ff-9d72-492a-b50b-7d66c06f902c} MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) 2025.08.18 20:14:45.611067 [ 4 ] {88c622ff-9d72-492a-b50b-7d66c06f902c} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:45.611193 [ 4 ] {88c622ff-9d72-492a-b50b-7d66c06f902c} executeQuery: Read 60 rows, 4.14 KiB in 0.001036 sec., 57915.057915057914 rows/sec., 3.90 MiB/sec. 2025.08.18 20:14:45.611227 [ 4 ] {88c622ff-9d72-492a-b50b-7d66c06f902c} TCPHandler: Processed in 0.001192135 sec. 2025.08.18 20:14:48.938829 [ 29 ] {} DNSResolver: Updating DNS cache 2025.08.18 20:14:48.938911 [ 29 ] {} DNSResolver: Updated DNS cache 2025.08.18 20:14:49.103306 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28487 2025.08.18 20:14:49.103900 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:49.103955 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:49.104449 [ 244 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.18 20:14:49.104676 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:49.104824 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28487 2025.08.18 20:14:50.599704 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:50.599984 [ 4 ] {8a02ab40-ee03-45f2-9807-10112265b5ba} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:50.600088 [ 4 ] {8a02ab40-ee03-45f2-9807-10112265b5ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:50.600795 [ 4 ] {8a02ab40-ee03-45f2-9807-10112265b5ba} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:50.600838 [ 4 ] {8a02ab40-ee03-45f2-9807-10112265b5ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:50.601233 [ 4 ] {8a02ab40-ee03-45f2-9807-10112265b5ba} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.18 20:14:50.601468 [ 4 ] {8a02ab40-ee03-45f2-9807-10112265b5ba} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:50.601629 [ 4 ] {8a02ab40-ee03-45f2-9807-10112265b5ba} executeQuery: Read 56 rows, 4.38 KiB in 0.001721 sec., 32539.22138291691 rows/sec., 2.48 MiB/sec. 2025.08.18 20:14:50.601669 [ 4 ] {8a02ab40-ee03-45f2-9807-10112265b5ba} TCPHandler: Processed in 0.002151888 sec. 2025.08.18 20:14:50.601791 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:50.601884 [ 4 ] {bf149606-f49b-4eb2-9a5a-83644e5c92dc} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:50.601923 [ 4 ] {bf149606-f49b-4eb2-9a5a-83644e5c92dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:50.602357 [ 4 ] {bf149606-f49b-4eb2-9a5a-83644e5c92dc} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:50.602391 [ 4 ] {bf149606-f49b-4eb2-9a5a-83644e5c92dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:50.602682 [ 4 ] {bf149606-f49b-4eb2-9a5a-83644e5c92dc} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.18 20:14:50.602886 [ 4 ] {bf149606-f49b-4eb2-9a5a-83644e5c92dc} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:50.603013 [ 4 ] {bf149606-f49b-4eb2-9a5a-83644e5c92dc} executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. 2025.08.18 20:14:50.603049 [ 4 ] {bf149606-f49b-4eb2-9a5a-83644e5c92dc} TCPHandler: Processed in 0.001312317 sec. 2025.08.18 20:14:50.603166 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:50.603259 [ 4 ] {78bb0a46-6708-4e6b-a3a5-8b70381acb04} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:50.603301 [ 4 ] {78bb0a46-6708-4e6b-a3a5-8b70381acb04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:50.603785 [ 4 ] {78bb0a46-6708-4e6b-a3a5-8b70381acb04} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:50.603821 [ 4 ] {78bb0a46-6708-4e6b-a3a5-8b70381acb04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:50.604150 [ 4 ] {78bb0a46-6708-4e6b-a3a5-8b70381acb04} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.18 20:14:50.604356 [ 4 ] {78bb0a46-6708-4e6b-a3a5-8b70381acb04} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:50.604465 [ 28 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 2025.08.18 20:14:50.604485 [ 4 ] {78bb0a46-6708-4e6b-a3a5-8b70381acb04} executeQuery: Read 160 rows, 11.41 KiB in 0.001245 sec., 128514.0562248996 rows/sec., 8.95 MiB/sec. 2025.08.18 20:14:50.604502 [ 28 ] {} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:50.604521 [ 28 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:50.604523 [ 4 ] {78bb0a46-6708-4e6b-a3a5-8b70381acb04} TCPHandler: Processed in 0.001409809 sec. 2025.08.18 20:14:50.604631 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:50.604660 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergeTask::PrepareStage: Merging 6 parts: from all_1_100_20 to all_105_105_0 into Compact with storage Full 2025.08.18 20:14:50.604724 [ 4 ] {a3663049-6edf-4001-a812-d2249ff0ecfd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:50.604770 [ 4 ] {a3663049-6edf-4001-a812-d2249ff0ecfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:50.604825 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:50.604867 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergeTreeSequentialSource: Reading 5 marks from part all_1_100_20, total 27442 rows starting from the beginning of the part 2025.08.18 20:14:50.604940 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part 2025.08.18 20:14:50.604989 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 975 rows starting from the beginning of the part 2025.08.18 20:14:50.605036 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 32 rows starting from the beginning of the part 2025.08.18 20:14:50.605087 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 160 rows starting from the beginning of the part 2025.08.18 20:14:50.605101 [ 4 ] {a3663049-6edf-4001-a812-d2249ff0ecfd} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:50.605141 [ 194 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 160 rows starting from the beginning of the part 2025.08.18 20:14:50.605144 [ 4 ] {a3663049-6edf-4001-a812-d2249ff0ecfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:50.605507 [ 4 ] {a3663049-6edf-4001-a812-d2249ff0ecfd} MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) 2025.08.18 20:14:50.605742 [ 4 ] {a3663049-6edf-4001-a812-d2249ff0ecfd} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:50.605886 [ 4 ] {a3663049-6edf-4001-a812-d2249ff0ecfd} executeQuery: Read 60 rows, 4.14 KiB in 0.001181 sec., 50804.40304826418 rows/sec., 3.42 MiB/sec. 2025.08.18 20:14:50.605922 [ 4 ] {a3663049-6edf-4001-a812-d2249ff0ecfd} TCPHandler: Processed in 0.001342258 sec. 2025.08.18 20:14:50.611772 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergeTask::MergeProjectionsStage: Merge sorted 28929 rows, containing 5 columns (5 merged, 0 gathered) in 0.007175914 sec., 4031402.828963669 rows/sec., 276.21 MiB/sec. 2025.08.18 20:14:50.612238 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) 2025.08.18 20:14:50.612491 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:50.612553 [ 188 ] {26f1b6dc-d942-40dc-90a6-753d66e2c74d::all_1_105_21} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 2025.08.18 20:14:50.612644 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. 2025.08.18 20:14:50.663604 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 467 2025.08.18 20:14:50.678961 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:50.679027 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:50.684525 [ 243 ] {} MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) 2025.08.18 20:14:50.685230 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:50.688372 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 467 2025.08.18 20:14:54.197064 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 1372 2025.08.18 20:14:54.199819 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:54.199865 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:54.201029 [ 242 ] {} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.18 20:14:54.201294 [ 242 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:54.201476 [ 48 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.18 20:14:54.201550 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1372 2025.08.18 20:14:54.201572 [ 48 ] {} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:54.201615 [ 48 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:54.201763 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:14:54.202353 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:54.202509 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1240 rows starting from the beginning of the part 2025.08.18 20:14:54.202885 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part 2025.08.18 20:14:54.203240 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 20 rows starting from the beginning of the part 2025.08.18 20:14:54.203597 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 28 rows starting from the beginning of the part 2025.08.18 20:14:54.203938 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::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.08.18 20:14:54.204265 [ 197 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 20 rows starting from the beginning of the part 2025.08.18 20:14:54.211057 [ 188 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1372 rows, containing 72 columns (72 merged, 0 gathered) in 0.009358652 sec., 146602.30981983303 rows/sec., 112.90 MiB/sec. 2025.08.18 20:14:54.212813 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.18 20:14:54.213409 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:54.213492 [ 192 ] {f3317fd1-8088-4933-87eb-bdab4d328b28::all_1_46_9} system.query_log (f3317fd1-8088-4933-87eb-bdab4d328b28) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.18 20:14:54.213844 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.90 MiB. 2025.08.18 20:14:55.603454 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.603736 [ 4 ] {9685f32f-9582-459f-9e5c-f7c3cdcf76b8} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.08.18 20:14:55.603836 [ 4 ] {9685f32f-9582-459f-9e5c-f7c3cdcf76b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.08.18 20:14:55.604733 [ 4 ] {9685f32f-9582-459f-9e5c-f7c3cdcf76b8} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.604775 [ 4 ] {9685f32f-9582-459f-9e5c-f7c3cdcf76b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:55.605184 [ 4 ] {9685f32f-9582-459f-9e5c-f7c3cdcf76b8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:14:55.605409 [ 4 ] {9685f32f-9582-459f-9e5c-f7c3cdcf76b8} oximeter.fields_i16 (5badb757-1dd3-453a-a6d9-2c024c79fbbd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.605560 [ 4 ] {9685f32f-9582-459f-9e5c-f7c3cdcf76b8} executeQuery: Read 24 rows, 2.04 KiB in 0.001901 sec., 12624.93424513414 rows/sec., 1.05 MiB/sec. 2025.08.18 20:14:55.605602 [ 4 ] {9685f32f-9582-459f-9e5c-f7c3cdcf76b8} TCPHandler: Processed in 0.0023258 sec. 2025.08.18 20:14:55.605732 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.605836 [ 4 ] {943d6d76-8ed5-4eaf-a6b7-6f5abe900558} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.08.18 20:14:55.605877 [ 4 ] {943d6d76-8ed5-4eaf-a6b7-6f5abe900558} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.08.18 20:14:55.606352 [ 4 ] {943d6d76-8ed5-4eaf-a6b7-6f5abe900558} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.606388 [ 4 ] {943d6d76-8ed5-4eaf-a6b7-6f5abe900558} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:55.606677 [ 4 ] {943d6d76-8ed5-4eaf-a6b7-6f5abe900558} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.08.18 20:14:55.606878 [ 4 ] {943d6d76-8ed5-4eaf-a6b7-6f5abe900558} oximeter.fields_ipaddr (4100abe3-28af-4ce1-9030-ae434a8a9c9a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.607009 [ 4 ] {943d6d76-8ed5-4eaf-a6b7-6f5abe900558} executeQuery: Read 2 rows, 167.00 B in 0.001191 sec., 1679.2611251049539 rows/sec., 136.93 KiB/sec. 2025.08.18 20:14:55.607047 [ 4 ] {943d6d76-8ed5-4eaf-a6b7-6f5abe900558} TCPHandler: Processed in 0.001367858 sec. 2025.08.18 20:14:55.607163 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.607257 [ 4 ] {b7c70028-d48d-448b-9aa4-19b819114c64} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:14:55.607296 [ 4 ] {b7c70028-d48d-448b-9aa4-19b819114c64} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:14:55.607897 [ 4 ] {b7c70028-d48d-448b-9aa4-19b819114c64} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.607934 [ 4 ] {b7c70028-d48d-448b-9aa4-19b819114c64} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:55.608257 [ 4 ] {b7c70028-d48d-448b-9aa4-19b819114c64} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.18 20:14:55.608464 [ 4 ] {b7c70028-d48d-448b-9aa4-19b819114c64} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.608591 [ 4 ] {b7c70028-d48d-448b-9aa4-19b819114c64} executeQuery: Read 259 rows, 23.74 KiB in 0.001353 sec., 191426.45971914264 rows/sec., 17.14 MiB/sec. 2025.08.18 20:14:55.608589 [ 61 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.18 20:14:55.608629 [ 4 ] {b7c70028-d48d-448b-9aa4-19b819114c64} TCPHandler: Processed in 0.00151903 sec. 2025.08.18 20:14:55.608668 [ 61 ] {} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.608700 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:55.608773 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.608839 [ 199 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::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.08.18 20:14:55.608875 [ 4 ] {accc2244-8a8f-4ff3-b96b-f3fe64ceb35b} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.08.18 20:14:55.608930 [ 4 ] {accc2244-8a8f-4ff3-b96b-f3fe64ceb35b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.08.18 20:14:55.609007 [ 199 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:55.609050 [ 199 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1407 rows starting from the beginning of the part 2025.08.18 20:14:55.609130 [ 199 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 1197 rows starting from the beginning of the part 2025.08.18 20:14:55.609184 [ 199 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 56 rows starting from the beginning of the part 2025.08.18 20:14:55.609230 [ 199 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 138 rows starting from the beginning of the part 2025.08.18 20:14:55.609271 [ 199 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 56 rows starting from the beginning of the part 2025.08.18 20:14:55.609311 [ 199 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 259 rows starting from the beginning of the part 2025.08.18 20:14:55.609348 [ 4 ] {accc2244-8a8f-4ff3-b96b-f3fe64ceb35b} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.609389 [ 4 ] {accc2244-8a8f-4ff3-b96b-f3fe64ceb35b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2025.08.18 20:14:55.609706 [ 4 ] {accc2244-8a8f-4ff3-b96b-f3fe64ceb35b} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2025.08.18 20:14:55.609929 [ 4 ] {accc2244-8a8f-4ff3-b96b-f3fe64ceb35b} oximeter.fields_u16 (208c3927-0a82-47ea-9b49-36959ebfac0e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.610059 [ 4 ] {accc2244-8a8f-4ff3-b96b-f3fe64ceb35b} executeQuery: Read 55 rows, 4.18 KiB in 0.001203 sec., 45719.0357439734 rows/sec., 3.40 MiB/sec. 2025.08.18 20:14:55.610097 [ 4 ] {accc2244-8a8f-4ff3-b96b-f3fe64ceb35b} TCPHandler: Processed in 0.001384348 sec. 2025.08.18 20:14:55.610215 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.610310 [ 4 ] {e2276a49-6d3a-4902-98c4-3fad7ca91664} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.08.18 20:14:55.610349 [ 4 ] {e2276a49-6d3a-4902-98c4-3fad7ca91664} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.08.18 20:14:55.610736 [ 4 ] {e2276a49-6d3a-4902-98c4-3fad7ca91664} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.610770 [ 4 ] {e2276a49-6d3a-4902-98c4-3fad7ca91664} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2025.08.18 20:14:55.610830 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 3113 rows, containing 5 columns (5 merged, 0 gathered) in 0.002053647 sec., 1515839.869266724 rows/sec., 132.15 MiB/sec. 2025.08.18 20:14:55.611061 [ 4 ] {e2276a49-6d3a-4902-98c4-3fad7ca91664} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2025.08.18 20:14:55.611083 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.18 20:14:55.611271 [ 4 ] {e2276a49-6d3a-4902-98c4-3fad7ca91664} oximeter.fields_u32 (6f1c5997-e450-49df-b27d-b636becfb6e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.611333 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.611397 [ 4 ] {e2276a49-6d3a-4902-98c4-3fad7ca91664} executeQuery: Read 24 rows, 2.04 KiB in 0.001104 sec., 21739.130434782608 rows/sec., 1.80 MiB/sec. 2025.08.18 20:14:55.611398 [ 192 ] {760bf82d-0824-46bc-9ca6-17949d9afaff::all_1_106_21} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.18 20:14:55.611434 [ 4 ] {e2276a49-6d3a-4902-98c4-3fad7ca91664} TCPHandler: Processed in 0.001275076 sec. 2025.08.18 20:14:55.611499 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. 2025.08.18 20:14:55.611533 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.611631 [ 4 ] {48d21eab-240e-43ac-b4cf-5e8bf5e455cd} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.08.18 20:14:55.611668 [ 4 ] {48d21eab-240e-43ac-b4cf-5e8bf5e455cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.08.18 20:14:55.612050 [ 4 ] {48d21eab-240e-43ac-b4cf-5e8bf5e455cd} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.612084 [ 4 ] {48d21eab-240e-43ac-b4cf-5e8bf5e455cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:55.612367 [ 4 ] {48d21eab-240e-43ac-b4cf-5e8bf5e455cd} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.08.18 20:14:55.612570 [ 4 ] {48d21eab-240e-43ac-b4cf-5e8bf5e455cd} oximeter.fields_u8 (404d3318-72e9-4106-a52b-4eff24aa4af4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.612692 [ 4 ] {48d21eab-240e-43ac-b4cf-5e8bf5e455cd} executeQuery: Read 12 rows, 960.00 B in 0.001079 sec., 11121.408711770157 rows/sec., 868.86 KiB/sec. 2025.08.18 20:14:55.612728 [ 4 ] {48d21eab-240e-43ac-b4cf-5e8bf5e455cd} TCPHandler: Processed in 0.001242816 sec. 2025.08.18 20:14:55.612840 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.612941 [ 4 ] {03bfa813-139d-436c-b79a-f90d1a5dbdec} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:14:55.612981 [ 4 ] {03bfa813-139d-436c-b79a-f90d1a5dbdec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:14:55.613497 [ 4 ] {03bfa813-139d-436c-b79a-f90d1a5dbdec} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.613535 [ 4 ] {03bfa813-139d-436c-b79a-f90d1a5dbdec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:55.613856 [ 4 ] {03bfa813-139d-436c-b79a-f90d1a5dbdec} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.18 20:14:55.614079 [ 4 ] {03bfa813-139d-436c-b79a-f90d1a5dbdec} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.614201 [ 61 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.18 20:14:55.614208 [ 4 ] {03bfa813-139d-436c-b79a-f90d1a5dbdec} executeQuery: Read 143 rows, 11.82 KiB in 0.001285 sec., 111284.04669260701 rows/sec., 8.98 MiB/sec. 2025.08.18 20:14:55.614237 [ 61 ] {} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.614261 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:55.614265 [ 4 ] {03bfa813-139d-436c-b79a-f90d1a5dbdec} TCPHandler: Processed in 0.001481619 sec. 2025.08.18 20:14:55.614359 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::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.08.18 20:14:55.614389 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.614465 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:55.614491 [ 4 ] {0a71b9ec-0e3b-428a-a6a8-bd2f145d1384} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:55.614499 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 633 rows starting from the beginning of the part 2025.08.18 20:14:55.614542 [ 4 ] {0a71b9ec-0e3b-428a-a6a8-bd2f145d1384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:14:55.614572 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 522 rows starting from the beginning of the part 2025.08.18 20:14:55.614622 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 64 rows starting from the beginning of the part 2025.08.18 20:14:55.614664 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 105 rows starting from the beginning of the part 2025.08.18 20:14:55.614705 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 64 rows starting from the beginning of the part 2025.08.18 20:14:55.614745 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 143 rows starting from the beginning of the part 2025.08.18 20:14:55.614978 [ 4 ] {0a71b9ec-0e3b-428a-a6a8-bd2f145d1384} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.615021 [ 4 ] {0a71b9ec-0e3b-428a-a6a8-bd2f145d1384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2025.08.18 20:14:55.615379 [ 4 ] {0a71b9ec-0e3b-428a-a6a8-bd2f145d1384} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.18 20:14:55.615590 [ 4 ] {0a71b9ec-0e3b-428a-a6a8-bd2f145d1384} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.615722 [ 4 ] {0a71b9ec-0e3b-428a-a6a8-bd2f145d1384} executeQuery: Read 197 rows, 14.47 KiB in 0.001251 sec., 157474.0207833733 rows/sec., 11.30 MiB/sec. 2025.08.18 20:14:55.615742 [ 189 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 1531 rows, containing 5 columns (5 merged, 0 gathered) in 0.001419028 sec., 1078907.5338893947 rows/sec., 85.93 MiB/sec. 2025.08.18 20:14:55.615761 [ 4 ] {0a71b9ec-0e3b-428a-a6a8-bd2f145d1384} TCPHandler: Processed in 0.001422238 sec. 2025.08.18 20:14:55.615896 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.615909 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.18 20:14:55.615996 [ 4 ] {20171911-73bb-4061-8138-c42a3f8a348e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.08.18 20:14:55.616057 [ 4 ] {20171911-73bb-4061-8138-c42a3f8a348e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.08.18 20:14:55.616178 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.616252 [ 199 ] {1a1dcf96-e490-4555-bc7a-d6fa8ac87569::all_1_106_21} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.18 20:14:55.616323 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2025.08.18 20:14:55.616948 [ 4 ] {20171911-73bb-4061-8138-c42a3f8a348e} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.616989 [ 4 ] {20171911-73bb-4061-8138-c42a3f8a348e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:55.617564 [ 4 ] {20171911-73bb-4061-8138-c42a3f8a348e} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2025.08.18 20:14:55.617787 [ 4 ] {20171911-73bb-4061-8138-c42a3f8a348e} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.617904 [ 61 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2025.08.18 20:14:55.617925 [ 4 ] {20171911-73bb-4061-8138-c42a3f8a348e} executeQuery: Read 41 rows, 75.23 KiB in 0.001947 sec., 21058.03800719055 rows/sec., 37.74 MiB/sec. 2025.08.18 20:14:55.617940 [ 61 ] {} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.617967 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:55.617986 [ 4 ] {20171911-73bb-4061-8138-c42a3f8a348e} TCPHandler: Processed in 0.002140067 sec. 2025.08.18 20:14:55.618051 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::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.08.18 20:14:55.618111 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:14:55.618211 [ 4 ] {9d6bd443-d1d0-40cf-8f32-4587b6e839d4} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:14:55.618235 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:55.618254 [ 4 ] {9d6bd443-d1d0-40cf-8f32-4587b6e839d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:14:55.618290 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1561 rows starting from the beginning of the part 2025.08.18 20:14:55.618415 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:55.618522 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:55.618611 [ 4 ] {9d6bd443-d1d0-40cf-8f32-4587b6e839d4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.618626 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:55.618655 [ 4 ] {9d6bd443-d1d0-40cf-8f32-4587b6e839d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2025.08.18 20:14:55.618739 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:55.618849 [ 199 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 41 rows starting from the beginning of the part 2025.08.18 20:14:55.618982 [ 4 ] {9d6bd443-d1d0-40cf-8f32-4587b6e839d4} MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) 2025.08.18 20:14:55.619244 [ 4 ] {9d6bd443-d1d0-40cf-8f32-4587b6e839d4} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.619385 [ 4 ] {9d6bd443-d1d0-40cf-8f32-4587b6e839d4} executeQuery: Read 60 rows, 4.14 KiB in 0.001192 sec., 50335.57046979866 rows/sec., 3.39 MiB/sec. 2025.08.18 20:14:55.619392 [ 61 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 2025.08.18 20:14:55.619424 [ 4 ] {9d6bd443-d1d0-40cf-8f32-4587b6e839d4} TCPHandler: Processed in 0.001363598 sec. 2025.08.18 20:14:55.619437 [ 61 ] {} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:55.619462 [ 61 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2025.08.18 20:14:55.619546 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:14:55.619665 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_106_21} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.08.18 20:14:55.619698 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 5220 rows starting from the beginning of the part 2025.08.18 20:14:55.619762 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 48 rows starting from the beginning of the part 2025.08.18 20:14:55.619808 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 12 rows starting from the beginning of the part 2025.08.18 20:14:55.619846 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:14:55.619884 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_106_21} MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 60 rows starting from the beginning of the part 2025.08.18 20:14:55.619923 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::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.08.18 20:14:55.621848 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_106_21} MergeTask::MergeProjectionsStage: Merge sorted 5460 rows, containing 4 columns (4 merged, 0 gathered) in 0.002343141 sec., 2330205.480592077 rows/sec., 157.04 MiB/sec. 2025.08.18 20:14:55.622362 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_106_21} MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) 2025.08.18 20:14:55.622614 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_106_21} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.622688 [ 189 ] {97e783a5-9a2c-4d91-95f9-afd6311d6062::all_1_106_21} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 2025.08.18 20:14:55.622759 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. 2025.08.18 20:14:55.629003 [ 193 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 1766 rows, containing 19 columns (19 merged, 0 gathered) in 0.010983653 sec., 160784.39477285018 rows/sec., 288.12 MiB/sec. 2025.08.18 20:14:55.630516 [ 193 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2025.08.18 20:14:55.630842 [ 193 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:55.630911 [ 193 ] {27b2e67b-f1f8-4002-bb94-668da1e64cc8::all_1_46_9} oximeter.measurements_histogramu64 (27b2e67b-f1f8-4002-bb94-668da1e64cc8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2025.08.18 20:14:55.631033 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.68 MiB. 2025.08.18 20:14:56.000230 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 309.60 MiB, peak 321.23 MiB, free memory in arenas 0.00 B, will set to 316.01 MiB (RSS), difference: 6.41 MiB 2025.08.18 20:14:56.605007 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 28914 2025.08.18 20:14:56.605810 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:56.605884 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:56.606718 [ 244 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.18 20:14:56.606963 [ 244 ] {} system.asynchronous_metric_log (0f8a44c4-2ea2-42f2-856c-0403f951bf42): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:56.607095 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 2025.08.18 20:14:58.188468 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 475 2025.08.18 20:14:58.205604 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:14:58.205668 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.00 GiB. 2025.08.18 20:14:58.211316 [ 243 ] {} MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) 2025.08.18 20:14:58.211990 [ 243 ] {} system.metric_log (dba5cf5a-a48f-4584-8e36-7dbf6c56383c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:14:58.214849 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 475 2025.08.18 20:15:00.602588 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:15:00.602816 [ 4 ] {7df41262-8330-4898-a97d-9b0f77392fdf} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.08.18 20:15:00.602903 [ 4 ] {7df41262-8330-4898-a97d-9b0f77392fdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.08.18 20:15:00.603796 [ 4 ] {7df41262-8330-4898-a97d-9b0f77392fdf} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:15:00.603864 [ 4 ] {7df41262-8330-4898-a97d-9b0f77392fdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2025.08.18 20:15:00.604329 [ 4 ] {7df41262-8330-4898-a97d-9b0f77392fdf} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.18 20:15:00.604606 [ 4 ] {7df41262-8330-4898-a97d-9b0f77392fdf} oximeter.fields_string (760bf82d-0824-46bc-9ca6-17949d9afaff): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:15:00.604794 [ 4 ] {7df41262-8330-4898-a97d-9b0f77392fdf} executeQuery: Read 56 rows, 4.38 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.09 MiB/sec. 2025.08.18 20:15:00.604859 [ 4 ] {7df41262-8330-4898-a97d-9b0f77392fdf} TCPHandler: Processed in 0.002433232 sec. 2025.08.18 20:15:00.605024 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:15:00.605156 [ 4 ] {c23f3495-3be0-4c55-8deb-2ec883edccd2} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.08.18 20:15:00.605213 [ 4 ] {c23f3495-3be0-4c55-8deb-2ec883edccd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.08.18 20:15:00.605723 [ 4 ] {c23f3495-3be0-4c55-8deb-2ec883edccd2} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:15:00.605766 [ 4 ] {c23f3495-3be0-4c55-8deb-2ec883edccd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2025.08.18 20:15:00.606133 [ 4 ] {c23f3495-3be0-4c55-8deb-2ec883edccd2} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.18 20:15:00.606386 [ 4 ] {c23f3495-3be0-4c55-8deb-2ec883edccd2} oximeter.fields_uuid (1a1dcf96-e490-4555-bc7a-d6fa8ac87569): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:15:00.606535 [ 4 ] {c23f3495-3be0-4c55-8deb-2ec883edccd2} executeQuery: Read 64 rows, 5.12 KiB in 0.001408 sec., 45454.545454545456 rows/sec., 3.55 MiB/sec. 2025.08.18 20:15:00.606586 [ 4 ] {c23f3495-3be0-4c55-8deb-2ec883edccd2} TCPHandler: Processed in 0.001627241 sec. 2025.08.18 20:15:00.606734 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:15:00.606845 [ 4 ] {c522b771-cffa-4e32-9143-cfb70a9bfa3e} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.08.18 20:15:00.606900 [ 4 ] {c522b771-cffa-4e32-9143-cfb70a9bfa3e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.08.18 20:15:00.607435 [ 4 ] {c522b771-cffa-4e32-9143-cfb70a9bfa3e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:15:00.607477 [ 4 ] {c522b771-cffa-4e32-9143-cfb70a9bfa3e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2025.08.18 20:15:00.607876 [ 4 ] {c522b771-cffa-4e32-9143-cfb70a9bfa3e} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.18 20:15:00.608162 [ 4 ] {c522b771-cffa-4e32-9143-cfb70a9bfa3e} oximeter.measurements_cumulativeu64 (26f1b6dc-d942-40dc-90a6-753d66e2c74d): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:15:00.608315 [ 4 ] {c522b771-cffa-4e32-9143-cfb70a9bfa3e} executeQuery: Read 160 rows, 11.41 KiB in 0.001493 sec., 107166.7782987274 rows/sec., 7.46 MiB/sec. 2025.08.18 20:15:00.608362 [ 4 ] {c522b771-cffa-4e32-9143-cfb70a9bfa3e} TCPHandler: Processed in 0.001684182 sec. 2025.08.18 20:15:00.608506 [ 4 ] {} TCP-Session: 84b33602-ae79-4177-93ee-9a4901d0a1d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.08.18 20:15:00.608638 [ 4 ] {d852fec1-031d-41f8-8331-f2e7c1e1b430} executeQuery: (from [fd00:1122:3344:101::d]:46741) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.08.18 20:15:00.608699 [ 4 ] {d852fec1-031d-41f8-8331-f2e7c1e1b430} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.08.18 20:15:00.609165 [ 4 ] {d852fec1-031d-41f8-8331-f2e7c1e1b430} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.08.18 20:15:00.609213 [ 4 ] {d852fec1-031d-41f8-8331-f2e7c1e1b430} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.99 GiB. 2025.08.18 20:15:00.609712 [ 4 ] {d852fec1-031d-41f8-8331-f2e7c1e1b430} MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) 2025.08.18 20:15:00.610083 [ 4 ] {d852fec1-031d-41f8-8331-f2e7c1e1b430} oximeter.measurements_u64 (97e783a5-9a2c-4d91-95f9-afd6311d6062): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.08.18 20:15:00.610277 [ 4 ] {d852fec1-031d-41f8-8331-f2e7c1e1b430} executeQuery: Read 60 rows, 4.14 KiB in 0.001665 sec., 36036.036036036036 rows/sec., 2.43 MiB/sec. 2025.08.18 20:15:00.610334 [ 4 ] {d852fec1-031d-41f8-8331-f2e7c1e1b430} TCPHandler: Processed in 0.001895634 sec.