[ Feb 12 06:39:30 Enabled. ] [ Feb 12 06:39:30 Rereading configuration. ] [ Feb 12 06:39:31 Rereading configuration. ] [ Feb 12 06:39:42 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 [ Feb 12 06:39:42 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.02.12 06:39:45.324446 [ 1 ] {} Application: Will watch for the process with pid 24307 2026.02.12 06:39:45.324853 [ 1 ] {} Application: Forked a child process to watch 2026.02.12 06:39:45.822022 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 24307 2026.02.12 06:39:45.828713 [ 1 ] {} Application: starting up 2026.02.12 06:39:45.828875 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.02.12 06:39:46.177237 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.02.12 06:39:46.209500 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.02.12 06:39:46.209586 [ 1 ] {} Application: Initializing DateLUT. 2026.02.12 06:39:46.209606 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.02.12 06:39:46.209670 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.02.12 06:39:46.210417 [ 1 ] {} Application: Initializing interserver credentials. 2026.02.12 06:39:46.217074 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.02.12 06:39:46.218001 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.12 06:39:46.218939 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.02.12 06:39:46.218995 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.02.12 06:39:46.219038 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.02.12 06:39:46.221216 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.12 06:39:46.222355 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.02.12 06:39:46.228328 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.12 06:39:46.229162 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.02.12 06:39:46.232554 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.12 06:39:46.232665 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.12 06:39:46.233735 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.02.12 06:39:46.234252 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.02.12 06:39:46.247303 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.02.12 06:39:46.247945 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.02.12 06:39:46.257715 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.02.12 06:39:46.258117 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.02.12 06:39:46.258521 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.02.12 06:39:46.258854 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.02.12 06:39:46.261797 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.02.12 06:39:46.261822 [ 1 ] {} Application: Loading metadata from /data/ 2026.02.12 06:39:46.261890 [ 126 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:39:46.261953 [ 126 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:39:46.278669 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.02.12 06:39:46.278695 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000171935 sec 2026.02.12 06:39:46.278753 [ 1 ] {} ReferentialDeps: No tables 2026.02.12 06:39:46.278798 [ 1 ] {} LoadingDeps: No tables 2026.02.12 06:39:46.281401 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.02.12 06:39:46.283389 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.02.12 06:39:46.307946 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.02.12 06:39:46.308003 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.02.12 06:39:46.308095 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.02.12 06:39:46.308112 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.02.12 06:39:46.308155 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.02.12 06:39:46.308231 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.02.12 06:39:46.310845 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.02.12 06:39:46.310894 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.02.12 06:39:46.310943 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.02.12 06:39:46.311120 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.02.12 06:39:46.311164 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.02.12 06:39:46.311176 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.02.12 06:39:46.311246 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.02.12 06:39:46.311259 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.02.12 06:39:46.311291 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.02.12 06:39:46.311357 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.02.12 06:39:46.360059 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.02.12 06:39:46.361832 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.02.12 06:39:46.361912 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 9.9792e-05 sec 2026.02.12 06:39:46.361925 [ 1 ] {} ReferentialDeps: No tables 2026.02.12 06:39:46.361935 [ 1 ] {} LoadingDeps: No tables 2026.02.12 06:39:46.361961 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.02.12 06:39:46.362165 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.02.12 06:39:46.362259 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.02.12 06:39:46.362272 [ 1 ] {} Application: Loaded metadata. 2026.02.12 06:39:46.362283 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.02.12 06:39:46.362293 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.02.12 06:39:46.377795 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.02.12 06:39:46.377996 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.73 MiB (RSS), difference: 91.96 MiB 2026.02.12 06:39:46.382605 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.312e-05 sec. 2026.02.12 06:39:46.383017 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.02.12 06:39:46.383676 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.02.12 06:39:46.383696 [ 1 ] {} Application: Ready for connections. 2026.02.12 06:39:46.711792 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53644 2026.02.12 06:39:46.716073 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.716148 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Authenticating user 'default' from [fd00:1122:3344:101::d]:53644 2026.02.12 06:39:46.716181 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.716259 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.716363 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.12 06:39:46.716390 [ 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 2026.02.12 06:39:46.716470 [ 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 2026.02.12 06:39:46.723616 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51140 2026.02.12 06:39:46.724434 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63178 2026.02.12 06:39:46.724434 [ 253 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39931 2026.02.12 06:39:46.724541 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38897 2026.02.12 06:39:46.724825 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35896 2026.02.12 06:39:46.724941 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63669 2026.02.12 06:39:46.725078 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59881 2026.02.12 06:39:46.725235 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39580 2026.02.12 06:39:46.725793 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.725883 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.725897 [ 5 ] {} TCP-Session: d39c5dcc-525b-4f38-869f-105481d1c705 Authenticating user 'default' from [fd00:1122:3344:101::d]:63178 2026.02.12 06:39:46.725923 [ 258 ] {} TCP-Session: bb46669c-a3f3-4b95-9ff9-373e937ef0ba Authenticating user 'default' from [fd00:1122:3344:101::d]:39580 2026.02.12 06:39:46.725948 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.725926 [ 5 ] {} TCP-Session: d39c5dcc-525b-4f38-869f-105481d1c705 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726008 [ 258 ] {} TCP-Session: bb46669c-a3f3-4b95-9ff9-373e937ef0ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726049 [ 253 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.726053 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.726043 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.726120 [ 258 ] {} TCP-Session: bb46669c-a3f3-4b95-9ff9-373e937ef0ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726177 [ 255 ] {} TCP-Session: 2818d720-7eeb-449a-a851-d6f31376b2d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:35896 2026.02.12 06:39:46.726160 [ 253 ] {} TCP-Session: e6d9d74f-5655-4bf9-a7a6-ec76a62e09a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:39931 2026.02.12 06:39:46.726138 [ 254 ] {} TCP-Session: 0095ce7b-dd92-4db6-bf74-d8ed596be33f Authenticating user 'default' from [fd00:1122:3344:101::d]:38897 2026.02.12 06:39:46.726276 [ 255 ] {} TCP-Session: 2818d720-7eeb-449a-a851-d6f31376b2d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726252 [ 253 ] {} TCP-Session: e6d9d74f-5655-4bf9-a7a6-ec76a62e09a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726045 [ 257 ] {} TCP-Session: dfc81d07-af44-4936-ad4b-e98a9600748a Authenticating user 'default' from [fd00:1122:3344:101::d]:59881 2026.02.12 06:39:46.726356 [ 253 ] {} TCP-Session: e6d9d74f-5655-4bf9-a7a6-ec76a62e09a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726371 [ 255 ] {} TCP-Session: 2818d720-7eeb-449a-a851-d6f31376b2d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726340 [ 254 ] {} TCP-Session: 0095ce7b-dd92-4db6-bf74-d8ed596be33f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726435 [ 257 ] {} TCP-Session: dfc81d07-af44-4936-ad4b-e98a9600748a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726032 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.726514 [ 254 ] {} TCP-Session: 0095ce7b-dd92-4db6-bf74-d8ed596be33f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726554 [ 256 ] {} TCP-Session: 76e95ace-586a-4b1d-980c-ae601291b35c Authenticating user 'default' from [fd00:1122:3344:101::d]:63669 2026.02.12 06:39:46.726552 [ 257 ] {} TCP-Session: dfc81d07-af44-4936-ad4b-e98a9600748a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726025 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.726010 [ 5 ] {} TCP-Session: d39c5dcc-525b-4f38-869f-105481d1c705 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726692 [ 256 ] {} TCP-Session: 76e95ace-586a-4b1d-980c-ae601291b35c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726750 [ 256 ] {} TCP-Session: 76e95ace-586a-4b1d-980c-ae601291b35c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726765 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Authenticating user 'default' from [fd00:1122:3344:101::d]:51140 2026.02.12 06:39:46.726854 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.726867 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.735495 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.740243 [ 3 ] {46f2f70d-63a4-47c3-9f10-3b651b7640c1} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:39:46.847577 [ 3 ] {46f2f70d-63a4-47c3-9f10-3b651b7640c1} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53644) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.12 06:39:46.848526 [ 3 ] {46f2f70d-63a4-47c3-9f10-3b651b7640c1} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.12 06:39:46.848727 [ 3 ] {46f2f70d-63a4-47c3-9f10-3b651b7640c1} TCPHandler: Processed in 0.119868608 sec. 2026.02.12 06:39:46.851158 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.851442 [ 4 ] {aa147227-12ea-4f3b-ba23-2a31c5e886c0} executeQuery: (from [fd00:1122:3344:101::d]:51140) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:39:46.851884 [ 4 ] {aa147227-12ea-4f3b-ba23-2a31c5e886c0} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:51140) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.12 06:39:46.852176 [ 4 ] {aa147227-12ea-4f3b-ba23-2a31c5e886c0} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 2026.02.12 06:39:46.852419 [ 4 ] {aa147227-12ea-4f3b-ba23-2a31c5e886c0} TCPHandler: Processed in 0.003350196 sec. 2026.02.12 06:39:46.855105 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.857636 [ 3 ] {34ef2f82-e54a-4690-b0ea-25400d6498c6} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.02.12 06:39:46.859694 [ 3 ] {34ef2f82-e54a-4690-b0ea-25400d6498c6} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.02.12 06:39:46.859750 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37070 2026.02.12 06:39:46.861431 [ 3 ] {34ef2f82-e54a-4690-b0ea-25400d6498c6} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.02.12 06:39:46.861457 [ 3 ] {34ef2f82-e54a-4690-b0ea-25400d6498c6} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.0872e-05 sec 2026.02.12 06:39:46.861510 [ 3 ] {34ef2f82-e54a-4690-b0ea-25400d6498c6} ReferentialDeps: No tables 2026.02.12 06:39:46.861554 [ 3 ] {34ef2f82-e54a-4690-b0ea-25400d6498c6} LoadingDeps: No tables 2026.02.12 06:39:46.861579 [ 3 ] {34ef2f82-e54a-4690-b0ea-25400d6498c6} DatabaseAtomic (oximeter): Starting up tables. 2026.02.12 06:39:46.862169 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.862216 [ 259 ] {} TCP-Session: 83918064-48f3-4452-a577-bce713f2edd0 Authenticating user 'default' from [fd00:1122:3344:101::a]:37070 2026.02.12 06:39:46.862327 [ 259 ] {} TCP-Session: 83918064-48f3-4452-a577-bce713f2edd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.862345 [ 259 ] {} TCP-Session: 83918064-48f3-4452-a577-bce713f2edd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.862411 [ 259 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.12 06:39:46.862505 [ 259 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.12 06:39:46.862557 [ 259 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.12 06:39:46.864155 [ 3 ] {34ef2f82-e54a-4690-b0ea-25400d6498c6} TCPHandler: Processed in 0.009168496 sec. 2026.02.12 06:39:46.864325 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.864542 [ 3 ] {d51df229-1741-4fea-863e-b5ef91be5c1b} executeQuery: (from [fd00:1122:3344:101::d]:53644) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.02.12 06:39:46.864684 [ 3 ] {d51df229-1741-4fea-863e-b5ef91be5c1b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.02.12 06:39:46.865304 [ 260 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50887 2026.02.12 06:39:46.865465 [ 261 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64192 2026.02.12 06:39:46.865695 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48569 2026.02.12 06:39:46.865698 [ 260 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.865712 [ 261 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.865832 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:44100 2026.02.12 06:39:46.865876 [ 261 ] {} TCP-Session: 2b7b4b82-0e26-4d4c-8dc6-b883eade11af Authenticating user 'default' from [fd00:1122:3344:101::a]:64192 2026.02.12 06:39:46.865940 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60785 2026.02.12 06:39:46.865972 [ 260 ] {} TCP-Session: 19c4f0c6-46e3-4e23-aad7-b0a12f9faed0 Authenticating user 'default' from [fd00:1122:3344:101::a]:50887 2026.02.12 06:39:46.865983 [ 261 ] {} TCP-Session: 2b7b4b82-0e26-4d4c-8dc6-b883eade11af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.866009 [ 260 ] {} TCP-Session: 19c4f0c6-46e3-4e23-aad7-b0a12f9faed0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.866078 [ 261 ] {} TCP-Session: 2b7b4b82-0e26-4d4c-8dc6-b883eade11af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.866091 [ 260 ] {} TCP-Session: 19c4f0c6-46e3-4e23-aad7-b0a12f9faed0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.867969 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.867984 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46720 2026.02.12 06:39:46.868022 [ 262 ] {} TCP-Session: 684324ec-a4c4-47b4-9abd-21bab7c1466b Authenticating user 'default' from [fd00:1122:3344:101::a]:48569 2026.02.12 06:39:46.868053 [ 262 ] {} TCP-Session: 684324ec-a4c4-47b4-9abd-21bab7c1466b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.868141 [ 262 ] {} TCP-Session: 684324ec-a4c4-47b4-9abd-21bab7c1466b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.868215 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:60890 2026.02.12 06:39:46.868288 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.868420 [ 264 ] {} TCP-Session: a1565171-1a3b-42f5-a22b-c35425639ffb Authenticating user 'default' from [fd00:1122:3344:101::a]:60785 2026.02.12 06:39:46.868440 [ 264 ] {} TCP-Session: a1565171-1a3b-42f5-a22b-c35425639ffb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.868454 [ 264 ] {} TCP-Session: a1565171-1a3b-42f5-a22b-c35425639ffb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.870558 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.870604 [ 265 ] {} TCP-Session: 59220528-1dfe-400d-840e-9fb5a4dfe511 Authenticating user 'default' from [fd00:1122:3344:101::a]:46720 2026.02.12 06:39:46.870622 [ 265 ] {} TCP-Session: 59220528-1dfe-400d-840e-9fb5a4dfe511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.870720 [ 265 ] {} TCP-Session: 59220528-1dfe-400d-840e-9fb5a4dfe511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.872757 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.872796 [ 266 ] {} TCP-Session: 073bb20a-f070-419b-bf14-887bd7901e73 Authenticating user 'default' from [fd00:1122:3344:101::a]:60890 2026.02.12 06:39:46.872815 [ 266 ] {} TCP-Session: 073bb20a-f070-419b-bf14-887bd7901e73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.872922 [ 266 ] {} TCP-Session: 073bb20a-f070-419b-bf14-887bd7901e73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.874791 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:46.874840 [ 263 ] {} TCP-Session: c96e5f8a-6d20-48ec-9c10-33be201f463c Authenticating user 'default' from [fd00:1122:3344:101::a]:44100 2026.02.12 06:39:46.874945 [ 263 ] {} TCP-Session: c96e5f8a-6d20-48ec-9c10-33be201f463c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.874960 [ 263 ] {} TCP-Session: c96e5f8a-6d20-48ec-9c10-33be201f463c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:46.879136 [ 3 ] {d51df229-1741-4fea-863e-b5ef91be5c1b} StoragePolicy (default): Storage policy default created, total volumes 1 2026.02.12 06:39:46.880414 [ 3 ] {d51df229-1741-4fea-863e-b5ef91be5c1b} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2): Loading data parts 2026.02.12 06:39:46.882772 [ 3 ] {d51df229-1741-4fea-863e-b5ef91be5c1b} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2): There are no data parts 2026.02.12 06:39:46.888258 [ 3 ] {d51df229-1741-4fea-863e-b5ef91be5c1b} TCPHandler: Processed in 0.023986808 sec. 2026.02.12 06:39:46.888509 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.888697 [ 3 ] {c6c35f72-e5d9-4a36-b083-0af96438cfeb} executeQuery: (from [fd00:1122:3344:101::d]:53644) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.888838 [ 3 ] {c6c35f72-e5d9-4a36-b083-0af96438cfeb} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.02.12 06:39:46.915219 [ 3 ] {c6c35f72-e5d9-4a36-b083-0af96438cfeb} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Loading data parts 2026.02.12 06:39:46.915483 [ 3 ] {c6c35f72-e5d9-4a36-b083-0af96438cfeb} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): There are no data parts 2026.02.12 06:39:46.916873 [ 3 ] {c6c35f72-e5d9-4a36-b083-0af96438cfeb} TCPHandler: Processed in 0.028417382 sec. 2026.02.12 06:39:46.917078 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.917309 [ 3 ] {16e3d6f8-d2d6-474b-b958-7a5a3723d29a} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.917392 [ 3 ] {16e3d6f8-d2d6-474b-b958-7a5a3723d29a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.02.12 06:39:46.919181 [ 3 ] {16e3d6f8-d2d6-474b-b958-7a5a3723d29a} oximeter.measurements_i8 (32500f40-d1ea-42f2-b4b1-dd89e320c1ef): Loading data parts 2026.02.12 06:39:46.919341 [ 3 ] {16e3d6f8-d2d6-474b-b958-7a5a3723d29a} oximeter.measurements_i8 (32500f40-d1ea-42f2-b4b1-dd89e320c1ef): There are no data parts 2026.02.12 06:39:46.920706 [ 3 ] {16e3d6f8-d2d6-474b-b958-7a5a3723d29a} TCPHandler: Processed in 0.003693515 sec. 2026.02.12 06:39:46.920952 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.921146 [ 3 ] {e561ca60-f110-48d6-9035-d7f9593f93f4} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.921250 [ 3 ] {e561ca60-f110-48d6-9035-d7f9593f93f4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.02.12 06:39:46.922864 [ 3 ] {e561ca60-f110-48d6-9035-d7f9593f93f4} oximeter.measurements_u8 (6e4bc640-9ef6-4fe1-acd4-ba4bf067e57f): Loading data parts 2026.02.12 06:39:46.923002 [ 3 ] {e561ca60-f110-48d6-9035-d7f9593f93f4} oximeter.measurements_u8 (6e4bc640-9ef6-4fe1-acd4-ba4bf067e57f): There are no data parts 2026.02.12 06:39:46.924432 [ 3 ] {e561ca60-f110-48d6-9035-d7f9593f93f4} TCPHandler: Processed in 0.003531231 sec. 2026.02.12 06:39:46.924580 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.924736 [ 3 ] {23f08eef-29e1-47cd-a145-e40364367246} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.924851 [ 3 ] {23f08eef-29e1-47cd-a145-e40364367246} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.02.12 06:39:46.926549 [ 3 ] {23f08eef-29e1-47cd-a145-e40364367246} oximeter.measurements_i16 (85b6f642-4c6e-4d8f-8dfc-f3c6c0414b3b): Loading data parts 2026.02.12 06:39:46.926696 [ 3 ] {23f08eef-29e1-47cd-a145-e40364367246} oximeter.measurements_i16 (85b6f642-4c6e-4d8f-8dfc-f3c6c0414b3b): There are no data parts 2026.02.12 06:39:46.928052 [ 3 ] {23f08eef-29e1-47cd-a145-e40364367246} TCPHandler: Processed in 0.003521851 sec. 2026.02.12 06:39:46.928199 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.928423 [ 3 ] {32afe180-5b5a-4801-8506-3e2bbf7877d4} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.928530 [ 3 ] {32afe180-5b5a-4801-8506-3e2bbf7877d4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.02.12 06:39:46.930461 [ 3 ] {32afe180-5b5a-4801-8506-3e2bbf7877d4} oximeter.measurements_u16 (a2946097-e9af-4147-ab42-d54d08ef05a7): Loading data parts 2026.02.12 06:39:46.930596 [ 3 ] {32afe180-5b5a-4801-8506-3e2bbf7877d4} oximeter.measurements_u16 (a2946097-e9af-4147-ab42-d54d08ef05a7): There are no data parts 2026.02.12 06:39:46.932335 [ 3 ] {32afe180-5b5a-4801-8506-3e2bbf7877d4} TCPHandler: Processed in 0.004185058 sec. 2026.02.12 06:39:46.932488 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.932645 [ 3 ] {e2dd968f-550b-4dba-8633-d9b2675d0cbd} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.932759 [ 3 ] {e2dd968f-550b-4dba-8633-d9b2675d0cbd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.02.12 06:39:46.934423 [ 3 ] {e2dd968f-550b-4dba-8633-d9b2675d0cbd} oximeter.measurements_i32 (bb02c8b3-69f9-4851-89a0-6be86a977958): Loading data parts 2026.02.12 06:39:46.934586 [ 3 ] {e2dd968f-550b-4dba-8633-d9b2675d0cbd} oximeter.measurements_i32 (bb02c8b3-69f9-4851-89a0-6be86a977958): There are no data parts 2026.02.12 06:39:46.936527 [ 3 ] {e2dd968f-550b-4dba-8633-d9b2675d0cbd} TCPHandler: Processed in 0.004089395 sec. 2026.02.12 06:39:46.936678 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.936899 [ 3 ] {945bf8d8-75a3-45e0-82f0-641eeb7656ac} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.937005 [ 3 ] {945bf8d8-75a3-45e0-82f0-641eeb7656ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.02.12 06:39:46.939099 [ 3 ] {945bf8d8-75a3-45e0-82f0-641eeb7656ac} oximeter.measurements_u32 (3dabf57c-7e70-43b8-b039-267dc3b2538f): Loading data parts 2026.02.12 06:39:46.939243 [ 3 ] {945bf8d8-75a3-45e0-82f0-641eeb7656ac} oximeter.measurements_u32 (3dabf57c-7e70-43b8-b039-267dc3b2538f): There are no data parts 2026.02.12 06:39:46.940865 [ 3 ] {945bf8d8-75a3-45e0-82f0-641eeb7656ac} TCPHandler: Processed in 0.004236089 sec. 2026.02.12 06:39:46.941034 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.941192 [ 3 ] {29189994-b997-436b-93f6-7b5c39ef6829} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.941310 [ 3 ] {29189994-b997-436b-93f6-7b5c39ef6829} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.02.12 06:39:46.942935 [ 3 ] {29189994-b997-436b-93f6-7b5c39ef6829} oximeter.measurements_i64 (9c15f850-658e-4e76-9db4-4a0c0dc53bce): Loading data parts 2026.02.12 06:39:46.943141 [ 3 ] {29189994-b997-436b-93f6-7b5c39ef6829} oximeter.measurements_i64 (9c15f850-658e-4e76-9db4-4a0c0dc53bce): There are no data parts 2026.02.12 06:39:46.944486 [ 3 ] {29189994-b997-436b-93f6-7b5c39ef6829} TCPHandler: Processed in 0.00350206 sec. 2026.02.12 06:39:46.944634 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.944863 [ 3 ] {0d2fefbf-b48c-4a55-b73c-66bcecf4d9a9} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.944972 [ 3 ] {0d2fefbf-b48c-4a55-b73c-66bcecf4d9a9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.02.12 06:39:46.946880 [ 3 ] {0d2fefbf-b48c-4a55-b73c-66bcecf4d9a9} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Loading data parts 2026.02.12 06:39:46.947015 [ 3 ] {0d2fefbf-b48c-4a55-b73c-66bcecf4d9a9} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): There are no data parts 2026.02.12 06:39:46.948184 [ 3 ] {0d2fefbf-b48c-4a55-b73c-66bcecf4d9a9} TCPHandler: Processed in 0.003600212 sec. 2026.02.12 06:39:46.948333 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.948487 [ 3 ] {f4cd8803-c50e-4bf6-870b-245dccaf46b6} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.948603 [ 3 ] {f4cd8803-c50e-4bf6-870b-245dccaf46b6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.02.12 06:39:46.950430 [ 3 ] {f4cd8803-c50e-4bf6-870b-245dccaf46b6} oximeter.measurements_f32 (59945161-702a-416e-9fda-0a276673a420): Loading data parts 2026.02.12 06:39:46.950623 [ 3 ] {f4cd8803-c50e-4bf6-870b-245dccaf46b6} oximeter.measurements_f32 (59945161-702a-416e-9fda-0a276673a420): There are no data parts 2026.02.12 06:39:46.951729 [ 3 ] {f4cd8803-c50e-4bf6-870b-245dccaf46b6} TCPHandler: Processed in 0.003446629 sec. 2026.02.12 06:39:46.951873 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.952094 [ 3 ] {3f05f6c5-6c75-4700-b5ad-18d0f6fb3e62} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.952171 [ 3 ] {3f05f6c5-6c75-4700-b5ad-18d0f6fb3e62} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.02.12 06:39:46.954165 [ 3 ] {3f05f6c5-6c75-4700-b5ad-18d0f6fb3e62} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Loading data parts 2026.02.12 06:39:46.954327 [ 3 ] {3f05f6c5-6c75-4700-b5ad-18d0f6fb3e62} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): There are no data parts 2026.02.12 06:39:46.955513 [ 3 ] {3f05f6c5-6c75-4700-b5ad-18d0f6fb3e62} TCPHandler: Processed in 0.003689855 sec. 2026.02.12 06:39:46.955756 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.955935 [ 3 ] {dfd04de7-6950-4744-8c16-46224ac8dd4f} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.956121 [ 3 ] {dfd04de7-6950-4744-8c16-46224ac8dd4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.02.12 06:39:46.958468 [ 3 ] {dfd04de7-6950-4744-8c16-46224ac8dd4f} oximeter.measurements_string (2be194dc-21e9-493c-9408-99d38122b634): Loading data parts 2026.02.12 06:39:46.958688 [ 3 ] {dfd04de7-6950-4744-8c16-46224ac8dd4f} oximeter.measurements_string (2be194dc-21e9-493c-9408-99d38122b634): There are no data parts 2026.02.12 06:39:46.960166 [ 3 ] {dfd04de7-6950-4744-8c16-46224ac8dd4f} TCPHandler: Processed in 0.004465915 sec. 2026.02.12 06:39:46.960329 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.960568 [ 3 ] {7b7ec145-6735-4284-990c-cfc8005306ff} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.960676 [ 3 ] {7b7ec145-6735-4284-990c-cfc8005306ff} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.02.12 06:39:46.963079 [ 3 ] {7b7ec145-6735-4284-990c-cfc8005306ff} oximeter.measurements_bytes (2d322c53-7cfd-4aca-be30-666c53f4c583): Loading data parts 2026.02.12 06:39:46.963286 [ 3 ] {7b7ec145-6735-4284-990c-cfc8005306ff} oximeter.measurements_bytes (2d322c53-7cfd-4aca-be30-666c53f4c583): There are no data parts 2026.02.12 06:39:46.965622 [ 3 ] {7b7ec145-6735-4284-990c-cfc8005306ff} TCPHandler: Processed in 0.005343317 sec. 2026.02.12 06:39:46.965773 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.966005 [ 3 ] {405df395-f1b1-4a01-9615-cc92db460bb0} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.966125 [ 3 ] {405df395-f1b1-4a01-9615-cc92db460bb0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.02.12 06:39:46.967829 [ 3 ] {405df395-f1b1-4a01-9615-cc92db460bb0} oximeter.measurements_cumulativei64 (9e593481-1530-48c5-91e2-e8b5e47e2f65): Loading data parts 2026.02.12 06:39:46.967973 [ 3 ] {405df395-f1b1-4a01-9615-cc92db460bb0} oximeter.measurements_cumulativei64 (9e593481-1530-48c5-91e2-e8b5e47e2f65): There are no data parts 2026.02.12 06:39:46.969714 [ 3 ] {405df395-f1b1-4a01-9615-cc92db460bb0} TCPHandler: Processed in 0.003989813 sec. 2026.02.12 06:39:46.969856 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.970014 [ 3 ] {83ce59ea-be6c-4a91-9760-7cfed5d31d95} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.970132 [ 3 ] {83ce59ea-be6c-4a91-9760-7cfed5d31d95} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.02.12 06:39:46.972100 [ 3 ] {83ce59ea-be6c-4a91-9760-7cfed5d31d95} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Loading data parts 2026.02.12 06:39:46.972317 [ 3 ] {83ce59ea-be6c-4a91-9760-7cfed5d31d95} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): There are no data parts 2026.02.12 06:39:46.973497 [ 3 ] {83ce59ea-be6c-4a91-9760-7cfed5d31d95} TCPHandler: Processed in 0.003689965 sec. 2026.02.12 06:39:46.973704 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.973863 [ 3 ] {f20f9f44-fa65-49d9-bbca-c9ff9acfe36f} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.973974 [ 3 ] {f20f9f44-fa65-49d9-bbca-c9ff9acfe36f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.02.12 06:39:46.975766 [ 3 ] {f20f9f44-fa65-49d9-bbca-c9ff9acfe36f} oximeter.measurements_cumulativef32 (7564b7a7-8545-40be-817c-b1fb02ff8336): Loading data parts 2026.02.12 06:39:46.975970 [ 3 ] {f20f9f44-fa65-49d9-bbca-c9ff9acfe36f} oximeter.measurements_cumulativef32 (7564b7a7-8545-40be-817c-b1fb02ff8336): There are no data parts 2026.02.12 06:39:46.977393 [ 3 ] {f20f9f44-fa65-49d9-bbca-c9ff9acfe36f} TCPHandler: Processed in 0.003737047 sec. 2026.02.12 06:39:46.977541 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.977764 [ 3 ] {ec16cde5-e626-4635-b33a-aa2ecf8df420} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.977868 [ 3 ] {ec16cde5-e626-4635-b33a-aa2ecf8df420} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.02.12 06:39:46.979579 [ 3 ] {ec16cde5-e626-4635-b33a-aa2ecf8df420} oximeter.measurements_cumulativef64 (ba18fa0a-03a3-4501-bf9e-ef769439d5f7): Loading data parts 2026.02.12 06:39:46.979719 [ 3 ] {ec16cde5-e626-4635-b33a-aa2ecf8df420} oximeter.measurements_cumulativef64 (ba18fa0a-03a3-4501-bf9e-ef769439d5f7): There are no data parts 2026.02.12 06:39:46.981051 [ 3 ] {ec16cde5-e626-4635-b33a-aa2ecf8df420} TCPHandler: Processed in 0.003558782 sec. 2026.02.12 06:39:46.981209 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.981434 [ 3 ] {e0612156-ce16-4d58-b0e1-6fe89fe73bc5} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.981557 [ 3 ] {e0612156-ce16-4d58-b0e1-6fe89fe73bc5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.02.12 06:39:46.983461 [ 3 ] {e0612156-ce16-4d58-b0e1-6fe89fe73bc5} oximeter.measurements_histogrami8 (4f2423a3-71b7-4f4f-8e3c-3830f8f37190): Loading data parts 2026.02.12 06:39:46.983696 [ 3 ] {e0612156-ce16-4d58-b0e1-6fe89fe73bc5} oximeter.measurements_histogrami8 (4f2423a3-71b7-4f4f-8e3c-3830f8f37190): There are no data parts 2026.02.12 06:39:46.985162 [ 3 ] {e0612156-ce16-4d58-b0e1-6fe89fe73bc5} TCPHandler: Processed in 0.004003283 sec. 2026.02.12 06:39:46.985314 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.985591 [ 3 ] {89e5dc4a-e799-40c9-a3da-82e32c63ae0a} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.985709 [ 3 ] {89e5dc4a-e799-40c9-a3da-82e32c63ae0a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.02.12 06:39:46.987900 [ 3 ] {89e5dc4a-e799-40c9-a3da-82e32c63ae0a} oximeter.measurements_histogramu8 (d76e3641-df23-4678-9483-89555a5d6eba): Loading data parts 2026.02.12 06:39:46.988062 [ 3 ] {89e5dc4a-e799-40c9-a3da-82e32c63ae0a} oximeter.measurements_histogramu8 (d76e3641-df23-4678-9483-89555a5d6eba): There are no data parts 2026.02.12 06:39:46.989243 [ 3 ] {89e5dc4a-e799-40c9-a3da-82e32c63ae0a} TCPHandler: Processed in 0.003978172 sec. 2026.02.12 06:39:46.989486 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.989710 [ 3 ] {138582b7-d75f-40bb-8f99-c0ccef41518e} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.989847 [ 3 ] {138582b7-d75f-40bb-8f99-c0ccef41518e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.02.12 06:39:46.992282 [ 3 ] {138582b7-d75f-40bb-8f99-c0ccef41518e} oximeter.measurements_histogrami16 (36c82d25-794a-4afd-b2fa-0537d33223be): Loading data parts 2026.02.12 06:39:46.992455 [ 3 ] {138582b7-d75f-40bb-8f99-c0ccef41518e} oximeter.measurements_histogrami16 (36c82d25-794a-4afd-b2fa-0537d33223be): There are no data parts 2026.02.12 06:39:46.994455 [ 3 ] {138582b7-d75f-40bb-8f99-c0ccef41518e} TCPHandler: Processed in 0.005018829 sec. 2026.02.12 06:39:46.994605 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:46.994855 [ 3 ] {07b8a1ca-2e47-4d1e-aedc-d5b11fe10d9f} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:46.994970 [ 3 ] {07b8a1ca-2e47-4d1e-aedc-d5b11fe10d9f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.02.12 06:39:46.997620 [ 3 ] {07b8a1ca-2e47-4d1e-aedc-d5b11fe10d9f} oximeter.measurements_histogramu16 (c388d777-f32a-43d9-8fa6-d54b0b8e9da2): Loading data parts 2026.02.12 06:39:46.997770 [ 3 ] {07b8a1ca-2e47-4d1e-aedc-d5b11fe10d9f} oximeter.measurements_histogramu16 (c388d777-f32a-43d9-8fa6-d54b0b8e9da2): There are no data parts 2026.02.12 06:39:47.000166 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 122.53 MiB, peak 122.53 MiB, free memory in arenas 0.00 B, will set to 132.90 MiB (RSS), difference: 10.37 MiB 2026.02.12 06:39:47.000214 [ 3 ] {07b8a1ca-2e47-4d1e-aedc-d5b11fe10d9f} TCPHandler: Processed in 0.005658076 sec. 2026.02.12 06:39:47.000458 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.000672 [ 3 ] {8938e066-1559-4be3-b225-ab80813fd672} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.000804 [ 3 ] {8938e066-1559-4be3-b225-ab80813fd672} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.02.12 06:39:47.002975 [ 3 ] {8938e066-1559-4be3-b225-ab80813fd672} oximeter.measurements_histogrami32 (30795ca5-2bb9-464d-a94e-e8e7d789720b): Loading data parts 2026.02.12 06:39:47.003217 [ 3 ] {8938e066-1559-4be3-b225-ab80813fd672} oximeter.measurements_histogrami32 (30795ca5-2bb9-464d-a94e-e8e7d789720b): There are no data parts 2026.02.12 06:39:47.004816 [ 3 ] {8938e066-1559-4be3-b225-ab80813fd672} TCPHandler: Processed in 0.004413524 sec. 2026.02.12 06:39:47.004971 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.005233 [ 3 ] {cd090c9f-ff2d-42d2-bf88-6e096e4306df} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.005420 [ 3 ] {cd090c9f-ff2d-42d2-bf88-6e096e4306df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.02.12 06:39:47.007275 [ 3 ] {cd090c9f-ff2d-42d2-bf88-6e096e4306df} oximeter.measurements_histogramu32 (637d2eeb-d7d0-49a3-873f-70f8e9b7c97d): Loading data parts 2026.02.12 06:39:47.007468 [ 3 ] {cd090c9f-ff2d-42d2-bf88-6e096e4306df} oximeter.measurements_histogramu32 (637d2eeb-d7d0-49a3-873f-70f8e9b7c97d): There are no data parts 2026.02.12 06:39:47.009070 [ 3 ] {cd090c9f-ff2d-42d2-bf88-6e096e4306df} TCPHandler: Processed in 0.004152257 sec. 2026.02.12 06:39:47.009221 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.009460 [ 3 ] {7784b4ec-6bbc-46f8-a7f2-56d2bea3b35c} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.009593 [ 3 ] {7784b4ec-6bbc-46f8-a7f2-56d2bea3b35c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.02.12 06:39:47.012097 [ 3 ] {7784b4ec-6bbc-46f8-a7f2-56d2bea3b35c} oximeter.measurements_histogrami64 (d7803eb7-66a5-44bd-a84f-bdef553c1b25): Loading data parts 2026.02.12 06:39:47.012311 [ 3 ] {7784b4ec-6bbc-46f8-a7f2-56d2bea3b35c} oximeter.measurements_histogrami64 (d7803eb7-66a5-44bd-a84f-bdef553c1b25): There are no data parts 2026.02.12 06:39:47.013484 [ 3 ] {7784b4ec-6bbc-46f8-a7f2-56d2bea3b35c} TCPHandler: Processed in 0.004313052 sec. 2026.02.12 06:39:47.013634 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.013926 [ 3 ] {cba20b07-7915-4827-97b1-695e6575d8d3} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.014051 [ 3 ] {cba20b07-7915-4827-97b1-695e6575d8d3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.02.12 06:39:47.016092 [ 3 ] {cba20b07-7915-4827-97b1-695e6575d8d3} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Loading data parts 2026.02.12 06:39:47.016243 [ 3 ] {cba20b07-7915-4827-97b1-695e6575d8d3} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): There are no data parts 2026.02.12 06:39:47.018307 [ 3 ] {cba20b07-7915-4827-97b1-695e6575d8d3} TCPHandler: Processed in 0.004723112 sec. 2026.02.12 06:39:47.018462 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.018672 [ 3 ] {2ebf746c-3140-4794-b1ef-ef74066a4777} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.018794 [ 3 ] {2ebf746c-3140-4794-b1ef-ef74066a4777} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.02.12 06:39:47.021541 [ 3 ] {2ebf746c-3140-4794-b1ef-ef74066a4777} oximeter.measurements_histogramf32 (ddc1bbae-959c-4372-88aa-e4d9e6f598c3): Loading data parts 2026.02.12 06:39:47.021760 [ 3 ] {2ebf746c-3140-4794-b1ef-ef74066a4777} oximeter.measurements_histogramf32 (ddc1bbae-959c-4372-88aa-e4d9e6f598c3): There are no data parts 2026.02.12 06:39:47.022991 [ 3 ] {2ebf746c-3140-4794-b1ef-ef74066a4777} TCPHandler: Processed in 0.004579358 sec. 2026.02.12 06:39:47.023148 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.023440 [ 3 ] {f1dfa5b8-a188-45e5-a246-4dd52423f89e} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.023567 [ 3 ] {f1dfa5b8-a188-45e5-a246-4dd52423f89e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.02.12 06:39:47.025700 [ 3 ] {f1dfa5b8-a188-45e5-a246-4dd52423f89e} oximeter.measurements_histogramf64 (f0ef69a9-c522-488b-ba3b-2b523aecd5d4): Loading data parts 2026.02.12 06:39:47.025846 [ 3 ] {f1dfa5b8-a188-45e5-a246-4dd52423f89e} oximeter.measurements_histogramf64 (f0ef69a9-c522-488b-ba3b-2b523aecd5d4): There are no data parts 2026.02.12 06:39:47.027115 [ 3 ] {f1dfa5b8-a188-45e5-a246-4dd52423f89e} TCPHandler: Processed in 0.004014494 sec. 2026.02.12 06:39:47.027271 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.027456 [ 3 ] {548d6656-4eac-4b01-8828-2ea67154813c} executeQuery: (from [fd00:1122:3344:101::d]:53644) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.027597 [ 3 ] {548d6656-4eac-4b01-8828-2ea67154813c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.02.12 06:39:47.029669 [ 3 ] {548d6656-4eac-4b01-8828-2ea67154813c} oximeter.fields_bool (2b7125e7-4d73-43e0-b401-1c6e73726db5): Loading data parts 2026.02.12 06:39:47.029900 [ 3 ] {548d6656-4eac-4b01-8828-2ea67154813c} oximeter.fields_bool (2b7125e7-4d73-43e0-b401-1c6e73726db5): There are no data parts 2026.02.12 06:39:47.031070 [ 3 ] {548d6656-4eac-4b01-8828-2ea67154813c} TCPHandler: Processed in 0.00384934 sec. 2026.02.12 06:39:47.031220 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.031414 [ 3 ] {687072e5-98d3-463e-b394-41e8bc9b8416} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.031489 [ 3 ] {687072e5-98d3-463e-b394-41e8bc9b8416} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.02.12 06:39:47.033452 [ 3 ] {687072e5-98d3-463e-b394-41e8bc9b8416} oximeter.fields_i8 (4b05b3a4-3daa-4c75-bfac-867a554f8aad): Loading data parts 2026.02.12 06:39:47.033598 [ 3 ] {687072e5-98d3-463e-b394-41e8bc9b8416} oximeter.fields_i8 (4b05b3a4-3daa-4c75-bfac-867a554f8aad): There are no data parts 2026.02.12 06:39:47.034946 [ 3 ] {687072e5-98d3-463e-b394-41e8bc9b8416} TCPHandler: Processed in 0.003775587 sec. 2026.02.12 06:39:47.035161 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.035313 [ 3 ] {8636142a-d167-451c-9bf7-a48ab6c2522e} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.035427 [ 3 ] {8636142a-d167-451c-9bf7-a48ab6c2522e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.02.12 06:39:47.037543 [ 3 ] {8636142a-d167-451c-9bf7-a48ab6c2522e} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Loading data parts 2026.02.12 06:39:47.037755 [ 3 ] {8636142a-d167-451c-9bf7-a48ab6c2522e} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): There are no data parts 2026.02.12 06:39:47.038884 [ 3 ] {8636142a-d167-451c-9bf7-a48ab6c2522e} TCPHandler: Processed in 0.003771788 sec. 2026.02.12 06:39:47.039032 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.039228 [ 3 ] {bd48c642-b6df-4ba6-a941-ec7cb59ec92b} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.039303 [ 3 ] {bd48c642-b6df-4ba6-a941-ec7cb59ec92b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.02.12 06:39:47.041037 [ 3 ] {bd48c642-b6df-4ba6-a941-ec7cb59ec92b} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Loading data parts 2026.02.12 06:39:47.041180 [ 3 ] {bd48c642-b6df-4ba6-a941-ec7cb59ec92b} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): There are no data parts 2026.02.12 06:39:47.042643 [ 3 ] {bd48c642-b6df-4ba6-a941-ec7cb59ec92b} TCPHandler: Processed in 0.003659904 sec. 2026.02.12 06:39:47.042858 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.043013 [ 3 ] {092cae3c-858a-4836-b7b2-ec654ff1241d} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.043122 [ 3 ] {092cae3c-858a-4836-b7b2-ec654ff1241d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.02.12 06:39:47.045183 [ 3 ] {092cae3c-858a-4836-b7b2-ec654ff1241d} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Loading data parts 2026.02.12 06:39:47.045397 [ 3 ] {092cae3c-858a-4836-b7b2-ec654ff1241d} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): There are no data parts 2026.02.12 06:39:47.046529 [ 3 ] {092cae3c-858a-4836-b7b2-ec654ff1241d} TCPHandler: Processed in 0.003718956 sec. 2026.02.12 06:39:47.046677 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.046875 [ 3 ] {a84b970c-231e-4c4e-808c-3beec942f240} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.046951 [ 3 ] {a84b970c-231e-4c4e-808c-3beec942f240} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.02.12 06:39:47.049049 [ 3 ] {a84b970c-231e-4c4e-808c-3beec942f240} oximeter.fields_i32 (7b8c50fd-89fb-41d5-bd60-4f215f2a1ebd): Loading data parts 2026.02.12 06:39:47.049187 [ 3 ] {a84b970c-231e-4c4e-808c-3beec942f240} oximeter.fields_i32 (7b8c50fd-89fb-41d5-bd60-4f215f2a1ebd): There are no data parts 2026.02.12 06:39:47.050845 [ 3 ] {a84b970c-231e-4c4e-808c-3beec942f240} TCPHandler: Processed in 0.004216879 sec. 2026.02.12 06:39:47.051069 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.051221 [ 3 ] {2dd103e3-49a8-43d9-9b49-e4774f4ed61f} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.051334 [ 3 ] {2dd103e3-49a8-43d9-9b49-e4774f4ed61f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.02.12 06:39:47.053120 [ 3 ] {2dd103e3-49a8-43d9-9b49-e4774f4ed61f} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Loading data parts 2026.02.12 06:39:47.053320 [ 3 ] {2dd103e3-49a8-43d9-9b49-e4774f4ed61f} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): There are no data parts 2026.02.12 06:39:47.054664 [ 3 ] {2dd103e3-49a8-43d9-9b49-e4774f4ed61f} TCPHandler: Processed in 0.003644674 sec. 2026.02.12 06:39:47.054810 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.055039 [ 3 ] {1a28fd5e-fceb-4d64-8c06-ab160fcffcb8} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.055083 [ 3 ] {1a28fd5e-fceb-4d64-8c06-ab160fcffcb8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.02.12 06:39:47.063397 [ 3 ] {1a28fd5e-fceb-4d64-8c06-ab160fcffcb8} oximeter.fields_i64 (be5eb145-aecb-4dc8-8971-ed1039f84b4b): Loading data parts 2026.02.12 06:39:47.063550 [ 3 ] {1a28fd5e-fceb-4d64-8c06-ab160fcffcb8} oximeter.fields_i64 (be5eb145-aecb-4dc8-8971-ed1039f84b4b): There are no data parts 2026.02.12 06:39:47.072316 [ 3 ] {1a28fd5e-fceb-4d64-8c06-ab160fcffcb8} TCPHandler: Processed in 0.017553732 sec. 2026.02.12 06:39:47.072584 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.072759 [ 3 ] {51271f6e-37a3-48c9-ab96-32716ff53733} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.072892 [ 3 ] {51271f6e-37a3-48c9-ab96-32716ff53733} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.02.12 06:39:47.078127 [ 3 ] {51271f6e-37a3-48c9-ab96-32716ff53733} oximeter.fields_u64 (19c057ea-cf95-467c-9a99-d04849c2ba40): Loading data parts 2026.02.12 06:39:47.078573 [ 3 ] {51271f6e-37a3-48c9-ab96-32716ff53733} oximeter.fields_u64 (19c057ea-cf95-467c-9a99-d04849c2ba40): There are no data parts 2026.02.12 06:39:47.084867 [ 3 ] {51271f6e-37a3-48c9-ab96-32716ff53733} TCPHandler: Processed in 0.012349798 sec. 2026.02.12 06:39:47.085025 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.085275 [ 3 ] {dc731cbb-5850-487b-a90d-342c8dcedbfa} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.085317 [ 3 ] {dc731cbb-5850-487b-a90d-342c8dcedbfa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.02.12 06:39:47.092541 [ 3 ] {dc731cbb-5850-487b-a90d-342c8dcedbfa} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Loading data parts 2026.02.12 06:39:47.092736 [ 3 ] {dc731cbb-5850-487b-a90d-342c8dcedbfa} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): There are no data parts 2026.02.12 06:39:47.095362 [ 3 ] {dc731cbb-5850-487b-a90d-342c8dcedbfa} TCPHandler: Processed in 0.010385918 sec. 2026.02.12 06:39:47.095607 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.095768 [ 3 ] {1ef183e7-9e47-44cf-a342-9e3e53056cdc} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.095878 [ 3 ] {1ef183e7-9e47-44cf-a342-9e3e53056cdc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.02.12 06:39:47.106952 [ 3 ] {1ef183e7-9e47-44cf-a342-9e3e53056cdc} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Loading data parts 2026.02.12 06:39:47.107169 [ 3 ] {1ef183e7-9e47-44cf-a342-9e3e53056cdc} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): There are no data parts 2026.02.12 06:39:47.113321 [ 3 ] {1ef183e7-9e47-44cf-a342-9e3e53056cdc} TCPHandler: Processed in 0.017762327 sec. 2026.02.12 06:39:47.113484 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.113731 [ 3 ] {592cd388-9dc9-4fdc-ab47-7125ab2a0736} executeQuery: (from [fd00:1122:3344:101::d]:53644) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.02.12 06:39:47.113838 [ 3 ] {592cd388-9dc9-4fdc-ab47-7125ab2a0736} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.02.12 06:39:47.119869 [ 3 ] {592cd388-9dc9-4fdc-ab47-7125ab2a0736} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Loading data parts 2026.02.12 06:39:47.120022 [ 3 ] {592cd388-9dc9-4fdc-ab47-7125ab2a0736} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): There are no data parts 2026.02.12 06:39:47.123558 [ 3 ] {592cd388-9dc9-4fdc-ab47-7125ab2a0736} TCPHandler: Processed in 0.010125171 sec. 2026.02.12 06:39:47.123824 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.124078 [ 3 ] {6352e75e-8c59-4a12-9894-1761e511099f} executeQuery: (from [fd00:1122:3344:101::d]:53644) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.02.12 06:39:47.124207 [ 3 ] {6352e75e-8c59-4a12-9894-1761e511099f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.02.12 06:39:47.128775 [ 3 ] {6352e75e-8c59-4a12-9894-1761e511099f} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410): Loading data parts 2026.02.12 06:39:47.128924 [ 3 ] {6352e75e-8c59-4a12-9894-1761e511099f} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410): There are no data parts 2026.02.12 06:39:47.134336 [ 3 ] {6352e75e-8c59-4a12-9894-1761e511099f} TCPHandler: Processed in 0.010562392 sec. 2026.02.12 06:39:47.134655 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:39:47.135085 [ 4 ] {473204d0-52f1-4cf5-a09c-863a4d9fb34e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.02.12 06:39:47.140304 [ 4 ] {473204d0-52f1-4cf5-a09c-863a4d9fb34e} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.02.12 06:39:47.163531 [ 267 ] {473204d0-52f1-4cf5-a09c-863a4d9fb34e} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:39:47.163573 [ 267 ] {473204d0-52f1-4cf5-a09c-863a4d9fb34e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:39:47.171880 [ 267 ] {473204d0-52f1-4cf5-a09c-863a4d9fb34e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:39:47.172626 [ 267 ] {473204d0-52f1-4cf5-a09c-863a4d9fb34e} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:39:47.172891 [ 4 ] {473204d0-52f1-4cf5-a09c-863a4d9fb34e} executeQuery: Read 1 rows, 16.00 B in 0.038004 sec., 26.31301968213872 rows/sec., 421.01 B/sec. 2026.02.12 06:39:47.173178 [ 4 ] {473204d0-52f1-4cf5-a09c-863a4d9fb34e} TCPHandler: Processed in 0.038663246 sec. 2026.02.12 06:39:47.990207 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63720 2026.02.12 06:39:47.992067 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:47.992127 [ 269 ] {} TCP-Session: 81fe520a-e090-4706-9767-8b876c3c62e9 Authenticating user 'default' from [fd00:1122:3344:101::b]:63720 2026.02.12 06:39:47.992248 [ 269 ] {} TCP-Session: 81fe520a-e090-4706-9767-8b876c3c62e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.992262 [ 269 ] {} TCP-Session: 81fe520a-e090-4706-9767-8b876c3c62e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.992325 [ 269 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.12 06:39:47.992425 [ 269 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.12 06:39:47.992443 [ 269 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.12 06:39:47.995368 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63909 2026.02.12 06:39:47.995481 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41051 2026.02.12 06:39:47.995562 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:47.995599 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45858 2026.02.12 06:39:47.995679 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:47.995692 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43458 2026.02.12 06:39:47.995707 [ 270 ] {} TCP-Session: b6c8b57d-c66b-4e2d-98ff-a8d9ca88c645 Authenticating user 'default' from [fd00:1122:3344:101::b]:63909 2026.02.12 06:39:47.995727 [ 271 ] {} TCP-Session: 7f2b6670-445d-4207-8472-3ebee65fa39b Authenticating user 'default' from [fd00:1122:3344:101::b]:41051 2026.02.12 06:39:47.995778 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:44673 2026.02.12 06:39:47.995940 [ 271 ] {} TCP-Session: 7f2b6670-445d-4207-8472-3ebee65fa39b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996008 [ 270 ] {} TCP-Session: b6c8b57d-c66b-4e2d-98ff-a8d9ca88c645 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996068 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:47.996070 [ 271 ] {} TCP-Session: 7f2b6670-445d-4207-8472-3ebee65fa39b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996086 [ 270 ] {} TCP-Session: b6c8b57d-c66b-4e2d-98ff-a8d9ca88c645 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996155 [ 272 ] {} TCP-Session: f3b3224a-6c3e-4b68-aa93-6fac30560609 Authenticating user 'default' from [fd00:1122:3344:101::b]:45858 2026.02.12 06:39:47.996163 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:47.996215 [ 272 ] {} TCP-Session: f3b3224a-6c3e-4b68-aa93-6fac30560609 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996197 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:47.996188 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62700 2026.02.12 06:39:47.996304 [ 273 ] {} TCP-Session: 3c4a7605-3538-47eb-95b4-657e34cbffbd Authenticating user 'default' from [fd00:1122:3344:101::b]:43458 2026.02.12 06:39:47.996324 [ 274 ] {} TCP-Session: ca8269e4-334e-4511-8c03-9acff98d4900 Authenticating user 'default' from [fd00:1122:3344:101::b]:44673 2026.02.12 06:39:47.996320 [ 272 ] {} TCP-Session: f3b3224a-6c3e-4b68-aa93-6fac30560609 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996185 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63831 2026.02.12 06:39:47.996462 [ 273 ] {} TCP-Session: 3c4a7605-3538-47eb-95b4-657e34cbffbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996472 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:47.996456 [ 274 ] {} TCP-Session: ca8269e4-334e-4511-8c03-9acff98d4900 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996553 [ 275 ] {} TCP-Session: c0729d4b-3b6b-4528-8883-d072bd0a5322 Authenticating user 'default' from [fd00:1122:3344:101::b]:62700 2026.02.12 06:39:47.996559 [ 273 ] {} TCP-Session: 3c4a7605-3538-47eb-95b4-657e34cbffbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996623 [ 274 ] {} TCP-Session: ca8269e4-334e-4511-8c03-9acff98d4900 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996655 [ 275 ] {} TCP-Session: c0729d4b-3b6b-4528-8883-d072bd0a5322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996652 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:47.996739 [ 276 ] {} TCP-Session: a4164ec5-4358-4645-bb23-f657297a3e7a Authenticating user 'default' from [fd00:1122:3344:101::b]:63831 2026.02.12 06:39:47.996744 [ 275 ] {} TCP-Session: c0729d4b-3b6b-4528-8883-d072bd0a5322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996808 [ 276 ] {} TCP-Session: a4164ec5-4358-4645-bb23-f657297a3e7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:47.996887 [ 276 ] {} TCP-Session: a4164ec5-4358-4645-bb23-f657297a3e7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.000146 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 134.57 MiB, peak 134.57 MiB, free memory in arenas 0.00 B, will set to 139.05 MiB (RSS), difference: 4.48 MiB 2026.02.12 06:39:48.308802 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49191 2026.02.12 06:39:48.312711 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:48.312752 [ 277 ] {} TCP-Session: 5510b291-0d85-422a-9cc6-0f97aff58cae Authenticating user 'default' from [fd00:1122:3344:101::c]:49191 2026.02.12 06:39:48.312877 [ 277 ] {} TCP-Session: 5510b291-0d85-422a-9cc6-0f97aff58cae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.312892 [ 277 ] {} TCP-Session: 5510b291-0d85-422a-9cc6-0f97aff58cae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.312955 [ 277 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.12 06:39:48.313079 [ 277 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.12 06:39:48.313097 [ 277 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.12 06:39:48.315970 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38063 2026.02.12 06:39:48.316171 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:48.316218 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36699 2026.02.12 06:39:48.316199 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40978 2026.02.12 06:39:48.316304 [ 278 ] {} TCP-Session: 5afd90aa-81c6-4689-a425-c7334677aec0 Authenticating user 'default' from [fd00:1122:3344:101::c]:38063 2026.02.12 06:39:48.316327 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41311 2026.02.12 06:39:48.316334 [ 278 ] {} TCP-Session: 5afd90aa-81c6-4689-a425-c7334677aec0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.316464 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42873 2026.02.12 06:39:48.316491 [ 278 ] {} TCP-Session: 5afd90aa-81c6-4689-a425-c7334677aec0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.316566 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43455 2026.02.12 06:39:48.316460 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:48.316589 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:48.316658 [ 279 ] {} TCP-Session: c20e5ab0-da29-4460-bc36-8883bca85fb9 Authenticating user 'default' from [fd00:1122:3344:101::c]:36699 2026.02.12 06:39:48.316717 [ 280 ] {} TCP-Session: cd629cb5-4a79-41ef-99af-e02cdccd87c5 Authenticating user 'default' from [fd00:1122:3344:101::c]:40978 2026.02.12 06:39:48.316734 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43837 2026.02.12 06:39:48.316776 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:48.316822 [ 280 ] {} TCP-Session: cd629cb5-4a79-41ef-99af-e02cdccd87c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.316857 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:48.316870 [ 282 ] {} TCP-Session: 75e175ca-f14d-431b-95dd-2890478de552 Authenticating user 'default' from [fd00:1122:3344:101::c]:42873 2026.02.12 06:39:48.316803 [ 279 ] {} TCP-Session: c20e5ab0-da29-4460-bc36-8883bca85fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.316968 [ 283 ] {} TCP-Session: 97e34e88-bbd9-474e-8f50-f6e6d907e9e1 Authenticating user 'default' from [fd00:1122:3344:101::c]:43455 2026.02.12 06:39:48.316949 [ 282 ] {} TCP-Session: 75e175ca-f14d-431b-95dd-2890478de552 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.316936 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:48.317079 [ 283 ] {} TCP-Session: 97e34e88-bbd9-474e-8f50-f6e6d907e9e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.317059 [ 282 ] {} TCP-Session: 75e175ca-f14d-431b-95dd-2890478de552 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.317046 [ 279 ] {} TCP-Session: c20e5ab0-da29-4460-bc36-8883bca85fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.317171 [ 283 ] {} TCP-Session: 97e34e88-bbd9-474e-8f50-f6e6d907e9e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.317154 [ 284 ] {} TCP-Session: 9fc1b0d4-ae9e-4488-aeb2-2a813b8e6889 Authenticating user 'default' from [fd00:1122:3344:101::c]:43837 2026.02.12 06:39:48.316930 [ 280 ] {} TCP-Session: cd629cb5-4a79-41ef-99af-e02cdccd87c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.316785 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:39:48.317269 [ 284 ] {} TCP-Session: 9fc1b0d4-ae9e-4488-aeb2-2a813b8e6889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.317328 [ 284 ] {} TCP-Session: 9fc1b0d4-ae9e-4488-aeb2-2a813b8e6889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.317366 [ 281 ] {} TCP-Session: 21a939e2-1b9b-42cc-8d90-f04d8ed8a720 Authenticating user 'default' from [fd00:1122:3344:101::c]:41311 2026.02.12 06:39:48.317475 [ 281 ] {} TCP-Session: 21a939e2-1b9b-42cc-8d90-f04d8ed8a720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:48.317494 [ 281 ] {} TCP-Session: 21a939e2-1b9b-42cc-8d90-f04d8ed8a720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:39:53.811657 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.02.12 06:39:53.811748 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2026.02.12 06:39:53.811751 [ 243 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.02.12 06:39:53.811846 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.02.12 06:39:53.824233 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Loading data parts 2026.02.12 06:39:53.824436 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): There are no data parts 2026.02.12 06:39:53.832390 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Loading data parts 2026.02.12 06:39:53.832690 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): There are no data parts 2026.02.12 06:39:53.835509 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:39:53.835567 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:39:53.841888 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:39:53.842578 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:39:53.842724 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2026.02.12 06:39:53.861543 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:39:53.861684 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:39:53.867838 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:39:53.868974 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:39:53.872132 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.02.12 06:39:54.000155 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 144.69 MiB, peak 148.69 MiB, free memory in arenas 0.00 B, will set to 153.82 MiB (RSS), difference: 9.12 MiB 2026.02.12 06:39:56.311599 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.02.12 06:39:56.311768 [ 242 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.02.12 06:39:56.318207 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Loading data parts 2026.02.12 06:39:56.318512 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): There are no data parts 2026.02.12 06:39:56.328509 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:39:56.328659 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:39:56.331748 [ 242 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:39:56.332255 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:39:56.332510 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.02.12 06:39:57.000158 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 158.04 MiB, peak 158.04 MiB, free memory in arenas 0.00 B, will set to 155.18 MiB (RSS), difference: -2.86 MiB 2026.02.12 06:40:01.261998 [ 121 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:40:01.262061 [ 121 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:40:01.342844 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2026.02.12 06:40:01.343701 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:01.343748 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:01.344411 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:01.344970 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:01.345185 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.02.12 06:40:01.372244 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.02.12 06:40:01.391105 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:01.391283 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:01.397904 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:01.398965 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:01.402393 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.02.12 06:40:02.000160 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 155.84 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.76 MiB (RSS), difference: 1.92 MiB 2026.02.12 06:40:07.000289 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 153.78 MiB, peak 159.84 MiB, free memory in arenas 0.00 B, will set to 157.79 MiB (RSS), difference: 4.02 MiB 2026.02.12 06:40:07.185055 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.185262 [ 3 ] {1dd56ab7-2e78-443e-b341-d94bbc2a64c8} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.185666 [ 3 ] {1dd56ab7-2e78-443e-b341-d94bbc2a64c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.185986 [ 3 ] {1dd56ab7-2e78-443e-b341-d94bbc2a64c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.186638 [ 3 ] {1dd56ab7-2e78-443e-b341-d94bbc2a64c8} TCPHandler: Processed in 0.001723194 sec. 2026.02.12 06:40:07.188038 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.188217 [ 3 ] {b6e1f4b5-705f-455b-94a6-2ed31ac7a5ad} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.197562 [ 3 ] {b6e1f4b5-705f-455b-94a6-2ed31ac7a5ad} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.197666 [ 3 ] {b6e1f4b5-705f-455b-94a6-2ed31ac7a5ad} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.198091 [ 3 ] {b6e1f4b5-705f-455b-94a6-2ed31ac7a5ad} TCPHandler: Processed in 0.01010095 sec. 2026.02.12 06:40:07.198320 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.198444 [ 3 ] {4352a082-1de8-48bf-b871-bdccbab5ef1f} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.198739 [ 3 ] {4352a082-1de8-48bf-b871-bdccbab5ef1f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.198784 [ 3 ] {4352a082-1de8-48bf-b871-bdccbab5ef1f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.199096 [ 3 ] {4352a082-1de8-48bf-b871-bdccbab5ef1f} TCPHandler: Processed in 0.000828151 sec. 2026.02.12 06:40:07.199296 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.199413 [ 3 ] {78d42298-d713-4d95-8907-61fb2531acf3} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.199656 [ 3 ] {78d42298-d713-4d95-8907-61fb2531acf3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.199699 [ 3 ] {78d42298-d713-4d95-8907-61fb2531acf3} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.199993 [ 3 ] {78d42298-d713-4d95-8907-61fb2531acf3} TCPHandler: Processed in 0.000745819 sec. 2026.02.12 06:40:07.200248 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.200372 [ 3 ] {0b39d319-1461-4fd5-b7db-09c2065b34c7} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.200612 [ 3 ] {0b39d319-1461-4fd5-b7db-09c2065b34c7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.200656 [ 3 ] {0b39d319-1461-4fd5-b7db-09c2065b34c7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.201031 [ 3 ] {0b39d319-1461-4fd5-b7db-09c2065b34c7} TCPHandler: Processed in 0.000830492 sec. 2026.02.12 06:40:07.201262 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.201378 [ 3 ] {13cd0f66-d23b-4efe-8601-924a1f27eec5} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.201621 [ 3 ] {13cd0f66-d23b-4efe-8601-924a1f27eec5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.201663 [ 3 ] {13cd0f66-d23b-4efe-8601-924a1f27eec5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.201991 [ 3 ] {13cd0f66-d23b-4efe-8601-924a1f27eec5} TCPHandler: Processed in 0.000777909 sec. 2026.02.12 06:40:07.202213 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.202329 [ 3 ] {b17a6278-af78-43e3-b8d7-d1a4ef50297d} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.202571 [ 3 ] {b17a6278-af78-43e3-b8d7-d1a4ef50297d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.202613 [ 3 ] {b17a6278-af78-43e3-b8d7-d1a4ef50297d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.202914 [ 3 ] {b17a6278-af78-43e3-b8d7-d1a4ef50297d} TCPHandler: Processed in 0.00075589 sec. 2026.02.12 06:40:07.203118 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.203228 [ 3 ] {cc91315c-e1ab-4e14-8f5a-da0f1cee879d} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.203450 [ 3 ] {cc91315c-e1ab-4e14-8f5a-da0f1cee879d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.203490 [ 3 ] {cc91315c-e1ab-4e14-8f5a-da0f1cee879d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.203846 [ 3 ] {cc91315c-e1ab-4e14-8f5a-da0f1cee879d} TCPHandler: Processed in 0.000754999 sec. 2026.02.12 06:40:07.204077 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.204193 [ 3 ] {1530783a-8448-43a5-847b-7fadcdbd3311} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.204431 [ 3 ] {1530783a-8448-43a5-847b-7fadcdbd3311} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.204472 [ 3 ] {1530783a-8448-43a5-847b-7fadcdbd3311} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.204791 [ 3 ] {1530783a-8448-43a5-847b-7fadcdbd3311} TCPHandler: Processed in 0.00076241 sec. 2026.02.12 06:40:07.205008 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.205126 [ 3 ] {e57f8fef-41cd-43a7-bb69-90dcd6d3327b} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.205418 [ 3 ] {e57f8fef-41cd-43a7-bb69-90dcd6d3327b} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.205461 [ 3 ] {e57f8fef-41cd-43a7-bb69-90dcd6d3327b} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.205774 [ 3 ] {e57f8fef-41cd-43a7-bb69-90dcd6d3327b} TCPHandler: Processed in 0.000813861 sec. 2026.02.12 06:40:07.205982 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.206099 [ 3 ] {6305d65f-ea60-4665-9cee-2f3d61349e28} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.206342 [ 3 ] {6305d65f-ea60-4665-9cee-2f3d61349e28} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.206384 [ 3 ] {6305d65f-ea60-4665-9cee-2f3d61349e28} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.206695 [ 3 ] {6305d65f-ea60-4665-9cee-2f3d61349e28} TCPHandler: Processed in 0.00076106 sec. 2026.02.12 06:40:07.206911 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.207030 [ 3 ] {bf555e2b-20da-4d18-b12d-1437aa453621} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.207272 [ 3 ] {bf555e2b-20da-4d18-b12d-1437aa453621} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.207314 [ 3 ] {bf555e2b-20da-4d18-b12d-1437aa453621} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.207620 [ 3 ] {bf555e2b-20da-4d18-b12d-1437aa453621} TCPHandler: Processed in 0.00075794 sec. 2026.02.12 06:40:07.207829 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.207946 [ 3 ] {f5cbafed-d7fa-4a7d-ba2f-09b92dfc9356} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.208197 [ 3 ] {f5cbafed-d7fa-4a7d-ba2f-09b92dfc9356} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.208238 [ 3 ] {f5cbafed-d7fa-4a7d-ba2f-09b92dfc9356} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.208552 [ 3 ] {f5cbafed-d7fa-4a7d-ba2f-09b92dfc9356} TCPHandler: Processed in 0.00077055 sec. 2026.02.12 06:40:07.208763 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.208881 [ 3 ] {0682dc32-9a7f-4f70-8c86-6c19bb2b0d48} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.209128 [ 3 ] {0682dc32-9a7f-4f70-8c86-6c19bb2b0d48} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.209169 [ 3 ] {0682dc32-9a7f-4f70-8c86-6c19bb2b0d48} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.209480 [ 3 ] {0682dc32-9a7f-4f70-8c86-6c19bb2b0d48} TCPHandler: Processed in 0.000765119 sec. 2026.02.12 06:40:07.209696 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.209816 [ 3 ] {a72504da-d6cb-4c99-851e-ffaa4f380c24} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.210067 [ 3 ] {a72504da-d6cb-4c99-851e-ffaa4f380c24} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.210109 [ 3 ] {a72504da-d6cb-4c99-851e-ffaa4f380c24} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.210439 [ 3 ] {a72504da-d6cb-4c99-851e-ffaa4f380c24} TCPHandler: Processed in 0.00079179 sec. 2026.02.12 06:40:07.210650 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.210770 [ 3 ] {066f578e-2084-456a-8f56-1d9ed84c41ae} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.211021 [ 3 ] {066f578e-2084-456a-8f56-1d9ed84c41ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.211061 [ 3 ] {066f578e-2084-456a-8f56-1d9ed84c41ae} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.211367 [ 3 ] {066f578e-2084-456a-8f56-1d9ed84c41ae} TCPHandler: Processed in 0.000801501 sec. 2026.02.12 06:40:07.211573 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.211685 [ 3 ] {f0b8d233-dbfb-4bfe-95f4-9ef6714c41e7} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.212006 [ 3 ] {f0b8d233-dbfb-4bfe-95f4-9ef6714c41e7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.212048 [ 3 ] {f0b8d233-dbfb-4bfe-95f4-9ef6714c41e7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.212359 [ 3 ] {f0b8d233-dbfb-4bfe-95f4-9ef6714c41e7} TCPHandler: Processed in 0.00078212 sec. 2026.02.12 06:40:07.212575 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.212697 [ 3 ] {dd2ccbf9-eb07-467c-b0e4-d8d5f3c42444} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.212968 [ 3 ] {dd2ccbf9-eb07-467c-b0e4-d8d5f3c42444} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.213011 [ 3 ] {dd2ccbf9-eb07-467c-b0e4-d8d5f3c42444} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.213325 [ 3 ] {dd2ccbf9-eb07-467c-b0e4-d8d5f3c42444} TCPHandler: Processed in 0.000799721 sec. 2026.02.12 06:40:07.213526 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.213647 [ 3 ] {63a3b414-f37f-428f-bde1-37710935436d} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.213902 [ 3 ] {63a3b414-f37f-428f-bde1-37710935436d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.213944 [ 3 ] {63a3b414-f37f-428f-bde1-37710935436d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.214259 [ 3 ] {63a3b414-f37f-428f-bde1-37710935436d} TCPHandler: Processed in 0.00078156 sec. 2026.02.12 06:40:07.214468 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.214589 [ 3 ] {cd290707-c496-4b9a-94ec-0de178ab8d45} executeQuery: (from [fd00:1122:3344:101::d]:53644) 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', '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) 2026.02.12 06:40:07.214845 [ 3 ] {cd290707-c496-4b9a-94ec-0de178ab8d45} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.214888 [ 3 ] {cd290707-c496-4b9a-94ec-0de178ab8d45} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.215207 [ 3 ] {cd290707-c496-4b9a-94ec-0de178ab8d45} TCPHandler: Processed in 0.00078635 sec. 2026.02.12 06:40:07.217275 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.217421 [ 3 ] {9cb0b50b-5859-468b-87ba-02dec74e2e32} executeQuery: (from [fd00:1122:3344:101::d]:53644) 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) 2026.02.12 06:40:07.217736 [ 3 ] {9cb0b50b-5859-468b-87ba-02dec74e2e32} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.217786 [ 3 ] {9cb0b50b-5859-468b-87ba-02dec74e2e32} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.218097 [ 3 ] {9cb0b50b-5859-468b-87ba-02dec74e2e32} TCPHandler: Processed in 0.000899133 sec. 2026.02.12 06:40:07.223603 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.223873 [ 3 ] {146eaa97-5a44-43ac-8970-13e75bc10819} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.224202 [ 3 ] {146eaa97-5a44-43ac-8970-13e75bc10819} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.224260 [ 3 ] {146eaa97-5a44-43ac-8970-13e75bc10819} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.224619 [ 3 ] {146eaa97-5a44-43ac-8970-13e75bc10819} TCPHandler: Processed in 0.001067737 sec. 2026.02.12 06:40:07.225219 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.225349 [ 3 ] {9638b120-4242-44f9-aae9-a0b34227aa05} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.225629 [ 3 ] {9638b120-4242-44f9-aae9-a0b34227aa05} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.225673 [ 3 ] {9638b120-4242-44f9-aae9-a0b34227aa05} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.225969 [ 3 ] {9638b120-4242-44f9-aae9-a0b34227aa05} TCPHandler: Processed in 0.000809692 sec. 2026.02.12 06:40:07.226200 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.226320 [ 3 ] {9967dcb3-acb1-4843-b317-8bcfaa1762bd} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.226601 [ 3 ] {9967dcb3-acb1-4843-b317-8bcfaa1762bd} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.226643 [ 3 ] {9967dcb3-acb1-4843-b317-8bcfaa1762bd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.227019 [ 3 ] {9967dcb3-acb1-4843-b317-8bcfaa1762bd} TCPHandler: Processed in 0.000843202 sec. 2026.02.12 06:40:07.227253 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.227376 [ 3 ] {ca8c3b22-77a5-4aa5-aa21-866b6a75e6c8} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.227649 [ 3 ] {ca8c3b22-77a5-4aa5-aa21-866b6a75e6c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.227693 [ 3 ] {ca8c3b22-77a5-4aa5-aa21-866b6a75e6c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.228001 [ 3 ] {ca8c3b22-77a5-4aa5-aa21-866b6a75e6c8} TCPHandler: Processed in 0.000796291 sec. 2026.02.12 06:40:07.228330 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.228456 [ 3 ] {5e8dd81b-50c5-44cf-838e-16d308525b13} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.228745 [ 3 ] {5e8dd81b-50c5-44cf-838e-16d308525b13} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.228789 [ 3 ] {5e8dd81b-50c5-44cf-838e-16d308525b13} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.229109 [ 3 ] {5e8dd81b-50c5-44cf-838e-16d308525b13} TCPHandler: Processed in 0.000840072 sec. 2026.02.12 06:40:07.229360 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.229484 [ 3 ] {765c9388-ce3f-4764-a401-7520bb26458e} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.229767 [ 3 ] {765c9388-ce3f-4764-a401-7520bb26458e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.229811 [ 3 ] {765c9388-ce3f-4764-a401-7520bb26458e} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.230140 [ 3 ] {765c9388-ce3f-4764-a401-7520bb26458e} TCPHandler: Processed in 0.000828722 sec. 2026.02.12 06:40:07.230408 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.230533 [ 3 ] {fd506415-ef31-48e6-81ae-03feabffb2df} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.230806 [ 3 ] {fd506415-ef31-48e6-81ae-03feabffb2df} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.230849 [ 3 ] {fd506415-ef31-48e6-81ae-03feabffb2df} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.231143 [ 3 ] {fd506415-ef31-48e6-81ae-03feabffb2df} TCPHandler: Processed in 0.00078413 sec. 2026.02.12 06:40:07.231391 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.231515 [ 3 ] {4677eb62-35b3-4c94-8ca2-125146d19049} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.231783 [ 3 ] {4677eb62-35b3-4c94-8ca2-125146d19049} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.231825 [ 3 ] {4677eb62-35b3-4c94-8ca2-125146d19049} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.232111 [ 3 ] {4677eb62-35b3-4c94-8ca2-125146d19049} TCPHandler: Processed in 0.00076728 sec. 2026.02.12 06:40:07.232345 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.232469 [ 3 ] {ddda2187-f29d-40f3-baed-a75bbdb7ad6f} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.232738 [ 3 ] {ddda2187-f29d-40f3-baed-a75bbdb7ad6f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.232779 [ 3 ] {ddda2187-f29d-40f3-baed-a75bbdb7ad6f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.233071 [ 3 ] {ddda2187-f29d-40f3-baed-a75bbdb7ad6f} TCPHandler: Processed in 0.00077254 sec. 2026.02.12 06:40:07.233303 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.233426 [ 3 ] {61feb81d-3510-470e-ba4e-2aefa943d55c} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.233695 [ 3 ] {61feb81d-3510-470e-ba4e-2aefa943d55c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.233737 [ 3 ] {61feb81d-3510-470e-ba4e-2aefa943d55c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.234011 [ 3 ] {61feb81d-3510-470e-ba4e-2aefa943d55c} TCPHandler: Processed in 0.00076814 sec. 2026.02.12 06:40:07.241723 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.241848 [ 3 ] {9693a572-0ce0-4daa-af29-006caa8146cc} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:07.242107 [ 3 ] {9693a572-0ce0-4daa-af29-006caa8146cc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.242146 [ 3 ] {9693a572-0ce0-4daa-af29-006caa8146cc} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:07.242431 [ 3 ] {9693a572-0ce0-4daa-af29-006caa8146cc} TCPHandler: Processed in 0.00079862 sec. 2026.02.12 06:40:07.249217 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.249348 [ 3 ] {9cc69344-9dff-4b55-a1f4-2dd0ea8cf735} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.12 06:40:07.249397 [ 3 ] {9cc69344-9dff-4b55-a1f4-2dd0ea8cf735} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:07.250023 [ 3 ] {9cc69344-9dff-4b55-a1f4-2dd0ea8cf735} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.250061 [ 3 ] {9cc69344-9dff-4b55-a1f4-2dd0ea8cf735} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.250655 [ 3 ] {9cc69344-9dff-4b55-a1f4-2dd0ea8cf735} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.251118 [ 3 ] {9cc69344-9dff-4b55-a1f4-2dd0ea8cf735} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.251261 [ 3 ] {9cc69344-9dff-4b55-a1f4-2dd0ea8cf735} executeQuery: Read 32 rows, 7.26 KiB in 0.001948 sec., 16427.104722792606 rows/sec., 3.64 MiB/sec. 2026.02.12 06:40:07.251297 [ 3 ] {9cc69344-9dff-4b55-a1f4-2dd0ea8cf735} TCPHandler: Processed in 0.002139344 sec. 2026.02.12 06:40:07.251426 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.251523 [ 3 ] {70c0c324-ccfe-4250-8258-0a651d455400} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:40:07.251563 [ 3 ] {70c0c324-ccfe-4250-8258-0a651d455400} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:40:07.252260 [ 3 ] {70c0c324-ccfe-4250-8258-0a651d455400} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.252292 [ 3 ] {70c0c324-ccfe-4250-8258-0a651d455400} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.252761 [ 3 ] {70c0c324-ccfe-4250-8258-0a651d455400} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.253231 [ 3 ] {70c0c324-ccfe-4250-8258-0a651d455400} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.253356 [ 3 ] {70c0c324-ccfe-4250-8258-0a651d455400} executeQuery: Read 266 rows, 17.30 KiB in 0.001854 sec., 143473.57065803668 rows/sec., 9.11 MiB/sec. 2026.02.12 06:40:07.253391 [ 3 ] {70c0c324-ccfe-4250-8258-0a651d455400} TCPHandler: Processed in 0.002014052 sec. 2026.02.12 06:40:07.253510 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.253605 [ 3 ] {74a77b43-887d-4e51-ba51-2a981bd506a3} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:40:07.253644 [ 3 ] {74a77b43-887d-4e51-ba51-2a981bd506a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:40:07.254047 [ 3 ] {74a77b43-887d-4e51-ba51-2a981bd506a3} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.254083 [ 3 ] {74a77b43-887d-4e51-ba51-2a981bd506a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.254486 [ 3 ] {74a77b43-887d-4e51-ba51-2a981bd506a3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.254994 [ 3 ] {74a77b43-887d-4e51-ba51-2a981bd506a3} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.255121 [ 3 ] {74a77b43-887d-4e51-ba51-2a981bd506a3} executeQuery: Read 10 rows, 835.00 B in 0.001534 sec., 6518.90482398957 rows/sec., 531.57 KiB/sec. 2026.02.12 06:40:07.255157 [ 3 ] {74a77b43-887d-4e51-ba51-2a981bd506a3} TCPHandler: Processed in 0.001696814 sec. 2026.02.12 06:40:07.255279 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.255371 [ 3 ] {a274c118-4b32-4576-bfa3-1f9a60a49bca} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:07.255410 [ 3 ] {a274c118-4b32-4576-bfa3-1f9a60a49bca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:07.256137 [ 3 ] {a274c118-4b32-4576-bfa3-1f9a60a49bca} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.256174 [ 3 ] {a274c118-4b32-4576-bfa3-1f9a60a49bca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.256696 [ 3 ] {a274c118-4b32-4576-bfa3-1f9a60a49bca} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.257133 [ 3 ] {a274c118-4b32-4576-bfa3-1f9a60a49bca} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.257259 [ 3 ] {a274c118-4b32-4576-bfa3-1f9a60a49bca} executeQuery: Read 777 rows, 62.94 KiB in 0.001905 sec., 407874.0157480315 rows/sec., 32.26 MiB/sec. 2026.02.12 06:40:07.257295 [ 3 ] {a274c118-4b32-4576-bfa3-1f9a60a49bca} TCPHandler: Processed in 0.002066073 sec. 2026.02.12 06:40:07.257409 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.257502 [ 3 ] {6c76addb-3213-4eb2-9b89-64147cedd556} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:40:07.257541 [ 3 ] {6c76addb-3213-4eb2-9b89-64147cedd556} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:40:07.257943 [ 3 ] {6c76addb-3213-4eb2-9b89-64147cedd556} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.257976 [ 3 ] {6c76addb-3213-4eb2-9b89-64147cedd556} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.258365 [ 3 ] {6c76addb-3213-4eb2-9b89-64147cedd556} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.258753 [ 3 ] {6c76addb-3213-4eb2-9b89-64147cedd556} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.258941 [ 3 ] {6c76addb-3213-4eb2-9b89-64147cedd556} executeQuery: Read 153 rows, 9.45 KiB in 0.001456 sec., 105082.41758241758 rows/sec., 6.34 MiB/sec. 2026.02.12 06:40:07.258977 [ 3 ] {6c76addb-3213-4eb2-9b89-64147cedd556} TCPHandler: Processed in 0.001616461 sec. 2026.02.12 06:40:07.259094 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.259187 [ 3 ] {c651fefd-1c81-4d26-b965-8e1222120af2} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:40:07.259226 [ 3 ] {c651fefd-1c81-4d26-b965-8e1222120af2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:40:07.259668 [ 3 ] {c651fefd-1c81-4d26-b965-8e1222120af2} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.259702 [ 3 ] {c651fefd-1c81-4d26-b965-8e1222120af2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.260110 [ 3 ] {c651fefd-1c81-4d26-b965-8e1222120af2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.260552 [ 3 ] {c651fefd-1c81-4d26-b965-8e1222120af2} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.260677 [ 3 ] {c651fefd-1c81-4d26-b965-8e1222120af2} executeQuery: Read 140 rows, 9.27 KiB in 0.001508 sec., 92838.19628647214 rows/sec., 6.00 MiB/sec. 2026.02.12 06:40:07.260713 [ 3 ] {c651fefd-1c81-4d26-b965-8e1222120af2} TCPHandler: Processed in 0.001668343 sec. 2026.02.12 06:40:07.260828 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.260921 [ 3 ] {e1383e48-e4d2-4496-81c2-30bde7261b2b} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:40:07.260959 [ 3 ] {e1383e48-e4d2-4496-81c2-30bde7261b2b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:40:07.261370 [ 3 ] {e1383e48-e4d2-4496-81c2-30bde7261b2b} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.261406 [ 3 ] {e1383e48-e4d2-4496-81c2-30bde7261b2b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.261821 [ 3 ] {e1383e48-e4d2-4496-81c2-30bde7261b2b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.262237 [ 3 ] {e1383e48-e4d2-4496-81c2-30bde7261b2b} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.262358 [ 3 ] {e1383e48-e4d2-4496-81c2-30bde7261b2b} executeQuery: Read 139 rows, 8.10 KiB in 0.001455 sec., 95532.64604810998 rows/sec., 5.43 MiB/sec. 2026.02.12 06:40:07.262393 [ 3 ] {e1383e48-e4d2-4496-81c2-30bde7261b2b} TCPHandler: Processed in 0.001615311 sec. 2026.02.12 06:40:07.262503 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.262597 [ 3 ] {a18f2012-bfd0-4c5e-a34d-56880776b0ca} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:07.262634 [ 3 ] {a18f2012-bfd0-4c5e-a34d-56880776b0ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:07.263152 [ 3 ] {a18f2012-bfd0-4c5e-a34d-56880776b0ca} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.263188 [ 3 ] {a18f2012-bfd0-4c5e-a34d-56880776b0ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.263607 [ 3 ] {a18f2012-bfd0-4c5e-a34d-56880776b0ca} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.264104 [ 3 ] {a18f2012-bfd0-4c5e-a34d-56880776b0ca} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.264229 [ 3 ] {a18f2012-bfd0-4c5e-a34d-56880776b0ca} executeQuery: Read 483 rows, 34.90 KiB in 0.00165 sec., 292727.2727272727 rows/sec., 20.65 MiB/sec. 2026.02.12 06:40:07.264266 [ 3 ] {a18f2012-bfd0-4c5e-a34d-56880776b0ca} TCPHandler: Processed in 0.001812427 sec. 2026.02.12 06:40:07.264384 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.264478 [ 3 ] {0898996f-9997-4195-85e9-3f56e20a68c4} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:40:07.264519 [ 3 ] {0898996f-9997-4195-85e9-3f56e20a68c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:40:07.264867 [ 3 ] {0898996f-9997-4195-85e9-3f56e20a68c4} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.264903 [ 3 ] {0898996f-9997-4195-85e9-3f56e20a68c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.265370 [ 3 ] {0898996f-9997-4195-85e9-3f56e20a68c4} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.265779 [ 3 ] {0898996f-9997-4195-85e9-3f56e20a68c4} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.265900 [ 3 ] {0898996f-9997-4195-85e9-3f56e20a68c4} executeQuery: Read 6 rows, 321.00 B in 0.001445 sec., 4152.249134948097 rows/sec., 216.94 KiB/sec. 2026.02.12 06:40:07.265933 [ 3 ] {0898996f-9997-4195-85e9-3f56e20a68c4} TCPHandler: Processed in 0.001607542 sec. 2026.02.12 06:40:07.266035 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.266144 [ 3 ] {8b43431b-d019-45c0-82ea-2ed1486215da} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:07.266199 [ 3 ] {8b43431b-d019-45c0-82ea-2ed1486215da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:07.266610 [ 3 ] {8b43431b-d019-45c0-82ea-2ed1486215da} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.266640 [ 3 ] {8b43431b-d019-45c0-82ea-2ed1486215da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.267188 [ 3 ] {8b43431b-d019-45c0-82ea-2ed1486215da} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.267610 [ 3 ] {8b43431b-d019-45c0-82ea-2ed1486215da} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.267737 [ 3 ] {8b43431b-d019-45c0-82ea-2ed1486215da} executeQuery: Read 263 rows, 17.94 KiB in 0.001594 sec., 164993.72647427855 rows/sec., 10.99 MiB/sec. 2026.02.12 06:40:07.267772 [ 3 ] {8b43431b-d019-45c0-82ea-2ed1486215da} TCPHandler: Processed in 0.001779856 sec. 2026.02.12 06:40:07.267888 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.267981 [ 3 ] {ab087710-3fd8-4022-b7d3-d097fa6ca3d2} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:40:07.268022 [ 3 ] {ab087710-3fd8-4022-b7d3-d097fa6ca3d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:40:07.268329 [ 3 ] {ab087710-3fd8-4022-b7d3-d097fa6ca3d2} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.268365 [ 3 ] {ab087710-3fd8-4022-b7d3-d097fa6ca3d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.268759 [ 3 ] {ab087710-3fd8-4022-b7d3-d097fa6ca3d2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.269175 [ 3 ] {ab087710-3fd8-4022-b7d3-d097fa6ca3d2} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.269299 [ 3 ] {ab087710-3fd8-4022-b7d3-d097fa6ca3d2} executeQuery: Read 1 rows, 69.00 B in 0.001335 sec., 749.063670411985 rows/sec., 50.47 KiB/sec. 2026.02.12 06:40:07.269334 [ 3 ] {ab087710-3fd8-4022-b7d3-d097fa6ca3d2} TCPHandler: Processed in 0.001494398 sec. 2026.02.12 06:40:07.269439 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.269531 [ 3 ] {e74ee503-eba9-4b33-aa75-e08058fe27f2} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:07.269583 [ 3 ] {e74ee503-eba9-4b33-aa75-e08058fe27f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:40:07.270339 [ 3 ] {e74ee503-eba9-4b33-aa75-e08058fe27f2} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.270375 [ 3 ] {e74ee503-eba9-4b33-aa75-e08058fe27f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.275057 [ 3 ] {e74ee503-eba9-4b33-aa75-e08058fe27f2} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.275475 [ 3 ] {e74ee503-eba9-4b33-aa75-e08058fe27f2} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.275606 [ 3 ] {e74ee503-eba9-4b33-aa75-e08058fe27f2} executeQuery: Read 10 rows, 18.35 KiB in 0.006091 sec., 1641.7665407978984 rows/sec., 2.94 MiB/sec. 2026.02.12 06:40:07.275657 [ 3 ] {e74ee503-eba9-4b33-aa75-e08058fe27f2} TCPHandler: Processed in 0.006266591 sec. 2026.02.12 06:40:07.275774 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:07.275868 [ 3 ] {b9ba5fc3-0f84-4e80-b13d-cde3b9bdcb26} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:07.275909 [ 3 ] {b9ba5fc3-0f84-4e80-b13d-cde3b9bdcb26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:07.276230 [ 3 ] {b9ba5fc3-0f84-4e80-b13d-cde3b9bdcb26} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:07.276266 [ 3 ] {b9ba5fc3-0f84-4e80-b13d-cde3b9bdcb26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:07.276807 [ 3 ] {b9ba5fc3-0f84-4e80-b13d-cde3b9bdcb26} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:07.277287 [ 3 ] {b9ba5fc3-0f84-4e80-b13d-cde3b9bdcb26} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:07.277421 [ 3 ] {b9ba5fc3-0f84-4e80-b13d-cde3b9bdcb26} executeQuery: Read 88 rows, 5.66 KiB in 0.001569 sec., 56086.67941363926 rows/sec., 3.52 MiB/sec. 2026.02.12 06:40:07.277458 [ 3 ] {b9ba5fc3-0f84-4e80-b13d-cde3b9bdcb26} TCPHandler: Processed in 0.001735094 sec. 2026.02.12 06:40:08.845738 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 2026.02.12 06:40:08.846271 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:08.846324 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:08.847043 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:08.847564 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:08.847720 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 2026.02.12 06:40:08.902937 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.02.12 06:40:08.920853 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:08.920927 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:08.927826 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:08.929096 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:08.933377 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.02.12 06:40:09.000236 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 159.81 MiB, peak 163.81 MiB, free memory in arenas 0.00 B, will set to 161.30 MiB (RSS), difference: 1.49 MiB 2026.02.12 06:40:12.193388 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:12.193609 [ 3 ] {d6641f26-6189-426a-be13-aadbd4ec2289} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:12.193683 [ 3 ] {d6641f26-6189-426a-be13-aadbd4ec2289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:12.194414 [ 3 ] {d6641f26-6189-426a-be13-aadbd4ec2289} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:12.194460 [ 3 ] {d6641f26-6189-426a-be13-aadbd4ec2289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:12.194951 [ 3 ] {d6641f26-6189-426a-be13-aadbd4ec2289} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:12.195577 [ 3 ] {d6641f26-6189-426a-be13-aadbd4ec2289} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:12.195736 [ 3 ] {d6641f26-6189-426a-be13-aadbd4ec2289} executeQuery: Read 56 rows, 4.41 KiB in 0.002184 sec., 25641.02564102564 rows/sec., 1.97 MiB/sec. 2026.02.12 06:40:12.195786 [ 3 ] {d6641f26-6189-426a-be13-aadbd4ec2289} TCPHandler: Processed in 0.002533946 sec. 2026.02.12 06:40:12.195906 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:12.196004 [ 3 ] {35649fbe-4c1e-4227-af66-2b6ae6d677be} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:12.196049 [ 3 ] {35649fbe-4c1e-4227-af66-2b6ae6d677be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:12.196479 [ 3 ] {35649fbe-4c1e-4227-af66-2b6ae6d677be} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:12.196516 [ 3 ] {35649fbe-4c1e-4227-af66-2b6ae6d677be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:12.196931 [ 3 ] {35649fbe-4c1e-4227-af66-2b6ae6d677be} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:12.197357 [ 3 ] {35649fbe-4c1e-4227-af66-2b6ae6d677be} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:12.197489 [ 3 ] {35649fbe-4c1e-4227-af66-2b6ae6d677be} executeQuery: Read 64 rows, 5.12 KiB in 0.001505 sec., 42524.916943521595 rows/sec., 3.32 MiB/sec. 2026.02.12 06:40:12.197534 [ 3 ] {35649fbe-4c1e-4227-af66-2b6ae6d677be} TCPHandler: Processed in 0.001677634 sec. 2026.02.12 06:40:12.197648 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:12.197743 [ 3 ] {659a92db-6b41-42ef-94da-5f5b2399c634} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:12.197787 [ 3 ] {659a92db-6b41-42ef-94da-5f5b2399c634} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:12.198206 [ 3 ] {659a92db-6b41-42ef-94da-5f5b2399c634} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:12.198244 [ 3 ] {659a92db-6b41-42ef-94da-5f5b2399c634} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:12.198670 [ 3 ] {659a92db-6b41-42ef-94da-5f5b2399c634} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:12.199088 [ 3 ] {659a92db-6b41-42ef-94da-5f5b2399c634} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:12.199220 [ 3 ] {659a92db-6b41-42ef-94da-5f5b2399c634} executeQuery: Read 160 rows, 11.41 KiB in 0.001496 sec., 106951.87165775402 rows/sec., 7.45 MiB/sec. 2026.02.12 06:40:12.199264 [ 3 ] {659a92db-6b41-42ef-94da-5f5b2399c634} TCPHandler: Processed in 0.001664673 sec. 2026.02.12 06:40:12.199367 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:12.199459 [ 3 ] {55ac5f11-f4f2-4b63-90a9-fc0991dcbc1a} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:12.199501 [ 3 ] {55ac5f11-f4f2-4b63-90a9-fc0991dcbc1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:12.199862 [ 3 ] {55ac5f11-f4f2-4b63-90a9-fc0991dcbc1a} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:12.199900 [ 3 ] {55ac5f11-f4f2-4b63-90a9-fc0991dcbc1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:12.200323 [ 3 ] {55ac5f11-f4f2-4b63-90a9-fc0991dcbc1a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:12.200818 [ 3 ] {55ac5f11-f4f2-4b63-90a9-fc0991dcbc1a} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:12.200946 [ 3 ] {55ac5f11-f4f2-4b63-90a9-fc0991dcbc1a} executeQuery: Read 60 rows, 4.14 KiB in 0.001506 sec., 39840.6374501992 rows/sec., 2.68 MiB/sec. 2026.02.12 06:40:12.200989 [ 3 ] {55ac5f11-f4f2-4b63-90a9-fc0991dcbc1a} TCPHandler: Processed in 0.001670843 sec. 2026.02.12 06:40:16.262323 [ 90 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:40:16.262385 [ 90 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:40:16.333661 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 98 entries to flush up to offset 186 2026.02.12 06:40:16.339579 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:16.339656 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:16.341666 [ 242 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:16.342307 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:16.342687 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 186 2026.02.12 06:40:16.348077 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 2026.02.12 06:40:16.348805 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:16.348875 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:16.349800 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:16.350451 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:16.350663 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 2026.02.12 06:40:16.433698 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.02.12 06:40:16.452045 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:16.452109 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:16.458868 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:16.460088 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:16.463954 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.02.12 06:40:17.000247 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 162.01 MiB, peak 166.01 MiB, free memory in arenas 0.00 B, will set to 163.11 MiB (RSS), difference: 1.10 MiB 2026.02.12 06:40:17.201540 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.201724 [ 3 ] {4b8ea55f-c833-4937-98ae-04868e56635a} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.201793 [ 3 ] {4b8ea55f-c833-4937-98ae-04868e56635a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:40:17.202574 [ 3 ] {4b8ea55f-c833-4937-98ae-04868e56635a} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.202628 [ 3 ] {4b8ea55f-c833-4937-98ae-04868e56635a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.203145 [ 3 ] {4b8ea55f-c833-4937-98ae-04868e56635a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:17.203664 [ 3 ] {4b8ea55f-c833-4937-98ae-04868e56635a} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.203826 [ 3 ] {4b8ea55f-c833-4937-98ae-04868e56635a} executeQuery: Read 266 rows, 17.30 KiB in 0.002154 sec., 123491.1792014856 rows/sec., 7.85 MiB/sec. 2026.02.12 06:40:17.203879 [ 3 ] {4b8ea55f-c833-4937-98ae-04868e56635a} TCPHandler: Processed in 0.002480004 sec. 2026.02.12 06:40:17.204015 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.204119 [ 3 ] {b75e7cf5-ee23-41f7-a0e8-df58d4631331} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:17.204163 [ 3 ] {b75e7cf5-ee23-41f7-a0e8-df58d4631331} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:17.204884 [ 3 ] {b75e7cf5-ee23-41f7-a0e8-df58d4631331} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.204923 [ 3 ] {b75e7cf5-ee23-41f7-a0e8-df58d4631331} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.205410 [ 3 ] {b75e7cf5-ee23-41f7-a0e8-df58d4631331} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:17.205856 [ 3 ] {b75e7cf5-ee23-41f7-a0e8-df58d4631331} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.205994 [ 3 ] {b75e7cf5-ee23-41f7-a0e8-df58d4631331} executeQuery: Read 772 rows, 62.57 KiB in 0.0019 sec., 406315.7894736842 rows/sec., 32.16 MiB/sec. 2026.02.12 06:40:17.206031 [ 3 ] {b75e7cf5-ee23-41f7-a0e8-df58d4631331} TCPHandler: Processed in 0.002069223 sec. 2026.02.12 06:40:17.206154 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.206252 [ 3 ] {40b9342e-38b0-420a-a7c7-381762aba177} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.206298 [ 3 ] {40b9342e-38b0-420a-a7c7-381762aba177} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:40:17.206770 [ 3 ] {40b9342e-38b0-420a-a7c7-381762aba177} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.206809 [ 3 ] {40b9342e-38b0-420a-a7c7-381762aba177} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.207256 [ 3 ] {40b9342e-38b0-420a-a7c7-381762aba177} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:17.207893 [ 3 ] {40b9342e-38b0-420a-a7c7-381762aba177} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.208034 [ 3 ] {40b9342e-38b0-420a-a7c7-381762aba177} executeQuery: Read 143 rows, 8.75 KiB in 0.001802 sec., 79356.27081021087 rows/sec., 4.74 MiB/sec. 2026.02.12 06:40:17.208073 [ 3 ] {40b9342e-38b0-420a-a7c7-381762aba177} TCPHandler: Processed in 0.001970241 sec. 2026.02.12 06:40:17.208257 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.208357 [ 3 ] {180b3691-bb1c-417e-9d52-86feec7836aa} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.208400 [ 3 ] {180b3691-bb1c-417e-9d52-86feec7836aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:40:17.208863 [ 3 ] {180b3691-bb1c-417e-9d52-86feec7836aa} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.208900 [ 3 ] {180b3691-bb1c-417e-9d52-86feec7836aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.209334 [ 3 ] {180b3691-bb1c-417e-9d52-86feec7836aa} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:17.209839 [ 3 ] {180b3691-bb1c-417e-9d52-86feec7836aa} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.209993 [ 3 ] {180b3691-bb1c-417e-9d52-86feec7836aa} executeQuery: Read 140 rows, 9.27 KiB in 0.001656 sec., 84541.06280193238 rows/sec., 5.46 MiB/sec. 2026.02.12 06:40:17.210032 [ 3 ] {180b3691-bb1c-417e-9d52-86feec7836aa} TCPHandler: Processed in 0.001825207 sec. 2026.02.12 06:40:17.210159 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.210256 [ 3 ] {4cf03254-3c62-42eb-acb4-b2e3a1ad8dba} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.210300 [ 3 ] {4cf03254-3c62-42eb-acb4-b2e3a1ad8dba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:40:17.210764 [ 3 ] {4cf03254-3c62-42eb-acb4-b2e3a1ad8dba} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.210802 [ 3 ] {4cf03254-3c62-42eb-acb4-b2e3a1ad8dba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.211231 [ 3 ] {4cf03254-3c62-42eb-acb4-b2e3a1ad8dba} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:17.211684 [ 3 ] {4cf03254-3c62-42eb-acb4-b2e3a1ad8dba} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.211819 [ 3 ] {4cf03254-3c62-42eb-acb4-b2e3a1ad8dba} executeQuery: Read 139 rows, 8.10 KiB in 0.001583 sec., 87807.95957043588 rows/sec., 5.00 MiB/sec. 2026.02.12 06:40:17.211855 [ 3 ] {4cf03254-3c62-42eb-acb4-b2e3a1ad8dba} TCPHandler: Processed in 0.001747315 sec. 2026.02.12 06:40:17.211980 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.212076 [ 3 ] {fa8d37eb-2d15-44be-aef0-76ebcfe70d5a} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:17.212118 [ 3 ] {fa8d37eb-2d15-44be-aef0-76ebcfe70d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:17.212694 [ 3 ] {fa8d37eb-2d15-44be-aef0-76ebcfe70d5a} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.212730 [ 3 ] {fa8d37eb-2d15-44be-aef0-76ebcfe70d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.213228 [ 3 ] {fa8d37eb-2d15-44be-aef0-76ebcfe70d5a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:17.213661 [ 3 ] {fa8d37eb-2d15-44be-aef0-76ebcfe70d5a} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.213824 [ 3 ] {fa8d37eb-2d15-44be-aef0-76ebcfe70d5a} executeQuery: Read 473 rows, 34.08 KiB in 0.001766 sec., 267836.919592299 rows/sec., 18.85 MiB/sec. 2026.02.12 06:40:17.213874 [ 3 ] {fa8d37eb-2d15-44be-aef0-76ebcfe70d5a} TCPHandler: Processed in 0.00194296 sec. 2026.02.12 06:40:17.214023 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.214138 [ 3 ] {92e794cb-40c6-44b6-b69d-bad6cf82f11c} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:40:17.214184 [ 3 ] {92e794cb-40c6-44b6-b69d-bad6cf82f11c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:40:17.214595 [ 3 ] {92e794cb-40c6-44b6-b69d-bad6cf82f11c} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.214635 [ 3 ] {92e794cb-40c6-44b6-b69d-bad6cf82f11c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.215160 [ 3 ] {92e794cb-40c6-44b6-b69d-bad6cf82f11c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:17.215587 [ 3 ] {92e794cb-40c6-44b6-b69d-bad6cf82f11c} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.215720 [ 3 ] {92e794cb-40c6-44b6-b69d-bad6cf82f11c} executeQuery: Read 6 rows, 321.00 B in 0.001603 sec., 3742.9819089207735 rows/sec., 195.56 KiB/sec. 2026.02.12 06:40:17.215757 [ 3 ] {92e794cb-40c6-44b6-b69d-bad6cf82f11c} TCPHandler: Processed in 0.001798486 sec. 2026.02.12 06:40:17.215875 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.215969 [ 3 ] {e9722da8-5bc0-4626-8091-af187a5e9b85} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.216012 [ 3 ] {e9722da8-5bc0-4626-8091-af187a5e9b85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:17.216418 [ 3 ] {e9722da8-5bc0-4626-8091-af187a5e9b85} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.216457 [ 3 ] {e9722da8-5bc0-4626-8091-af187a5e9b85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.216906 [ 3 ] {e9722da8-5bc0-4626-8091-af187a5e9b85} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:17.217421 [ 3 ] {e9722da8-5bc0-4626-8091-af187a5e9b85} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.217553 [ 3 ] {e9722da8-5bc0-4626-8091-af187a5e9b85} executeQuery: Read 258 rows, 17.59 KiB in 0.001603 sec., 160948.22208359325 rows/sec., 10.72 MiB/sec. 2026.02.12 06:40:17.217589 [ 3 ] {e9722da8-5bc0-4626-8091-af187a5e9b85} TCPHandler: Processed in 0.001764546 sec. 2026.02.12 06:40:17.217716 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.217811 [ 3 ] {9375a1c9-bd0a-498e-9192-c432b26f8e82} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.217853 [ 3 ] {9375a1c9-bd0a-498e-9192-c432b26f8e82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:40:17.218218 [ 3 ] {9375a1c9-bd0a-498e-9192-c432b26f8e82} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.218254 [ 3 ] {9375a1c9-bd0a-498e-9192-c432b26f8e82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.218739 [ 3 ] {9375a1c9-bd0a-498e-9192-c432b26f8e82} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:17.219182 [ 3 ] {9375a1c9-bd0a-498e-9192-c432b26f8e82} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.219312 [ 3 ] {9375a1c9-bd0a-498e-9192-c432b26f8e82} executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. 2026.02.12 06:40:17.219348 [ 3 ] {9375a1c9-bd0a-498e-9192-c432b26f8e82} TCPHandler: Processed in 0.001681993 sec. 2026.02.12 06:40:17.219466 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.219560 [ 3 ] {525c428c-7009-4427-8045-b36c7b9d4cfe} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.219616 [ 3 ] {525c428c-7009-4427-8045-b36c7b9d4cfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:40:17.220348 [ 3 ] {525c428c-7009-4427-8045-b36c7b9d4cfe} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.220386 [ 3 ] {525c428c-7009-4427-8045-b36c7b9d4cfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.221075 [ 3 ] {525c428c-7009-4427-8045-b36c7b9d4cfe} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:17.221526 [ 3 ] {525c428c-7009-4427-8045-b36c7b9d4cfe} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.221669 [ 3 ] {525c428c-7009-4427-8045-b36c7b9d4cfe} executeQuery: Read 10 rows, 18.35 KiB in 0.002126 sec., 4703.668861712135 rows/sec., 8.43 MiB/sec. 2026.02.12 06:40:17.221718 [ 3 ] {525c428c-7009-4427-8045-b36c7b9d4cfe} TCPHandler: Processed in 0.002300509 sec. 2026.02.12 06:40:17.221835 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.221930 [ 3 ] {7da9796e-6bca-4d1f-a137-56b4b49098e4} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.221972 [ 3 ] {7da9796e-6bca-4d1f-a137-56b4b49098e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:17.222315 [ 3 ] {7da9796e-6bca-4d1f-a137-56b4b49098e4} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.222354 [ 3 ] {7da9796e-6bca-4d1f-a137-56b4b49098e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.222791 [ 3 ] {7da9796e-6bca-4d1f-a137-56b4b49098e4} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:17.223268 [ 3 ] {7da9796e-6bca-4d1f-a137-56b4b49098e4} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.223396 [ 3 ] {7da9796e-6bca-4d1f-a137-56b4b49098e4} executeQuery: Read 88 rows, 5.66 KiB in 0.001484 sec., 59299.19137466307 rows/sec., 3.72 MiB/sec. 2026.02.12 06:40:17.223431 [ 3 ] {7da9796e-6bca-4d1f-a137-56b4b49098e4} TCPHandler: Processed in 0.001646742 sec. 2026.02.12 06:40:17.421692 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37203 2026.02.12 06:40:17.421827 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:17.421864 [ 286 ] {} TCP-Session: 5a481676-28e6-47f6-97dc-6f77b7d22bc1 Authenticating user 'default' from [fd00:1122:3344:101::e]:37203 2026.02.12 06:40:17.421893 [ 286 ] {} TCP-Session: 5a481676-28e6-47f6-97dc-6f77b7d22bc1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.421911 [ 286 ] {} TCP-Session: 5a481676-28e6-47f6-97dc-6f77b7d22bc1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.421979 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.02.12 06:40:17.422010 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.12 06:40:17.422033 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.02.12 06:40:17.422396 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56945 2026.02.12 06:40:17.422512 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34202 2026.02.12 06:40:17.422542 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:17.422591 [ 287 ] {} TCP-Session: f7ecc172-0779-4ffc-a4c3-34c32abc3757 Authenticating user 'default' from [fd00:1122:3344:101::e]:56945 2026.02.12 06:40:17.422617 [ 287 ] {} TCP-Session: f7ecc172-0779-4ffc-a4c3-34c32abc3757 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.422633 [ 287 ] {} TCP-Session: f7ecc172-0779-4ffc-a4c3-34c32abc3757 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.422628 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47310 2026.02.12 06:40:17.422775 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:17.422791 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33912 2026.02.12 06:40:17.422803 [ 286 ] {} TCP-Session: 5a481676-28e6-47f6-97dc-6f77b7d22bc1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.422827 [ 288 ] {} TCP-Session: 40273eb0-b41a-436b-8fae-a3bcc2086d76 Authenticating user 'default' from [fd00:1122:3344:101::e]:34202 2026.02.12 06:40:17.422857 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49914 2026.02.12 06:40:17.422871 [ 288 ] {} TCP-Session: 40273eb0-b41a-436b-8fae-a3bcc2086d76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.422896 [ 288 ] {} TCP-Session: 40273eb0-b41a-436b-8fae-a3bcc2086d76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423015 [ 286 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} executeQuery: (from [fd00:1122:3344:101::e]:37203) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:40:17.423065 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:17.423085 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56801 2026.02.12 06:40:17.423120 [ 289 ] {} TCP-Session: b32f07f7-b2e4-4aa1-9ec0-c623328b361f Authenticating user 'default' from [fd00:1122:3344:101::e]:47310 2026.02.12 06:40:17.423154 [ 289 ] {} TCP-Session: b32f07f7-b2e4-4aa1-9ec0-c623328b361f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423172 [ 289 ] {} TCP-Session: b32f07f7-b2e4-4aa1-9ec0-c623328b361f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423247 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:17.423283 [ 291 ] {} TCP-Session: 24c5ba72-f83b-46a7-ac08-fa4d42a981bc Authenticating user 'default' from [fd00:1122:3344:101::e]:49914 2026.02.12 06:40:17.423301 [ 291 ] {} TCP-Session: 24c5ba72-f83b-46a7-ac08-fa4d42a981bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423314 [ 291 ] {} TCP-Session: 24c5ba72-f83b-46a7-ac08-fa4d42a981bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423348 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58228 2026.02.12 06:40:17.423329 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:17.423423 [ 290 ] {} TCP-Session: 6124cec8-a7a5-481c-b993-5ccf124f28fe Authenticating user 'default' from [fd00:1122:3344:101::e]:33912 2026.02.12 06:40:17.423427 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:17.423450 [ 290 ] {} TCP-Session: 6124cec8-a7a5-481c-b993-5ccf124f28fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423475 [ 292 ] {} TCP-Session: 77c4af0e-4ed4-43d3-9723-de0687591229 Authenticating user 'default' from [fd00:1122:3344:101::e]:56801 2026.02.12 06:40:17.423484 [ 290 ] {} TCP-Session: 6124cec8-a7a5-481c-b993-5ccf124f28fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423502 [ 292 ] {} TCP-Session: 77c4af0e-4ed4-43d3-9723-de0687591229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423521 [ 292 ] {} TCP-Session: 77c4af0e-4ed4-43d3-9723-de0687591229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423583 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34281 2026.02.12 06:40:17.423600 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:17.423649 [ 286 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:40:17.423660 [ 293 ] {} TCP-Session: c9d5f6e4-d37c-428a-a000-641e3938eef2 Authenticating user 'default' from [fd00:1122:3344:101::e]:58228 2026.02.12 06:40:17.423708 [ 293 ] {} TCP-Session: c9d5f6e4-d37c-428a-a000-641e3938eef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423730 [ 293 ] {} TCP-Session: c9d5f6e4-d37c-428a-a000-641e3938eef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423778 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:17.423814 [ 294 ] {} TCP-Session: 798aa52e-78be-480b-aa4b-d62044d74397 Authenticating user 'default' from [fd00:1122:3344:101::e]:34281 2026.02.12 06:40:17.423831 [ 294 ] {} TCP-Session: 798aa52e-78be-480b-aa4b-d62044d74397 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.423847 [ 294 ] {} TCP-Session: 798aa52e-78be-480b-aa4b-d62044d74397 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.426307 [ 286 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:17.426968 [ 286 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:40:17.438644 [ 297 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} AggregatingTransform: Aggregating 2026.02.12 06:40:17.438838 [ 297 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} Aggregator: Aggregation method: without_key 2026.02.12 06:40:17.441388 [ 297 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.006083217 sec. (164.387 rows/sec., 6.42 KiB/sec.) 2026.02.12 06:40:17.441417 [ 297 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} Aggregator: Merging aggregated data 2026.02.12 06:40:17.441446 [ 297 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.02.12 06:40:17.442838 [ 286 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} executeQuery: Read 1 rows, 40.00 B in 0.019884 sec., 50.291691812512575 rows/sec., 1.96 KiB/sec. 2026.02.12 06:40:17.443076 [ 286 ] {e71612b9-0bf3-4f96-ab71-35a016a1a1df} TCPHandler: Processed in 0.020492678 sec. 2026.02.12 06:40:17.457207 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:17.457242 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:17.457268 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:17.457295 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:17.457310 [ 287 ] {} TCP-Session: f7ecc172-0779-4ffc-a4c3-34c32abc3757 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.457330 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:17.457345 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:17.457362 [ 290 ] {} TCP-Session: 6124cec8-a7a5-481c-b993-5ccf124f28fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.457389 [ 294 ] {} TCP-Session: 798aa52e-78be-480b-aa4b-d62044d74397 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.457360 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:17.457426 [ 291 ] {} TCP-Session: 24c5ba72-f83b-46a7-ac08-fa4d42a981bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.457314 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:17.457467 [ 293 ] {} TCP-Session: c9d5f6e4-d37c-428a-a000-641e3938eef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.457519 [ 288 ] {} TCP-Session: 40273eb0-b41a-436b-8fae-a3bcc2086d76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.457280 [ 286 ] {} TCP-Session: 5a481676-28e6-47f6-97dc-6f77b7d22bc1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.457356 [ 292 ] {} TCP-Session: 77c4af0e-4ed4-43d3-9723-de0687591229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.457287 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:17.457651 [ 289 ] {} TCP-Session: b32f07f7-b2e4-4aa1-9ec0-c623328b361f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:17.628103 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.628360 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:17.628794 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:17.628880 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:17.629163 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:17.629242 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:17.629446 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.02.12 06:40:17.629515 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:17.629549 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.12 06:40:17.629566 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:17.629677 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:17.629701 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.12 06:40:17.637534 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} executeQuery: Read 32 rows, 1.21 KiB in 0.009276 sec., 3449.76282880552 rows/sec., 130.23 KiB/sec. 2026.02.12 06:40:17.637660 [ 3 ] {087381f2-614e-4b6d-8a69-02399a8848c8} TCPHandler: Processed in 0.00971259 sec. 2026.02.12 06:40:17.638102 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.638270 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:17.638556 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:17.638597 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:17.638827 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:17.638899 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:17.639041 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.02.12 06:40:17.639080 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:17.639102 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.12 06:40:17.639118 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:17.639157 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:17.639177 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.12 06:40:17.639976 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} executeQuery: Read 32 rows, 1.21 KiB in 0.001776 sec., 18018.018018018018 rows/sec., 680.18 KiB/sec. 2026.02.12 06:40:17.640098 [ 3 ] {f2d6b004-9fbd-41c0-b18c-84b631177adc} TCPHandler: Processed in 0.002069863 sec. 2026.02.12 06:40:17.640438 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.640615 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:17.640917 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:17.640957 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:17.641188 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:17.641248 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:17.641377 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.02.12 06:40:17.641410 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:17.641430 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.12 06:40:17.641446 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:17.641485 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:17.641596 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.12 06:40:17.642112 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} executeQuery: Read 32 rows, 1.21 KiB in 0.001581 sec., 20240.354206198608 rows/sec., 764.08 KiB/sec. 2026.02.12 06:40:17.642204 [ 3 ] {da7282e1-835e-4264-b028-d263fb065816} TCPHandler: Processed in 0.001822807 sec. 2026.02.12 06:40:17.642480 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.642632 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:17.642974 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:17.643023 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:17.643251 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:17.643310 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:17.643417 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.02.12 06:40:17.643447 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:17.643467 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.12 06:40:17.643484 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:17.643519 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:17.643537 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.12 06:40:17.644040 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} executeQuery: Read 32 rows, 1.21 KiB in 0.001475 sec., 21694.91525423729 rows/sec., 818.99 KiB/sec. 2026.02.12 06:40:17.644135 [ 3 ] {8b69c825-89ee-4b47-afa5-f7df350a8894} TCPHandler: Processed in 0.001708795 sec. 2026.02.12 06:40:17.644442 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.644587 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:17.644852 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:17.644892 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:17.645105 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:17.645161 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:17.645264 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.02.12 06:40:17.645302 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:17.645322 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.12 06:40:17.645337 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:17.645372 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:17.645390 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.12 06:40:17.646193 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} executeQuery: Read 32 rows, 1.21 KiB in 0.001671 sec., 19150.20945541592 rows/sec., 722.93 KiB/sec. 2026.02.12 06:40:17.646272 [ 3 ] {f073d899-dd3a-4632-8e8b-56de4108730a} TCPHandler: Processed in 0.001884209 sec. 2026.02.12 06:40:17.646553 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.646705 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:17.646989 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:17.647038 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:17.647272 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:17.647338 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:17.647458 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.02.12 06:40:17.647492 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:17.647520 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.02.12 06:40:17.647541 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:17.647585 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:17.647609 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 32 rows starting from 0 2026.02.12 06:40:17.648151 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} executeQuery: Read 32 rows, 1.21 KiB in 0.001509 sec., 21206.096752816436 rows/sec., 800.54 KiB/sec. 2026.02.12 06:40:17.648221 [ 3 ] {bfc80f30-a6c4-4512-88fc-8a9029b8668f} TCPHandler: Processed in 0.001726885 sec. 2026.02.12 06:40:17.720803 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.721014 [ 3 ] {908e39b5-20a0-4030-9547-dcde40bc15e5} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.12 06:40:17.721106 [ 3 ] {908e39b5-20a0-4030-9547-dcde40bc15e5} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:17.722007 [ 3 ] {908e39b5-20a0-4030-9547-dcde40bc15e5} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.722058 [ 3 ] {908e39b5-20a0-4030-9547-dcde40bc15e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.722696 [ 3 ] {908e39b5-20a0-4030-9547-dcde40bc15e5} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:17.723172 [ 3 ] {908e39b5-20a0-4030-9547-dcde40bc15e5} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.723356 [ 3 ] {908e39b5-20a0-4030-9547-dcde40bc15e5} executeQuery: Read 6 rows, 1.34 KiB in 0.002399 sec., 2501.0421008753647 rows/sec., 556.87 KiB/sec. 2026.02.12 06:40:17.723415 [ 3 ] {908e39b5-20a0-4030-9547-dcde40bc15e5} TCPHandler: Processed in 0.002760581 sec. 2026.02.12 06:40:17.723566 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.723681 [ 3 ] {39b5941e-a155-4bd5-b762-9c60c5574117} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:40:17.723737 [ 3 ] {39b5941e-a155-4bd5-b762-9c60c5574117} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:40:17.724294 [ 3 ] {39b5941e-a155-4bd5-b762-9c60c5574117} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.724340 [ 3 ] {39b5941e-a155-4bd5-b762-9c60c5574117} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.724840 [ 3 ] {39b5941e-a155-4bd5-b762-9c60c5574117} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:17.725418 [ 3 ] {39b5941e-a155-4bd5-b762-9c60c5574117} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.725571 [ 3 ] {39b5941e-a155-4bd5-b762-9c60c5574117} executeQuery: Read 2 rows, 167.00 B in 0.001917 sec., 1043.2968179447053 rows/sec., 85.07 KiB/sec. 2026.02.12 06:40:17.725618 [ 3 ] {39b5941e-a155-4bd5-b762-9c60c5574117} TCPHandler: Processed in 0.002110485 sec. 2026.02.12 06:40:17.725752 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.725853 [ 3 ] {94d009ce-5763-43f3-98f2-96e50fd6a67e} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:17.725897 [ 3 ] {94d009ce-5763-43f3-98f2-96e50fd6a67e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:17.727161 [ 3 ] {94d009ce-5763-43f3-98f2-96e50fd6a67e} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.727208 [ 3 ] {94d009ce-5763-43f3-98f2-96e50fd6a67e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.727887 [ 3 ] {94d009ce-5763-43f3-98f2-96e50fd6a67e} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:17.728387 [ 3 ] {94d009ce-5763-43f3-98f2-96e50fd6a67e} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.728531 [ 3 ] {94d009ce-5763-43f3-98f2-96e50fd6a67e} executeQuery: Read 1197 rows, 101.04 KiB in 0.0027 sec., 443333.3333333333 rows/sec., 36.55 MiB/sec. 2026.02.12 06:40:17.728577 [ 3 ] {94d009ce-5763-43f3-98f2-96e50fd6a67e} TCPHandler: Processed in 0.002876504 sec. 2026.02.12 06:40:17.728703 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.728801 [ 3 ] {7bc3fc7c-d28f-468a-b342-e27476cdc2e3} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.728846 [ 3 ] {7bc3fc7c-d28f-468a-b342-e27476cdc2e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:40:17.729255 [ 3 ] {7bc3fc7c-d28f-468a-b342-e27476cdc2e3} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.729297 [ 3 ] {7bc3fc7c-d28f-468a-b342-e27476cdc2e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.729770 [ 3 ] {7bc3fc7c-d28f-468a-b342-e27476cdc2e3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:17.730373 [ 3 ] {7bc3fc7c-d28f-468a-b342-e27476cdc2e3} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.730581 [ 3 ] {7bc3fc7c-d28f-468a-b342-e27476cdc2e3} executeQuery: Read 2 rows, 143.00 B in 0.001799 sec., 1111.728738187882 rows/sec., 77.63 KiB/sec. 2026.02.12 06:40:17.730635 [ 3 ] {7bc3fc7c-d28f-468a-b342-e27476cdc2e3} TCPHandler: Processed in 0.001982151 sec. 2026.02.12 06:40:17.730762 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.730859 [ 3 ] {37095ef1-e553-4d89-9424-2a34a02924fe} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.730901 [ 3 ] {37095ef1-e553-4d89-9424-2a34a02924fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:40:17.731498 [ 3 ] {37095ef1-e553-4d89-9424-2a34a02924fe} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.731536 [ 3 ] {37095ef1-e553-4d89-9424-2a34a02924fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.732081 [ 3 ] {37095ef1-e553-4d89-9424-2a34a02924fe} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:17.732769 [ 3 ] {37095ef1-e553-4d89-9424-2a34a02924fe} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.732926 [ 3 ] {37095ef1-e553-4d89-9424-2a34a02924fe} executeQuery: Read 228 rows, 15.81 KiB in 0.002086 sec., 109300.09587727708 rows/sec., 7.40 MiB/sec. 2026.02.12 06:40:17.732972 [ 3 ] {37095ef1-e553-4d89-9424-2a34a02924fe} TCPHandler: Processed in 0.002260468 sec. 2026.02.12 06:40:17.733121 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.733233 [ 3 ] {0b0cd291-4bcb-441f-8e03-e3fbcb06f418} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:17.733275 [ 3 ] {0b0cd291-4bcb-441f-8e03-e3fbcb06f418} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:17.733906 [ 3 ] {0b0cd291-4bcb-441f-8e03-e3fbcb06f418} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.733942 [ 3 ] {0b0cd291-4bcb-441f-8e03-e3fbcb06f418} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.734465 [ 3 ] {0b0cd291-4bcb-441f-8e03-e3fbcb06f418} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:17.735053 [ 3 ] {0b0cd291-4bcb-441f-8e03-e3fbcb06f418} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.735243 [ 3 ] {0b0cd291-4bcb-441f-8e03-e3fbcb06f418} executeQuery: Read 522 rows, 39.57 KiB in 0.002027 sec., 257523.43364578192 rows/sec., 19.06 MiB/sec. 2026.02.12 06:40:17.735304 [ 3 ] {0b0cd291-4bcb-441f-8e03-e3fbcb06f418} TCPHandler: Processed in 0.002247528 sec. 2026.02.12 06:40:17.735456 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.735572 [ 3 ] {6e6930ba-9d05-40b4-be7d-8f663a2ef1c7} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.735629 [ 3 ] {6e6930ba-9d05-40b4-be7d-8f663a2ef1c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:17.736605 [ 3 ] {6e6930ba-9d05-40b4-be7d-8f663a2ef1c7} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.736651 [ 3 ] {6e6930ba-9d05-40b4-be7d-8f663a2ef1c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.737528 [ 3 ] {6e6930ba-9d05-40b4-be7d-8f663a2ef1c7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:17.738108 [ 3 ] {6e6930ba-9d05-40b4-be7d-8f663a2ef1c7} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.738298 [ 3 ] {6e6930ba-9d05-40b4-be7d-8f663a2ef1c7} executeQuery: Read 1689 rows, 115.56 KiB in 0.00275 sec., 614181.8181818182 rows/sec., 41.04 MiB/sec. 2026.02.12 06:40:17.738357 [ 3 ] {6e6930ba-9d05-40b4-be7d-8f663a2ef1c7} TCPHandler: Processed in 0.002963387 sec. 2026.02.12 06:40:17.738510 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:17.738626 [ 3 ] {109d704e-57b3-4b64-a2af-cd132853a277} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:17.738682 [ 3 ] {109d704e-57b3-4b64-a2af-cd132853a277} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:17.739101 [ 3 ] {109d704e-57b3-4b64-a2af-cd132853a277} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:17.739145 [ 3 ] {109d704e-57b3-4b64-a2af-cd132853a277} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.00 GiB. 2026.02.12 06:40:17.739690 [ 3 ] {109d704e-57b3-4b64-a2af-cd132853a277} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:17.740143 [ 3 ] {109d704e-57b3-4b64-a2af-cd132853a277} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:17.740348 [ 3 ] {109d704e-57b3-4b64-a2af-cd132853a277} executeQuery: Read 12 rows, 848.00 B in 0.001745 sec., 6876.790830945559 rows/sec., 474.57 KiB/sec. 2026.02.12 06:40:17.740395 [ 3 ] {109d704e-57b3-4b64-a2af-cd132853a277} TCPHandler: Processed in 0.00194608 sec. 2026.02.12 06:40:18.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 165.20 MiB, peak 176.34 MiB, free memory in arenas 0.00 B, will set to 168.20 MiB (RSS), difference: 3.00 MiB 2026.02.12 06:40:19.145324 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47449 2026.02.12 06:40:19.145434 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.145462 [ 286 ] {} TCP-Session: f1d6079a-94c3-4cd3-808a-cb81cc4ab0fb Authenticating user 'default' from [fd00:1122:3344:101::e]:47449 2026.02.12 06:40:19.145483 [ 286 ] {} TCP-Session: f1d6079a-94c3-4cd3-808a-cb81cc4ab0fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.145495 [ 286 ] {} TCP-Session: f1d6079a-94c3-4cd3-808a-cb81cc4ab0fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.145711 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47145 2026.02.12 06:40:19.145737 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44255 2026.02.12 06:40:19.145746 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42258 2026.02.12 06:40:19.145761 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56274 2026.02.12 06:40:19.145801 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52280 2026.02.12 06:40:19.145827 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.145847 [ 286 ] {} TCP-Session: f1d6079a-94c3-4cd3-808a-cb81cc4ab0fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:19.145865 [ 290 ] {} TCP-Session: d980e7c1-51f8-4e04-8d44-0adc32bb2dee Authenticating user 'default' from [fd00:1122:3344:101::e]:44255 2026.02.12 06:40:19.145840 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.145890 [ 290 ] {} TCP-Session: d980e7c1-51f8-4e04-8d44-0adc32bb2dee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.145909 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.145914 [ 291 ] {} TCP-Session: a5ee8db3-2d67-48b1-9046-0c5a54633abe Authenticating user 'default' from [fd00:1122:3344:101::e]:42258 2026.02.12 06:40:19.145922 [ 290 ] {} TCP-Session: d980e7c1-51f8-4e04-8d44-0adc32bb2dee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.145939 [ 294 ] {} TCP-Session: 8d93ec08-a24d-4a41-838f-3676f325589a Authenticating user 'default' from [fd00:1122:3344:101::e]:52280 2026.02.12 06:40:19.145958 [ 291 ] {} TCP-Session: a5ee8db3-2d67-48b1-9046-0c5a54633abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.145971 [ 294 ] {} TCP-Session: 8d93ec08-a24d-4a41-838f-3676f325589a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.145986 [ 291 ] {} TCP-Session: a5ee8db3-2d67-48b1-9046-0c5a54633abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146004 [ 294 ] {} TCP-Session: 8d93ec08-a24d-4a41-838f-3676f325589a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146014 [ 286 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} executeQuery: (from [fd00:1122:3344:101::e]:47449) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:40:19.145918 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.145821 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.145795 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48827 2026.02.12 06:40:19.146113 [ 287 ] {} TCP-Session: 7f9aabeb-075d-41fd-85b8-aa5977ed21ed Authenticating user 'default' from [fd00:1122:3344:101::e]:47145 2026.02.12 06:40:19.146106 [ 292 ] {} TCP-Session: 82ba597e-5a80-438b-ae02-6cf96aa1d9e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:56274 2026.02.12 06:40:19.146161 [ 287 ] {} TCP-Session: 7f9aabeb-075d-41fd-85b8-aa5977ed21ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.145745 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62711 2026.02.12 06:40:19.146200 [ 292 ] {} TCP-Session: 82ba597e-5a80-438b-ae02-6cf96aa1d9e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146214 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.146246 [ 292 ] {} TCP-Session: 82ba597e-5a80-438b-ae02-6cf96aa1d9e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146271 [ 293 ] {} TCP-Session: 5af9b26a-0d2c-4c15-a43b-fcd37e53687b Authenticating user 'default' from [fd00:1122:3344:101::e]:48827 2026.02.12 06:40:19.146280 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.146307 [ 293 ] {} TCP-Session: 5af9b26a-0d2c-4c15-a43b-fcd37e53687b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146322 [ 288 ] {} TCP-Session: 25cc2ea9-1190-4ec5-8344-915038e43268 Authenticating user 'default' from [fd00:1122:3344:101::e]:62711 2026.02.12 06:40:19.146331 [ 293 ] {} TCP-Session: 5af9b26a-0d2c-4c15-a43b-fcd37e53687b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146343 [ 286 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:40:19.146348 [ 288 ] {} TCP-Session: 25cc2ea9-1190-4ec5-8344-915038e43268 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.145745 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49358 2026.02.12 06:40:19.146398 [ 288 ] {} TCP-Session: 25cc2ea9-1190-4ec5-8344-915038e43268 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146417 [ 286 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:19.146200 [ 287 ] {} TCP-Session: 7f9aabeb-075d-41fd-85b8-aa5977ed21ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146572 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.146604 [ 289 ] {} TCP-Session: b70b8826-b9c9-4651-b9bd-0b87a5ae0b0c Authenticating user 'default' from [fd00:1122:3344:101::e]:49358 2026.02.12 06:40:19.146621 [ 289 ] {} TCP-Session: b70b8826-b9c9-4651-b9bd-0b87a5ae0b0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146635 [ 289 ] {} TCP-Session: b70b8826-b9c9-4651-b9bd-0b87a5ae0b0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.146767 [ 286 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:40:19.147847 [ 321 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} AggregatingTransform: Aggregating 2026.02.12 06:40:19.147898 [ 321 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} Aggregator: Aggregation method: without_key 2026.02.12 06:40:19.147940 [ 321 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001061918 sec. (941.692 rows/sec., 36.78 KiB/sec.) 2026.02.12 06:40:19.147964 [ 321 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} Aggregator: Merging aggregated data 2026.02.12 06:40:19.149077 [ 286 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} executeQuery: Read 1 rows, 40.00 B in 0.003115 sec., 321.02728731942216 rows/sec., 12.54 KiB/sec. 2026.02.12 06:40:19.149228 [ 286 ] {d8f8a1a4-8b5e-440b-b8cf-c9cbffe43ab4} TCPHandler: Processed in 0.00350578 sec. 2026.02.12 06:40:19.149340 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.149370 [ 286 ] {} TCP-Session: f1d6079a-94c3-4cd3-808a-cb81cc4ab0fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.149373 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.149396 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.149418 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.149444 [ 287 ] {} TCP-Session: 7f9aabeb-075d-41fd-85b8-aa5977ed21ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.149439 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.149475 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.149493 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.149510 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.149522 [ 291 ] {} TCP-Session: a5ee8db3-2d67-48b1-9046-0c5a54633abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.149536 [ 290 ] {} TCP-Session: d980e7c1-51f8-4e04-8d44-0adc32bb2dee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.149553 [ 294 ] {} TCP-Session: 8d93ec08-a24d-4a41-838f-3676f325589a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.149506 [ 288 ] {} TCP-Session: 25cc2ea9-1190-4ec5-8344-915038e43268 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.149473 [ 293 ] {} TCP-Session: 5af9b26a-0d2c-4c15-a43b-fcd37e53687b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.149458 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.149423 [ 292 ] {} TCP-Session: 82ba597e-5a80-438b-ae02-6cf96aa1d9e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.149650 [ 289 ] {} TCP-Session: b70b8826-b9c9-4651-b9bd-0b87a5ae0b0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.255773 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56110 2026.02.12 06:40:19.255877 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.255903 [ 286 ] {} TCP-Session: 1d777890-9c97-4e2e-b941-fcc6a4e69be1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56110 2026.02.12 06:40:19.255925 [ 286 ] {} TCP-Session: 1d777890-9c97-4e2e-b941-fcc6a4e69be1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.255938 [ 286 ] {} TCP-Session: 1d777890-9c97-4e2e-b941-fcc6a4e69be1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256158 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34030 2026.02.12 06:40:19.256197 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55036 2026.02.12 06:40:19.256229 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41323 2026.02.12 06:40:19.256245 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34278 2026.02.12 06:40:19.256278 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.256292 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50964 2026.02.12 06:40:19.256312 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34621 2026.02.12 06:40:19.256339 [ 287 ] {} TCP-Session: d649e231-557b-444b-bd26-0bbbf7e4efc7 Authenticating user 'default' from [fd00:1122:3344:101::e]:34030 2026.02.12 06:40:19.256357 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.256367 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.256396 [ 291 ] {} TCP-Session: c8852302-5318-4d98-a7fb-ec711835940c Authenticating user 'default' from [fd00:1122:3344:101::e]:34278 2026.02.12 06:40:19.256392 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.256424 [ 291 ] {} TCP-Session: c8852302-5318-4d98-a7fb-ec711835940c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256437 [ 286 ] {} TCP-Session: 1d777890-9c97-4e2e-b941-fcc6a4e69be1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:19.256453 [ 294 ] {} TCP-Session: c6941384-53cb-4745-b509-8c72cea8fc50 Authenticating user 'default' from [fd00:1122:3344:101::e]:50964 2026.02.12 06:40:19.256454 [ 291 ] {} TCP-Session: c8852302-5318-4d98-a7fb-ec711835940c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256488 [ 294 ] {} TCP-Session: c6941384-53cb-4745-b509-8c72cea8fc50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256421 [ 289 ] {} TCP-Session: e789c195-ff64-4967-a35e-655443c94c83 Authenticating user 'default' from [fd00:1122:3344:101::e]:41323 2026.02.12 06:40:19.256520 [ 294 ] {} TCP-Session: c6941384-53cb-4745-b509-8c72cea8fc50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256546 [ 289 ] {} TCP-Session: e789c195-ff64-4967-a35e-655443c94c83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256271 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47273 2026.02.12 06:40:19.256570 [ 289 ] {} TCP-Session: e789c195-ff64-4967-a35e-655443c94c83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256243 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37004 2026.02.12 06:40:19.256415 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.256644 [ 286 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} executeQuery: (from [fd00:1122:3344:101::e]:56110) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:40:19.256649 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.256695 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.256719 [ 292 ] {} TCP-Session: ac3952e5-31a9-4813-81ee-f356829313c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:47273 2026.02.12 06:40:19.256738 [ 290 ] {} TCP-Session: 2f28dbf5-00bf-4da0-a200-17f1a3116acb Authenticating user 'default' from [fd00:1122:3344:101::e]:37004 2026.02.12 06:40:19.256758 [ 292 ] {} TCP-Session: ac3952e5-31a9-4813-81ee-f356829313c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256775 [ 290 ] {} TCP-Session: 2f28dbf5-00bf-4da0-a200-17f1a3116acb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256786 [ 292 ] {} TCP-Session: ac3952e5-31a9-4813-81ee-f356829313c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256805 [ 290 ] {} TCP-Session: 2f28dbf5-00bf-4da0-a200-17f1a3116acb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256388 [ 287 ] {} TCP-Session: d649e231-557b-444b-bd26-0bbbf7e4efc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256329 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:19.256857 [ 287 ] {} TCP-Session: d649e231-557b-444b-bd26-0bbbf7e4efc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256692 [ 293 ] {} TCP-Session: 07e61bdb-9e5a-4bb7-b661-a32fe536349d Authenticating user 'default' from [fd00:1122:3344:101::e]:34621 2026.02.12 06:40:19.256897 [ 288 ] {} TCP-Session: 1d4b1bb5-aa6e-471f-b362-9c93ae25b585 Authenticating user 'default' from [fd00:1122:3344:101::e]:55036 2026.02.12 06:40:19.256919 [ 286 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:40:19.256924 [ 293 ] {} TCP-Session: 07e61bdb-9e5a-4bb7-b661-a32fe536349d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256935 [ 288 ] {} TCP-Session: 1d4b1bb5-aa6e-471f-b362-9c93ae25b585 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256972 [ 293 ] {} TCP-Session: 07e61bdb-9e5a-4bb7-b661-a32fe536349d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.256987 [ 286 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:19.256989 [ 288 ] {} TCP-Session: 1d4b1bb5-aa6e-471f-b362-9c93ae25b585 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.257284 [ 286 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:40:19.258301 [ 302 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} AggregatingTransform: Aggregating 2026.02.12 06:40:19.258349 [ 302 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} Aggregator: Aggregation method: without_key 2026.02.12 06:40:19.258387 [ 302 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001000696 sec. (999.304 rows/sec., 39.04 KiB/sec.) 2026.02.12 06:40:19.258410 [ 302 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} Aggregator: Merging aggregated data 2026.02.12 06:40:19.259696 [ 286 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} executeQuery: Read 1 rows, 40.00 B in 0.003122 sec., 320.30749519538756 rows/sec., 12.51 KiB/sec. 2026.02.12 06:40:19.259824 [ 286 ] {b48e45fa-37e7-4acd-96bd-59ef483c23dd} TCPHandler: Processed in 0.003556881 sec. 2026.02.12 06:40:19.259940 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.259971 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.259973 [ 286 ] {} TCP-Session: 1d777890-9c97-4e2e-b941-fcc6a4e69be1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.259999 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.260016 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.260029 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.260059 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.260073 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.260090 [ 289 ] {} TCP-Session: e789c195-ff64-4967-a35e-655443c94c83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.260101 [ 290 ] {} TCP-Session: 2f28dbf5-00bf-4da0-a200-17f1a3116acb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.260120 [ 293 ] {} TCP-Session: 07e61bdb-9e5a-4bb7-b661-a32fe536349d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.260070 [ 292 ] {} TCP-Session: ac3952e5-31a9-4813-81ee-f356829313c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.260043 [ 294 ] {} TCP-Session: c6941384-53cb-4745-b509-8c72cea8fc50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.260050 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.260020 [ 287 ] {} TCP-Session: d649e231-557b-444b-bd26-0bbbf7e4efc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.259989 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:19.260230 [ 288 ] {} TCP-Session: 1d4b1bb5-aa6e-471f-b362-9c93ae25b585 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:19.260262 [ 291 ] {} TCP-Session: c8852302-5318-4d98-a7fb-ec711835940c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:22.191480 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:22.191667 [ 3 ] {7eef1a7a-60af-493a-a2fb-32027f1467ab} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:22.191732 [ 3 ] {7eef1a7a-60af-493a-a2fb-32027f1467ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:22.192476 [ 3 ] {7eef1a7a-60af-493a-a2fb-32027f1467ab} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:22.192521 [ 3 ] {7eef1a7a-60af-493a-a2fb-32027f1467ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:22.193092 [ 3 ] {7eef1a7a-60af-493a-a2fb-32027f1467ab} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:22.193619 [ 3 ] {7eef1a7a-60af-493a-a2fb-32027f1467ab} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:22.193810 [ 3 ] {7eef1a7a-60af-493a-a2fb-32027f1467ab} executeQuery: Read 56 rows, 4.41 KiB in 0.002172 sec., 25782.68876611418 rows/sec., 1.98 MiB/sec. 2026.02.12 06:40:22.193863 [ 3 ] {7eef1a7a-60af-493a-a2fb-32027f1467ab} TCPHandler: Processed in 0.002506865 sec. 2026.02.12 06:40:22.194009 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:22.194116 [ 3 ] {92e7a5bb-8764-456a-bc93-79daa8b5f13c} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:22.194162 [ 3 ] {92e7a5bb-8764-456a-bc93-79daa8b5f13c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:22.194622 [ 3 ] {92e7a5bb-8764-456a-bc93-79daa8b5f13c} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:22.194661 [ 3 ] {92e7a5bb-8764-456a-bc93-79daa8b5f13c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:22.195127 [ 3 ] {92e7a5bb-8764-456a-bc93-79daa8b5f13c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:22.195593 [ 3 ] {92e7a5bb-8764-456a-bc93-79daa8b5f13c} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:22.195758 [ 3 ] {92e7a5bb-8764-456a-bc93-79daa8b5f13c} executeQuery: Read 64 rows, 5.12 KiB in 0.001667 sec., 38392.32153569286 rows/sec., 3.00 MiB/sec. 2026.02.12 06:40:22.195800 [ 3 ] {92e7a5bb-8764-456a-bc93-79daa8b5f13c} TCPHandler: Processed in 0.001844628 sec. 2026.02.12 06:40:22.195928 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:22.196030 [ 3 ] {91440e8d-d8b3-4409-baf1-25cbcf6bc6d0} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:22.196077 [ 3 ] {91440e8d-d8b3-4409-baf1-25cbcf6bc6d0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:22.196492 [ 3 ] {91440e8d-d8b3-4409-baf1-25cbcf6bc6d0} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:22.196529 [ 3 ] {91440e8d-d8b3-4409-baf1-25cbcf6bc6d0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:22.197001 [ 3 ] {91440e8d-d8b3-4409-baf1-25cbcf6bc6d0} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:22.197448 [ 3 ] {91440e8d-d8b3-4409-baf1-25cbcf6bc6d0} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:22.197607 [ 3 ] {91440e8d-d8b3-4409-baf1-25cbcf6bc6d0} executeQuery: Read 128 rows, 9.13 KiB in 0.001601 sec., 79950.03123048095 rows/sec., 5.57 MiB/sec. 2026.02.12 06:40:22.197646 [ 3 ] {91440e8d-d8b3-4409-baf1-25cbcf6bc6d0} TCPHandler: Processed in 0.001769275 sec. 2026.02.12 06:40:22.197764 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:22.197863 [ 3 ] {c5806a7d-ba75-4b36-ada5-5586acabc514} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:22.197907 [ 3 ] {c5806a7d-ba75-4b36-ada5-5586acabc514} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:22.198254 [ 3 ] {c5806a7d-ba75-4b36-ada5-5586acabc514} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:22.198291 [ 3 ] {c5806a7d-ba75-4b36-ada5-5586acabc514} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:22.198708 [ 3 ] {c5806a7d-ba75-4b36-ada5-5586acabc514} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:22.199203 [ 3 ] {c5806a7d-ba75-4b36-ada5-5586acabc514} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:22.199361 [ 3 ] {c5806a7d-ba75-4b36-ada5-5586acabc514} executeQuery: Read 48 rows, 3.31 KiB in 0.001518 sec., 31620.553359683792 rows/sec., 2.13 MiB/sec. 2026.02.12 06:40:22.199399 [ 3 ] {c5806a7d-ba75-4b36-ada5-5586acabc514} TCPHandler: Processed in 0.001684423 sec. 2026.02.12 06:40:23.850840 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 445 entries to flush up to offset 2336 2026.02.12 06:40:23.851372 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:23.851424 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:23.851946 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:23.852194 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:23.852351 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2336 2026.02.12 06:40:23.964114 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.02.12 06:40:23.981782 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:23.981850 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:23.987975 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:23.988723 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:23.992046 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.02.12 06:40:24.000182 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 168.85 MiB, peak 178.81 MiB, free memory in arenas 0.00 B, will set to 170.25 MiB (RSS), difference: 1.40 MiB 2026.02.12 06:40:26.343144 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 64 entries to flush up to offset 250 2026.02.12 06:40:26.346099 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:26.346154 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:26.347437 [ 242 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:26.347730 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:26.348053 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 250 2026.02.12 06:40:27.201090 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.201307 [ 3 ] {5ce19142-bdab-442b-b982-d98103e6d704} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:40:27.201386 [ 3 ] {5ce19142-bdab-442b-b982-d98103e6d704} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:40:27.202201 [ 3 ] {5ce19142-bdab-442b-b982-d98103e6d704} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.202252 [ 3 ] {5ce19142-bdab-442b-b982-d98103e6d704} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.202679 [ 3 ] {5ce19142-bdab-442b-b982-d98103e6d704} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:27.202918 [ 3 ] {5ce19142-bdab-442b-b982-d98103e6d704} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.203076 [ 3 ] {5ce19142-bdab-442b-b982-d98103e6d704} executeQuery: Read 266 rows, 17.30 KiB in 0.001824 sec., 145833.3333333333 rows/sec., 9.26 MiB/sec. 2026.02.12 06:40:27.203126 [ 3 ] {5ce19142-bdab-442b-b982-d98103e6d704} TCPHandler: Processed in 0.002173836 sec. 2026.02.12 06:40:27.203257 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.203366 [ 3 ] {e1d83e01-4fe2-437f-9558-712bef27bacf} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:27.203415 [ 3 ] {e1d83e01-4fe2-437f-9558-712bef27bacf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:27.204202 [ 3 ] {e1d83e01-4fe2-437f-9558-712bef27bacf} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.204245 [ 3 ] {e1d83e01-4fe2-437f-9558-712bef27bacf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.204632 [ 3 ] {e1d83e01-4fe2-437f-9558-712bef27bacf} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:27.204894 [ 3 ] {e1d83e01-4fe2-437f-9558-712bef27bacf} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.205009 [ 68 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:27.205039 [ 3 ] {e1d83e01-4fe2-437f-9558-712bef27bacf} executeQuery: Read 772 rows, 62.57 KiB in 0.001698 sec., 454652.53239104827 rows/sec., 35.99 MiB/sec. 2026.02.12 06:40:27.205060 [ 68 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.205083 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.205091 [ 3 ] {e1d83e01-4fe2-437f-9558-712bef27bacf} TCPHandler: Processed in 0.001886418 sec. 2026.02.12 06:40:27.205235 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.205357 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:27.205365 [ 3 ] {24e0512e-5aec-420c-b334-3066527372b4} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:40:27.205461 [ 3 ] {24e0512e-5aec-420c-b334-3066527372b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:40:27.205938 [ 3 ] {24e0512e-5aec-420c-b334-3066527372b4} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.205975 [ 3 ] {24e0512e-5aec-420c-b334-3066527372b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.206316 [ 3 ] {24e0512e-5aec-420c-b334-3066527372b4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:27.206564 [ 3 ] {24e0512e-5aec-420c-b334-3066527372b4} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.206699 [ 3 ] {24e0512e-5aec-420c-b334-3066527372b4} executeQuery: Read 143 rows, 8.75 KiB in 0.001365 sec., 104761.90476190476 rows/sec., 6.26 MiB/sec. 2026.02.12 06:40:27.206738 [ 3 ] {24e0512e-5aec-420c-b334-3066527372b4} TCPHandler: Processed in 0.00156595 sec. 2026.02.12 06:40:27.206863 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.206966 [ 3 ] {d05f84f1-eb7b-4881-a87f-ee19233bbb05} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:40:27.207009 [ 3 ] {d05f84f1-eb7b-4881-a87f-ee19233bbb05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:40:27.207480 [ 3 ] {d05f84f1-eb7b-4881-a87f-ee19233bbb05} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.207514 [ 3 ] {d05f84f1-eb7b-4881-a87f-ee19233bbb05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.207846 [ 3 ] {d05f84f1-eb7b-4881-a87f-ee19233bbb05} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:27.207930 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:27.208044 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 777 rows starting from the beginning of the part 2026.02.12 06:40:27.208092 [ 3 ] {d05f84f1-eb7b-4881-a87f-ee19233bbb05} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.208167 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part 2026.02.12 06:40:27.208230 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 772 rows starting from the beginning of the part 2026.02.12 06:40:27.208237 [ 3 ] {d05f84f1-eb7b-4881-a87f-ee19233bbb05} executeQuery: Read 140 rows, 9.27 KiB in 0.001292 sec., 108359.13312693499 rows/sec., 7.00 MiB/sec. 2026.02.12 06:40:27.208290 [ 3 ] {d05f84f1-eb7b-4881-a87f-ee19233bbb05} TCPHandler: Processed in 0.001478747 sec. 2026.02.12 06:40:27.208298 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1197 rows starting from the beginning of the part 2026.02.12 06:40:27.208366 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part 2026.02.12 06:40:27.208423 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 772 rows starting from the beginning of the part 2026.02.12 06:40:27.208439 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.208544 [ 3 ] {73c1d798-2488-4a83-890d-44678c5538a2} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:40:27.208586 [ 3 ] {73c1d798-2488-4a83-890d-44678c5538a2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:40:27.209075 [ 3 ] {73c1d798-2488-4a83-890d-44678c5538a2} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.209112 [ 3 ] {73c1d798-2488-4a83-890d-44678c5538a2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.209490 [ 3 ] {73c1d798-2488-4a83-890d-44678c5538a2} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:27.209726 [ 3 ] {73c1d798-2488-4a83-890d-44678c5538a2} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.209859 [ 3 ] {73c1d798-2488-4a83-890d-44678c5538a2} executeQuery: Read 139 rows, 8.10 KiB in 0.001335 sec., 104119.85018726591 rows/sec., 5.92 MiB/sec. 2026.02.12 06:40:27.209898 [ 3 ] {73c1d798-2488-4a83-890d-44678c5538a2} TCPHandler: Processed in 0.001517429 sec. 2026.02.12 06:40:27.210018 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.210112 [ 3 ] {876e6086-a2b1-4e98-a546-24bf6dec2389} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:27.210152 [ 3 ] {876e6086-a2b1-4e98-a546-24bf6dec2389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:27.210241 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 3630 rows, containing 5 columns (5 merged, 0 gathered) in 0.00505672 sec., 717856.6343400466 rows/sec., 60.27 MiB/sec. 2026.02.12 06:40:27.210642 [ 200 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:27.210840 [ 3 ] {876e6086-a2b1-4e98-a546-24bf6dec2389} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.210878 [ 3 ] {876e6086-a2b1-4e98-a546-24bf6dec2389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.210932 [ 200 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.210999 [ 200 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_6_1} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:27.211101 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.88 MiB. 2026.02.12 06:40:27.211243 [ 3 ] {876e6086-a2b1-4e98-a546-24bf6dec2389} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:27.211473 [ 3 ] {876e6086-a2b1-4e98-a546-24bf6dec2389} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.211576 [ 68 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:27.211605 [ 3 ] {876e6086-a2b1-4e98-a546-24bf6dec2389} executeQuery: Read 473 rows, 34.08 KiB in 0.001512 sec., 312830.6878306878 rows/sec., 22.01 MiB/sec. 2026.02.12 06:40:27.211608 [ 68 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.211638 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.211645 [ 3 ] {876e6086-a2b1-4e98-a546-24bf6dec2389} TCPHandler: Processed in 0.001677233 sec. 2026.02.12 06:40:27.211723 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:27.211769 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.211826 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:27.211857 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 483 rows starting from the beginning of the part 2026.02.12 06:40:27.211873 [ 3 ] {33eb2787-a777-4e31-b36c-2eca986ac866} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:40:27.211911 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part 2026.02.12 06:40:27.211927 [ 3 ] {33eb2787-a777-4e31-b36c-2eca986ac866} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:40:27.211957 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 473 rows starting from the beginning of the part 2026.02.12 06:40:27.212000 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 522 rows starting from the beginning of the part 2026.02.12 06:40:27.212042 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part 2026.02.12 06:40:27.212082 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 473 rows starting from the beginning of the part 2026.02.12 06:40:27.212292 [ 3 ] {33eb2787-a777-4e31-b36c-2eca986ac866} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.212335 [ 3 ] {33eb2787-a777-4e31-b36c-2eca986ac866} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.212695 [ 3 ] {33eb2787-a777-4e31-b36c-2eca986ac866} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:27.212928 [ 3 ] {33eb2787-a777-4e31-b36c-2eca986ac866} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.213059 [ 3 ] {33eb2787-a777-4e31-b36c-2eca986ac866} executeQuery: Read 6 rows, 321.00 B in 0.001206 sec., 4975.124378109453 rows/sec., 259.93 KiB/sec. 2026.02.12 06:40:27.213096 [ 3 ] {33eb2787-a777-4e31-b36c-2eca986ac866} TCPHandler: Processed in 0.001378355 sec. 2026.02.12 06:40:27.213207 [ 200 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2079 rows, containing 5 columns (5 merged, 0 gathered) in 0.001520719 sec., 1367116.4758249223 rows/sec., 103.38 MiB/sec. 2026.02.12 06:40:27.213215 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.213319 [ 3 ] {6cfde1cb-3d32-4da2-a52c-425d8200cbf1} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:27.213363 [ 3 ] {6cfde1cb-3d32-4da2-a52c-425d8200cbf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:27.213389 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:27.213658 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.213730 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_6_1} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:27.213801 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.02.12 06:40:27.213801 [ 3 ] {6cfde1cb-3d32-4da2-a52c-425d8200cbf1} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.213852 [ 3 ] {6cfde1cb-3d32-4da2-a52c-425d8200cbf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.214208 [ 3 ] {6cfde1cb-3d32-4da2-a52c-425d8200cbf1} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:27.214432 [ 3 ] {6cfde1cb-3d32-4da2-a52c-425d8200cbf1} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.214540 [ 68 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:27.214568 [ 3 ] {6cfde1cb-3d32-4da2-a52c-425d8200cbf1} executeQuery: Read 258 rows, 17.59 KiB in 0.001268 sec., 203470.0315457413 rows/sec., 13.55 MiB/sec. 2026.02.12 06:40:27.214571 [ 68 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.214599 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.214605 [ 3 ] {6cfde1cb-3d32-4da2-a52c-425d8200cbf1} TCPHandler: Processed in 0.001438377 sec. 2026.02.12 06:40:27.214693 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:27.214731 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.214822 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:27.214829 [ 3 ] {5aaee2ce-78c2-449f-a535-1337a8ca1cb9} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:40:27.214867 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 263 rows starting from the beginning of the part 2026.02.12 06:40:27.214885 [ 3 ] {5aaee2ce-78c2-449f-a535-1337a8ca1cb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:40:27.214965 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part 2026.02.12 06:40:27.215035 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 258 rows starting from the beginning of the part 2026.02.12 06:40:27.215077 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1689 rows starting from the beginning of the part 2026.02.12 06:40:27.215130 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 128 rows starting from the beginning of the part 2026.02.12 06:40:27.215187 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 258 rows starting from the beginning of the part 2026.02.12 06:40:27.215229 [ 3 ] {5aaee2ce-78c2-449f-a535-1337a8ca1cb9} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.215270 [ 3 ] {5aaee2ce-78c2-449f-a535-1337a8ca1cb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.215609 [ 3 ] {5aaee2ce-78c2-449f-a535-1337a8ca1cb9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:27.215836 [ 3 ] {5aaee2ce-78c2-449f-a535-1337a8ca1cb9} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.215986 [ 3 ] {5aaee2ce-78c2-449f-a535-1337a8ca1cb9} executeQuery: Read 1 rows, 69.00 B in 0.001174 sec., 851.7887563884158 rows/sec., 57.40 KiB/sec. 2026.02.12 06:40:27.216028 [ 3 ] {5aaee2ce-78c2-449f-a535-1337a8ca1cb9} TCPHandler: Processed in 0.001346595 sec. 2026.02.12 06:40:27.216145 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.216240 [ 3 ] {586a857e-8fcc-4bd0-90a9-af7bb521bbf9} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:27.216302 [ 3 ] {586a857e-8fcc-4bd0-90a9-af7bb521bbf9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:40:27.217070 [ 3 ] {586a857e-8fcc-4bd0-90a9-af7bb521bbf9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.217107 [ 3 ] {586a857e-8fcc-4bd0-90a9-af7bb521bbf9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.217672 [ 3 ] {586a857e-8fcc-4bd0-90a9-af7bb521bbf9} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:27.217939 [ 3 ] {586a857e-8fcc-4bd0-90a9-af7bb521bbf9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.218090 [ 3 ] {586a857e-8fcc-4bd0-90a9-af7bb521bbf9} executeQuery: Read 10 rows, 18.35 KiB in 0.001869 sec., 5350.454788657036 rows/sec., 9.59 MiB/sec. 2026.02.12 06:40:27.218154 [ 3 ] {586a857e-8fcc-4bd0-90a9-af7bb521bbf9} TCPHandler: Processed in 0.002059233 sec. 2026.02.12 06:40:27.218276 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:27.218370 [ 3 ] {cbae7c4e-b267-4471-9143-3c39deaa1235} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:27.218414 [ 3 ] {cbae7c4e-b267-4471-9143-3c39deaa1235} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:27.218757 [ 3 ] {cbae7c4e-b267-4471-9143-3c39deaa1235} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.218792 [ 3 ] {cbae7c4e-b267-4471-9143-3c39deaa1235} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.219131 [ 3 ] {cbae7c4e-b267-4471-9143-3c39deaa1235} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:27.219380 [ 3 ] {cbae7c4e-b267-4471-9143-3c39deaa1235} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.219476 [ 68 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:27.219506 [ 68 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:27.219512 [ 3 ] {cbae7c4e-b267-4471-9143-3c39deaa1235} executeQuery: Read 88 rows, 5.66 KiB in 0.00116 sec., 75862.06896551725 rows/sec., 4.76 MiB/sec. 2026.02.12 06:40:27.219524 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:27.219549 [ 3 ] {cbae7c4e-b267-4471-9143-3c39deaa1235} TCPHandler: Processed in 0.001323003 sec. 2026.02.12 06:40:27.219602 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:27.219697 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:27.219724 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.02.12 06:40:27.219768 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2026.02.12 06:40:27.219806 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 88 rows starting from the beginning of the part 2026.02.12 06:40:27.219841 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.02.12 06:40:27.219875 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 48 rows starting from the beginning of the part 2026.02.12 06:40:27.219908 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 88 rows starting from the beginning of the part 2026.02.12 06:40:27.221247 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 384 rows, containing 4 columns (4 merged, 0 gathered) in 0.001677463 sec., 228917.12067568704 rows/sec., 14.70 MiB/sec. 2026.02.12 06:40:27.221423 [ 200 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:27.221710 [ 200 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.221722 [ 202 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2756 rows, containing 5 columns (5 merged, 0 gathered) in 0.007068613 sec., 389892.61401069775 rows/sec., 26.14 MiB/sec. 2026.02.12 06:40:27.221780 [ 200 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_6_1} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:27.221854 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2026.02.12 06:40:27.222006 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:27.222268 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:27.222336 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_6_1} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:27.222402 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. 2026.02.12 06:40:31.262435 [ 58 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:40:31.262513 [ 58 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:40:31.352528 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2848 2026.02.12 06:40:31.353103 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:31.353149 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:31.353682 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:31.353922 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:31.354055 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2848 2026.02.12 06:40:31.354080 [ 58 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:31.354150 [ 58 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:31.354175 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:31.354318 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:31.354449 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:31.354495 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2026.02.12 06:40:31.354598 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2026.02.12 06:40:31.354653 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part 2026.02.12 06:40:31.354715 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part 2026.02.12 06:40:31.354760 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 445 rows starting from the beginning of the part 2026.02.12 06:40:31.354803 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2026.02.12 06:40:31.377397 [ 202 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2848 rows, containing 4 columns (4 merged, 0 gathered) in 0.023156186 sec., 122990.89323259021 rows/sec., 1.76 MiB/sec. 2026.02.12 06:40:31.378203 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:31.378473 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:31.378538 [ 188 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_6_1} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:31.378612 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.02.12 06:40:31.492167 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.02.12 06:40:31.509210 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:31.509268 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:31.516001 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:31.516906 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:31.517199 [ 58 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:31.517234 [ 58 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:31.517254 [ 58 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:31.517389 [ 188 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:31.521282 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.02.12 06:40:31.522429 [ 188 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:31.524532 [ 188 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.02.12 06:40:31.529116 [ 188 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.02.12 06:40:31.533425 [ 188 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.02.12 06:40:31.537751 [ 188 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.02.12 06:40:31.545016 [ 188 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.02.12 06:40:31.549456 [ 188 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.02.12 06:40:31.618007 [ 202 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.100675063 sec., 456.9155323001884 rows/sec., 2.36 MiB/sec. 2026.02.12 06:40:31.620056 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:31.622004 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:31.622113 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_6_1} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:31.623623 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.02.12 06:40:32.000217 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 172.65 MiB, peak 182.19 MiB, free memory in arenas 0.00 B, will set to 183.05 MiB (RSS), difference: 10.41 MiB 2026.02.12 06:40:32.192799 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:32.192975 [ 3 ] {3959cebf-3666-4e8d-8869-fec5705d2a21} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:32.193041 [ 3 ] {3959cebf-3666-4e8d-8869-fec5705d2a21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:32.193690 [ 3 ] {3959cebf-3666-4e8d-8869-fec5705d2a21} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:32.193729 [ 3 ] {3959cebf-3666-4e8d-8869-fec5705d2a21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:32.194110 [ 3 ] {3959cebf-3666-4e8d-8869-fec5705d2a21} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:32.194338 [ 3 ] {3959cebf-3666-4e8d-8869-fec5705d2a21} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:32.194484 [ 3 ] {3959cebf-3666-4e8d-8869-fec5705d2a21} executeQuery: Read 56 rows, 4.41 KiB in 0.001559 sec., 35920.4618345093 rows/sec., 2.76 MiB/sec. 2026.02.12 06:40:32.194526 [ 3 ] {3959cebf-3666-4e8d-8869-fec5705d2a21} TCPHandler: Processed in 0.001854878 sec. 2026.02.12 06:40:32.194643 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:32.194739 [ 3 ] {23a6d5b7-2479-4643-990f-4e8241ec7d50} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:32.194779 [ 3 ] {23a6d5b7-2479-4643-990f-4e8241ec7d50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:32.195186 [ 3 ] {23a6d5b7-2479-4643-990f-4e8241ec7d50} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:32.195220 [ 3 ] {23a6d5b7-2479-4643-990f-4e8241ec7d50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:32.195524 [ 3 ] {23a6d5b7-2479-4643-990f-4e8241ec7d50} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:32.195742 [ 3 ] {23a6d5b7-2479-4643-990f-4e8241ec7d50} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:32.195868 [ 3 ] {23a6d5b7-2479-4643-990f-4e8241ec7d50} executeQuery: Read 64 rows, 5.12 KiB in 0.001148 sec., 55749.12891986063 rows/sec., 4.35 MiB/sec. 2026.02.12 06:40:32.195904 [ 3 ] {23a6d5b7-2479-4643-990f-4e8241ec7d50} TCPHandler: Processed in 0.001310383 sec. 2026.02.12 06:40:32.196028 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:32.196123 [ 3 ] {0e6e2b4e-d138-49ab-91e8-f020e7b87693} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:32.196167 [ 3 ] {0e6e2b4e-d138-49ab-91e8-f020e7b87693} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:32.196594 [ 3 ] {0e6e2b4e-d138-49ab-91e8-f020e7b87693} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:32.196629 [ 3 ] {0e6e2b4e-d138-49ab-91e8-f020e7b87693} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:32.196970 [ 3 ] {0e6e2b4e-d138-49ab-91e8-f020e7b87693} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:32.197196 [ 3 ] {0e6e2b4e-d138-49ab-91e8-f020e7b87693} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:32.197323 [ 3 ] {0e6e2b4e-d138-49ab-91e8-f020e7b87693} executeQuery: Read 160 rows, 11.41 KiB in 0.001219 sec., 131255.12715340444 rows/sec., 9.14 MiB/sec. 2026.02.12 06:40:32.197360 [ 3 ] {0e6e2b4e-d138-49ab-91e8-f020e7b87693} TCPHandler: Processed in 0.001387366 sec. 2026.02.12 06:40:32.197464 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:32.197558 [ 3 ] {b43f103e-af05-45d3-aecb-5d80b0919d13} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:32.197600 [ 3 ] {b43f103e-af05-45d3-aecb-5d80b0919d13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:32.197924 [ 3 ] {b43f103e-af05-45d3-aecb-5d80b0919d13} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:32.197958 [ 3 ] {b43f103e-af05-45d3-aecb-5d80b0919d13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:32.198272 [ 3 ] {b43f103e-af05-45d3-aecb-5d80b0919d13} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:32.198482 [ 3 ] {b43f103e-af05-45d3-aecb-5d80b0919d13} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:32.198608 [ 3 ] {b43f103e-af05-45d3-aecb-5d80b0919d13} executeQuery: Read 60 rows, 4.14 KiB in 0.001069 sec., 56127.22170252572 rows/sec., 3.78 MiB/sec. 2026.02.12 06:40:32.198643 [ 3 ] {b43f103e-af05-45d3-aecb-5d80b0919d13} TCPHandler: Processed in 0.001227942 sec. 2026.02.12 06:40:36.348624 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 280 2026.02.12 06:40:36.350794 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:36.350852 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:36.352049 [ 242 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:36.352356 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:36.352686 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 280 2026.02.12 06:40:37.196241 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.196479 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:37.196828 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:37.196868 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:37.197119 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:37.197190 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:37.197328 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.02.12 06:40:37.197445 [ 328 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:37.197458 [ 330 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.12 06:40:37.197575 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.02.12 06:40:37.197608 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:37.197835 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.12 06:40:37.197861 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.02.12 06:40:37.197920 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:37.197962 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:37.198983 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} executeQuery: Read 38 rows, 1.42 KiB in 0.002609 sec., 14564.96742046761 rows/sec., 546.11 KiB/sec. 2026.02.12 06:40:37.199113 [ 3 ] {09c5d12a-2e2c-4792-ae92-8c74861cce54} TCPHandler: Processed in 0.003003938 sec. 2026.02.12 06:40:37.199353 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.199505 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:37.199762 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:37.199802 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:37.200025 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:37.200084 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:37.200194 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.02.12 06:40:37.200282 [ 330 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.12 06:40:37.200284 [ 318 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:37.200400 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.02.12 06:40:37.200428 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:37.200487 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.12 06:40:37.200505 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.02.12 06:40:37.200540 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:37.200578 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:37.201217 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} executeQuery: Read 38 rows, 1.42 KiB in 0.001781 sec., 21336.327905670973 rows/sec., 800.00 KiB/sec. 2026.02.12 06:40:37.201313 [ 3 ] {a75ce0bc-a6ca-4100-8a4e-86cac49e342c} TCPHandler: Processed in 0.002013652 sec. 2026.02.12 06:40:37.201535 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.201679 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:37.201978 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:37.202016 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:37.202314 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:37.202369 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:37.202473 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.02.12 06:40:37.202531 [ 297 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:37.202541 [ 318 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.12 06:40:37.202635 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.02.12 06:40:37.202661 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:37.202718 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.12 06:40:37.202736 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.02.12 06:40:37.202767 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:37.202798 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:37.203457 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} executeQuery: Read 38 rows, 1.42 KiB in 0.001841 sec., 20640.956002172734 rows/sec., 773.93 KiB/sec. 2026.02.12 06:40:37.203548 [ 3 ] {e0d8a480-31a3-44a7-aeb2-f978bb5c8d11} TCPHandler: Processed in 0.002063733 sec. 2026.02.12 06:40:37.204540 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.204679 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} executeQuery: (from [fd00:1122:3344:101::d]:53644) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.02.12 06:40:37.204906 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.02.12 06:40:37.204944 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.02.12 06:40:37.205157 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:37.205212 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:37.205313 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.02.12 06:40:37.205383 [ 318 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.02.12 06:40:37.205384 [ 330 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.02.12 06:40:37.205478 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.02.12 06:40:37.205504 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.02.12 06:40:37.205558 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.02.12 06:40:37.205577 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410) (SelectExecutor): Reading approx. 38 rows with 2 streams 2026.02.12 06:40:37.205607 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:37.205643 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.02.12 06:40:37.206253 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} executeQuery: Read 38 rows, 1.42 KiB in 0.001634 sec., 23255.81395348837 rows/sec., 871.97 KiB/sec. 2026.02.12 06:40:37.206357 [ 3 ] {3aad7180-ee84-46a0-b21d-8b5013313ef8} TCPHandler: Processed in 0.001868178 sec. 2026.02.12 06:40:37.212678 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.212808 [ 3 ] {ce55479c-bdfa-4de9-9ee4-f1f1ce881923} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.02.12 06:40:37.212860 [ 3 ] {ce55479c-bdfa-4de9-9ee4-f1f1ce881923} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.02.12 06:40:37.213469 [ 3 ] {ce55479c-bdfa-4de9-9ee4-f1f1ce881923} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.213516 [ 3 ] {ce55479c-bdfa-4de9-9ee4-f1f1ce881923} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.214006 [ 3 ] {ce55479c-bdfa-4de9-9ee4-f1f1ce881923} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:37.214209 [ 3 ] {ce55479c-bdfa-4de9-9ee4-f1f1ce881923} oximeter.timeseries_schema (ec75783d-e04c-4737-aeb8-9e4cae9ca410): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.214354 [ 3 ] {ce55479c-bdfa-4de9-9ee4-f1f1ce881923} executeQuery: Read 4 rows, 386.00 B in 0.001583 sec., 2526.8477574226154 rows/sec., 238.13 KiB/sec. 2026.02.12 06:40:37.214392 [ 3 ] {ce55479c-bdfa-4de9-9ee4-f1f1ce881923} TCPHandler: Processed in 0.001773925 sec. 2026.02.12 06:40:37.214543 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.214668 [ 3 ] {5a78a154-5759-43b6-8fc4-f22ff35dec24} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:40:37.214719 [ 3 ] {5a78a154-5759-43b6-8fc4-f22ff35dec24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:40:37.215278 [ 3 ] {5a78a154-5759-43b6-8fc4-f22ff35dec24} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.215323 [ 3 ] {5a78a154-5759-43b6-8fc4-f22ff35dec24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.215664 [ 3 ] {5a78a154-5759-43b6-8fc4-f22ff35dec24} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:37.215891 [ 3 ] {5a78a154-5759-43b6-8fc4-f22ff35dec24} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.216021 [ 3 ] {5a78a154-5759-43b6-8fc4-f22ff35dec24} executeQuery: Read 266 rows, 17.30 KiB in 0.001381 sec., 192614.04779145546 rows/sec., 12.24 MiB/sec. 2026.02.12 06:40:37.216061 [ 3 ] {5a78a154-5759-43b6-8fc4-f22ff35dec24} TCPHandler: Processed in 0.001580641 sec. 2026.02.12 06:40:37.216180 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.216277 [ 3 ] {cf0e6f5d-7f30-47f6-8ef9-3bd61a5b7b8c} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:40:37.216320 [ 3 ] {cf0e6f5d-7f30-47f6-8ef9-3bd61a5b7b8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:40:37.216718 [ 3 ] {cf0e6f5d-7f30-47f6-8ef9-3bd61a5b7b8c} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.216756 [ 3 ] {cf0e6f5d-7f30-47f6-8ef9-3bd61a5b7b8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.217080 [ 3 ] {cf0e6f5d-7f30-47f6-8ef9-3bd61a5b7b8c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.02.12 06:40:37.217299 [ 3 ] {cf0e6f5d-7f30-47f6-8ef9-3bd61a5b7b8c} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.217433 [ 3 ] {cf0e6f5d-7f30-47f6-8ef9-3bd61a5b7b8c} executeQuery: Read 2 rows, 167.00 B in 0.001174 sec., 1703.5775127768316 rows/sec., 138.91 KiB/sec. 2026.02.12 06:40:37.217472 [ 3 ] {cf0e6f5d-7f30-47f6-8ef9-3bd61a5b7b8c} TCPHandler: Processed in 0.001340985 sec. 2026.02.12 06:40:37.217603 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.217700 [ 3 ] {5a1bdcc2-82f6-4ccc-9363-81c0c5691eca} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:37.217741 [ 3 ] {5a1bdcc2-82f6-4ccc-9363-81c0c5691eca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:37.218415 [ 3 ] {5a1bdcc2-82f6-4ccc-9363-81c0c5691eca} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.218452 [ 3 ] {5a1bdcc2-82f6-4ccc-9363-81c0c5691eca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.218834 [ 3 ] {5a1bdcc2-82f6-4ccc-9363-81c0c5691eca} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:40:37.219051 [ 3 ] {5a1bdcc2-82f6-4ccc-9363-81c0c5691eca} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.219179 [ 3 ] {5a1bdcc2-82f6-4ccc-9363-81c0c5691eca} executeQuery: Read 822 rows, 67.24 KiB in 0.001497 sec., 549098.1963927855 rows/sec., 43.87 MiB/sec. 2026.02.12 06:40:37.219219 [ 3 ] {5a1bdcc2-82f6-4ccc-9363-81c0c5691eca} TCPHandler: Processed in 0.001665092 sec. 2026.02.12 06:40:37.219336 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.219432 [ 3 ] {9a265036-c2b4-4c58-8121-24f8119a8cd5} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:40:37.219473 [ 3 ] {9a265036-c2b4-4c58-8121-24f8119a8cd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:40:37.219906 [ 3 ] {9a265036-c2b4-4c58-8121-24f8119a8cd5} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.219945 [ 3 ] {9a265036-c2b4-4c58-8121-24f8119a8cd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.220264 [ 3 ] {9a265036-c2b4-4c58-8121-24f8119a8cd5} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:37.220483 [ 3 ] {9a265036-c2b4-4c58-8121-24f8119a8cd5} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.220615 [ 3 ] {9a265036-c2b4-4c58-8121-24f8119a8cd5} executeQuery: Read 169 rows, 10.70 KiB in 0.001202 sec., 140599.00166389352 rows/sec., 8.69 MiB/sec. 2026.02.12 06:40:37.220653 [ 3 ] {9a265036-c2b4-4c58-8121-24f8119a8cd5} TCPHandler: Processed in 0.001367046 sec. 2026.02.12 06:40:37.220773 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.220869 [ 3 ] {4d0d36f4-37d6-45dd-99e2-28d50f3eca1c} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:40:37.220909 [ 3 ] {4d0d36f4-37d6-45dd-99e2-28d50f3eca1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:40:37.221331 [ 3 ] {4d0d36f4-37d6-45dd-99e2-28d50f3eca1c} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.221371 [ 3 ] {4d0d36f4-37d6-45dd-99e2-28d50f3eca1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.221690 [ 3 ] {4d0d36f4-37d6-45dd-99e2-28d50f3eca1c} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:37.221904 [ 3 ] {4d0d36f4-37d6-45dd-99e2-28d50f3eca1c} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.222035 [ 3 ] {4d0d36f4-37d6-45dd-99e2-28d50f3eca1c} executeQuery: Read 141 rows, 9.33 KiB in 0.001184 sec., 119087.83783783784 rows/sec., 7.70 MiB/sec. 2026.02.12 06:40:37.222074 [ 3 ] {4d0d36f4-37d6-45dd-99e2-28d50f3eca1c} TCPHandler: Processed in 0.001352125 sec. 2026.02.12 06:40:37.222200 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.222296 [ 3 ] {f252dbee-5407-4d5b-b3e0-e6131106c6d7} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:40:37.222336 [ 3 ] {f252dbee-5407-4d5b-b3e0-e6131106c6d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:40:37.222745 [ 3 ] {f252dbee-5407-4d5b-b3e0-e6131106c6d7} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.222781 [ 3 ] {f252dbee-5407-4d5b-b3e0-e6131106c6d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.223075 [ 3 ] {f252dbee-5407-4d5b-b3e0-e6131106c6d7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:37.223275 [ 3 ] {f252dbee-5407-4d5b-b3e0-e6131106c6d7} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.223394 [ 3 ] {f252dbee-5407-4d5b-b3e0-e6131106c6d7} executeQuery: Read 139 rows, 8.10 KiB in 0.001162 sec., 119621.34251290877 rows/sec., 6.81 MiB/sec. 2026.02.12 06:40:37.223430 [ 3 ] {f252dbee-5407-4d5b-b3e0-e6131106c6d7} TCPHandler: Processed in 0.001331174 sec. 2026.02.12 06:40:37.223540 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.223636 [ 3 ] {a7846fd0-615a-4453-b108-b6ff5ae4bea3} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:37.223747 [ 3 ] {a7846fd0-615a-4453-b108-b6ff5ae4bea3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:37.224296 [ 3 ] {a7846fd0-615a-4453-b108-b6ff5ae4bea3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.224333 [ 3 ] {a7846fd0-615a-4453-b108-b6ff5ae4bea3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.224650 [ 3 ] {a7846fd0-615a-4453-b108-b6ff5ae4bea3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:40:37.224867 [ 3 ] {a7846fd0-615a-4453-b108-b6ff5ae4bea3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.224997 [ 3 ] {a7846fd0-615a-4453-b108-b6ff5ae4bea3} executeQuery: Read 515 rows, 37.46 KiB in 0.00132 sec., 390151.51515151514 rows/sec., 27.72 MiB/sec. 2026.02.12 06:40:37.225034 [ 3 ] {a7846fd0-615a-4453-b108-b6ff5ae4bea3} TCPHandler: Processed in 0.001487308 sec. 2026.02.12 06:40:37.225146 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.225241 [ 3 ] {42c55fed-57ab-4081-95db-95d68a6a95f1} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:40:37.225284 [ 3 ] {42c55fed-57ab-4081-95db-95d68a6a95f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:40:37.225603 [ 3 ] {42c55fed-57ab-4081-95db-95d68a6a95f1} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.225640 [ 3 ] {42c55fed-57ab-4081-95db-95d68a6a95f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.225942 [ 3 ] {42c55fed-57ab-4081-95db-95d68a6a95f1} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:37.226159 [ 3 ] {42c55fed-57ab-4081-95db-95d68a6a95f1} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.226287 [ 3 ] {42c55fed-57ab-4081-95db-95d68a6a95f1} executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. 2026.02.12 06:40:37.226322 [ 3 ] {42c55fed-57ab-4081-95db-95d68a6a95f1} TCPHandler: Processed in 0.001225342 sec. 2026.02.12 06:40:37.226433 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.226528 [ 3 ] {d2b476ec-a4b5-48c6-837b-97e50d08278b} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:37.226570 [ 3 ] {d2b476ec-a4b5-48c6-837b-97e50d08278b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:37.226963 [ 3 ] {d2b476ec-a4b5-48c6-837b-97e50d08278b} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.227001 [ 3 ] {d2b476ec-a4b5-48c6-837b-97e50d08278b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.227334 [ 3 ] {d2b476ec-a4b5-48c6-837b-97e50d08278b} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:40:37.227542 [ 3 ] {d2b476ec-a4b5-48c6-837b-97e50d08278b} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.227669 [ 3 ] {d2b476ec-a4b5-48c6-837b-97e50d08278b} executeQuery: Read 259 rows, 17.66 KiB in 0.001159 sec., 223468.50733390852 rows/sec., 14.88 MiB/sec. 2026.02.12 06:40:37.227705 [ 3 ] {d2b476ec-a4b5-48c6-837b-97e50d08278b} TCPHandler: Processed in 0.001321494 sec. 2026.02.12 06:40:37.227818 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.227913 [ 3 ] {8f042326-1cf0-4eb6-95cb-3438b21fa496} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:40:37.227956 [ 3 ] {8f042326-1cf0-4eb6-95cb-3438b21fa496} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:40:37.228265 [ 3 ] {8f042326-1cf0-4eb6-95cb-3438b21fa496} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.228301 [ 3 ] {8f042326-1cf0-4eb6-95cb-3438b21fa496} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.228596 [ 3 ] {8f042326-1cf0-4eb6-95cb-3438b21fa496} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:37.228813 [ 3 ] {8f042326-1cf0-4eb6-95cb-3438b21fa496} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.228941 [ 3 ] {8f042326-1cf0-4eb6-95cb-3438b21fa496} executeQuery: Read 2 rows, 134.00 B in 0.001046 sec., 1912.0458891013384 rows/sec., 125.10 KiB/sec. 2026.02.12 06:40:37.228978 [ 3 ] {8f042326-1cf0-4eb6-95cb-3438b21fa496} TCPHandler: Processed in 0.001209261 sec. 2026.02.12 06:40:37.229088 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.229182 [ 3 ] {3744b20a-9192-422a-a7fc-335eb06901f7} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:37.229236 [ 3 ] {3744b20a-9192-422a-a7fc-335eb06901f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:40:37.229973 [ 3 ] {3744b20a-9192-422a-a7fc-335eb06901f7} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.230010 [ 3 ] {3744b20a-9192-422a-a7fc-335eb06901f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.230539 [ 3 ] {3744b20a-9192-422a-a7fc-335eb06901f7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:37.230768 [ 3 ] {3744b20a-9192-422a-a7fc-335eb06901f7} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.230901 [ 3 ] {3744b20a-9192-422a-a7fc-335eb06901f7} executeQuery: Read 34 rows, 62.39 KiB in 0.001737 sec., 19573.97812320092 rows/sec., 35.08 MiB/sec. 2026.02.12 06:40:37.230952 [ 3 ] {3744b20a-9192-422a-a7fc-335eb06901f7} TCPHandler: Processed in 0.001913959 sec. 2026.02.12 06:40:37.231068 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.231164 [ 3 ] {de05cdee-b7d8-43a0-aa84-dce739fac684} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.12 06:40:37.231207 [ 3 ] {de05cdee-b7d8-43a0-aa84-dce739fac684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.12 06:40:37.231540 [ 3 ] {de05cdee-b7d8-43a0-aa84-dce739fac684} oximeter.measurements_i64 (9c15f850-658e-4e76-9db4-4a0c0dc53bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.231578 [ 3 ] {de05cdee-b7d8-43a0-aa84-dce739fac684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.231994 [ 3 ] {de05cdee-b7d8-43a0-aa84-dce739fac684} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.02.12 06:40:37.232206 [ 3 ] {de05cdee-b7d8-43a0-aa84-dce739fac684} oximeter.measurements_i64 (9c15f850-658e-4e76-9db4-4a0c0dc53bce): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.232331 [ 3 ] {de05cdee-b7d8-43a0-aa84-dce739fac684} executeQuery: Read 24 rows, 1.78 KiB in 0.001186 sec., 20236.087689713324 rows/sec., 1.47 MiB/sec. 2026.02.12 06:40:37.232365 [ 3 ] {de05cdee-b7d8-43a0-aa84-dce739fac684} TCPHandler: Processed in 0.001346394 sec. 2026.02.12 06:40:37.232475 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:37.232569 [ 3 ] {e2dcbabf-2145-4e0a-af58-5c0e10d170ad} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:37.232609 [ 3 ] {e2dcbabf-2145-4e0a-af58-5c0e10d170ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:37.232922 [ 3 ] {e2dcbabf-2145-4e0a-af58-5c0e10d170ad} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:37.232959 [ 3 ] {e2dcbabf-2145-4e0a-af58-5c0e10d170ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:37.233261 [ 3 ] {e2dcbabf-2145-4e0a-af58-5c0e10d170ad} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:40:37.233469 [ 3 ] {e2dcbabf-2145-4e0a-af58-5c0e10d170ad} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:37.233594 [ 3 ] {e2dcbabf-2145-4e0a-af58-5c0e10d170ad} executeQuery: Read 88 rows, 5.66 KiB in 0.001043 sec., 84372.00383509108 rows/sec., 5.30 MiB/sec. 2026.02.12 06:40:37.233630 [ 3 ] {e2dcbabf-2145-4e0a-af58-5c0e10d170ad} TCPHandler: Processed in 0.001204491 sec. 2026.02.12 06:40:38.000223 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 184.31 MiB, peak 184.31 MiB, free memory in arenas 0.00 B, will set to 183.25 MiB (RSS), difference: -1.06 MiB 2026.02.12 06:40:38.854754 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3296 2026.02.12 06:40:38.855535 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:38.855607 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:38.856440 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:38.856823 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:38.857036 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3296 2026.02.12 06:40:39.021675 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.02.12 06:40:39.049225 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:39.049321 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:39.057863 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:39.059044 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:39.066071 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.02.12 06:40:39.711939 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60385 2026.02.12 06:40:39.712057 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:39.712101 [ 286 ] {} TCP-Session: 759199b1-e5bb-45f6-9475-480364d8abda Authenticating user 'default' from [fd00:1122:3344:101::e]:60385 2026.02.12 06:40:39.712129 [ 286 ] {} TCP-Session: 759199b1-e5bb-45f6-9475-480364d8abda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.712146 [ 286 ] {} TCP-Session: 759199b1-e5bb-45f6-9475-480364d8abda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.712374 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39632 2026.02.12 06:40:39.712414 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60696 2026.02.12 06:40:39.712447 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58709 2026.02.12 06:40:39.712491 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:39.712508 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60160 2026.02.12 06:40:39.712526 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34904 2026.02.12 06:40:39.712542 [ 287 ] {} TCP-Session: a595e4ed-fba8-48b0-872d-6a217be88c4b Authenticating user 'default' from [fd00:1122:3344:101::e]:39632 2026.02.12 06:40:39.712571 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:39.712601 [ 287 ] {} TCP-Session: a595e4ed-fba8-48b0-872d-6a217be88c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.712516 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58818 2026.02.12 06:40:39.712628 [ 287 ] {} TCP-Session: a595e4ed-fba8-48b0-872d-6a217be88c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.712630 [ 288 ] {} TCP-Session: e55ca7ae-204d-491d-b129-b739b417c430 Authenticating user 'default' from [fd00:1122:3344:101::e]:60696 2026.02.12 06:40:39.712484 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57415 2026.02.12 06:40:39.712694 [ 286 ] {} TCP-Session: 759199b1-e5bb-45f6-9475-480364d8abda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:39.712713 [ 288 ] {} TCP-Session: e55ca7ae-204d-491d-b129-b739b417c430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.712482 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40021 2026.02.12 06:40:39.712780 [ 288 ] {} TCP-Session: e55ca7ae-204d-491d-b129-b739b417c430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.712900 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:39.712907 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:39.712931 [ 291 ] {} TCP-Session: 64fdf2aa-add4-4477-abd6-8f55863220db Authenticating user 'default' from [fd00:1122:3344:101::e]:57415 2026.02.12 06:40:39.712956 [ 286 ] {c08ce517-c967-43aa-80ff-824377ab55d0} executeQuery: (from [fd00:1122:3344:101::e]:60385) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:40:39.712960 [ 294 ] {} TCP-Session: 75133f17-c69e-4dd5-a49e-bf30de7c16f2 Authenticating user 'default' from [fd00:1122:3344:101::e]:34904 2026.02.12 06:40:39.712961 [ 291 ] {} TCP-Session: 64fdf2aa-add4-4477-abd6-8f55863220db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713034 [ 294 ] {} TCP-Session: 75133f17-c69e-4dd5-a49e-bf30de7c16f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713051 [ 291 ] {} TCP-Session: 64fdf2aa-add4-4477-abd6-8f55863220db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713066 [ 294 ] {} TCP-Session: 75133f17-c69e-4dd5-a49e-bf30de7c16f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713079 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:39.713117 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:39.713123 [ 289 ] {} TCP-Session: 4fc54605-46ca-428a-92d5-88580b7305ea Authenticating user 'default' from [fd00:1122:3344:101::e]:58709 2026.02.12 06:40:39.713191 [ 290 ] {} TCP-Session: f1614600-46c2-42f1-9018-a824c7d88431 Authenticating user 'default' from [fd00:1122:3344:101::e]:40021 2026.02.12 06:40:39.713204 [ 289 ] {} TCP-Session: 4fc54605-46ca-428a-92d5-88580b7305ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713215 [ 290 ] {} TCP-Session: f1614600-46c2-42f1-9018-a824c7d88431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713228 [ 289 ] {} TCP-Session: 4fc54605-46ca-428a-92d5-88580b7305ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713241 [ 290 ] {} TCP-Session: f1614600-46c2-42f1-9018-a824c7d88431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713278 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:39.713308 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:40:39.713322 [ 293 ] {} TCP-Session: 20389f47-6766-4965-a21b-0d3fbc87a88f Authenticating user 'default' from [fd00:1122:3344:101::e]:58818 2026.02.12 06:40:39.713357 [ 286 ] {c08ce517-c967-43aa-80ff-824377ab55d0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:40:39.713379 [ 293 ] {} TCP-Session: 20389f47-6766-4965-a21b-0d3fbc87a88f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713366 [ 292 ] {} TCP-Session: 32b90370-2fbd-4ebd-a4b3-f6d702534852 Authenticating user 'default' from [fd00:1122:3344:101::e]:60160 2026.02.12 06:40:39.713414 [ 293 ] {} TCP-Session: 20389f47-6766-4965-a21b-0d3fbc87a88f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713439 [ 292 ] {} TCP-Session: 32b90370-2fbd-4ebd-a4b3-f6d702534852 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713440 [ 286 ] {c08ce517-c967-43aa-80ff-824377ab55d0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:40:39.713463 [ 292 ] {} TCP-Session: 32b90370-2fbd-4ebd-a4b3-f6d702534852 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:39.713810 [ 286 ] {c08ce517-c967-43aa-80ff-824377ab55d0} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:40:39.713924 [ 286 ] {c08ce517-c967-43aa-80ff-824377ab55d0} Aggregator: Compile expression max()(UInt64) 0 2026.02.12 06:40:40.000190 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 183.84 MiB, peak 187.79 MiB, free memory in arenas 0.00 B, will set to 203.14 MiB (RSS), difference: 19.31 MiB 2026.02.12 06:40:40.020842 [ 267 ] {c08ce517-c967-43aa-80ff-824377ab55d0} AggregatingTransform: Aggregating 2026.02.12 06:40:40.020902 [ 267 ] {c08ce517-c967-43aa-80ff-824377ab55d0} Aggregator: Aggregation method: without_key 2026.02.12 06:40:40.020937 [ 267 ] {c08ce517-c967-43aa-80ff-824377ab55d0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001175141 sec. (850.962 rows/sec., 33.24 KiB/sec.) 2026.02.12 06:40:40.020952 [ 267 ] {c08ce517-c967-43aa-80ff-824377ab55d0} Aggregator: Merging aggregated data 2026.02.12 06:40:40.022110 [ 286 ] {c08ce517-c967-43aa-80ff-824377ab55d0} executeQuery: Read 1 rows, 40.00 B in 0.309218 sec., 3.233964387584164 rows/sec., 129.36 B/sec. 2026.02.12 06:40:40.022282 [ 286 ] {c08ce517-c967-43aa-80ff-824377ab55d0} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.02.12 06:40:40.022300 [ 286 ] {c08ce517-c967-43aa-80ff-824377ab55d0} TCPHandler: Processed in 0.30979074 sec. 2026.02.12 06:40:40.022433 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:40.022470 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:40.022501 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:40.022477 [ 287 ] {} TCP-Session: a595e4ed-fba8-48b0-872d-6a217be88c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:40.022541 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:40.022543 [ 288 ] {} TCP-Session: e55ca7ae-204d-491d-b129-b739b417c430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:40.022558 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:40.022590 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:40.022593 [ 292 ] {} TCP-Session: 32b90370-2fbd-4ebd-a4b3-f6d702534852 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:40.022620 [ 291 ] {} TCP-Session: 64fdf2aa-add4-4477-abd6-8f55863220db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:40.022633 [ 286 ] {} TCP-Session: 759199b1-e5bb-45f6-9475-480364d8abda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:40.022578 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:40.022557 [ 294 ] {} TCP-Session: 75133f17-c69e-4dd5-a49e-bf30de7c16f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:40.022527 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:40.022729 [ 293 ] {} TCP-Session: 20389f47-6766-4965-a21b-0d3fbc87a88f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:40.022485 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:40.022756 [ 289 ] {} TCP-Session: 4fc54605-46ca-428a-92d5-88580b7305ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:40.022791 [ 290 ] {} TCP-Session: f1614600-46c2-42f1-9018-a824c7d88431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:42.193632 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:42.193815 [ 3 ] {35574541-5953-4c88-9136-252fc3888b98} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:42.193887 [ 3 ] {35574541-5953-4c88-9136-252fc3888b98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:42.194545 [ 3 ] {35574541-5953-4c88-9136-252fc3888b98} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:42.194596 [ 3 ] {35574541-5953-4c88-9136-252fc3888b98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:42.195001 [ 3 ] {35574541-5953-4c88-9136-252fc3888b98} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:40:42.195236 [ 3 ] {35574541-5953-4c88-9136-252fc3888b98} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:42.195401 [ 3 ] {35574541-5953-4c88-9136-252fc3888b98} executeQuery: Read 56 rows, 4.41 KiB in 0.001636 sec., 34229.828850855745 rows/sec., 2.63 MiB/sec. 2026.02.12 06:40:42.195452 [ 3 ] {35574541-5953-4c88-9136-252fc3888b98} TCPHandler: Processed in 0.00195541 sec. 2026.02.12 06:40:42.195577 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:42.195683 [ 3 ] {63b2f82e-9527-44a8-9f00-b8d02062cc8d} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:42.195728 [ 3 ] {63b2f82e-9527-44a8-9f00-b8d02062cc8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:42.196166 [ 3 ] {63b2f82e-9527-44a8-9f00-b8d02062cc8d} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:42.196206 [ 3 ] {63b2f82e-9527-44a8-9f00-b8d02062cc8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:42.196528 [ 3 ] {63b2f82e-9527-44a8-9f00-b8d02062cc8d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:40:42.196766 [ 3 ] {63b2f82e-9527-44a8-9f00-b8d02062cc8d} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:42.196901 [ 3 ] {63b2f82e-9527-44a8-9f00-b8d02062cc8d} executeQuery: Read 64 rows, 5.12 KiB in 0.001243 sec., 51488.334674175385 rows/sec., 4.02 MiB/sec. 2026.02.12 06:40:42.196939 [ 3 ] {63b2f82e-9527-44a8-9f00-b8d02062cc8d} TCPHandler: Processed in 0.001416127 sec. 2026.02.12 06:40:42.197060 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:42.197160 [ 3 ] {192ded2f-f072-4899-b9bd-d9ffa631eb11} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:42.197207 [ 3 ] {192ded2f-f072-4899-b9bd-d9ffa631eb11} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:42.197637 [ 3 ] {192ded2f-f072-4899-b9bd-d9ffa631eb11} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:42.197676 [ 3 ] {192ded2f-f072-4899-b9bd-d9ffa631eb11} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:42.198019 [ 3 ] {192ded2f-f072-4899-b9bd-d9ffa631eb11} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:40:42.198233 [ 3 ] {192ded2f-f072-4899-b9bd-d9ffa631eb11} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:42.198367 [ 3 ] {192ded2f-f072-4899-b9bd-d9ffa631eb11} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2026.02.12 06:40:42.198405 [ 3 ] {192ded2f-f072-4899-b9bd-d9ffa631eb11} TCPHandler: Processed in 0.001396616 sec. 2026.02.12 06:40:42.198520 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:42.198617 [ 3 ] {56c80486-dd41-426b-b258-a2b23ac7856b} executeQuery: (from [fd00:1122:3344:101::d]:53644) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:42.198659 [ 3 ] {56c80486-dd41-426b-b258-a2b23ac7856b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:42.198995 [ 3 ] {56c80486-dd41-426b-b258-a2b23ac7856b} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:42.199032 [ 3 ] {56c80486-dd41-426b-b258-a2b23ac7856b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:42.199338 [ 3 ] {56c80486-dd41-426b-b258-a2b23ac7856b} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:40:42.199551 [ 3 ] {56c80486-dd41-426b-b258-a2b23ac7856b} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:42.199681 [ 3 ] {56c80486-dd41-426b-b258-a2b23ac7856b} executeQuery: Read 60 rows, 4.14 KiB in 0.001084 sec., 55350.55350553506 rows/sec., 3.73 MiB/sec. 2026.02.12 06:40:42.199716 [ 3 ] {56c80486-dd41-426b-b258-a2b23ac7856b} TCPHandler: Processed in 0.001246482 sec. 2026.02.12 06:40:46.263226 [ 40 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:40:46.263290 [ 40 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:40:46.352916 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 326 2026.02.12 06:40:46.355473 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:46.355532 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:46.356774 [ 242 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:46.357068 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:46.357135 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3808 2026.02.12 06:40:46.357414 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 326 2026.02.12 06:40:46.357908 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:46.357982 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:46.358618 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:40:46.358855 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:46.358994 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3808 2026.02.12 06:40:46.566146 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.02.12 06:40:46.584370 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:46.584428 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:46.590858 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:40:46.591583 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:46.595153 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.02.12 06:40:46.729041 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:40:46.729143 [ 3 ] {} TCP-Session: c2bc775a-e189-45c8-b819-c9bb9aa1b697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:40:47.000183 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 202.23 MiB, peak 216.66 MiB, free memory in arenas 0.00 B, will set to 205.72 MiB (RSS), difference: 3.49 MiB 2026.02.12 06:40:47.202974 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.203148 [ 4 ] {3de9e650-5c08-43e4-a2f3-8e10455c717e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:40:47.203213 [ 4 ] {3de9e650-5c08-43e4-a2f3-8e10455c717e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:40:47.203949 [ 4 ] {3de9e650-5c08-43e4-a2f3-8e10455c717e} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.204000 [ 4 ] {3de9e650-5c08-43e4-a2f3-8e10455c717e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.204416 [ 4 ] {3de9e650-5c08-43e4-a2f3-8e10455c717e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:47.204656 [ 4 ] {3de9e650-5c08-43e4-a2f3-8e10455c717e} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.204786 [ 38 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.12 06:40:47.204820 [ 4 ] {3de9e650-5c08-43e4-a2f3-8e10455c717e} executeQuery: Read 266 rows, 17.30 KiB in 0.001719 sec., 154741.12856311808 rows/sec., 9.83 MiB/sec. 2026.02.12 06:40:47.204849 [ 38 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.204871 [ 4 ] {3de9e650-5c08-43e4-a2f3-8e10455c717e} TCPHandler: Processed in 0.002025162 sec. 2026.02.12 06:40:47.204874 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.205011 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.12 06:40:47.205021 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.205140 [ 4 ] {4815a37d-9ead-438c-8a76-1942c1a52406} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:47.205141 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:47.205189 [ 4 ] {4815a37d-9ead-438c-8a76-1942c1a52406} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:47.205198 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 266 rows starting from the beginning of the part 2026.02.12 06:40:47.205303 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 266 rows starting from the beginning of the part 2026.02.12 06:40:47.205363 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 266 rows starting from the beginning of the part 2026.02.12 06:40:47.205414 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 266 rows starting from the beginning of the part 2026.02.12 06:40:47.205478 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 266 rows starting from the beginning of the part 2026.02.12 06:40:47.205933 [ 4 ] {4815a37d-9ead-438c-8a76-1942c1a52406} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.205975 [ 4 ] {4815a37d-9ead-438c-8a76-1942c1a52406} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.206409 [ 4 ] {4815a37d-9ead-438c-8a76-1942c1a52406} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:40:47.206602 [ 202 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001639942 sec., 811004.2916151913 rows/sec., 54.62 MiB/sec. 2026.02.12 06:40:47.206641 [ 4 ] {4815a37d-9ead-438c-8a76-1942c1a52406} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.206752 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.12 06:40:47.206785 [ 4 ] {4815a37d-9ead-438c-8a76-1942c1a52406} executeQuery: Read 824 rows, 67.47 KiB in 0.001669 sec., 493708.80766926304 rows/sec., 39.48 MiB/sec. 2026.02.12 06:40:47.206829 [ 4 ] {4815a37d-9ead-438c-8a76-1942c1a52406} TCPHandler: Processed in 0.001860088 sec. 2026.02.12 06:40:47.206958 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.207018 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.207058 [ 4 ] {20f2bb3f-8e3e-48bf-9a7a-1b81d2e48b25} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:40:47.207094 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_5_1} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.12 06:40:47.207105 [ 4 ] {20f2bb3f-8e3e-48bf-9a7a-1b81d2e48b25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:40:47.207167 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.12 06:40:47.207549 [ 4 ] {20f2bb3f-8e3e-48bf-9a7a-1b81d2e48b25} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.207589 [ 4 ] {20f2bb3f-8e3e-48bf-9a7a-1b81d2e48b25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.207899 [ 4 ] {20f2bb3f-8e3e-48bf-9a7a-1b81d2e48b25} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:47.208106 [ 4 ] {20f2bb3f-8e3e-48bf-9a7a-1b81d2e48b25} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.208213 [ 38 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:47.208232 [ 4 ] {20f2bb3f-8e3e-48bf-9a7a-1b81d2e48b25} executeQuery: Read 169 rows, 10.71 KiB in 0.001194 sec., 141541.03852596314 rows/sec., 8.76 MiB/sec. 2026.02.12 06:40:47.208246 [ 38 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.208272 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.208275 [ 4 ] {20f2bb3f-8e3e-48bf-9a7a-1b81d2e48b25} TCPHandler: Processed in 0.001368016 sec. 2026.02.12 06:40:47.208380 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:47.208404 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.208477 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:47.208499 [ 4 ] {31366946-7c44-4f1e-a682-8e6b1c051948} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:40:47.208511 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 153 rows starting from the beginning of the part 2026.02.12 06:40:47.208540 [ 4 ] {31366946-7c44-4f1e-a682-8e6b1c051948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:40:47.208588 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 143 rows starting from the beginning of the part 2026.02.12 06:40:47.208639 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.02.12 06:40:47.208683 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 143 rows starting from the beginning of the part 2026.02.12 06:40:47.208724 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 169 rows starting from the beginning of the part 2026.02.12 06:40:47.208763 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 169 rows starting from the beginning of the part 2026.02.12 06:40:47.208958 [ 4 ] {31366946-7c44-4f1e-a682-8e6b1c051948} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.208993 [ 4 ] {31366946-7c44-4f1e-a682-8e6b1c051948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.209301 [ 4 ] {31366946-7c44-4f1e-a682-8e6b1c051948} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:47.209537 [ 4 ] {31366946-7c44-4f1e-a682-8e6b1c051948} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.209645 [ 38 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:47.209663 [ 4 ] {31366946-7c44-4f1e-a682-8e6b1c051948} executeQuery: Read 140 rows, 9.27 KiB in 0.001183 sec., 118343.19526627219 rows/sec., 7.65 MiB/sec. 2026.02.12 06:40:47.209706 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 779 rows, containing 5 columns (5 merged, 0 gathered) in 0.001375895 sec., 566176.9248380145 rows/sec., 36.59 MiB/sec. 2026.02.12 06:40:47.209713 [ 38 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.209741 [ 4 ] {31366946-7c44-4f1e-a682-8e6b1c051948} TCPHandler: Processed in 0.001385396 sec. 2026.02.12 06:40:47.209746 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.209825 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:47.209891 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.209896 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:47.209986 [ 4 ] {2fcbe33d-4080-4e70-acce-0c26c85313cb} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:40:47.210030 [ 4 ] {2fcbe33d-4080-4e70-acce-0c26c85313cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:40:47.210058 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:47.210068 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.210113 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 140 rows starting from the beginning of the part 2026.02.12 06:40:47.210144 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_6_1} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:47.210210 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.12 06:40:47.210227 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 140 rows starting from the beginning of the part 2026.02.12 06:40:47.210287 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part 2026.02.12 06:40:47.210334 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part 2026.02.12 06:40:47.210388 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 141 rows starting from the beginning of the part 2026.02.12 06:40:47.210443 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 140 rows starting from the beginning of the part 2026.02.12 06:40:47.210452 [ 4 ] {2fcbe33d-4080-4e70-acce-0c26c85313cb} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.210492 [ 4 ] {2fcbe33d-4080-4e70-acce-0c26c85313cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.210824 [ 4 ] {2fcbe33d-4080-4e70-acce-0c26c85313cb} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:47.211090 [ 4 ] {2fcbe33d-4080-4e70-acce-0c26c85313cb} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.211200 [ 38 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.12 06:40:47.211229 [ 4 ] {2fcbe33d-4080-4e70-acce-0c26c85313cb} executeQuery: Read 139 rows, 8.10 KiB in 0.001261 sec., 110229.97620935766 rows/sec., 6.27 MiB/sec. 2026.02.12 06:40:47.211253 [ 38 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.211270 [ 4 ] {2fcbe33d-4080-4e70-acce-0c26c85313cb} TCPHandler: Processed in 0.001428987 sec. 2026.02.12 06:40:47.211294 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.211365 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.12 06:40:47.211410 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.211451 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:47.211481 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 139 rows starting from the beginning of the part 2026.02.12 06:40:47.211509 [ 4 ] {509bdb65-61fd-4726-9690-8f293bb1dc83} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:47.211531 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 139 rows starting from the beginning of the part 2026.02.12 06:40:47.211554 [ 4 ] {509bdb65-61fd-4726-9690-8f293bb1dc83} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:47.211577 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 139 rows starting from the beginning of the part 2026.02.12 06:40:47.211609 [ 199 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 929 rows, containing 5 columns (5 merged, 0 gathered) in 0.001792046 sec., 518401.87138053373 rows/sec., 35.87 MiB/sec. 2026.02.12 06:40:47.211621 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 139 rows starting from the beginning of the part 2026.02.12 06:40:47.211670 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 139 rows starting from the beginning of the part 2026.02.12 06:40:47.211817 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:47.212104 [ 4 ] {509bdb65-61fd-4726-9690-8f293bb1dc83} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.212139 [ 4 ] {509bdb65-61fd-4726-9690-8f293bb1dc83} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.212149 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.212219 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_6_1} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:47.212291 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.02.12 06:40:47.212524 [ 4 ] {509bdb65-61fd-4726-9690-8f293bb1dc83} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:40:47.212592 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 5 columns (5 merged, 0 gathered) in 0.001252323 sec., 554968.6462677759 rows/sec., 33.69 MiB/sec. 2026.02.12 06:40:47.212728 [ 195 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.12 06:40:47.212739 [ 4 ] {509bdb65-61fd-4726-9690-8f293bb1dc83} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.212869 [ 4 ] {509bdb65-61fd-4726-9690-8f293bb1dc83} executeQuery: Read 499 rows, 36.16 KiB in 0.001377 sec., 362381.98983297026 rows/sec., 25.65 MiB/sec. 2026.02.12 06:40:47.212904 [ 4 ] {509bdb65-61fd-4726-9690-8f293bb1dc83} TCPHandler: Processed in 0.00154284 sec. 2026.02.12 06:40:47.212968 [ 195 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.213016 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.213027 [ 195 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_5_1} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.12 06:40:47.213092 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.12 06:40:47.213111 [ 4 ] {2bd63756-af45-4091-a72d-fc59e3d479ae} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:40:47.213153 [ 4 ] {2bd63756-af45-4091-a72d-fc59e3d479ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:40:47.213477 [ 4 ] {2bd63756-af45-4091-a72d-fc59e3d479ae} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.213511 [ 4 ] {2bd63756-af45-4091-a72d-fc59e3d479ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.213811 [ 4 ] {2bd63756-af45-4091-a72d-fc59e3d479ae} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:47.214027 [ 4 ] {2bd63756-af45-4091-a72d-fc59e3d479ae} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.214123 [ 38 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.12 06:40:47.214153 [ 4 ] {2bd63756-af45-4091-a72d-fc59e3d479ae} executeQuery: Read 6 rows, 321.00 B in 0.00106 sec., 5660.377358490567 rows/sec., 295.73 KiB/sec. 2026.02.12 06:40:47.214155 [ 38 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.214194 [ 38 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.214196 [ 4 ] {2bd63756-af45-4091-a72d-fc59e3d479ae} TCPHandler: Processed in 0.001227882 sec. 2026.02.12 06:40:47.214269 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.12 06:40:47.214339 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.214369 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:47.214404 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.02.12 06:40:47.214438 [ 4 ] {17169473-82ae-4b50-888e-9b76131a72b8} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:47.214455 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.02.12 06:40:47.214485 [ 4 ] {17169473-82ae-4b50-888e-9b76131a72b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:47.214500 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.02.12 06:40:47.214544 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.02.12 06:40:47.214583 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.02.12 06:40:47.214896 [ 4 ] {17169473-82ae-4b50-888e-9b76131a72b8} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.214936 [ 4 ] {17169473-82ae-4b50-888e-9b76131a72b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.215297 [ 4 ] {17169473-82ae-4b50-888e-9b76131a72b8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:40:47.215320 [ 194 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.001086018 sec., 27623.85153837229 rows/sec., 1.41 MiB/sec. 2026.02.12 06:40:47.215436 [ 199 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.12 06:40:47.215532 [ 4 ] {17169473-82ae-4b50-888e-9b76131a72b8} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.215663 [ 4 ] {17169473-82ae-4b50-888e-9b76131a72b8} executeQuery: Read 258 rows, 17.59 KiB in 0.001243 sec., 207562.3491552695 rows/sec., 13.82 MiB/sec. 2026.02.12 06:40:47.215697 [ 199 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.215698 [ 4 ] {17169473-82ae-4b50-888e-9b76131a72b8} TCPHandler: Processed in 0.001408556 sec. 2026.02.12 06:40:47.215756 [ 199 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_5_1} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.12 06:40:47.215818 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.02.12 06:40:47.215819 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.215920 [ 4 ] {9ccd5630-e363-425e-bec1-efe3745b6932} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:40:47.215961 [ 4 ] {9ccd5630-e363-425e-bec1-efe3745b6932} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:40:47.216266 [ 4 ] {9ccd5630-e363-425e-bec1-efe3745b6932} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.216300 [ 4 ] {9ccd5630-e363-425e-bec1-efe3745b6932} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.216592 [ 4 ] {9ccd5630-e363-425e-bec1-efe3745b6932} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:47.216797 [ 4 ] {9ccd5630-e363-425e-bec1-efe3745b6932} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.216927 [ 4 ] {9ccd5630-e363-425e-bec1-efe3745b6932} executeQuery: Read 1 rows, 69.00 B in 0.001026 sec., 974.6588693957115 rows/sec., 65.68 KiB/sec. 2026.02.12 06:40:47.216962 [ 4 ] {9ccd5630-e363-425e-bec1-efe3745b6932} TCPHandler: Processed in 0.00119224 sec. 2026.02.12 06:40:47.217069 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.217163 [ 4 ] {17e9799a-9706-4e9e-9d8b-c3a0dbc35821} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:47.217216 [ 4 ] {17e9799a-9706-4e9e-9d8b-c3a0dbc35821} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:40:47.218065 [ 4 ] {17e9799a-9706-4e9e-9d8b-c3a0dbc35821} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.218100 [ 4 ] {17e9799a-9706-4e9e-9d8b-c3a0dbc35821} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.218627 [ 4 ] {17e9799a-9706-4e9e-9d8b-c3a0dbc35821} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:40:47.218855 [ 4 ] {17e9799a-9706-4e9e-9d8b-c3a0dbc35821} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.218990 [ 4 ] {17e9799a-9706-4e9e-9d8b-c3a0dbc35821} executeQuery: Read 36 rows, 66.06 KiB in 0.001845 sec., 19512.19512195122 rows/sec., 34.96 MiB/sec. 2026.02.12 06:40:47.219047 [ 4 ] {17e9799a-9706-4e9e-9d8b-c3a0dbc35821} TCPHandler: Processed in 0.002026462 sec. 2026.02.12 06:40:47.219158 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:47.219253 [ 4 ] {ea3a3fec-3159-418f-a002-560bf8240d69} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:47.219295 [ 4 ] {ea3a3fec-3159-418f-a002-560bf8240d69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:47.219627 [ 4 ] {ea3a3fec-3159-418f-a002-560bf8240d69} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:47.219662 [ 4 ] {ea3a3fec-3159-418f-a002-560bf8240d69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:47.219962 [ 4 ] {ea3a3fec-3159-418f-a002-560bf8240d69} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:40:47.220170 [ 4 ] {ea3a3fec-3159-418f-a002-560bf8240d69} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:47.220295 [ 4 ] {ea3a3fec-3159-418f-a002-560bf8240d69} executeQuery: Read 88 rows, 5.66 KiB in 0.001061 sec., 82940.62205466541 rows/sec., 5.21 MiB/sec. 2026.02.12 06:40:47.220331 [ 4 ] {ea3a3fec-3159-418f-a002-560bf8240d69} TCPHandler: Processed in 0.001222462 sec. 2026.02.12 06:40:52.220975 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.221163 [ 4 ] {e2cb3f3c-038b-4dd5-b962-38fe9363d672} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:40:52.221234 [ 4 ] {e2cb3f3c-038b-4dd5-b962-38fe9363d672} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:40:52.221838 [ 4 ] {e2cb3f3c-038b-4dd5-b962-38fe9363d672} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.221881 [ 4 ] {e2cb3f3c-038b-4dd5-b962-38fe9363d672} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.222251 [ 4 ] {e2cb3f3c-038b-4dd5-b962-38fe9363d672} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.02.12 06:40:52.222477 [ 4 ] {e2cb3f3c-038b-4dd5-b962-38fe9363d672} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.222630 [ 4 ] {e2cb3f3c-038b-4dd5-b962-38fe9363d672} executeQuery: Read 4 rows, 334.00 B in 0.001516 sec., 2638.5224274406332 rows/sec., 215.15 KiB/sec. 2026.02.12 06:40:52.222677 [ 4 ] {e2cb3f3c-038b-4dd5-b962-38fe9363d672} TCPHandler: Processed in 0.001831857 sec. 2026.02.12 06:40:52.222814 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.222920 [ 4 ] {63158595-6e3c-4d8b-a389-4acab8637476} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:52.222972 [ 4 ] {63158595-6e3c-4d8b-a389-4acab8637476} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:52.223921 [ 4 ] {63158595-6e3c-4d8b-a389-4acab8637476} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.223958 [ 4 ] {63158595-6e3c-4d8b-a389-4acab8637476} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.224347 [ 4 ] {63158595-6e3c-4d8b-a389-4acab8637476} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:40:52.224577 [ 4 ] {63158595-6e3c-4d8b-a389-4acab8637476} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.224688 [ 31 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:40:52.224709 [ 4 ] {63158595-6e3c-4d8b-a389-4acab8637476} executeQuery: Read 1209 rows, 102.18 KiB in 0.001813 sec., 666850.5239933812 rows/sec., 55.04 MiB/sec. 2026.02.12 06:40:52.224731 [ 31 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.224748 [ 4 ] {63158595-6e3c-4d8b-a389-4acab8637476} TCPHandler: Processed in 0.001992811 sec. 2026.02.12 06:40:52.224755 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.224868 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.224882 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:40:52.224965 [ 4 ] {e21f5a1e-fb43-4285-9706-82a9892e850c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:40:52.225011 [ 4 ] {e21f5a1e-fb43-4285-9706-82a9892e850c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:40:52.225024 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:52.225060 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1918 rows starting from the beginning of the part 2026.02.12 06:40:52.225125 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 56 rows starting from the beginning of the part 2026.02.12 06:40:52.225168 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 822 rows starting from the beginning of the part 2026.02.12 06:40:52.225220 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part 2026.02.12 06:40:52.225284 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 824 rows starting from the beginning of the part 2026.02.12 06:40:52.225334 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1209 rows starting from the beginning of the part 2026.02.12 06:40:52.225409 [ 4 ] {e21f5a1e-fb43-4285-9706-82a9892e850c} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.225452 [ 4 ] {e21f5a1e-fb43-4285-9706-82a9892e850c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.225800 [ 4 ] {e21f5a1e-fb43-4285-9706-82a9892e850c} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:52.226026 [ 4 ] {e21f5a1e-fb43-4285-9706-82a9892e850c} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.226162 [ 4 ] {e21f5a1e-fb43-4285-9706-82a9892e850c} executeQuery: Read 9 rows, 671.00 B in 0.001217 sec., 7395.234182415777 rows/sec., 538.43 KiB/sec. 2026.02.12 06:40:52.226200 [ 4 ] {e21f5a1e-fb43-4285-9706-82a9892e850c} TCPHandler: Processed in 0.001382526 sec. 2026.02.12 06:40:52.226310 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.226405 [ 4 ] {8f0de757-109a-4cf5-9568-39115d96c471} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:40:52.226445 [ 4 ] {8f0de757-109a-4cf5-9568-39115d96c471} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:40:52.226918 [ 4 ] {8f0de757-109a-4cf5-9568-39115d96c471} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.226954 [ 4 ] {8f0de757-109a-4cf5-9568-39115d96c471} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.227292 [ 4 ] {8f0de757-109a-4cf5-9568-39115d96c471} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:52.227517 [ 4 ] {8f0de757-109a-4cf5-9568-39115d96c471} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.227643 [ 4 ] {8f0de757-109a-4cf5-9568-39115d96c471} executeQuery: Read 229 rows, 15.88 KiB in 0.001257 sec., 182179.79315831343 rows/sec., 12.33 MiB/sec. 2026.02.12 06:40:52.227679 [ 4 ] {8f0de757-109a-4cf5-9568-39115d96c471} TCPHandler: Processed in 0.001418456 sec. 2026.02.12 06:40:52.227787 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.227881 [ 4 ] {e641ffc0-5fbb-4627-a420-3aee4a0c87ad} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:52.227920 [ 4 ] {e641ffc0-5fbb-4627-a420-3aee4a0c87ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:52.228471 [ 4 ] {e641ffc0-5fbb-4627-a420-3aee4a0c87ad} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.228508 [ 4 ] {e641ffc0-5fbb-4627-a420-3aee4a0c87ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.228855 [ 4 ] {e641ffc0-5fbb-4627-a420-3aee4a0c87ad} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:40:52.229071 [ 4 ] {e641ffc0-5fbb-4627-a420-3aee4a0c87ad} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.229160 [ 31 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:40:52.229190 [ 31 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.229193 [ 4 ] {e641ffc0-5fbb-4627-a420-3aee4a0c87ad} executeQuery: Read 532 rows, 40.37 KiB in 0.001331 sec., 399699.47407963936 rows/sec., 29.62 MiB/sec. 2026.02.12 06:40:52.229209 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.229235 [ 4 ] {e641ffc0-5fbb-4627-a420-3aee4a0c87ad} TCPHandler: Processed in 0.001498018 sec. 2026.02.12 06:40:52.229305 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:40:52.229347 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.229398 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:52.229431 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 941 rows starting from the beginning of the part 2026.02.12 06:40:52.229441 [ 4 ] {1ff922e7-8a5d-4320-9922-629af277f5cd} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:52.229494 [ 4 ] {1ff922e7-8a5d-4320-9922-629af277f5cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:52.229500 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2026.02.12 06:40:52.229554 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 515 rows starting from the beginning of the part 2026.02.12 06:40:52.229618 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part 2026.02.12 06:40:52.229669 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 499 rows starting from the beginning of the part 2026.02.12 06:40:52.229729 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 532 rows starting from the beginning of the part 2026.02.12 06:40:52.230040 [ 4 ] {1ff922e7-8a5d-4320-9922-629af277f5cd} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.230080 [ 4 ] {1ff922e7-8a5d-4320-9922-629af277f5cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.230535 [ 4 ] {1ff922e7-8a5d-4320-9922-629af277f5cd} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:40:52.230754 [ 4 ] {1ff922e7-8a5d-4320-9922-629af277f5cd} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.230858 [ 31 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:40:52.230881 [ 4 ] {1ff922e7-8a5d-4320-9922-629af277f5cd} executeQuery: Read 846 rows, 58.31 KiB in 0.001458 sec., 580246.9135802469 rows/sec., 39.06 MiB/sec. 2026.02.12 06:40:52.230892 [ 31 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.230917 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.230918 [ 4 ] {1ff922e7-8a5d-4320-9922-629af277f5cd} TCPHandler: Processed in 0.001620281 sec. 2026.02.12 06:40:52.230993 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2615 rows, containing 5 columns (5 merged, 0 gathered) in 0.001738945 sec., 1503785.341111996 rows/sec., 114.45 MiB/sec. 2026.02.12 06:40:52.231067 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.231078 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:40:52.231183 [ 4 ] {c3975d40-3672-42ba-888b-799c85508825} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:40:52.231242 [ 4 ] {c3975d40-3672-42ba-888b-799c85508825} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:40:52.231259 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:40:52.231270 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:52.231328 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2756 rows starting from the beginning of the part 2026.02.12 06:40:52.231441 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part 2026.02.12 06:40:52.231496 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 259 rows starting from the beginning of the part 2026.02.12 06:40:52.231554 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part 2026.02.12 06:40:52.231613 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 258 rows starting from the beginning of the part 2026.02.12 06:40:52.231667 [ 4 ] {c3975d40-3672-42ba-888b-799c85508825} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.231674 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.231680 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 846 rows starting from the beginning of the part 2026.02.12 06:40:52.231709 [ 4 ] {c3975d40-3672-42ba-888b-799c85508825} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.231782 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_11_2} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:40:52.231865 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. 2026.02.12 06:40:52.232133 [ 4 ] {c3975d40-3672-42ba-888b-799c85508825} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:52.232310 [ 191 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4885 rows, containing 5 columns (5 merged, 0 gathered) in 0.007487763 sec., 652397.7855602534 rows/sec., 55.35 MiB/sec. 2026.02.12 06:40:52.232395 [ 4 ] {c3975d40-3672-42ba-888b-799c85508825} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.232492 [ 31 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:52.232518 [ 31 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.232532 [ 4 ] {c3975d40-3672-42ba-888b-799c85508825} executeQuery: Read 1 rows, 65.00 B in 0.001374 sec., 727.802037845706 rows/sec., 46.20 KiB/sec. 2026.02.12 06:40:52.232540 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.232570 [ 4 ] {c3975d40-3672-42ba-888b-799c85508825} TCPHandler: Processed in 0.001566 sec. 2026.02.12 06:40:52.232600 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:40:52.232636 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:52.232687 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.232774 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:52.232790 [ 4 ] {5472b7e4-8d20-4ec1-a5a7-1fb44a366491} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:52.232813 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.02.12 06:40:52.232857 [ 4 ] {5472b7e4-8d20-4ec1-a5a7-1fb44a366491} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:40:52.232904 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.02.12 06:40:52.232908 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.232969 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.02.12 06:40:52.233022 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_11_2} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:40:52.233028 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part 2026.02.12 06:40:52.233094 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.02.12 06:40:52.233114 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. 2026.02.12 06:40:52.233139 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.02.12 06:40:52.233625 [ 4 ] {5472b7e4-8d20-4ec1-a5a7-1fb44a366491} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.233670 [ 4 ] {5472b7e4-8d20-4ec1-a5a7-1fb44a366491} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.233976 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 4439 rows, containing 5 columns (5 merged, 0 gathered) in 0.002980527 sec., 1489333.9332272445 rows/sec., 100.13 MiB/sec. 2026.02.12 06:40:52.234043 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.001460638 sec., 4792.426323291603 rows/sec., 317.58 KiB/sec. 2026.02.12 06:40:52.234164 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:52.234268 [ 4 ] {5472b7e4-8d20-4ec1-a5a7-1fb44a366491} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:52.234419 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:40:52.234485 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.234569 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_6_1} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:52.234613 [ 4 ] {5472b7e4-8d20-4ec1-a5a7-1fb44a366491} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.234640 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.02.12 06:40:52.234743 [ 31 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:52.234771 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.234774 [ 31 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.234796 [ 4 ] {5472b7e4-8d20-4ec1-a5a7-1fb44a366491} executeQuery: Read 5 rows, 9.17 KiB in 0.002024 sec., 2470.355731225296 rows/sec., 4.43 MiB/sec. 2026.02.12 06:40:52.234815 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.234855 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_11_2} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:40:52.234863 [ 4 ] {5472b7e4-8d20-4ec1-a5a7-1fb44a366491} TCPHandler: Processed in 0.002226027 sec. 2026.02.12 06:40:52.234884 [ 193 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:52.234928 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. 2026.02.12 06:40:52.234987 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.235086 [ 4 ] {32f79af5-7179-44ca-abab-3bb7e2ccfd4e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.02.12 06:40:52.235088 [ 193 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:52.235133 [ 4 ] {32f79af5-7179-44ca-abab-3bb7e2ccfd4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.02.12 06:40:52.235155 [ 193 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.02.12 06:40:52.235271 [ 193 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2026.02.12 06:40:52.235383 [ 193 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2026.02.12 06:40:52.235469 [ 4 ] {32f79af5-7179-44ca-abab-3bb7e2ccfd4e} oximeter.measurements_i64 (9c15f850-658e-4e76-9db4-4a0c0dc53bce): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.235488 [ 193 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part 2026.02.12 06:40:52.235513 [ 4 ] {32f79af5-7179-44ca-abab-3bb7e2ccfd4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.235598 [ 193 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part 2026.02.12 06:40:52.235713 [ 193 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 5 rows starting from the beginning of the part 2026.02.12 06:40:52.235860 [ 4 ] {32f79af5-7179-44ca-abab-3bb7e2ccfd4e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.02.12 06:40:52.236110 [ 4 ] {32f79af5-7179-44ca-abab-3bb7e2ccfd4e} oximeter.measurements_i64 (9c15f850-658e-4e76-9db4-4a0c0dc53bce): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.236245 [ 4 ] {32f79af5-7179-44ca-abab-3bb7e2ccfd4e} executeQuery: Read 3 rows, 217.00 B in 0.001177 sec., 2548.8530161427357 rows/sec., 180.05 KiB/sec. 2026.02.12 06:40:52.236282 [ 4 ] {32f79af5-7179-44ca-abab-3bb7e2ccfd4e} TCPHandler: Processed in 0.001344775 sec. 2026.02.12 06:40:52.236397 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:52.236492 [ 4 ] {514ad0d6-62f0-476d-8af4-f5ad007d0c87} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:52.236533 [ 4 ] {514ad0d6-62f0-476d-8af4-f5ad007d0c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:52.236860 [ 4 ] {514ad0d6-62f0-476d-8af4-f5ad007d0c87} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.236902 [ 4 ] {514ad0d6-62f0-476d-8af4-f5ad007d0c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.237245 [ 4 ] {514ad0d6-62f0-476d-8af4-f5ad007d0c87} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:40:52.237466 [ 4 ] {514ad0d6-62f0-476d-8af4-f5ad007d0c87} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.237532 [ 191 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 19 columns (19 merged, 0 gathered) in 0.002677179 sec., 39220.38832666774 rows/sec., 70.28 MiB/sec. 2026.02.12 06:40:52.237615 [ 31 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:40:52.237648 [ 31 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:52.237648 [ 4 ] {514ad0d6-62f0-476d-8af4-f5ad007d0c87} executeQuery: Read 60 rows, 4.14 KiB in 0.001173 sec., 51150.895140664965 rows/sec., 3.45 MiB/sec. 2026.02.12 06:40:52.237667 [ 31 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:52.237692 [ 4 ] {514ad0d6-62f0-476d-8af4-f5ad007d0c87} TCPHandler: Processed in 0.001344325 sec. 2026.02.12 06:40:52.237735 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:40:52.237788 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:52.237838 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:52.237901 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 384 rows starting from the beginning of the part 2026.02.12 06:40:52.237948 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part 2026.02.12 06:40:52.237985 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 88 rows starting from the beginning of the part 2026.02.12 06:40:52.238016 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2026.02.12 06:40:52.238052 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 88 rows starting from the beginning of the part 2026.02.12 06:40:52.238083 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.02.12 06:40:52.238238 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.238326 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_6_1} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:52.238408 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. 2026.02.12 06:40:52.238823 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 4 columns (4 merged, 0 gathered) in 0.001118239 sec., 661754.7769305131 rows/sec., 42.79 MiB/sec. 2026.02.12 06:40:52.238961 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:40:52.239199 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:52.239262 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_11_2} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:40:52.239315 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.02.12 06:40:53.860045 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4256 2026.02.12 06:40:53.860568 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:53.860618 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:53.861149 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:40:53.861397 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:53.861549 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4256 2026.02.12 06:40:54.096185 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.02.12 06:40:54.112900 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:54.112956 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:54.119267 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:40:54.120002 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:54.123028 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.02.12 06:40:55.000181 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 208.45 MiB, peak 216.66 MiB, free memory in arenas 0.00 B, will set to 210.55 MiB (RSS), difference: 2.10 MiB 2026.02.12 06:40:56.358565 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 368 2026.02.12 06:40:56.360893 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:56.360943 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:56.362099 [ 242 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:56.362358 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:56.362505 [ 23 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.02.12 06:40:56.362571 [ 23 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:56.362592 [ 23 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:56.362610 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 368 2026.02.12 06:40:56.362720 [ 187 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.02.12 06:40:56.363291 [ 187 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:40:56.363473 [ 187 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.02.12 06:40:56.363893 [ 187 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 98 rows starting from the beginning of the part 2026.02.12 06:40:56.364265 [ 187 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part 2026.02.12 06:40:56.364609 [ 187 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2026.02.12 06:40:56.364960 [ 187 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 46 rows starting from the beginning of the part 2026.02.12 06:40:56.365337 [ 187 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part 2026.02.12 06:40:56.371385 [ 197 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 368 rows, containing 72 columns (72 merged, 0 gathered) in 0.008712624 sec., 42237.562415180546 rows/sec., 41.52 MiB/sec. 2026.02.12 06:40:56.372293 [ 190 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.02.12 06:40:56.372918 [ 190 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:56.372995 [ 190 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_6_1} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.02.12 06:40:56.373208 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. 2026.02.12 06:40:57.202918 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.203095 [ 4 ] {b654d279-7814-4d78-9273-ea0c4ded1f30} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:40:57.203161 [ 4 ] {b654d279-7814-4d78-9273-ea0c4ded1f30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:40:57.203876 [ 4 ] {b654d279-7814-4d78-9273-ea0c4ded1f30} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.203920 [ 4 ] {b654d279-7814-4d78-9273-ea0c4ded1f30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.204331 [ 4 ] {b654d279-7814-4d78-9273-ea0c4ded1f30} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:57.204592 [ 4 ] {b654d279-7814-4d78-9273-ea0c4ded1f30} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.204750 [ 4 ] {b654d279-7814-4d78-9273-ea0c4ded1f30} executeQuery: Read 266 rows, 17.30 KiB in 0.001704 sec., 156103.28638497653 rows/sec., 9.92 MiB/sec. 2026.02.12 06:40:57.204798 [ 4 ] {b654d279-7814-4d78-9273-ea0c4ded1f30} TCPHandler: Processed in 0.002010671 sec. 2026.02.12 06:40:57.204924 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.205032 [ 4 ] {e3369c8f-bdf5-41be-8ed8-11938d465e5c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:40:57.205083 [ 4 ] {e3369c8f-bdf5-41be-8ed8-11938d465e5c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:40:57.205836 [ 4 ] {e3369c8f-bdf5-41be-8ed8-11938d465e5c} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.205874 [ 4 ] {e3369c8f-bdf5-41be-8ed8-11938d465e5c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.206262 [ 4 ] {e3369c8f-bdf5-41be-8ed8-11938d465e5c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:40:57.206489 [ 4 ] {e3369c8f-bdf5-41be-8ed8-11938d465e5c} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.206622 [ 4 ] {e3369c8f-bdf5-41be-8ed8-11938d465e5c} executeQuery: Read 824 rows, 67.47 KiB in 0.001618 sec., 509270.7045735476 rows/sec., 40.72 MiB/sec. 2026.02.12 06:40:57.206660 [ 4 ] {e3369c8f-bdf5-41be-8ed8-11938d465e5c} TCPHandler: Processed in 0.001788535 sec. 2026.02.12 06:40:57.206782 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.206879 [ 4 ] {c5ebaf0c-464a-4407-afb9-ae7cffc14dfe} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:40:57.206921 [ 4 ] {c5ebaf0c-464a-4407-afb9-ae7cffc14dfe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:40:57.207364 [ 4 ] {c5ebaf0c-464a-4407-afb9-ae7cffc14dfe} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.207402 [ 4 ] {c5ebaf0c-464a-4407-afb9-ae7cffc14dfe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.207714 [ 4 ] {c5ebaf0c-464a-4407-afb9-ae7cffc14dfe} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:40:57.207938 [ 4 ] {c5ebaf0c-464a-4407-afb9-ae7cffc14dfe} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.208067 [ 4 ] {c5ebaf0c-464a-4407-afb9-ae7cffc14dfe} executeQuery: Read 169 rows, 10.71 KiB in 0.001208 sec., 139900.66225165562 rows/sec., 8.66 MiB/sec. 2026.02.12 06:40:57.208106 [ 4 ] {c5ebaf0c-464a-4407-afb9-ae7cffc14dfe} TCPHandler: Processed in 0.001375076 sec. 2026.02.12 06:40:57.208227 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.208321 [ 4 ] {d0ee5e3a-8b86-4e60-bfb7-50e22b668d8d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:40:57.208361 [ 4 ] {d0ee5e3a-8b86-4e60-bfb7-50e22b668d8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:40:57.208792 [ 4 ] {d0ee5e3a-8b86-4e60-bfb7-50e22b668d8d} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.208829 [ 4 ] {d0ee5e3a-8b86-4e60-bfb7-50e22b668d8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.209159 [ 4 ] {d0ee5e3a-8b86-4e60-bfb7-50e22b668d8d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:40:57.209397 [ 4 ] {d0ee5e3a-8b86-4e60-bfb7-50e22b668d8d} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.209529 [ 4 ] {d0ee5e3a-8b86-4e60-bfb7-50e22b668d8d} executeQuery: Read 140 rows, 9.27 KiB in 0.001226 sec., 114192.49592169657 rows/sec., 7.38 MiB/sec. 2026.02.12 06:40:57.209566 [ 4 ] {d0ee5e3a-8b86-4e60-bfb7-50e22b668d8d} TCPHandler: Processed in 0.001388795 sec. 2026.02.12 06:40:57.209687 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.209783 [ 4 ] {8dc71ac0-4d13-4164-8640-b66017719854} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:40:57.209823 [ 4 ] {8dc71ac0-4d13-4164-8640-b66017719854} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:40:57.210245 [ 4 ] {8dc71ac0-4d13-4164-8640-b66017719854} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.210282 [ 4 ] {8dc71ac0-4d13-4164-8640-b66017719854} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.210600 [ 4 ] {8dc71ac0-4d13-4164-8640-b66017719854} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:57.210821 [ 4 ] {8dc71ac0-4d13-4164-8640-b66017719854} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.210950 [ 4 ] {8dc71ac0-4d13-4164-8640-b66017719854} executeQuery: Read 139 rows, 8.10 KiB in 0.001185 sec., 117299.57805907172 rows/sec., 6.67 MiB/sec. 2026.02.12 06:40:57.210988 [ 4 ] {8dc71ac0-4d13-4164-8640-b66017719854} TCPHandler: Processed in 0.001349535 sec. 2026.02.12 06:40:57.211106 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.211201 [ 4 ] {9394d268-39f5-46af-88af-2e58b7e0836f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:40:57.211241 [ 4 ] {9394d268-39f5-46af-88af-2e58b7e0836f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:40:57.211825 [ 4 ] {9394d268-39f5-46af-88af-2e58b7e0836f} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.211860 [ 4 ] {9394d268-39f5-46af-88af-2e58b7e0836f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.212201 [ 4 ] {9394d268-39f5-46af-88af-2e58b7e0836f} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:40:57.212421 [ 4 ] {9394d268-39f5-46af-88af-2e58b7e0836f} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.212548 [ 4 ] {9394d268-39f5-46af-88af-2e58b7e0836f} executeQuery: Read 499 rows, 36.16 KiB in 0.001365 sec., 365567.7655677656 rows/sec., 25.87 MiB/sec. 2026.02.12 06:40:57.212585 [ 4 ] {9394d268-39f5-46af-88af-2e58b7e0836f} TCPHandler: Processed in 0.001527579 sec. 2026.02.12 06:40:57.212700 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.212797 [ 4 ] {ddc09a1f-c56f-4548-9da1-a19368f096cd} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:40:57.212838 [ 4 ] {ddc09a1f-c56f-4548-9da1-a19368f096cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:40:57.213172 [ 4 ] {ddc09a1f-c56f-4548-9da1-a19368f096cd} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.213208 [ 4 ] {ddc09a1f-c56f-4548-9da1-a19368f096cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.213517 [ 4 ] {ddc09a1f-c56f-4548-9da1-a19368f096cd} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:40:57.213740 [ 4 ] {ddc09a1f-c56f-4548-9da1-a19368f096cd} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.213901 [ 4 ] {ddc09a1f-c56f-4548-9da1-a19368f096cd} executeQuery: Read 6 rows, 321.00 B in 0.001122 sec., 5347.593582887701 rows/sec., 279.39 KiB/sec. 2026.02.12 06:40:57.213944 [ 4 ] {ddc09a1f-c56f-4548-9da1-a19368f096cd} TCPHandler: Processed in 0.001292303 sec. 2026.02.12 06:40:57.214060 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.214158 [ 4 ] {d42979c1-6d5a-449c-becb-a9d4c4a52136} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:57.214203 [ 4 ] {d42979c1-6d5a-449c-becb-a9d4c4a52136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:40:57.214613 [ 4 ] {d42979c1-6d5a-449c-becb-a9d4c4a52136} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.214650 [ 4 ] {d42979c1-6d5a-449c-becb-a9d4c4a52136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.215026 [ 4 ] {d42979c1-6d5a-449c-becb-a9d4c4a52136} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:40:57.215242 [ 4 ] {d42979c1-6d5a-449c-becb-a9d4c4a52136} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.215372 [ 4 ] {d42979c1-6d5a-449c-becb-a9d4c4a52136} executeQuery: Read 258 rows, 17.59 KiB in 0.001233 sec., 209245.74209245743 rows/sec., 13.93 MiB/sec. 2026.02.12 06:40:57.215410 [ 4 ] {d42979c1-6d5a-449c-becb-a9d4c4a52136} TCPHandler: Processed in 0.001399736 sec. 2026.02.12 06:40:57.215533 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.215630 [ 4 ] {caf04e3a-634b-426b-bfa2-b08d6eec9309} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:40:57.215672 [ 4 ] {caf04e3a-634b-426b-bfa2-b08d6eec9309} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:40:57.215995 [ 4 ] {caf04e3a-634b-426b-bfa2-b08d6eec9309} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.216032 [ 4 ] {caf04e3a-634b-426b-bfa2-b08d6eec9309} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.216343 [ 4 ] {caf04e3a-634b-426b-bfa2-b08d6eec9309} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:57.216557 [ 4 ] {caf04e3a-634b-426b-bfa2-b08d6eec9309} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.216682 [ 4 ] {caf04e3a-634b-426b-bfa2-b08d6eec9309} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.02.12 06:40:57.216717 [ 4 ] {caf04e3a-634b-426b-bfa2-b08d6eec9309} TCPHandler: Processed in 0.001233482 sec. 2026.02.12 06:40:57.216889 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.216983 [ 4 ] {f2d01359-e8a7-4a9c-a594-f4de0cc54cf1} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:40:57.217035 [ 4 ] {f2d01359-e8a7-4a9c-a594-f4de0cc54cf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:40:57.217836 [ 4 ] {f2d01359-e8a7-4a9c-a594-f4de0cc54cf1} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.217871 [ 4 ] {f2d01359-e8a7-4a9c-a594-f4de0cc54cf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.218441 [ 4 ] {f2d01359-e8a7-4a9c-a594-f4de0cc54cf1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:40:57.218664 [ 4 ] {f2d01359-e8a7-4a9c-a594-f4de0cc54cf1} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.218797 [ 4 ] {f2d01359-e8a7-4a9c-a594-f4de0cc54cf1} executeQuery: Read 36 rows, 66.06 KiB in 0.001832 sec., 19650.65502183406 rows/sec., 35.21 MiB/sec. 2026.02.12 06:40:57.218852 [ 4 ] {f2d01359-e8a7-4a9c-a594-f4de0cc54cf1} TCPHandler: Processed in 0.002011922 sec. 2026.02.12 06:40:57.218972 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:40:57.219067 [ 4 ] {a3e2c246-1b4e-4fea-b432-76eb7f8f2893} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:40:57.219109 [ 4 ] {a3e2c246-1b4e-4fea-b432-76eb7f8f2893} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:40:57.219428 [ 4 ] {a3e2c246-1b4e-4fea-b432-76eb7f8f2893} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:40:57.219463 [ 4 ] {a3e2c246-1b4e-4fea-b432-76eb7f8f2893} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:40:57.219774 [ 4 ] {a3e2c246-1b4e-4fea-b432-76eb7f8f2893} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:40:57.219986 [ 4 ] {a3e2c246-1b4e-4fea-b432-76eb7f8f2893} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:40:57.220108 [ 4 ] {a3e2c246-1b4e-4fea-b432-76eb7f8f2893} executeQuery: Read 88 rows, 5.66 KiB in 0.00106 sec., 83018.8679245283 rows/sec., 5.21 MiB/sec. 2026.02.12 06:40:57.220142 [ 4 ] {a3e2c246-1b4e-4fea-b432-76eb7f8f2893} TCPHandler: Processed in 0.001221072 sec. 2026.02.12 06:41:01.263343 [ 145 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:41:01.263406 [ 145 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:41:01.362605 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4768 2026.02.12 06:41:01.363144 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:01.363190 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:01.363677 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:01.363926 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:01.364062 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4768 2026.02.12 06:41:01.624069 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.02.12 06:41:01.641275 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:01.641341 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:01.646772 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:01.647427 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:01.650456 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.02.12 06:41:02.193707 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:02.193886 [ 4 ] {36af57fd-c7b0-477c-8022-8d504ed384b5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:02.193957 [ 4 ] {36af57fd-c7b0-477c-8022-8d504ed384b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:02.194600 [ 4 ] {36af57fd-c7b0-477c-8022-8d504ed384b5} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:02.194649 [ 4 ] {36af57fd-c7b0-477c-8022-8d504ed384b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:02.195034 [ 4 ] {36af57fd-c7b0-477c-8022-8d504ed384b5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:02.195258 [ 4 ] {36af57fd-c7b0-477c-8022-8d504ed384b5} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:02.195418 [ 4 ] {36af57fd-c7b0-477c-8022-8d504ed384b5} executeQuery: Read 66 rows, 5.38 KiB in 0.00158 sec., 41772.15189873418 rows/sec., 3.33 MiB/sec. 2026.02.12 06:41:02.195466 [ 4 ] {36af57fd-c7b0-477c-8022-8d504ed384b5} TCPHandler: Processed in 0.001892589 sec. 2026.02.12 06:41:02.195587 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:02.195691 [ 4 ] {9896caa2-788b-4950-92eb-e8a55438880e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:02.195736 [ 4 ] {9896caa2-788b-4950-92eb-e8a55438880e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:02.196153 [ 4 ] {9896caa2-788b-4950-92eb-e8a55438880e} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:02.196193 [ 4 ] {9896caa2-788b-4950-92eb-e8a55438880e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:02.196500 [ 4 ] {9896caa2-788b-4950-92eb-e8a55438880e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:41:02.196711 [ 4 ] {9896caa2-788b-4950-92eb-e8a55438880e} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:02.196844 [ 4 ] {9896caa2-788b-4950-92eb-e8a55438880e} executeQuery: Read 5 rows, 385.00 B in 0.001176 sec., 4251.700680272109 rows/sec., 319.71 KiB/sec. 2026.02.12 06:41:02.196881 [ 4 ] {9896caa2-788b-4950-92eb-e8a55438880e} TCPHandler: Processed in 0.001347575 sec. 2026.02.12 06:41:02.196999 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:02.197101 [ 4 ] {3686a65a-228e-4190-b4fc-6c8a02b2c78f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:02.197143 [ 4 ] {3686a65a-228e-4190-b4fc-6c8a02b2c78f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:02.197563 [ 4 ] {3686a65a-228e-4190-b4fc-6c8a02b2c78f} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:02.197601 [ 4 ] {3686a65a-228e-4190-b4fc-6c8a02b2c78f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:02.197920 [ 4 ] {3686a65a-228e-4190-b4fc-6c8a02b2c78f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:02.198147 [ 4 ] {3686a65a-228e-4190-b4fc-6c8a02b2c78f} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:02.198282 [ 4 ] {3686a65a-228e-4190-b4fc-6c8a02b2c78f} executeQuery: Read 69 rows, 5.52 KiB in 0.001201 sec., 57452.12323064113 rows/sec., 4.48 MiB/sec. 2026.02.12 06:41:02.198323 [ 4 ] {3686a65a-228e-4190-b4fc-6c8a02b2c78f} TCPHandler: Processed in 0.001377665 sec. 2026.02.12 06:41:02.198440 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:02.198536 [ 4 ] {3fc0d558-c24e-4222-95c1-96af0d926ec1} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:02.198581 [ 4 ] {3fc0d558-c24e-4222-95c1-96af0d926ec1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:02.199002 [ 4 ] {3fc0d558-c24e-4222-95c1-96af0d926ec1} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:02.199039 [ 4 ] {3fc0d558-c24e-4222-95c1-96af0d926ec1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:02.199372 [ 4 ] {3fc0d558-c24e-4222-95c1-96af0d926ec1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:02.199627 [ 4 ] {3fc0d558-c24e-4222-95c1-96af0d926ec1} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:02.199763 [ 4 ] {3fc0d558-c24e-4222-95c1-96af0d926ec1} executeQuery: Read 160 rows, 11.41 KiB in 0.001246 sec., 128410.91492776887 rows/sec., 8.94 MiB/sec. 2026.02.12 06:41:02.199802 [ 4 ] {3fc0d558-c24e-4222-95c1-96af0d926ec1} TCPHandler: Processed in 0.001411896 sec. 2026.02.12 06:41:02.199925 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:02.200022 [ 4 ] {70a08972-b944-472e-8bea-86ea1c85b6fa} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:02.200078 [ 4 ] {70a08972-b944-472e-8bea-86ea1c85b6fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:02.200805 [ 4 ] {70a08972-b944-472e-8bea-86ea1c85b6fa} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:02.200844 [ 4 ] {70a08972-b944-472e-8bea-86ea1c85b6fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:02.201350 [ 4 ] {70a08972-b944-472e-8bea-86ea1c85b6fa} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:41:02.201595 [ 4 ] {70a08972-b944-472e-8bea-86ea1c85b6fa} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:02.201738 [ 4 ] {70a08972-b944-472e-8bea-86ea1c85b6fa} executeQuery: Read 5 rows, 9.17 KiB in 0.001734 sec., 2883.506343713956 rows/sec., 5.17 MiB/sec. 2026.02.12 06:41:02.201801 [ 4 ] {70a08972-b944-472e-8bea-86ea1c85b6fa} TCPHandler: Processed in 0.00192661 sec. 2026.02.12 06:41:02.201909 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:02.202004 [ 4 ] {2980233d-4213-48f9-a9d4-e5dd0100131f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:02.202049 [ 4 ] {2980233d-4213-48f9-a9d4-e5dd0100131f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:02.202423 [ 4 ] {2980233d-4213-48f9-a9d4-e5dd0100131f} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:02.202461 [ 4 ] {2980233d-4213-48f9-a9d4-e5dd0100131f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:02.202773 [ 4 ] {2980233d-4213-48f9-a9d4-e5dd0100131f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:02.202983 [ 4 ] {2980233d-4213-48f9-a9d4-e5dd0100131f} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:02.203114 [ 4 ] {2980233d-4213-48f9-a9d4-e5dd0100131f} executeQuery: Read 60 rows, 4.14 KiB in 0.001128 sec., 53191.48936170212 rows/sec., 3.58 MiB/sec. 2026.02.12 06:41:02.203151 [ 4 ] {2980233d-4213-48f9-a9d4-e5dd0100131f} TCPHandler: Processed in 0.001291604 sec. 2026.02.12 06:41:06.363643 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 402 2026.02.12 06:41:06.365813 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:06.365851 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:06.366995 [ 242 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:41:06.367249 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:06.367479 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 402 2026.02.12 06:41:07.202719 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.202897 [ 4 ] {2ef44db8-8baa-41db-a530-8972db20b5c3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:41:07.202965 [ 4 ] {2ef44db8-8baa-41db-a530-8972db20b5c3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:41:07.203667 [ 4 ] {2ef44db8-8baa-41db-a530-8972db20b5c3} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.203718 [ 4 ] {2ef44db8-8baa-41db-a530-8972db20b5c3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.204108 [ 4 ] {2ef44db8-8baa-41db-a530-8972db20b5c3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:41:07.204350 [ 4 ] {2ef44db8-8baa-41db-a530-8972db20b5c3} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.204515 [ 4 ] {2ef44db8-8baa-41db-a530-8972db20b5c3} executeQuery: Read 266 rows, 17.30 KiB in 0.001661 sec., 160144.4912703191 rows/sec., 10.17 MiB/sec. 2026.02.12 06:41:07.204575 [ 4 ] {2ef44db8-8baa-41db-a530-8972db20b5c3} TCPHandler: Processed in 0.001989221 sec. 2026.02.12 06:41:07.204704 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.204809 [ 4 ] {e5e35fe1-7ef3-4556-b426-d410717eca4a} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:41:07.204854 [ 4 ] {e5e35fe1-7ef3-4556-b426-d410717eca4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:41:07.205278 [ 4 ] {e5e35fe1-7ef3-4556-b426-d410717eca4a} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.205317 [ 4 ] {e5e35fe1-7ef3-4556-b426-d410717eca4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.205630 [ 4 ] {e5e35fe1-7ef3-4556-b426-d410717eca4a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.02.12 06:41:07.205846 [ 4 ] {e5e35fe1-7ef3-4556-b426-d410717eca4a} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.205982 [ 4 ] {e5e35fe1-7ef3-4556-b426-d410717eca4a} executeQuery: Read 10 rows, 835.00 B in 0.001197 sec., 8354.21888053467 rows/sec., 681.23 KiB/sec. 2026.02.12 06:41:07.206020 [ 4 ] {e5e35fe1-7ef3-4556-b426-d410717eca4a} TCPHandler: Processed in 0.001368475 sec. 2026.02.12 06:41:07.206135 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.206231 [ 4 ] {ef613af0-cdd9-43b8-af32-46f2a46d80b5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:07.206273 [ 4 ] {ef613af0-cdd9-43b8-af32-46f2a46d80b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:07.206997 [ 4 ] {ef613af0-cdd9-43b8-af32-46f2a46d80b5} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.207034 [ 4 ] {ef613af0-cdd9-43b8-af32-46f2a46d80b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.207415 [ 4 ] {ef613af0-cdd9-43b8-af32-46f2a46d80b5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:07.207633 [ 4 ] {ef613af0-cdd9-43b8-af32-46f2a46d80b5} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.207764 [ 4 ] {ef613af0-cdd9-43b8-af32-46f2a46d80b5} executeQuery: Read 829 rows, 67.84 KiB in 0.001552 sec., 534149.4845360825 rows/sec., 42.68 MiB/sec. 2026.02.12 06:41:07.207802 [ 4 ] {ef613af0-cdd9-43b8-af32-46f2a46d80b5} TCPHandler: Processed in 0.001717204 sec. 2026.02.12 06:41:07.207915 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.208010 [ 4 ] {3e798aa9-bcd3-46d6-916a-4ba5b55ab7a6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:07.208050 [ 4 ] {3e798aa9-bcd3-46d6-916a-4ba5b55ab7a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:07.208480 [ 4 ] {3e798aa9-bcd3-46d6-916a-4ba5b55ab7a6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.208516 [ 4 ] {3e798aa9-bcd3-46d6-916a-4ba5b55ab7a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.208817 [ 4 ] {3e798aa9-bcd3-46d6-916a-4ba5b55ab7a6} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:07.209035 [ 4 ] {3e798aa9-bcd3-46d6-916a-4ba5b55ab7a6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.209161 [ 4 ] {3e798aa9-bcd3-46d6-916a-4ba5b55ab7a6} executeQuery: Read 179 rows, 11.41 KiB in 0.001171 sec., 152860.8027327071 rows/sec., 9.51 MiB/sec. 2026.02.12 06:41:07.209197 [ 4 ] {3e798aa9-bcd3-46d6-916a-4ba5b55ab7a6} TCPHandler: Processed in 0.001330634 sec. 2026.02.12 06:41:07.209309 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.209402 [ 4 ] {425595f7-2337-42c5-b3d3-3ef97300e723} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:41:07.209442 [ 4 ] {425595f7-2337-42c5-b3d3-3ef97300e723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:41:07.209862 [ 4 ] {425595f7-2337-42c5-b3d3-3ef97300e723} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.209898 [ 4 ] {425595f7-2337-42c5-b3d3-3ef97300e723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.210203 [ 4 ] {425595f7-2337-42c5-b3d3-3ef97300e723} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:41:07.210422 [ 4 ] {425595f7-2337-42c5-b3d3-3ef97300e723} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.210548 [ 4 ] {425595f7-2337-42c5-b3d3-3ef97300e723} executeQuery: Read 140 rows, 9.27 KiB in 0.001164 sec., 120274.91408934706 rows/sec., 7.77 MiB/sec. 2026.02.12 06:41:07.210586 [ 4 ] {425595f7-2337-42c5-b3d3-3ef97300e723} TCPHandler: Processed in 0.001326075 sec. 2026.02.12 06:41:07.210705 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.210800 [ 4 ] {3ac02d37-da79-4fb6-a7b6-f21da51b7f0d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:41:07.210839 [ 4 ] {3ac02d37-da79-4fb6-a7b6-f21da51b7f0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:41:07.211257 [ 4 ] {3ac02d37-da79-4fb6-a7b6-f21da51b7f0d} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.211295 [ 4 ] {3ac02d37-da79-4fb6-a7b6-f21da51b7f0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.211597 [ 4 ] {3ac02d37-da79-4fb6-a7b6-f21da51b7f0d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:41:07.211810 [ 4 ] {3ac02d37-da79-4fb6-a7b6-f21da51b7f0d} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.211935 [ 4 ] {3ac02d37-da79-4fb6-a7b6-f21da51b7f0d} executeQuery: Read 139 rows, 8.10 KiB in 0.001152 sec., 120659.72222222222 rows/sec., 6.86 MiB/sec. 2026.02.12 06:41:07.211971 [ 4 ] {3ac02d37-da79-4fb6-a7b6-f21da51b7f0d} TCPHandler: Processed in 0.001316654 sec. 2026.02.12 06:41:07.212084 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.212178 [ 4 ] {1bc2f127-b3d8-4853-a72d-98d2a4c917b7} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:07.212218 [ 4 ] {1bc2f127-b3d8-4853-a72d-98d2a4c917b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:07.212794 [ 4 ] {1bc2f127-b3d8-4853-a72d-98d2a4c917b7} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.212833 [ 4 ] {1bc2f127-b3d8-4853-a72d-98d2a4c917b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.213162 [ 4 ] {1bc2f127-b3d8-4853-a72d-98d2a4c917b7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:07.213378 [ 4 ] {1bc2f127-b3d8-4853-a72d-98d2a4c917b7} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.213503 [ 4 ] {1bc2f127-b3d8-4853-a72d-98d2a4c917b7} executeQuery: Read 509 rows, 36.98 KiB in 0.001343 sec., 379002.23380491434 rows/sec., 26.89 MiB/sec. 2026.02.12 06:41:07.213541 [ 4 ] {1bc2f127-b3d8-4853-a72d-98d2a4c917b7} TCPHandler: Processed in 0.001506029 sec. 2026.02.12 06:41:07.213655 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.213749 [ 4 ] {1cf12ba5-f43b-48e5-9e34-a424ca4fabe9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:41:07.213790 [ 4 ] {1cf12ba5-f43b-48e5-9e34-a424ca4fabe9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:41:07.214117 [ 4 ] {1cf12ba5-f43b-48e5-9e34-a424ca4fabe9} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.214155 [ 4 ] {1cf12ba5-f43b-48e5-9e34-a424ca4fabe9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.214454 [ 4 ] {1cf12ba5-f43b-48e5-9e34-a424ca4fabe9} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:41:07.214656 [ 4 ] {1cf12ba5-f43b-48e5-9e34-a424ca4fabe9} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.214787 [ 4 ] {1cf12ba5-f43b-48e5-9e34-a424ca4fabe9} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2026.02.12 06:41:07.214824 [ 4 ] {1cf12ba5-f43b-48e5-9e34-a424ca4fabe9} TCPHandler: Processed in 0.001219281 sec. 2026.02.12 06:41:07.214928 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.215022 [ 4 ] {c67ec413-34e1-42d4-afeb-6689269682be} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:07.215065 [ 4 ] {c67ec413-34e1-42d4-afeb-6689269682be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:07.215468 [ 4 ] {c67ec413-34e1-42d4-afeb-6689269682be} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.215505 [ 4 ] {c67ec413-34e1-42d4-afeb-6689269682be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.215830 [ 4 ] {c67ec413-34e1-42d4-afeb-6689269682be} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:07.216038 [ 4 ] {c67ec413-34e1-42d4-afeb-6689269682be} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.216161 [ 4 ] {c67ec413-34e1-42d4-afeb-6689269682be} executeQuery: Read 263 rows, 17.94 KiB in 0.001157 sec., 227312.01382886776 rows/sec., 15.14 MiB/sec. 2026.02.12 06:41:07.216196 [ 4 ] {c67ec413-34e1-42d4-afeb-6689269682be} TCPHandler: Processed in 0.001317134 sec. 2026.02.12 06:41:07.216311 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.216404 [ 4 ] {82e09731-70e7-4112-a025-8cbf99aa7e52} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:41:07.216445 [ 4 ] {82e09731-70e7-4112-a025-8cbf99aa7e52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:41:07.216756 [ 4 ] {82e09731-70e7-4112-a025-8cbf99aa7e52} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.216792 [ 4 ] {82e09731-70e7-4112-a025-8cbf99aa7e52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.217081 [ 4 ] {82e09731-70e7-4112-a025-8cbf99aa7e52} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:41:07.217294 [ 4 ] {82e09731-70e7-4112-a025-8cbf99aa7e52} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.217421 [ 4 ] {82e09731-70e7-4112-a025-8cbf99aa7e52} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2026.02.12 06:41:07.217456 [ 4 ] {82e09731-70e7-4112-a025-8cbf99aa7e52} TCPHandler: Processed in 0.001194771 sec. 2026.02.12 06:41:07.217565 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.217658 [ 4 ] {277abf77-f765-41d5-b8dd-ab836d16632d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:07.217713 [ 4 ] {277abf77-f765-41d5-b8dd-ab836d16632d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:07.218485 [ 4 ] {277abf77-f765-41d5-b8dd-ab836d16632d} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.218522 [ 4 ] {277abf77-f765-41d5-b8dd-ab836d16632d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.219068 [ 4 ] {277abf77-f765-41d5-b8dd-ab836d16632d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:41:07.219296 [ 4 ] {277abf77-f765-41d5-b8dd-ab836d16632d} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.219427 [ 4 ] {277abf77-f765-41d5-b8dd-ab836d16632d} executeQuery: Read 36 rows, 66.06 KiB in 0.001786 sec., 20156.774916013437 rows/sec., 36.12 MiB/sec. 2026.02.12 06:41:07.219478 [ 4 ] {277abf77-f765-41d5-b8dd-ab836d16632d} TCPHandler: Processed in 0.001960621 sec. 2026.02.12 06:41:07.219605 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:07.219699 [ 4 ] {189d1b02-005e-432c-8f1b-124608105c3f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:07.219741 [ 4 ] {189d1b02-005e-432c-8f1b-124608105c3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:07.220059 [ 4 ] {189d1b02-005e-432c-8f1b-124608105c3f} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:07.220096 [ 4 ] {189d1b02-005e-432c-8f1b-124608105c3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:07.220397 [ 4 ] {189d1b02-005e-432c-8f1b-124608105c3f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:07.220602 [ 4 ] {189d1b02-005e-432c-8f1b-124608105c3f} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:07.220730 [ 4 ] {189d1b02-005e-432c-8f1b-124608105c3f} executeQuery: Read 88 rows, 5.66 KiB in 0.001049 sec., 83889.41849380362 rows/sec., 5.27 MiB/sec. 2026.02.12 06:41:07.220765 [ 4 ] {189d1b02-005e-432c-8f1b-124608105c3f} TCPHandler: Processed in 0.001209411 sec. 2026.02.12 06:41:08.864966 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5216 2026.02.12 06:41:08.865492 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:08.865543 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:08.866080 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:08.866327 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:08.866473 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5216 2026.02.12 06:41:08.866506 [ 77 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:41:08.866587 [ 77 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:08.866612 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:08.866757 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:41:08.866928 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:08.866981 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2848 rows starting from the beginning of the part 2026.02.12 06:41:08.867066 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2026.02.12 06:41:08.867127 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2026.02.12 06:41:08.867185 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2026.02.12 06:41:08.867234 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2026.02.12 06:41:08.867287 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2026.02.12 06:41:08.868769 [ 197 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5216 rows, containing 4 columns (4 merged, 0 gathered) in 0.002077144 sec., 2511140.2964840187 rows/sec., 35.92 MiB/sec. 2026.02.12 06:41:08.869551 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:41:08.869872 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:08.869955 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_11_2} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:41:08.870053 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.02.12 06:41:09.151330 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.02.12 06:41:09.169267 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:09.169334 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:09.176214 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:09.176945 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:09.177232 [ 66 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:41:09.177270 [ 66 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:09.177290 [ 66 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:09.177416 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:41:09.180641 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.02.12 06:41:09.181030 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:09.182290 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.02.12 06:41:09.186636 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.02.12 06:41:09.190718 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.02.12 06:41:09.195295 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.02.12 06:41:09.199756 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.02.12 06:41:09.203914 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.02.12 06:41:09.261254 [ 197 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.083895141 sec., 989.330240234056 rows/sec., 5.12 MiB/sec. 2026.02.12 06:41:09.263796 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:41:09.265922 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:09.266035 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_11_2} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:41:09.267845 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.02.12 06:41:10.001174 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 213.54 MiB, peak 223.42 MiB, free memory in arenas 0.00 B, will set to 220.29 MiB (RSS), difference: 6.75 MiB 2026.02.12 06:41:12.193126 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:12.193300 [ 4 ] {0ad3d98d-2301-4e64-9e20-ec309dd71226} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:12.193367 [ 4 ] {0ad3d98d-2301-4e64-9e20-ec309dd71226} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:12.194087 [ 4 ] {0ad3d98d-2301-4e64-9e20-ec309dd71226} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:12.194151 [ 4 ] {0ad3d98d-2301-4e64-9e20-ec309dd71226} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:12.194692 [ 4 ] {0ad3d98d-2301-4e64-9e20-ec309dd71226} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:41:12.194968 [ 4 ] {0ad3d98d-2301-4e64-9e20-ec309dd71226} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:12.195134 [ 4 ] {0ad3d98d-2301-4e64-9e20-ec309dd71226} executeQuery: Read 66 rows, 5.38 KiB in 0.001881 sec., 35087.71929824561 rows/sec., 2.79 MiB/sec. 2026.02.12 06:41:12.195184 [ 4 ] {0ad3d98d-2301-4e64-9e20-ec309dd71226} TCPHandler: Processed in 0.002188906 sec. 2026.02.12 06:41:12.195327 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:12.195436 [ 4 ] {70317230-b121-4b1f-a6a7-86015d104a4f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:12.195481 [ 4 ] {70317230-b121-4b1f-a6a7-86015d104a4f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:12.195896 [ 4 ] {70317230-b121-4b1f-a6a7-86015d104a4f} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:12.195933 [ 4 ] {70317230-b121-4b1f-a6a7-86015d104a4f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:12.196242 [ 4 ] {70317230-b121-4b1f-a6a7-86015d104a4f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:12.196462 [ 4 ] {70317230-b121-4b1f-a6a7-86015d104a4f} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:12.196563 [ 151 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:41:12.196595 [ 4 ] {70317230-b121-4b1f-a6a7-86015d104a4f} executeQuery: Read 5 rows, 385.00 B in 0.001183 sec., 4226.542688081149 rows/sec., 317.82 KiB/sec. 2026.02.12 06:41:12.196604 [ 151 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:12.196634 [ 4 ] {70317230-b121-4b1f-a6a7-86015d104a4f} TCPHandler: Processed in 0.001364565 sec. 2026.02.12 06:41:12.196635 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:12.196751 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:12.196772 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:41:12.196851 [ 4 ] {c2dde5ba-3770-4435-a519-33352013593b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:12.196897 [ 4 ] {c2dde5ba-3770-4435-a519-33352013593b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:12.196925 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:12.196964 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 183 rows starting from the beginning of the part 2026.02.12 06:41:12.197062 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 9 rows starting from the beginning of the part 2026.02.12 06:41:12.197114 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 169 rows starting from the beginning of the part 2026.02.12 06:41:12.197160 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 5 rows starting from the beginning of the part 2026.02.12 06:41:12.197204 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 179 rows starting from the beginning of the part 2026.02.12 06:41:12.197248 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 5 rows starting from the beginning of the part 2026.02.12 06:41:12.197307 [ 4 ] {c2dde5ba-3770-4435-a519-33352013593b} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:12.197348 [ 4 ] {c2dde5ba-3770-4435-a519-33352013593b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:12.197914 [ 4 ] {c2dde5ba-3770-4435-a519-33352013593b} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:41:12.198313 [ 4 ] {c2dde5ba-3770-4435-a519-33352013593b} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:12.198320 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 550 rows, containing 5 columns (5 merged, 0 gathered) in 0.001605941 sec., 342478.3351318635 rows/sec., 22.72 MiB/sec. 2026.02.12 06:41:12.198491 [ 4 ] {c2dde5ba-3770-4435-a519-33352013593b} executeQuery: Read 69 rows, 5.52 KiB in 0.00166 sec., 41566.26506024096 rows/sec., 3.24 MiB/sec. 2026.02.12 06:41:12.198523 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:41:12.198553 [ 4 ] {c2dde5ba-3770-4435-a519-33352013593b} TCPHandler: Processed in 0.001853087 sec. 2026.02.12 06:41:12.198705 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:12.198806 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:12.198827 [ 4 ] {f975b815-9c48-42e2-a147-df56ba5ebe85} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:12.198888 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_11_2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:41:12.198894 [ 4 ] {f975b815-9c48-42e2-a147-df56ba5ebe85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:12.198980 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.12 06:41:12.199425 [ 4 ] {f975b815-9c48-42e2-a147-df56ba5ebe85} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:12.199475 [ 4 ] {f975b815-9c48-42e2-a147-df56ba5ebe85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:12.199959 [ 4 ] {f975b815-9c48-42e2-a147-df56ba5ebe85} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:41:12.200265 [ 4 ] {f975b815-9c48-42e2-a147-df56ba5ebe85} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:12.200437 [ 4 ] {f975b815-9c48-42e2-a147-df56ba5ebe85} executeQuery: Read 160 rows, 11.41 KiB in 0.001633 sec., 97979.17942437233 rows/sec., 6.82 MiB/sec. 2026.02.12 06:41:12.200483 [ 4 ] {f975b815-9c48-42e2-a147-df56ba5ebe85} TCPHandler: Processed in 0.001842247 sec. 2026.02.12 06:41:12.200633 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:12.200734 [ 4 ] {039d7363-336e-42c0-82aa-254f39ef0d9d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:12.200792 [ 4 ] {039d7363-336e-42c0-82aa-254f39ef0d9d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:12.201550 [ 4 ] {039d7363-336e-42c0-82aa-254f39ef0d9d} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:12.201586 [ 4 ] {039d7363-336e-42c0-82aa-254f39ef0d9d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:12.202087 [ 4 ] {039d7363-336e-42c0-82aa-254f39ef0d9d} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:12.202313 [ 4 ] {039d7363-336e-42c0-82aa-254f39ef0d9d} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:12.202452 [ 4 ] {039d7363-336e-42c0-82aa-254f39ef0d9d} executeQuery: Read 5 rows, 9.17 KiB in 0.001741 sec., 2871.912693854107 rows/sec., 5.15 MiB/sec. 2026.02.12 06:41:12.202513 [ 4 ] {039d7363-336e-42c0-82aa-254f39ef0d9d} TCPHandler: Processed in 0.00193552 sec. 2026.02.12 06:41:12.202630 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:12.202725 [ 4 ] {bf370277-5dd2-44cb-88c0-f950460481e6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:12.202766 [ 4 ] {bf370277-5dd2-44cb-88c0-f950460481e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:12.203101 [ 4 ] {bf370277-5dd2-44cb-88c0-f950460481e6} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:12.203135 [ 4 ] {bf370277-5dd2-44cb-88c0-f950460481e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.99 GiB. 2026.02.12 06:41:12.203451 [ 4 ] {bf370277-5dd2-44cb-88c0-f950460481e6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:41:12.203668 [ 4 ] {bf370277-5dd2-44cb-88c0-f950460481e6} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:12.203794 [ 4 ] {bf370277-5dd2-44cb-88c0-f950460481e6} executeQuery: Read 60 rows, 4.14 KiB in 0.001088 sec., 55147.05882352941 rows/sec., 3.72 MiB/sec. 2026.02.12 06:41:12.203829 [ 4 ] {bf370277-5dd2-44cb-88c0-f950460481e6} TCPHandler: Processed in 0.001249772 sec. 2026.02.12 06:41:16.263452 [ 165 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:41:16.263525 [ 165 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:41:16.367426 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5728 2026.02.12 06:41:16.367956 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:16.368007 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:16.368454 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 438 2026.02.12 06:41:16.368527 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:16.368791 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:16.368943 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5728 2026.02.12 06:41:16.370737 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:16.370784 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:16.371987 [ 242 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:41:16.372273 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:16.372605 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 438 2026.02.12 06:41:16.681594 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.02.12 06:41:16.698208 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:16.698263 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:16.703803 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:16.704478 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:16.707241 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.02.12 06:41:17.203276 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.203465 [ 4 ] {3567ac45-5469-4c0e-8c34-05f5fa1b5611} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:41:17.203532 [ 4 ] {3567ac45-5469-4c0e-8c34-05f5fa1b5611} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:41:17.204257 [ 4 ] {3567ac45-5469-4c0e-8c34-05f5fa1b5611} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.204309 [ 4 ] {3567ac45-5469-4c0e-8c34-05f5fa1b5611} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.204709 [ 4 ] {3567ac45-5469-4c0e-8c34-05f5fa1b5611} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:41:17.204943 [ 4 ] {3567ac45-5469-4c0e-8c34-05f5fa1b5611} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.205106 [ 4 ] {3567ac45-5469-4c0e-8c34-05f5fa1b5611} executeQuery: Read 266 rows, 17.30 KiB in 0.001702 sec., 156286.72150411282 rows/sec., 9.93 MiB/sec. 2026.02.12 06:41:17.205155 [ 4 ] {3567ac45-5469-4c0e-8c34-05f5fa1b5611} TCPHandler: Processed in 0.002008562 sec. 2026.02.12 06:41:17.205302 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.205413 [ 4 ] {945d397b-a9b6-4818-9698-d133d35bb417} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:17.205459 [ 4 ] {945d397b-a9b6-4818-9698-d133d35bb417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:17.206240 [ 4 ] {945d397b-a9b6-4818-9698-d133d35bb417} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.206278 [ 4 ] {945d397b-a9b6-4818-9698-d133d35bb417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.206678 [ 4 ] {945d397b-a9b6-4818-9698-d133d35bb417} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:41:17.206919 [ 4 ] {945d397b-a9b6-4818-9698-d133d35bb417} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.207043 [ 52 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:41:17.207059 [ 4 ] {945d397b-a9b6-4818-9698-d133d35bb417} executeQuery: Read 824 rows, 67.47 KiB in 0.00167 sec., 493413.1736526946 rows/sec., 39.45 MiB/sec. 2026.02.12 06:41:17.207109 [ 52 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.207118 [ 4 ] {945d397b-a9b6-4818-9698-d133d35bb417} TCPHandler: Processed in 0.001879078 sec. 2026.02.12 06:41:17.207139 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.207244 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:41:17.207250 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.207360 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:17.207366 [ 4 ] {51fc2fa8-c1de-486a-9449-4fe1ac8ac1d1} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:17.207401 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1985 rows starting from the beginning of the part 2026.02.12 06:41:17.207420 [ 4 ] {51fc2fa8-c1de-486a-9449-4fe1ac8ac1d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:17.207475 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 824 rows starting from the beginning of the part 2026.02.12 06:41:17.207523 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 66 rows starting from the beginning of the part 2026.02.12 06:41:17.207573 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 829 rows starting from the beginning of the part 2026.02.12 06:41:17.207616 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 66 rows starting from the beginning of the part 2026.02.12 06:41:17.207656 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 824 rows starting from the beginning of the part 2026.02.12 06:41:17.207934 [ 4 ] {51fc2fa8-c1de-486a-9449-4fe1ac8ac1d1} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.207977 [ 4 ] {51fc2fa8-c1de-486a-9449-4fe1ac8ac1d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.208414 [ 4 ] {51fc2fa8-c1de-486a-9449-4fe1ac8ac1d1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:17.208667 [ 4 ] {51fc2fa8-c1de-486a-9449-4fe1ac8ac1d1} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.208803 [ 4 ] {51fc2fa8-c1de-486a-9449-4fe1ac8ac1d1} executeQuery: Read 169 rows, 10.71 KiB in 0.001459 sec., 115832.76216586703 rows/sec., 7.17 MiB/sec. 2026.02.12 06:41:17.208842 [ 4 ] {51fc2fa8-c1de-486a-9449-4fe1ac8ac1d1} TCPHandler: Processed in 0.001642043 sec. 2026.02.12 06:41:17.208961 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.209057 [ 4 ] {d38285dc-0401-4d23-a402-cd54a2246571} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:41:17.209099 [ 4 ] {d38285dc-0401-4d23-a402-cd54a2246571} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:41:17.209431 [ 188 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4594 rows, containing 5 columns (5 merged, 0 gathered) in 0.002231238 sec., 2058946.6475561997 rows/sec., 173.91 MiB/sec. 2026.02.12 06:41:17.209582 [ 4 ] {d38285dc-0401-4d23-a402-cd54a2246571} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.209624 [ 4 ] {d38285dc-0401-4d23-a402-cd54a2246571} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.209728 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:41:17.209953 [ 4 ] {d38285dc-0401-4d23-a402-cd54a2246571} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:17.210106 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.210228 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_16_3} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:41:17.210232 [ 4 ] {d38285dc-0401-4d23-a402-cd54a2246571} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.210345 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.02.12 06:41:17.210386 [ 4 ] {d38285dc-0401-4d23-a402-cd54a2246571} executeQuery: Read 140 rows, 9.27 KiB in 0.001347 sec., 103934.66963622865 rows/sec., 6.72 MiB/sec. 2026.02.12 06:41:17.210427 [ 4 ] {d38285dc-0401-4d23-a402-cd54a2246571} TCPHandler: Processed in 0.001515559 sec. 2026.02.12 06:41:17.210566 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.210659 [ 4 ] {9fe1b6d6-7a8e-4169-ba91-83d0637a542d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:41:17.210701 [ 4 ] {9fe1b6d6-7a8e-4169-ba91-83d0637a542d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:41:17.211154 [ 4 ] {9fe1b6d6-7a8e-4169-ba91-83d0637a542d} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.211192 [ 4 ] {9fe1b6d6-7a8e-4169-ba91-83d0637a542d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.211503 [ 4 ] {9fe1b6d6-7a8e-4169-ba91-83d0637a542d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:41:17.211725 [ 4 ] {9fe1b6d6-7a8e-4169-ba91-83d0637a542d} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.211859 [ 4 ] {9fe1b6d6-7a8e-4169-ba91-83d0637a542d} executeQuery: Read 139 rows, 8.10 KiB in 0.001217 sec., 114215.283483977 rows/sec., 6.50 MiB/sec. 2026.02.12 06:41:17.211896 [ 4 ] {9fe1b6d6-7a8e-4169-ba91-83d0637a542d} TCPHandler: Processed in 0.001378915 sec. 2026.02.12 06:41:17.212023 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.212119 [ 4 ] {81f176f2-8953-4057-b008-49cd47cdf989} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:17.212159 [ 4 ] {81f176f2-8953-4057-b008-49cd47cdf989} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:17.212795 [ 4 ] {81f176f2-8953-4057-b008-49cd47cdf989} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.212832 [ 4 ] {81f176f2-8953-4057-b008-49cd47cdf989} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.213221 [ 4 ] {81f176f2-8953-4057-b008-49cd47cdf989} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:41:17.213477 [ 4 ] {81f176f2-8953-4057-b008-49cd47cdf989} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.213589 [ 52 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:41:17.213620 [ 4 ] {81f176f2-8953-4057-b008-49cd47cdf989} executeQuery: Read 499 rows, 36.16 KiB in 0.001518 sec., 328722.0026350461 rows/sec., 23.26 MiB/sec. 2026.02.12 06:41:17.213629 [ 52 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.213662 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.213666 [ 4 ] {81f176f2-8953-4057-b008-49cd47cdf989} TCPHandler: Processed in 0.001692544 sec. 2026.02.12 06:41:17.213787 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:41:17.213798 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.213920 [ 4 ] {f993d884-1fd7-46e4-8f2e-5a35320e6041} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:41:17.213931 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:17.213968 [ 4 ] {f993d884-1fd7-46e4-8f2e-5a35320e6041} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:41:17.213975 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 996 rows starting from the beginning of the part 2026.02.12 06:41:17.214082 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 499 rows starting from the beginning of the part 2026.02.12 06:41:17.214139 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 69 rows starting from the beginning of the part 2026.02.12 06:41:17.214189 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 509 rows starting from the beginning of the part 2026.02.12 06:41:17.214237 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 69 rows starting from the beginning of the part 2026.02.12 06:41:17.214286 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 499 rows starting from the beginning of the part 2026.02.12 06:41:17.214346 [ 4 ] {f993d884-1fd7-46e4-8f2e-5a35320e6041} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.214388 [ 4 ] {f993d884-1fd7-46e4-8f2e-5a35320e6041} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.214750 [ 4 ] {f993d884-1fd7-46e4-8f2e-5a35320e6041} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:41:17.214989 [ 4 ] {f993d884-1fd7-46e4-8f2e-5a35320e6041} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.215134 [ 4 ] {f993d884-1fd7-46e4-8f2e-5a35320e6041} executeQuery: Read 6 rows, 321.00 B in 0.001233 sec., 4866.1800486618 rows/sec., 254.24 KiB/sec. 2026.02.12 06:41:17.215173 [ 4 ] {f993d884-1fd7-46e4-8f2e-5a35320e6041} TCPHandler: Processed in 0.001428767 sec. 2026.02.12 06:41:17.215285 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.215382 [ 4 ] {c99f4634-5d78-4eed-b565-4fb7a03f4eb2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:17.215427 [ 4 ] {c99f4634-5d78-4eed-b565-4fb7a03f4eb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:17.215593 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2641 rows, containing 5 columns (5 merged, 0 gathered) in 0.001866959 sec., 1414599.892124037 rows/sec., 106.93 MiB/sec. 2026.02.12 06:41:17.215799 [ 188 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:41:17.215868 [ 4 ] {c99f4634-5d78-4eed-b565-4fb7a03f4eb2} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.215913 [ 4 ] {c99f4634-5d78-4eed-b565-4fb7a03f4eb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.216109 [ 188 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.216199 [ 188 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_16_3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:41:17.216288 [ 4 ] {c99f4634-5d78-4eed-b565-4fb7a03f4eb2} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:41:17.216307 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.02.12 06:41:17.216530 [ 4 ] {c99f4634-5d78-4eed-b565-4fb7a03f4eb2} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.216637 [ 52 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:41:17.216667 [ 52 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.216671 [ 4 ] {c99f4634-5d78-4eed-b565-4fb7a03f4eb2} executeQuery: Read 258 rows, 17.59 KiB in 0.001309 sec., 197097.02062643238 rows/sec., 13.12 MiB/sec. 2026.02.12 06:41:17.216685 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.216719 [ 4 ] {c99f4634-5d78-4eed-b565-4fb7a03f4eb2} TCPHandler: Processed in 0.001484189 sec. 2026.02.12 06:41:17.216767 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:41:17.216840 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.216866 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:17.216899 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4439 rows starting from the beginning of the part 2026.02.12 06:41:17.216942 [ 4 ] {872fdf75-89f0-44c9-b5dd-b634b2f7e027} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:41:17.216947 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 258 rows starting from the beginning of the part 2026.02.12 06:41:17.216992 [ 4 ] {872fdf75-89f0-44c9-b5dd-b634b2f7e027} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:41:17.217004 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part 2026.02.12 06:41:17.217051 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 263 rows starting from the beginning of the part 2026.02.12 06:41:17.217092 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.02.12 06:41:17.217133 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 258 rows starting from the beginning of the part 2026.02.12 06:41:17.217331 [ 4 ] {872fdf75-89f0-44c9-b5dd-b634b2f7e027} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.217377 [ 4 ] {872fdf75-89f0-44c9-b5dd-b634b2f7e027} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.217705 [ 4 ] {872fdf75-89f0-44c9-b5dd-b634b2f7e027} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:41:17.217950 [ 4 ] {872fdf75-89f0-44c9-b5dd-b634b2f7e027} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.218096 [ 4 ] {872fdf75-89f0-44c9-b5dd-b634b2f7e027} executeQuery: Read 1 rows, 69.00 B in 0.001173 sec., 852.5149190110827 rows/sec., 57.44 KiB/sec. 2026.02.12 06:41:17.218135 [ 4 ] {872fdf75-89f0-44c9-b5dd-b634b2f7e027} TCPHandler: Processed in 0.001344594 sec. 2026.02.12 06:41:17.218244 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.218338 [ 4 ] {68960651-c4ff-4ccb-abf3-f68bcc5ad833} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:17.218394 [ 4 ] {68960651-c4ff-4ccb-abf3-f68bcc5ad833} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:17.219201 [ 4 ] {68960651-c4ff-4ccb-abf3-f68bcc5ad833} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.219238 [ 4 ] {68960651-c4ff-4ccb-abf3-f68bcc5ad833} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.219323 [ 196 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5538 rows, containing 5 columns (5 merged, 0 gathered) in 0.002587027 sec., 2140681.175727969 rows/sec., 144.03 MiB/sec. 2026.02.12 06:41:17.219761 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:41:17.219922 [ 4 ] {68960651-c4ff-4ccb-abf3-f68bcc5ad833} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:17.220083 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.220172 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_16_3} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:41:17.220216 [ 4 ] {68960651-c4ff-4ccb-abf3-f68bcc5ad833} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.220245 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. 2026.02.12 06:41:17.220328 [ 52 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:41:17.220358 [ 52 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.220367 [ 4 ] {68960651-c4ff-4ccb-abf3-f68bcc5ad833} executeQuery: Read 36 rows, 66.06 KiB in 0.002047 sec., 17586.712261846602 rows/sec., 31.51 MiB/sec. 2026.02.12 06:41:17.220375 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.220432 [ 4 ] {68960651-c4ff-4ccb-abf3-f68bcc5ad833} TCPHandler: Processed in 0.002236977 sec. 2026.02.12 06:41:17.220465 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:41:17.220556 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:17.220655 [ 4 ] {a5b3266d-05af-4763-83ed-10addfe600f7} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:17.220678 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:17.220697 [ 4 ] {a5b3266d-05af-4763-83ed-10addfe600f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:17.220737 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 105 rows starting from the beginning of the part 2026.02.12 06:41:17.220865 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2026.02.12 06:41:17.220973 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 5 rows starting from the beginning of the part 2026.02.12 06:41:17.221026 [ 4 ] {a5b3266d-05af-4763-83ed-10addfe600f7} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.221068 [ 4 ] {a5b3266d-05af-4763-83ed-10addfe600f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.221075 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.02.12 06:41:17.221194 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 5 rows starting from the beginning of the part 2026.02.12 06:41:17.221297 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part 2026.02.12 06:41:17.221399 [ 4 ] {a5b3266d-05af-4763-83ed-10addfe600f7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:41:17.221650 [ 4 ] {a5b3266d-05af-4763-83ed-10addfe600f7} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.221764 [ 52 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:41:17.221792 [ 52 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:17.221794 [ 4 ] {a5b3266d-05af-4763-83ed-10addfe600f7} executeQuery: Read 88 rows, 5.66 KiB in 0.001158 sec., 75993.09153713299 rows/sec., 4.77 MiB/sec. 2026.02.12 06:41:17.221810 [ 52 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:17.221844 [ 4 ] {a5b3266d-05af-4763-83ed-10addfe600f7} TCPHandler: Processed in 0.001338445 sec. 2026.02.12 06:41:17.221895 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:41:17.221985 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:17.222012 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 740 rows starting from the beginning of the part 2026.02.12 06:41:17.222057 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 88 rows starting from the beginning of the part 2026.02.12 06:41:17.222095 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.02.12 06:41:17.222128 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 88 rows starting from the beginning of the part 2026.02.12 06:41:17.222160 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.02.12 06:41:17.222195 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 88 rows starting from the beginning of the part 2026.02.12 06:41:17.223020 [ 195 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1124 rows, containing 4 columns (4 merged, 0 gathered) in 0.00115754 sec., 971024.7594035626 rows/sec., 62.64 MiB/sec. 2026.02.12 06:41:17.223245 [ 194 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:41:17.223544 [ 194 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.223622 [ 194 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_16_3} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:41:17.223703 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.12 06:41:17.224387 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 223 rows, containing 19 columns (19 merged, 0 gathered) in 0.003957622 sec., 56346.96795196711 rows/sec., 100.97 MiB/sec. 2026.02.12 06:41:17.224939 [ 195 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:41:17.225311 [ 195 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:17.225388 [ 195 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_11_2} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:41:17.225502 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. 2026.02.12 06:41:18.112006 [ 157 ] {} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.02.12 06:41:18.112069 [ 157 ] {} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:18.112091 [ 157 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:18.112210 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.02.12 06:41:18.112378 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:18.112412 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2026.02.12 06:41:18.112480 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.02.12 06:41:18.112525 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2026.02.12 06:41:18.112575 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part 2026.02.12 06:41:18.112633 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2026.02.12 06:41:18.113395 [ 198 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.001238702 sec., 22604.306766276313 rows/sec., 1.89 MiB/sec. 2026.02.12 06:41:18.113530 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.02.12 06:41:18.113818 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:18.113890 [ 199 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_5_1} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.02.12 06:41:18.113960 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.12 06:41:22.222311 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:22.222520 [ 4 ] {4bdbef52-c612-40f6-9fff-33f84a40c8e4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:41:22.222590 [ 4 ] {4bdbef52-c612-40f6-9fff-33f84a40c8e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:41:22.223185 [ 4 ] {4bdbef52-c612-40f6-9fff-33f84a40c8e4} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:22.223235 [ 4 ] {4bdbef52-c612-40f6-9fff-33f84a40c8e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:22.223615 [ 4 ] {4bdbef52-c612-40f6-9fff-33f84a40c8e4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.02.12 06:41:22.223835 [ 4 ] {4bdbef52-c612-40f6-9fff-33f84a40c8e4} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:22.223986 [ 4 ] {4bdbef52-c612-40f6-9fff-33f84a40c8e4} executeQuery: Read 2 rows, 167.00 B in 0.001513 sec., 1321.8770654329148 rows/sec., 107.79 KiB/sec. 2026.02.12 06:41:22.224027 [ 4 ] {4bdbef52-c612-40f6-9fff-33f84a40c8e4} TCPHandler: Processed in 0.001845928 sec. 2026.02.12 06:41:22.224141 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:22.224236 [ 4 ] {2c960350-45f4-452d-9857-a9d06400e7cc} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:22.224276 [ 4 ] {2c960350-45f4-452d-9857-a9d06400e7cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:22.225153 [ 4 ] {2c960350-45f4-452d-9857-a9d06400e7cc} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:22.225191 [ 4 ] {2c960350-45f4-452d-9857-a9d06400e7cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:22.225591 [ 4 ] {2c960350-45f4-452d-9857-a9d06400e7cc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:41:22.225801 [ 4 ] {2c960350-45f4-452d-9857-a9d06400e7cc} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:22.225933 [ 4 ] {2c960350-45f4-452d-9857-a9d06400e7cc} executeQuery: Read 1207 rows, 102.02 KiB in 0.001715 sec., 703790.0874635569 rows/sec., 58.09 MiB/sec. 2026.02.12 06:41:22.225971 [ 4 ] {2c960350-45f4-452d-9857-a9d06400e7cc} TCPHandler: Processed in 0.001880448 sec. 2026.02.12 06:41:22.226104 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:22.226199 [ 4 ] {eb3c2c8f-1498-4b1d-8428-d31189b0e223} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:22.226240 [ 4 ] {eb3c2c8f-1498-4b1d-8428-d31189b0e223} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:22.226641 [ 4 ] {eb3c2c8f-1498-4b1d-8428-d31189b0e223} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:22.226681 [ 4 ] {eb3c2c8f-1498-4b1d-8428-d31189b0e223} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:22.226982 [ 4 ] {eb3c2c8f-1498-4b1d-8428-d31189b0e223} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:22.227212 [ 4 ] {eb3c2c8f-1498-4b1d-8428-d31189b0e223} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:22.227341 [ 4 ] {eb3c2c8f-1498-4b1d-8428-d31189b0e223} executeQuery: Read 7 rows, 528.00 B in 0.00116 sec., 6034.482758620689 rows/sec., 444.50 KiB/sec. 2026.02.12 06:41:22.227401 [ 4 ] {eb3c2c8f-1498-4b1d-8428-d31189b0e223} TCPHandler: Processed in 0.001346235 sec. 2026.02.12 06:41:22.227505 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:22.227599 [ 4 ] {55fec15a-b8a9-4733-9b8d-f66d5303e084} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:41:22.227639 [ 4 ] {55fec15a-b8a9-4733-9b8d-f66d5303e084} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:41:22.228088 [ 4 ] {55fec15a-b8a9-4733-9b8d-f66d5303e084} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:22.228125 [ 4 ] {55fec15a-b8a9-4733-9b8d-f66d5303e084} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:22.228423 [ 4 ] {55fec15a-b8a9-4733-9b8d-f66d5303e084} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:22.228627 [ 4 ] {55fec15a-b8a9-4733-9b8d-f66d5303e084} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:22.228730 [ 137 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:41:22.228753 [ 4 ] {55fec15a-b8a9-4733-9b8d-f66d5303e084} executeQuery: Read 228 rows, 15.81 KiB in 0.001171 sec., 194705.38001707944 rows/sec., 13.18 MiB/sec. 2026.02.12 06:41:22.228797 [ 137 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:22.228805 [ 4 ] {55fec15a-b8a9-4733-9b8d-f66d5303e084} TCPHandler: Processed in 0.001349715 sec. 2026.02.12 06:41:22.228827 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:22.228920 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:41:22.228921 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:22.229015 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:22.229042 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 369 rows starting from the beginning of the part 2026.02.12 06:41:22.229046 [ 4 ] {ded14add-f6bd-4926-9e54-a0cd22058ce3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:22.229090 [ 4 ] {ded14add-f6bd-4926-9e54-a0cd22058ce3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:22.229123 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 229 rows starting from the beginning of the part 2026.02.12 06:41:22.229171 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 140 rows starting from the beginning of the part 2026.02.12 06:41:22.229221 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 140 rows starting from the beginning of the part 2026.02.12 06:41:22.229266 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 140 rows starting from the beginning of the part 2026.02.12 06:41:22.229312 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part 2026.02.12 06:41:22.229657 [ 4 ] {ded14add-f6bd-4926-9e54-a0cd22058ce3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:22.229692 [ 4 ] {ded14add-f6bd-4926-9e54-a0cd22058ce3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:22.230022 [ 4 ] {ded14add-f6bd-4926-9e54-a0cd22058ce3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:41:22.230227 [ 4 ] {ded14add-f6bd-4926-9e54-a0cd22058ce3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:22.230318 [ 195 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1246 rows, containing 5 columns (5 merged, 0 gathered) in 0.001436917 sec., 867134.2882017542 rows/sec., 60.82 MiB/sec. 2026.02.12 06:41:22.230354 [ 4 ] {ded14add-f6bd-4926-9e54-a0cd22058ce3} executeQuery: Read 527 rows, 39.97 KiB in 0.001326 sec., 397435.89743589744 rows/sec., 29.44 MiB/sec. 2026.02.12 06:41:22.230393 [ 4 ] {ded14add-f6bd-4926-9e54-a0cd22058ce3} TCPHandler: Processed in 0.001522439 sec. 2026.02.12 06:41:22.230521 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:22.230541 [ 197 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:41:22.230618 [ 4 ] {d76058a2-1ed2-46f8-8e7b-f059e9499898} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:22.230670 [ 4 ] {d76058a2-1ed2-46f8-8e7b-f059e9499898} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:22.230849 [ 197 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:22.230935 [ 197 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_11_2} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:41:22.231037 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.12 06:41:22.231202 [ 4 ] {d76058a2-1ed2-46f8-8e7b-f059e9499898} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:22.231244 [ 4 ] {d76058a2-1ed2-46f8-8e7b-f059e9499898} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:22.231623 [ 4 ] {d76058a2-1ed2-46f8-8e7b-f059e9499898} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:41:22.231828 [ 4 ] {d76058a2-1ed2-46f8-8e7b-f059e9499898} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:22.231957 [ 4 ] {d76058a2-1ed2-46f8-8e7b-f059e9499898} executeQuery: Read 845 rows, 58.24 KiB in 0.001357 sec., 622697.1260132646 rows/sec., 41.91 MiB/sec. 2026.02.12 06:41:22.231994 [ 4 ] {d76058a2-1ed2-46f8-8e7b-f059e9499898} TCPHandler: Processed in 0.001523299 sec. 2026.02.12 06:41:22.232111 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:22.232206 [ 4 ] {8b6b20c3-0ba0-4c44-8fdc-de22832f79f4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:22.232260 [ 4 ] {8b6b20c3-0ba0-4c44-8fdc-de22832f79f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:22.232962 [ 4 ] {8b6b20c3-0ba0-4c44-8fdc-de22832f79f4} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:22.233000 [ 4 ] {8b6b20c3-0ba0-4c44-8fdc-de22832f79f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:22.233491 [ 4 ] {8b6b20c3-0ba0-4c44-8fdc-de22832f79f4} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:22.233707 [ 4 ] {8b6b20c3-0ba0-4c44-8fdc-de22832f79f4} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:22.233843 [ 4 ] {8b6b20c3-0ba0-4c44-8fdc-de22832f79f4} executeQuery: Read 5 rows, 9.17 KiB in 0.001656 sec., 3019.3236714975847 rows/sec., 5.41 MiB/sec. 2026.02.12 06:41:22.233894 [ 4 ] {8b6b20c3-0ba0-4c44-8fdc-de22832f79f4} TCPHandler: Processed in 0.001832327 sec. 2026.02.12 06:41:22.234017 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:22.234112 [ 4 ] {d93a5062-fcc9-4bf5-af1d-bebe85439cc3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:22.234154 [ 4 ] {d93a5062-fcc9-4bf5-af1d-bebe85439cc3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:22.234486 [ 4 ] {d93a5062-fcc9-4bf5-af1d-bebe85439cc3} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:22.234522 [ 4 ] {d93a5062-fcc9-4bf5-af1d-bebe85439cc3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:22.234817 [ 4 ] {d93a5062-fcc9-4bf5-af1d-bebe85439cc3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:41:22.235021 [ 4 ] {d93a5062-fcc9-4bf5-af1d-bebe85439cc3} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:22.235150 [ 4 ] {d93a5062-fcc9-4bf5-af1d-bebe85439cc3} executeQuery: Read 60 rows, 4.14 KiB in 0.001057 sec., 56764.42762535478 rows/sec., 3.83 MiB/sec. 2026.02.12 06:41:22.235186 [ 4 ] {d93a5062-fcc9-4bf5-af1d-bebe85439cc3} TCPHandler: Processed in 0.001219851 sec. 2026.02.12 06:41:23.869980 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6176 2026.02.12 06:41:23.870599 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:23.870637 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:23.871122 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:23.871342 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:23.871477 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6176 2026.02.12 06:41:24.208243 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.02.12 06:41:24.223525 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:24.223571 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:24.229579 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:24.230232 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:24.232927 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.02.12 06:41:26.373685 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 476 2026.02.12 06:41:26.376020 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:26.376069 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:26.377262 [ 242 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:41:26.377552 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:26.377885 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 476 2026.02.12 06:41:27.200798 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.200973 [ 4 ] {a521b988-edab-4bad-9a66-e2fc87592c56} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:41:27.201040 [ 4 ] {a521b988-edab-4bad-9a66-e2fc87592c56} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:41:27.201750 [ 4 ] {a521b988-edab-4bad-9a66-e2fc87592c56} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.201802 [ 4 ] {a521b988-edab-4bad-9a66-e2fc87592c56} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.202196 [ 4 ] {a521b988-edab-4bad-9a66-e2fc87592c56} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:41:27.202424 [ 4 ] {a521b988-edab-4bad-9a66-e2fc87592c56} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.202553 [ 149 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.12 06:41:27.202574 [ 4 ] {a521b988-edab-4bad-9a66-e2fc87592c56} executeQuery: Read 266 rows, 17.30 KiB in 0.001649 sec., 161309.8847786537 rows/sec., 10.25 MiB/sec. 2026.02.12 06:41:27.202619 [ 149 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.202634 [ 4 ] {a521b988-edab-4bad-9a66-e2fc87592c56} TCPHandler: Processed in 0.001965981 sec. 2026.02.12 06:41:27.202646 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.202771 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.202772 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.02.12 06:41:27.202882 [ 4 ] {963dea49-a76b-4cde-9d0f-e01338fa6b34} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:27.202914 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:27.202932 [ 4 ] {963dea49-a76b-4cde-9d0f-e01338fa6b34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:27.202952 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 266 rows starting from the beginning of the part 2026.02.12 06:41:27.203022 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 266 rows starting from the beginning of the part 2026.02.12 06:41:27.203066 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 266 rows starting from the beginning of the part 2026.02.12 06:41:27.203108 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 266 rows starting from the beginning of the part 2026.02.12 06:41:27.203147 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 266 rows starting from the beginning of the part 2026.02.12 06:41:27.203660 [ 4 ] {963dea49-a76b-4cde-9d0f-e01338fa6b34} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.203702 [ 4 ] {963dea49-a76b-4cde-9d0f-e01338fa6b34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.204062 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001343775 sec., 989749.0279250619 rows/sec., 66.65 MiB/sec. 2026.02.12 06:41:27.204183 [ 4 ] {963dea49-a76b-4cde-9d0f-e01338fa6b34} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:41:27.204265 [ 189 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.12 06:41:27.204441 [ 4 ] {963dea49-a76b-4cde-9d0f-e01338fa6b34} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.204601 [ 4 ] {963dea49-a76b-4cde-9d0f-e01338fa6b34} executeQuery: Read 824 rows, 67.47 KiB in 0.001742 sec., 473019.5177956372 rows/sec., 37.82 MiB/sec. 2026.02.12 06:41:27.204625 [ 189 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.204642 [ 4 ] {963dea49-a76b-4cde-9d0f-e01338fa6b34} TCPHandler: Processed in 0.00192465 sec. 2026.02.12 06:41:27.204709 [ 189 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_9_2} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.12 06:41:27.204776 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.204813 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.12 06:41:27.204878 [ 4 ] {b8aa919f-3545-4642-9e62-3fe1863fef95} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:27.204924 [ 4 ] {b8aa919f-3545-4642-9e62-3fe1863fef95} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:27.205362 [ 4 ] {b8aa919f-3545-4642-9e62-3fe1863fef95} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.205399 [ 4 ] {b8aa919f-3545-4642-9e62-3fe1863fef95} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.205710 [ 4 ] {b8aa919f-3545-4642-9e62-3fe1863fef95} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:27.205928 [ 4 ] {b8aa919f-3545-4642-9e62-3fe1863fef95} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.206057 [ 4 ] {b8aa919f-3545-4642-9e62-3fe1863fef95} executeQuery: Read 169 rows, 10.71 KiB in 0.001197 sec., 141186.29908103592 rows/sec., 8.74 MiB/sec. 2026.02.12 06:41:27.206095 [ 4 ] {b8aa919f-3545-4642-9e62-3fe1863fef95} TCPHandler: Processed in 0.001369265 sec. 2026.02.12 06:41:27.206227 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.206328 [ 4 ] {998cfc78-3b7f-444c-af40-2a4aae329341} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:41:27.206370 [ 4 ] {998cfc78-3b7f-444c-af40-2a4aae329341} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:41:27.206849 [ 4 ] {998cfc78-3b7f-444c-af40-2a4aae329341} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.206887 [ 4 ] {998cfc78-3b7f-444c-af40-2a4aae329341} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.207266 [ 4 ] {998cfc78-3b7f-444c-af40-2a4aae329341} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:27.207561 [ 4 ] {998cfc78-3b7f-444c-af40-2a4aae329341} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.207722 [ 4 ] {998cfc78-3b7f-444c-af40-2a4aae329341} executeQuery: Read 140 rows, 9.27 KiB in 0.001412 sec., 99150.14164305948 rows/sec., 6.41 MiB/sec. 2026.02.12 06:41:27.207768 [ 4 ] {998cfc78-3b7f-444c-af40-2a4aae329341} TCPHandler: Processed in 0.001593961 sec. 2026.02.12 06:41:27.207908 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.208012 [ 4 ] {74339582-da62-4beb-88ea-90c862c9b144} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:41:27.208057 [ 4 ] {74339582-da62-4beb-88ea-90c862c9b144} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:41:27.208564 [ 4 ] {74339582-da62-4beb-88ea-90c862c9b144} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.208607 [ 4 ] {74339582-da62-4beb-88ea-90c862c9b144} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.208983 [ 4 ] {74339582-da62-4beb-88ea-90c862c9b144} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:41:27.209258 [ 4 ] {74339582-da62-4beb-88ea-90c862c9b144} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.209379 [ 149 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.12 06:41:27.209397 [ 4 ] {74339582-da62-4beb-88ea-90c862c9b144} executeQuery: Read 139 rows, 8.10 KiB in 0.001407 sec., 98791.75550817342 rows/sec., 5.62 MiB/sec. 2026.02.12 06:41:27.209424 [ 149 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.209448 [ 4 ] {74339582-da62-4beb-88ea-90c862c9b144} TCPHandler: Processed in 0.001596401 sec. 2026.02.12 06:41:27.209450 [ 149 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.209571 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.02.12 06:41:27.209603 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.209675 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:27.209710 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 139 rows starting from the beginning of the part 2026.02.12 06:41:27.209735 [ 4 ] {1b1be473-297d-4a01-bf47-528508423469} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:27.209767 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 139 rows starting from the beginning of the part 2026.02.12 06:41:27.209795 [ 4 ] {1b1be473-297d-4a01-bf47-528508423469} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:27.209818 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 139 rows starting from the beginning of the part 2026.02.12 06:41:27.209864 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 139 rows starting from the beginning of the part 2026.02.12 06:41:27.209904 [ 202 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 139 rows starting from the beginning of the part 2026.02.12 06:41:27.210492 [ 4 ] {1b1be473-297d-4a01-bf47-528508423469} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.210535 [ 4 ] {1b1be473-297d-4a01-bf47-528508423469} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.210702 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 5 columns (5 merged, 0 gathered) in 0.00117256 sec., 592720.201951286 rows/sec., 35.98 MiB/sec. 2026.02.12 06:41:27.210890 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.12 06:41:27.211019 [ 4 ] {1b1be473-297d-4a01-bf47-528508423469} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:41:27.211292 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.211376 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_9_2} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.12 06:41:27.211391 [ 4 ] {1b1be473-297d-4a01-bf47-528508423469} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.211458 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.12 06:41:27.211585 [ 4 ] {1b1be473-297d-4a01-bf47-528508423469} executeQuery: Read 499 rows, 36.16 KiB in 0.001876 sec., 265991.4712153518 rows/sec., 18.82 MiB/sec. 2026.02.12 06:41:27.211631 [ 4 ] {1b1be473-297d-4a01-bf47-528508423469} TCPHandler: Processed in 0.002091014 sec. 2026.02.12 06:41:27.211752 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.211847 [ 4 ] {69d25532-c0ed-4618-abc3-07343a054d54} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:41:27.211891 [ 4 ] {69d25532-c0ed-4618-abc3-07343a054d54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:41:27.212244 [ 4 ] {69d25532-c0ed-4618-abc3-07343a054d54} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.212290 [ 4 ] {69d25532-c0ed-4618-abc3-07343a054d54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.212641 [ 4 ] {69d25532-c0ed-4618-abc3-07343a054d54} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:41:27.212873 [ 4 ] {69d25532-c0ed-4618-abc3-07343a054d54} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.213013 [ 4 ] {69d25532-c0ed-4618-abc3-07343a054d54} executeQuery: Read 6 rows, 321.00 B in 0.001185 sec., 5063.291139240506 rows/sec., 264.54 KiB/sec. 2026.02.12 06:41:27.213056 [ 4 ] {69d25532-c0ed-4618-abc3-07343a054d54} TCPHandler: Processed in 0.001354274 sec. 2026.02.12 06:41:27.213182 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.213274 [ 4 ] {004348f7-6a91-4877-a7ff-cb133b636a5b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:27.213319 [ 4 ] {004348f7-6a91-4877-a7ff-cb133b636a5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:27.213744 [ 4 ] {004348f7-6a91-4877-a7ff-cb133b636a5b} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.213783 [ 4 ] {004348f7-6a91-4877-a7ff-cb133b636a5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.214162 [ 4 ] {004348f7-6a91-4877-a7ff-cb133b636a5b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:41:27.214393 [ 4 ] {004348f7-6a91-4877-a7ff-cb133b636a5b} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.214529 [ 4 ] {004348f7-6a91-4877-a7ff-cb133b636a5b} executeQuery: Read 258 rows, 17.59 KiB in 0.001274 sec., 202511.7739403454 rows/sec., 13.48 MiB/sec. 2026.02.12 06:41:27.214566 [ 4 ] {004348f7-6a91-4877-a7ff-cb133b636a5b} TCPHandler: Processed in 0.001434746 sec. 2026.02.12 06:41:27.214687 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.214779 [ 4 ] {ecdcd524-43b7-4a74-91bb-fce349048916} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:41:27.214822 [ 4 ] {ecdcd524-43b7-4a74-91bb-fce349048916} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:41:27.215142 [ 4 ] {ecdcd524-43b7-4a74-91bb-fce349048916} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.215179 [ 4 ] {ecdcd524-43b7-4a74-91bb-fce349048916} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.215482 [ 4 ] {ecdcd524-43b7-4a74-91bb-fce349048916} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:27.215700 [ 4 ] {ecdcd524-43b7-4a74-91bb-fce349048916} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.215830 [ 4 ] {ecdcd524-43b7-4a74-91bb-fce349048916} executeQuery: Read 1 rows, 69.00 B in 0.001069 sec., 935.4536950420953 rows/sec., 63.03 KiB/sec. 2026.02.12 06:41:27.215867 [ 4 ] {ecdcd524-43b7-4a74-91bb-fce349048916} TCPHandler: Processed in 0.001228732 sec. 2026.02.12 06:41:27.215979 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.216070 [ 4 ] {1d68b1da-734c-486d-a9bb-b57d8c10fd96} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:27.216124 [ 4 ] {1d68b1da-734c-486d-a9bb-b57d8c10fd96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:27.216919 [ 4 ] {1d68b1da-734c-486d-a9bb-b57d8c10fd96} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.216957 [ 4 ] {1d68b1da-734c-486d-a9bb-b57d8c10fd96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.217505 [ 4 ] {1d68b1da-734c-486d-a9bb-b57d8c10fd96} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:27.217731 [ 4 ] {1d68b1da-734c-486d-a9bb-b57d8c10fd96} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.217865 [ 4 ] {1d68b1da-734c-486d-a9bb-b57d8c10fd96} executeQuery: Read 36 rows, 66.06 KiB in 0.001813 sec., 19856.591285162714 rows/sec., 35.58 MiB/sec. 2026.02.12 06:41:27.217918 [ 4 ] {1d68b1da-734c-486d-a9bb-b57d8c10fd96} TCPHandler: Processed in 0.001987592 sec. 2026.02.12 06:41:27.218048 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:27.218140 [ 4 ] {dcfd895a-f03b-4b3f-88cd-2c8b460401d8} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:27.218181 [ 4 ] {dcfd895a-f03b-4b3f-88cd-2c8b460401d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:27.218501 [ 4 ] {dcfd895a-f03b-4b3f-88cd-2c8b460401d8} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:27.218538 [ 4 ] {dcfd895a-f03b-4b3f-88cd-2c8b460401d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:27.218841 [ 4 ] {dcfd895a-f03b-4b3f-88cd-2c8b460401d8} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:41:27.219063 [ 4 ] {dcfd895a-f03b-4b3f-88cd-2c8b460401d8} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:27.219196 [ 4 ] {dcfd895a-f03b-4b3f-88cd-2c8b460401d8} executeQuery: Read 88 rows, 5.66 KiB in 0.001074 sec., 81936.68528864058 rows/sec., 5.14 MiB/sec. 2026.02.12 06:41:27.219232 [ 4 ] {dcfd895a-f03b-4b3f-88cd-2c8b460401d8} TCPHandler: Processed in 0.001233162 sec. 2026.02.12 06:41:31.263769 [ 138 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:41:31.263834 [ 138 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:41:31.371560 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6688 2026.02.12 06:41:31.372424 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:31.372510 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:31.373197 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:31.373432 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:31.373562 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6688 2026.02.12 06:41:31.732984 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.02.12 06:41:31.750590 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:31.750657 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:31.756617 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:31.757354 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:31.760823 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.02.12 06:41:32.193130 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:32.193320 [ 4 ] {b017a240-f9b5-4664-b68c-10fe42941523} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:32.193391 [ 4 ] {b017a240-f9b5-4664-b68c-10fe42941523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:32.194042 [ 4 ] {b017a240-f9b5-4664-b68c-10fe42941523} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:32.194088 [ 4 ] {b017a240-f9b5-4664-b68c-10fe42941523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:32.194474 [ 4 ] {b017a240-f9b5-4664-b68c-10fe42941523} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:41:32.194710 [ 4 ] {b017a240-f9b5-4664-b68c-10fe42941523} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:32.194868 [ 4 ] {b017a240-f9b5-4664-b68c-10fe42941523} executeQuery: Read 66 rows, 5.38 KiB in 0.001601 sec., 41224.23485321674 rows/sec., 3.28 MiB/sec. 2026.02.12 06:41:32.194917 [ 4 ] {b017a240-f9b5-4664-b68c-10fe42941523} TCPHandler: Processed in 0.001922109 sec. 2026.02.12 06:41:32.195039 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:32.195140 [ 4 ] {d6725a54-d4c9-4df8-b57f-deb3d22c5872} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:32.195184 [ 4 ] {d6725a54-d4c9-4df8-b57f-deb3d22c5872} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:32.195630 [ 4 ] {d6725a54-d4c9-4df8-b57f-deb3d22c5872} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:32.195666 [ 4 ] {d6725a54-d4c9-4df8-b57f-deb3d22c5872} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:32.196053 [ 4 ] {d6725a54-d4c9-4df8-b57f-deb3d22c5872} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:41:32.196287 [ 4 ] {d6725a54-d4c9-4df8-b57f-deb3d22c5872} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:32.196427 [ 4 ] {d6725a54-d4c9-4df8-b57f-deb3d22c5872} executeQuery: Read 5 rows, 385.00 B in 0.001312 sec., 3810.9756097560976 rows/sec., 286.57 KiB/sec. 2026.02.12 06:41:32.196466 [ 4 ] {d6725a54-d4c9-4df8-b57f-deb3d22c5872} TCPHandler: Processed in 0.001479138 sec. 2026.02.12 06:41:32.196597 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:32.196698 [ 4 ] {4ab58872-9faf-4e66-98f1-33577cc23ad3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:32.196745 [ 4 ] {4ab58872-9faf-4e66-98f1-33577cc23ad3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:32.197184 [ 4 ] {4ab58872-9faf-4e66-98f1-33577cc23ad3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:32.197221 [ 4 ] {4ab58872-9faf-4e66-98f1-33577cc23ad3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:32.197536 [ 4 ] {4ab58872-9faf-4e66-98f1-33577cc23ad3} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:41:32.197757 [ 4 ] {4ab58872-9faf-4e66-98f1-33577cc23ad3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:32.197893 [ 4 ] {4ab58872-9faf-4e66-98f1-33577cc23ad3} executeQuery: Read 69 rows, 5.52 KiB in 0.001216 sec., 56743.42105263157 rows/sec., 4.43 MiB/sec. 2026.02.12 06:41:32.197931 [ 4 ] {4ab58872-9faf-4e66-98f1-33577cc23ad3} TCPHandler: Processed in 0.001384136 sec. 2026.02.12 06:41:32.198065 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:32.198173 [ 4 ] {e36f517e-7ab3-4998-9413-7592c9934384} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:32.198224 [ 4 ] {e36f517e-7ab3-4998-9413-7592c9934384} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:32.198663 [ 4 ] {e36f517e-7ab3-4998-9413-7592c9934384} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:32.198701 [ 4 ] {e36f517e-7ab3-4998-9413-7592c9934384} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:32.199056 [ 4 ] {e36f517e-7ab3-4998-9413-7592c9934384} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:41:32.199285 [ 4 ] {e36f517e-7ab3-4998-9413-7592c9934384} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:32.199423 [ 4 ] {e36f517e-7ab3-4998-9413-7592c9934384} executeQuery: Read 160 rows, 11.41 KiB in 0.001268 sec., 126182.96529968454 rows/sec., 8.79 MiB/sec. 2026.02.12 06:41:32.199469 [ 4 ] {e36f517e-7ab3-4998-9413-7592c9934384} TCPHandler: Processed in 0.001454948 sec. 2026.02.12 06:41:32.199597 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:32.199693 [ 4 ] {ab5600bf-a1bf-4276-a6aa-b3f2f3fb41cb} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:32.199749 [ 4 ] {ab5600bf-a1bf-4276-a6aa-b3f2f3fb41cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:32.200480 [ 4 ] {ab5600bf-a1bf-4276-a6aa-b3f2f3fb41cb} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:32.200519 [ 4 ] {ab5600bf-a1bf-4276-a6aa-b3f2f3fb41cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:32.201038 [ 4 ] {ab5600bf-a1bf-4276-a6aa-b3f2f3fb41cb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:32.201290 [ 4 ] {ab5600bf-a1bf-4276-a6aa-b3f2f3fb41cb} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:32.201437 [ 4 ] {ab5600bf-a1bf-4276-a6aa-b3f2f3fb41cb} executeQuery: Read 5 rows, 9.17 KiB in 0.001762 sec., 2837.684449489217 rows/sec., 5.09 MiB/sec. 2026.02.12 06:41:32.201496 [ 4 ] {ab5600bf-a1bf-4276-a6aa-b3f2f3fb41cb} TCPHandler: Processed in 0.001953791 sec. 2026.02.12 06:41:32.201616 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:32.201711 [ 4 ] {2ea8fbd0-966b-47ae-b123-64d53b72dcdf} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:32.201753 [ 4 ] {2ea8fbd0-966b-47ae-b123-64d53b72dcdf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:32.202105 [ 4 ] {2ea8fbd0-966b-47ae-b123-64d53b72dcdf} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:32.202143 [ 4 ] {2ea8fbd0-966b-47ae-b123-64d53b72dcdf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:32.202464 [ 4 ] {2ea8fbd0-966b-47ae-b123-64d53b72dcdf} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:41:32.202685 [ 4 ] {2ea8fbd0-966b-47ae-b123-64d53b72dcdf} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:32.202816 [ 4 ] {2ea8fbd0-966b-47ae-b123-64d53b72dcdf} executeQuery: Read 60 rows, 4.14 KiB in 0.001124 sec., 53380.78291814947 rows/sec., 3.60 MiB/sec. 2026.02.12 06:41:32.202852 [ 4 ] {2ea8fbd0-966b-47ae-b123-64d53b72dcdf} TCPHandler: Processed in 0.001285094 sec. 2026.02.12 06:41:36.378045 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 510 2026.02.12 06:41:36.380388 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:36.380469 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:36.381860 [ 242 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:36.382162 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:36.382503 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 510 2026.02.12 06:41:37.202057 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.202232 [ 4 ] {3ce37a07-4d27-4735-9212-f665350881f1} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:41:37.202300 [ 4 ] {3ce37a07-4d27-4735-9212-f665350881f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:41:37.203003 [ 4 ] {3ce37a07-4d27-4735-9212-f665350881f1} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.203057 [ 4 ] {3ce37a07-4d27-4735-9212-f665350881f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.203466 [ 4 ] {3ce37a07-4d27-4735-9212-f665350881f1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:37.203722 [ 4 ] {3ce37a07-4d27-4735-9212-f665350881f1} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.203884 [ 4 ] {3ce37a07-4d27-4735-9212-f665350881f1} executeQuery: Read 266 rows, 17.30 KiB in 0.001699 sec., 156562.68393172455 rows/sec., 9.95 MiB/sec. 2026.02.12 06:41:37.203935 [ 4 ] {3ce37a07-4d27-4735-9212-f665350881f1} TCPHandler: Processed in 0.002005001 sec. 2026.02.12 06:41:37.204058 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.204163 [ 4 ] {58b451f9-5b08-4fcf-b54d-88644e38fa87} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:41:37.204209 [ 4 ] {58b451f9-5b08-4fcf-b54d-88644e38fa87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:41:37.204620 [ 4 ] {58b451f9-5b08-4fcf-b54d-88644e38fa87} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.204658 [ 4 ] {58b451f9-5b08-4fcf-b54d-88644e38fa87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.204953 [ 4 ] {58b451f9-5b08-4fcf-b54d-88644e38fa87} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.02.12 06:41:37.205176 [ 4 ] {58b451f9-5b08-4fcf-b54d-88644e38fa87} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.205311 [ 4 ] {58b451f9-5b08-4fcf-b54d-88644e38fa87} executeQuery: Read 2 rows, 167.00 B in 0.001172 sec., 1706.4846416382252 rows/sec., 139.15 KiB/sec. 2026.02.12 06:41:37.205351 [ 4 ] {58b451f9-5b08-4fcf-b54d-88644e38fa87} TCPHandler: Processed in 0.001344255 sec. 2026.02.12 06:41:37.205463 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.205560 [ 4 ] {30b73f6f-d58a-4ac7-bc6e-ea2d627707cd} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:37.205601 [ 4 ] {30b73f6f-d58a-4ac7-bc6e-ea2d627707cd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:37.206255 [ 4 ] {30b73f6f-d58a-4ac7-bc6e-ea2d627707cd} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.206290 [ 4 ] {30b73f6f-d58a-4ac7-bc6e-ea2d627707cd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.206662 [ 4 ] {30b73f6f-d58a-4ac7-bc6e-ea2d627707cd} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:41:37.206882 [ 4 ] {30b73f6f-d58a-4ac7-bc6e-ea2d627707cd} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.207028 [ 4 ] {30b73f6f-d58a-4ac7-bc6e-ea2d627707cd} executeQuery: Read 825 rows, 67.54 KiB in 0.001487 sec., 554808.338937458 rows/sec., 44.36 MiB/sec. 2026.02.12 06:41:37.207073 [ 4 ] {30b73f6f-d58a-4ac7-bc6e-ea2d627707cd} TCPHandler: Processed in 0.001658362 sec. 2026.02.12 06:41:37.207217 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.207314 [ 4 ] {dcddb6ee-1408-4397-a6d9-9ba8bce0dc6b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:37.207355 [ 4 ] {dcddb6ee-1408-4397-a6d9-9ba8bce0dc6b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:37.207911 [ 4 ] {dcddb6ee-1408-4397-a6d9-9ba8bce0dc6b} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.207953 [ 4 ] {dcddb6ee-1408-4397-a6d9-9ba8bce0dc6b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.208288 [ 4 ] {dcddb6ee-1408-4397-a6d9-9ba8bce0dc6b} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:41:37.208525 [ 4 ] {dcddb6ee-1408-4397-a6d9-9ba8bce0dc6b} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.208631 [ 131 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:41:37.208654 [ 4 ] {dcddb6ee-1408-4397-a6d9-9ba8bce0dc6b} executeQuery: Read 171 rows, 10.85 KiB in 0.00136 sec., 125735.29411764705 rows/sec., 7.79 MiB/sec. 2026.02.12 06:41:37.208666 [ 131 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.208691 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.208693 [ 4 ] {dcddb6ee-1408-4397-a6d9-9ba8bce0dc6b} TCPHandler: Processed in 0.001533729 sec. 2026.02.12 06:41:37.208823 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:41:37.208831 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.208968 [ 4 ] {d2516601-937a-4281-8ba7-742e7cde8924} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:41:37.208995 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:37.209010 [ 4 ] {d2516601-937a-4281-8ba7-742e7cde8924} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:41:37.209042 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 192 rows starting from the beginning of the part 2026.02.12 06:41:37.209126 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 169 rows starting from the beginning of the part 2026.02.12 06:41:37.209181 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.02.12 06:41:37.209232 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 169 rows starting from the beginning of the part 2026.02.12 06:41:37.209280 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 5 rows starting from the beginning of the part 2026.02.12 06:41:37.209328 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 171 rows starting from the beginning of the part 2026.02.12 06:41:37.209487 [ 4 ] {d2516601-937a-4281-8ba7-742e7cde8924} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.209529 [ 4 ] {d2516601-937a-4281-8ba7-742e7cde8924} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.209866 [ 4 ] {d2516601-937a-4281-8ba7-742e7cde8924} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:37.210115 [ 4 ] {d2516601-937a-4281-8ba7-742e7cde8924} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.210248 [ 4 ] {d2516601-937a-4281-8ba7-742e7cde8924} executeQuery: Read 140 rows, 9.27 KiB in 0.001299 sec., 107775.2117013087 rows/sec., 6.97 MiB/sec. 2026.02.12 06:41:37.210286 [ 4 ] {d2516601-937a-4281-8ba7-742e7cde8924} TCPHandler: Processed in 0.001503489 sec. 2026.02.12 06:41:37.210307 [ 189 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 713 rows, containing 5 columns (5 merged, 0 gathered) in 0.0015476 sec., 460713.36262600153 rows/sec., 30.47 MiB/sec. 2026.02.12 06:41:37.210404 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.210477 [ 195 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:41:37.210504 [ 4 ] {d0b023ea-4a39-4547-8e5f-07be7710e70e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:41:37.210545 [ 4 ] {d0b023ea-4a39-4547-8e5f-07be7710e70e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:41:37.210754 [ 195 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.210822 [ 195 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_16_3} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:41:37.210901 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.12 06:41:37.210959 [ 4 ] {d0b023ea-4a39-4547-8e5f-07be7710e70e} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.210994 [ 4 ] {d0b023ea-4a39-4547-8e5f-07be7710e70e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.211306 [ 4 ] {d0b023ea-4a39-4547-8e5f-07be7710e70e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:37.211535 [ 4 ] {d0b023ea-4a39-4547-8e5f-07be7710e70e} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.211659 [ 4 ] {d0b023ea-4a39-4547-8e5f-07be7710e70e} executeQuery: Read 139 rows, 8.10 KiB in 0.001174 sec., 118398.63713798979 rows/sec., 6.74 MiB/sec. 2026.02.12 06:41:37.211696 [ 4 ] {d0b023ea-4a39-4547-8e5f-07be7710e70e} TCPHandler: Processed in 0.001341534 sec. 2026.02.12 06:41:37.211814 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.211908 [ 4 ] {17b377c2-aeef-4d81-b313-4eb355bec574} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:37.211948 [ 4 ] {17b377c2-aeef-4d81-b313-4eb355bec574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:37.212579 [ 4 ] {17b377c2-aeef-4d81-b313-4eb355bec574} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.212619 [ 4 ] {17b377c2-aeef-4d81-b313-4eb355bec574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.212967 [ 4 ] {17b377c2-aeef-4d81-b313-4eb355bec574} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:41:37.213174 [ 4 ] {17b377c2-aeef-4d81-b313-4eb355bec574} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.213306 [ 4 ] {17b377c2-aeef-4d81-b313-4eb355bec574} executeQuery: Read 501 rows, 36.33 KiB in 0.001415 sec., 354063.6042402827 rows/sec., 25.07 MiB/sec. 2026.02.12 06:41:37.213344 [ 4 ] {17b377c2-aeef-4d81-b313-4eb355bec574} TCPHandler: Processed in 0.001578481 sec. 2026.02.12 06:41:37.213459 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.213558 [ 4 ] {b8cfbc7d-c225-4e43-b994-4562f904eed2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:41:37.213600 [ 4 ] {b8cfbc7d-c225-4e43-b994-4562f904eed2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:41:37.213928 [ 4 ] {b8cfbc7d-c225-4e43-b994-4562f904eed2} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.213962 [ 4 ] {b8cfbc7d-c225-4e43-b994-4562f904eed2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.214266 [ 4 ] {b8cfbc7d-c225-4e43-b994-4562f904eed2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:41:37.214473 [ 4 ] {b8cfbc7d-c225-4e43-b994-4562f904eed2} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.214566 [ 131 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.02.12 06:41:37.214598 [ 131 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.214607 [ 4 ] {b8cfbc7d-c225-4e43-b994-4562f904eed2} executeQuery: Read 6 rows, 321.00 B in 0.001069 sec., 5612.722170252572 rows/sec., 293.24 KiB/sec. 2026.02.12 06:41:37.214617 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.214645 [ 4 ] {b8cfbc7d-c225-4e43-b994-4562f904eed2} TCPHandler: Processed in 0.001234792 sec. 2026.02.12 06:41:37.214697 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.02.12 06:41:37.214760 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.214807 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:37.214838 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part 2026.02.12 06:41:37.214859 [ 4 ] {72fd732f-4bd4-4700-8278-10e67805346b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:37.214881 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.02.12 06:41:37.214906 [ 4 ] {72fd732f-4bd4-4700-8278-10e67805346b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:37.214922 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.02.12 06:41:37.214961 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.02.12 06:41:37.214996 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.02.12 06:41:37.215030 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.02.12 06:41:37.215313 [ 4 ] {72fd732f-4bd4-4700-8278-10e67805346b} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.215352 [ 4 ] {72fd732f-4bd4-4700-8278-10e67805346b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.215709 [ 4 ] {72fd732f-4bd4-4700-8278-10e67805346b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:41:37.215713 [ 189 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001048587 sec., 57219.858724168815 rows/sec., 2.92 MiB/sec. 2026.02.12 06:41:37.215862 [ 191 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.02.12 06:41:37.215947 [ 4 ] {72fd732f-4bd4-4700-8278-10e67805346b} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.216079 [ 4 ] {72fd732f-4bd4-4700-8278-10e67805346b} executeQuery: Read 259 rows, 17.66 KiB in 0.001239 sec., 209039.54802259884 rows/sec., 13.92 MiB/sec. 2026.02.12 06:41:37.216115 [ 4 ] {72fd732f-4bd4-4700-8278-10e67805346b} TCPHandler: Processed in 0.001403496 sec. 2026.02.12 06:41:37.216221 [ 191 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.216245 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.216303 [ 191 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_10_2} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.02.12 06:41:37.216339 [ 4 ] {fcc01196-39be-4053-902d-2a81af3cfc60} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:41:37.216382 [ 4 ] {fcc01196-39be-4053-902d-2a81af3cfc60} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:41:37.216386 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.12 06:41:37.216697 [ 4 ] {fcc01196-39be-4053-902d-2a81af3cfc60} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.216731 [ 4 ] {fcc01196-39be-4053-902d-2a81af3cfc60} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.217018 [ 4 ] {fcc01196-39be-4053-902d-2a81af3cfc60} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:37.217227 [ 4 ] {fcc01196-39be-4053-902d-2a81af3cfc60} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.217316 [ 131 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:41:37.217348 [ 131 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.217349 [ 4 ] {fcc01196-39be-4053-902d-2a81af3cfc60} executeQuery: Read 1 rows, 69.00 B in 0.001027 sec., 973.7098344693283 rows/sec., 65.61 KiB/sec. 2026.02.12 06:41:37.217366 [ 131 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.217389 [ 4 ] {fcc01196-39be-4053-902d-2a81af3cfc60} TCPHandler: Processed in 0.001193051 sec. 2026.02.12 06:41:37.217435 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:41:37.217501 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.217529 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:37.217558 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part 2026.02.12 06:41:37.217598 [ 4 ] {6b2646c0-1ed0-41e1-a2e5-09f1d71adc6c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:37.217600 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.02.12 06:41:37.217660 [ 4 ] {6b2646c0-1ed0-41e1-a2e5-09f1d71adc6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:37.217661 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.02.12 06:41:37.217715 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.02.12 06:41:37.217748 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.02.12 06:41:37.217782 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part 2026.02.12 06:41:37.218433 [ 4 ] {6b2646c0-1ed0-41e1-a2e5-09f1d71adc6c} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.218459 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.001053458 sec., 11391.056881242537 rows/sec., 760.15 KiB/sec. 2026.02.12 06:41:37.218472 [ 4 ] {6b2646c0-1ed0-41e1-a2e5-09f1d71adc6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.218596 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:41:37.218880 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.218953 [ 202 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_11_2} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:41:37.219021 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.12 06:41:37.219090 [ 4 ] {6b2646c0-1ed0-41e1-a2e5-09f1d71adc6c} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:41:37.219314 [ 4 ] {6b2646c0-1ed0-41e1-a2e5-09f1d71adc6c} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.219446 [ 4 ] {6b2646c0-1ed0-41e1-a2e5-09f1d71adc6c} executeQuery: Read 36 rows, 66.06 KiB in 0.001865 sec., 19302.9490616622 rows/sec., 34.59 MiB/sec. 2026.02.12 06:41:37.219497 [ 4 ] {6b2646c0-1ed0-41e1-a2e5-09f1d71adc6c} TCPHandler: Processed in 0.002046053 sec. 2026.02.12 06:41:37.219609 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:37.219702 [ 4 ] {2fe55bd5-acbe-4541-870e-be54fd3205ce} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:37.219743 [ 4 ] {2fe55bd5-acbe-4541-870e-be54fd3205ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:37.220065 [ 4 ] {2fe55bd5-acbe-4541-870e-be54fd3205ce} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:37.220099 [ 4 ] {2fe55bd5-acbe-4541-870e-be54fd3205ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:37.220398 [ 4 ] {2fe55bd5-acbe-4541-870e-be54fd3205ce} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:41:37.220631 [ 4 ] {2fe55bd5-acbe-4541-870e-be54fd3205ce} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:37.220757 [ 4 ] {2fe55bd5-acbe-4541-870e-be54fd3205ce} executeQuery: Read 88 rows, 5.66 KiB in 0.001073 sec., 82013.04753028891 rows/sec., 5.15 MiB/sec. 2026.02.12 06:41:37.220791 [ 4 ] {2fe55bd5-acbe-4541-870e-be54fd3205ce} TCPHandler: Processed in 0.001231972 sec. 2026.02.12 06:41:38.873662 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7136 2026.02.12 06:41:38.874469 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:38.874554 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:38.875295 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:41:38.875647 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:38.875876 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7136 2026.02.12 06:41:39.260883 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.02.12 06:41:39.281985 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:39.282070 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:39.288739 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:41:39.289707 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:39.295257 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.02.12 06:41:39.506845 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59964 2026.02.12 06:41:39.506984 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.507022 [ 289 ] {} TCP-Session: 23476be6-206c-4796-9711-0f27864bcb85 Authenticating user 'default' from [fd00:1122:3344:101::e]:59964 2026.02.12 06:41:39.507051 [ 289 ] {} TCP-Session: 23476be6-206c-4796-9711-0f27864bcb85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.507066 [ 289 ] {} TCP-Session: 23476be6-206c-4796-9711-0f27864bcb85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.507316 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41852 2026.02.12 06:41:39.507333 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39059 2026.02.12 06:41:39.507374 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65311 2026.02.12 06:41:39.507398 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47947 2026.02.12 06:41:39.507403 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53805 2026.02.12 06:41:39.507444 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.507386 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51518 2026.02.12 06:41:39.507479 [ 289 ] {} TCP-Session: 23476be6-206c-4796-9711-0f27864bcb85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:39.507488 [ 290 ] {} TCP-Session: 60fcff2a-a34e-4984-a1d4-dfd760d37b42 Authenticating user 'default' from [fd00:1122:3344:101::e]:41852 2026.02.12 06:41:39.507370 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58838 2026.02.12 06:41:39.507559 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.507565 [ 290 ] {} TCP-Session: 60fcff2a-a34e-4984-a1d4-dfd760d37b42 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.507621 [ 294 ] {} TCP-Session: c39f577b-2f28-44bd-bc21-314b610ee89d Authenticating user 'default' from [fd00:1122:3344:101::e]:65311 2026.02.12 06:41:39.507628 [ 290 ] {} TCP-Session: 60fcff2a-a34e-4984-a1d4-dfd760d37b42 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.507643 [ 294 ] {} TCP-Session: c39f577b-2f28-44bd-bc21-314b610ee89d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.507363 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48740 2026.02.12 06:41:39.507662 [ 294 ] {} TCP-Session: c39f577b-2f28-44bd-bc21-314b610ee89d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.507722 [ 289 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} executeQuery: (from [fd00:1122:3344:101::e]:59964) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:41:39.507934 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.507963 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.507987 [ 292 ] {} TCP-Session: a9e5ed78-6502-4137-805d-82f0b70d7a79 Authenticating user 'default' from [fd00:1122:3344:101::e]:58838 2026.02.12 06:41:39.508000 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.508003 [ 293 ] {} TCP-Session: 952fad08-0daa-476f-9556-f4439ed3a9b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:48740 2026.02.12 06:41:39.508028 [ 292 ] {} TCP-Session: a9e5ed78-6502-4137-805d-82f0b70d7a79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508041 [ 3 ] {} TCP-Session: 530509ac-53e2-404e-ac8d-f1c300a79a29 Authenticating user 'default' from [fd00:1122:3344:101::e]:51518 2026.02.12 06:41:39.508052 [ 293 ] {} TCP-Session: 952fad08-0daa-476f-9556-f4439ed3a9b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508051 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.508088 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.508082 [ 293 ] {} TCP-Session: 952fad08-0daa-476f-9556-f4439ed3a9b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508122 [ 287 ] {} TCP-Session: 4d0f8d36-fb44-4071-8553-743c60d0c484 Authenticating user 'default' from [fd00:1122:3344:101::e]:53805 2026.02.12 06:41:39.508135 [ 291 ] {} TCP-Session: 2ff862e7-383f-4e4b-a8ae-0e1dd7911fd1 Authenticating user 'default' from [fd00:1122:3344:101::e]:39059 2026.02.12 06:41:39.508080 [ 3 ] {} TCP-Session: 530509ac-53e2-404e-ac8d-f1c300a79a29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508182 [ 291 ] {} TCP-Session: 2ff862e7-383f-4e4b-a8ae-0e1dd7911fd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508178 [ 287 ] {} TCP-Session: 4d0f8d36-fb44-4071-8553-743c60d0c484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508204 [ 3 ] {} TCP-Session: 530509ac-53e2-404e-ac8d-f1c300a79a29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508229 [ 287 ] {} TCP-Session: 4d0f8d36-fb44-4071-8553-743c60d0c484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508214 [ 291 ] {} TCP-Session: 2ff862e7-383f-4e4b-a8ae-0e1dd7911fd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508062 [ 292 ] {} TCP-Session: a9e5ed78-6502-4137-805d-82f0b70d7a79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508286 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.508310 [ 289 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:41:39.508332 [ 286 ] {} TCP-Session: 11a76071-8361-4d9b-b46c-ab89203c2453 Authenticating user 'default' from [fd00:1122:3344:101::e]:47947 2026.02.12 06:41:39.508367 [ 286 ] {} TCP-Session: 11a76071-8361-4d9b-b46c-ab89203c2453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508389 [ 286 ] {} TCP-Session: 11a76071-8361-4d9b-b46c-ab89203c2453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.508399 [ 289 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:41:39.508799 [ 289 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:41:39.510430 [ 312 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} AggregatingTransform: Aggregating 2026.02.12 06:41:39.510477 [ 312 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} Aggregator: Aggregation method: without_key 2026.02.12 06:41:39.510524 [ 312 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001597661 sec. (625.915 rows/sec., 24.45 KiB/sec.) 2026.02.12 06:41:39.510548 [ 312 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} Aggregator: Merging aggregated data 2026.02.12 06:41:39.512031 [ 289 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} executeQuery: Read 1 rows, 40.00 B in 0.004384 sec., 228.1021897810219 rows/sec., 8.91 KiB/sec. 2026.02.12 06:41:39.512222 [ 289 ] {d20ba894-fdda-4cb3-b48c-17ef5e40468d} TCPHandler: Processed in 0.004910727 sec. 2026.02.12 06:41:39.512391 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.512423 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.512431 [ 289 ] {} TCP-Session: 23476be6-206c-4796-9711-0f27864bcb85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.512451 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.512475 [ 287 ] {} TCP-Session: 4d0f8d36-fb44-4071-8553-743c60d0c484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.512492 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.512514 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.512529 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.512546 [ 3 ] {} TCP-Session: 530509ac-53e2-404e-ac8d-f1c300a79a29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.512557 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.512578 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.512616 [ 294 ] {} TCP-Session: c39f577b-2f28-44bd-bc21-314b610ee89d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.512588 [ 293 ] {} TCP-Session: 952fad08-0daa-476f-9556-f4439ed3a9b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.512639 [ 286 ] {} TCP-Session: 11a76071-8361-4d9b-b46c-ab89203c2453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.512514 [ 290 ] {} TCP-Session: 60fcff2a-a34e-4984-a1d4-dfd760d37b42 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.512474 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.512575 [ 291 ] {} TCP-Session: 2ff862e7-383f-4e4b-a8ae-0e1dd7911fd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.512728 [ 292 ] {} TCP-Session: a9e5ed78-6502-4137-805d-82f0b70d7a79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.787312 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58776 2026.02.12 06:41:39.787474 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.787515 [ 289 ] {} TCP-Session: 7bcff3c4-ecd6-4671-afbb-de9af8ba4ed5 Authenticating user 'default' from [fd00:1122:3344:101::e]:58776 2026.02.12 06:41:39.787550 [ 289 ] {} TCP-Session: 7bcff3c4-ecd6-4671-afbb-de9af8ba4ed5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.787571 [ 289 ] {} TCP-Session: 7bcff3c4-ecd6-4671-afbb-de9af8ba4ed5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.787838 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40037 2026.02.12 06:41:39.787870 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65291 2026.02.12 06:41:39.787895 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41277 2026.02.12 06:41:39.787903 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52397 2026.02.12 06:41:39.787882 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58343 2026.02.12 06:41:39.787967 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.788025 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.788005 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.788058 [ 287 ] {} TCP-Session: b0f78efc-9892-4947-a3b6-7ce3809ec7f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:52397 2026.02.12 06:41:39.788055 [ 291 ] {} TCP-Session: bf7534d0-f855-4229-b0b9-a32e5650cab4 Authenticating user 'default' from [fd00:1122:3344:101::e]:40037 2026.02.12 06:41:39.788093 [ 294 ] {} TCP-Session: 90a0cb68-3698-4424-8fe8-7e2e27ddf6bc Authenticating user 'default' from [fd00:1122:3344:101::e]:65291 2026.02.12 06:41:39.788101 [ 287 ] {} TCP-Session: b0f78efc-9892-4947-a3b6-7ce3809ec7f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788112 [ 291 ] {} TCP-Session: bf7534d0-f855-4229-b0b9-a32e5650cab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788134 [ 294 ] {} TCP-Session: 90a0cb68-3698-4424-8fe8-7e2e27ddf6bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788146 [ 291 ] {} TCP-Session: bf7534d0-f855-4229-b0b9-a32e5650cab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788164 [ 294 ] {} TCP-Session: 90a0cb68-3698-4424-8fe8-7e2e27ddf6bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788137 [ 287 ] {} TCP-Session: b0f78efc-9892-4947-a3b6-7ce3809ec7f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788085 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.788048 [ 289 ] {} TCP-Session: 7bcff3c4-ecd6-4671-afbb-de9af8ba4ed5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:39.788258 [ 3 ] {} TCP-Session: c28f0e9d-a73c-4c5d-871a-dec880c18996 Authenticating user 'default' from [fd00:1122:3344:101::e]:58343 2026.02.12 06:41:39.788005 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.788292 [ 3 ] {} TCP-Session: c28f0e9d-a73c-4c5d-871a-dec880c18996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788318 [ 286 ] {} TCP-Session: 787e2346-2bc1-421c-a65b-fa55a52759b1 Authenticating user 'default' from [fd00:1122:3344:101::e]:41277 2026.02.12 06:41:39.788330 [ 3 ] {} TCP-Session: c28f0e9d-a73c-4c5d-871a-dec880c18996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788359 [ 286 ] {} TCP-Session: 787e2346-2bc1-421c-a65b-fa55a52759b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.787860 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64148 2026.02.12 06:41:39.788387 [ 286 ] {} TCP-Session: 787e2346-2bc1-421c-a65b-fa55a52759b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.787858 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62403 2026.02.12 06:41:39.788478 [ 289 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} executeQuery: (from [fd00:1122:3344:101::e]:58776) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:41:39.787844 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36667 2026.02.12 06:41:39.788543 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.788545 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.788580 [ 293 ] {} TCP-Session: 2f7943dd-4f5c-4172-b29a-90bb7be9e363 Authenticating user 'default' from [fd00:1122:3344:101::e]:62403 2026.02.12 06:41:39.788599 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.788609 [ 293 ] {} TCP-Session: 2f7943dd-4f5c-4172-b29a-90bb7be9e363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788637 [ 290 ] {} TCP-Session: dc827895-596f-4cb5-9294-8a924ca333c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:36667 2026.02.12 06:41:39.788645 [ 293 ] {} TCP-Session: 2f7943dd-4f5c-4172-b29a-90bb7be9e363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788667 [ 290 ] {} TCP-Session: dc827895-596f-4cb5-9294-8a924ca333c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788606 [ 292 ] {} TCP-Session: 931034f8-42af-433a-a999-a3e336929ef0 Authenticating user 'default' from [fd00:1122:3344:101::e]:64148 2026.02.12 06:41:39.788694 [ 290 ] {} TCP-Session: dc827895-596f-4cb5-9294-8a924ca333c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788729 [ 292 ] {} TCP-Session: 931034f8-42af-433a-a999-a3e336929ef0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788751 [ 292 ] {} TCP-Session: 931034f8-42af-433a-a999-a3e336929ef0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.788820 [ 289 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:41:39.788892 [ 289 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:41:39.789226 [ 289 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:41:39.790264 [ 337 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} AggregatingTransform: Aggregating 2026.02.12 06:41:39.790313 [ 337 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} Aggregator: Aggregation method: without_key 2026.02.12 06:41:39.790352 [ 337 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001007457 sec. (992.598 rows/sec., 38.77 KiB/sec.) 2026.02.12 06:41:39.790370 [ 337 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} Aggregator: Merging aggregated data 2026.02.12 06:41:39.792010 [ 289 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} executeQuery: Read 1 rows, 40.00 B in 0.003616 sec., 276.5486725663717 rows/sec., 10.80 KiB/sec. 2026.02.12 06:41:39.792199 [ 289 ] {0a42ab70-1a8d-4dfa-8996-7cf8be884e47} TCPHandler: Processed in 0.004351212 sec. 2026.02.12 06:41:39.792307 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.792339 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.792365 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.792383 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.792412 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.792431 [ 291 ] {} TCP-Session: bf7534d0-f855-4229-b0b9-a32e5650cab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.792451 [ 290 ] {} TCP-Session: dc827895-596f-4cb5-9294-8a924ca333c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.792472 [ 294 ] {} TCP-Session: 90a0cb68-3698-4424-8fe8-7e2e27ddf6bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.792473 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.792496 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.792545 [ 293 ] {} TCP-Session: 2f7943dd-4f5c-4172-b29a-90bb7be9e363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.792570 [ 286 ] {} TCP-Session: 787e2346-2bc1-421c-a65b-fa55a52759b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.792451 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.792402 [ 287 ] {} TCP-Session: b0f78efc-9892-4947-a3b6-7ce3809ec7f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.792347 [ 289 ] {} TCP-Session: 7bcff3c4-ecd6-4671-afbb-de9af8ba4ed5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.792665 [ 292 ] {} TCP-Session: 931034f8-42af-433a-a999-a3e336929ef0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.792434 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.792753 [ 3 ] {} TCP-Session: c28f0e9d-a73c-4c5d-871a-dec880c18996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.877944 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36202 2026.02.12 06:41:39.878065 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.878097 [ 289 ] {} TCP-Session: b6eeccbc-7100-45a3-9f6f-f3c182c6fb4c Authenticating user 'default' from [fd00:1122:3344:101::e]:36202 2026.02.12 06:41:39.878123 [ 289 ] {} TCP-Session: b6eeccbc-7100-45a3-9f6f-f3c182c6fb4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878138 [ 289 ] {} TCP-Session: b6eeccbc-7100-45a3-9f6f-f3c182c6fb4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878339 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36482 2026.02.12 06:41:39.878371 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57257 2026.02.12 06:41:39.878389 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53542 2026.02.12 06:41:39.878406 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63209 2026.02.12 06:41:39.878422 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52614 2026.02.12 06:41:39.878442 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42230 2026.02.12 06:41:39.878469 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.878497 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.878516 [ 291 ] {} TCP-Session: 2bb1883f-5f31-414d-9568-4a865e8f7af8 Authenticating user 'default' from [fd00:1122:3344:101::e]:57257 2026.02.12 06:41:39.878526 [ 289 ] {} TCP-Session: b6eeccbc-7100-45a3-9f6f-f3c182c6fb4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:39.878550 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.878537 [ 294 ] {} TCP-Session: d31658d3-a371-4ed6-a79d-837d835949e0 Authenticating user 'default' from [fd00:1122:3344:101::e]:63209 2026.02.12 06:41:39.878587 [ 287 ] {} TCP-Session: 056c40ab-5bd9-491f-8c5b-456ffc13d587 Authenticating user 'default' from [fd00:1122:3344:101::e]:42230 2026.02.12 06:41:39.878481 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.878620 [ 287 ] {} TCP-Session: 056c40ab-5bd9-491f-8c5b-456ffc13d587 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878611 [ 294 ] {} TCP-Session: d31658d3-a371-4ed6-a79d-837d835949e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878653 [ 287 ] {} TCP-Session: 056c40ab-5bd9-491f-8c5b-456ffc13d587 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878670 [ 294 ] {} TCP-Session: d31658d3-a371-4ed6-a79d-837d835949e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878647 [ 293 ] {} TCP-Session: 27cfd7d7-25e0-4dc0-8dd3-2981cf11cee6 Authenticating user 'default' from [fd00:1122:3344:101::e]:53542 2026.02.12 06:41:39.878707 [ 289 ] {85a7a01b-de24-4a2c-9637-b687368356dc} executeQuery: (from [fd00:1122:3344:101::e]:36202) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:41:39.878720 [ 293 ] {} TCP-Session: 27cfd7d7-25e0-4dc0-8dd3-2981cf11cee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878438 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58953 2026.02.12 06:41:39.878737 [ 293 ] {} TCP-Session: 27cfd7d7-25e0-4dc0-8dd3-2981cf11cee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878398 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39326 2026.02.12 06:41:39.878544 [ 291 ] {} TCP-Session: 2bb1883f-5f31-414d-9568-4a865e8f7af8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878813 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.878842 [ 291 ] {} TCP-Session: 2bb1883f-5f31-414d-9568-4a865e8f7af8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878861 [ 286 ] {} TCP-Session: ae0adc79-d204-4c1d-be4b-d5f04389c5fe Authenticating user 'default' from [fd00:1122:3344:101::e]:58953 2026.02.12 06:41:39.878457 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.878886 [ 286 ] {} TCP-Session: ae0adc79-d204-4c1d-be4b-d5f04389c5fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878892 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.878906 [ 290 ] {} TCP-Session: 666490d6-43bd-4f09-85f3-c937f83655a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:36482 2026.02.12 06:41:39.878908 [ 286 ] {} TCP-Session: ae0adc79-d204-4c1d-be4b-d5f04389c5fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878935 [ 292 ] {} TCP-Session: c75db06f-a6ff-4595-9dac-45a9fb2e54a6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39326 2026.02.12 06:41:39.878939 [ 290 ] {} TCP-Session: 666490d6-43bd-4f09-85f3-c937f83655a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878521 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:41:39.878968 [ 292 ] {} TCP-Session: c75db06f-a6ff-4595-9dac-45a9fb2e54a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878981 [ 289 ] {85a7a01b-de24-4a2c-9637-b687368356dc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:41:39.879001 [ 3 ] {} TCP-Session: 1e16fc47-b9f4-4a95-a746-5e33ce0c05f7 Authenticating user 'default' from [fd00:1122:3344:101::e]:52614 2026.02.12 06:41:39.879005 [ 292 ] {} TCP-Session: c75db06f-a6ff-4595-9dac-45a9fb2e54a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.879033 [ 3 ] {} TCP-Session: 1e16fc47-b9f4-4a95-a746-5e33ce0c05f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.878974 [ 290 ] {} TCP-Session: 666490d6-43bd-4f09-85f3-c937f83655a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.879059 [ 3 ] {} TCP-Session: 1e16fc47-b9f4-4a95-a746-5e33ce0c05f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.879062 [ 289 ] {85a7a01b-de24-4a2c-9637-b687368356dc} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:41:39.879353 [ 289 ] {85a7a01b-de24-4a2c-9637-b687368356dc} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:41:39.880315 [ 312 ] {85a7a01b-de24-4a2c-9637-b687368356dc} AggregatingTransform: Aggregating 2026.02.12 06:41:39.880351 [ 312 ] {85a7a01b-de24-4a2c-9637-b687368356dc} Aggregator: Aggregation method: without_key 2026.02.12 06:41:39.880382 [ 312 ] {85a7a01b-de24-4a2c-9637-b687368356dc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932524 sec. (1072.358 rows/sec., 41.89 KiB/sec.) 2026.02.12 06:41:39.880401 [ 312 ] {85a7a01b-de24-4a2c-9637-b687368356dc} Aggregator: Merging aggregated data 2026.02.12 06:41:39.881679 [ 289 ] {85a7a01b-de24-4a2c-9637-b687368356dc} executeQuery: Read 1 rows, 40.00 B in 0.003029 sec., 330.1419610432486 rows/sec., 12.90 KiB/sec. 2026.02.12 06:41:39.881803 [ 289 ] {85a7a01b-de24-4a2c-9637-b687368356dc} TCPHandler: Processed in 0.003398917 sec. 2026.02.12 06:41:39.881927 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.881956 [ 289 ] {} TCP-Session: b6eeccbc-7100-45a3-9f6f-f3c182c6fb4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.881956 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.881978 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.881999 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.882007 [ 292 ] {} TCP-Session: c75db06f-a6ff-4595-9dac-45a9fb2e54a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.882018 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.882036 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.882056 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.882067 [ 287 ] {} TCP-Session: 056c40ab-5bd9-491f-8c5b-456ffc13d587 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.882084 [ 291 ] {} TCP-Session: 2bb1883f-5f31-414d-9568-4a865e8f7af8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.882092 [ 286 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.882114 [ 293 ] {} TCP-Session: 27cfd7d7-25e0-4dc0-8dd3-2981cf11cee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.882037 [ 294 ] {} TCP-Session: d31658d3-a371-4ed6-a79d-837d835949e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.882146 [ 286 ] {} TCP-Session: ae0adc79-d204-4c1d-be4b-d5f04389c5fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.882073 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:41:39.882023 [ 290 ] {} TCP-Session: 666490d6-43bd-4f09-85f3-c937f83655a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:39.882204 [ 3 ] {} TCP-Session: 1e16fc47-b9f4-4a95-a746-5e33ce0c05f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:41:40.000234 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 225.47 MiB, peak 233.36 MiB, free memory in arenas 0.00 B, will set to 224.36 MiB (RSS), difference: -1.11 MiB 2026.02.12 06:41:42.192520 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:42.192717 [ 4 ] {80c09ce2-7d42-4bb9-a2fa-d61342262e99} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:42.192794 [ 4 ] {80c09ce2-7d42-4bb9-a2fa-d61342262e99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:42.193492 [ 4 ] {80c09ce2-7d42-4bb9-a2fa-d61342262e99} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.193544 [ 4 ] {80c09ce2-7d42-4bb9-a2fa-d61342262e99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.193948 [ 4 ] {80c09ce2-7d42-4bb9-a2fa-d61342262e99} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:41:42.194202 [ 4 ] {80c09ce2-7d42-4bb9-a2fa-d61342262e99} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.194371 [ 4 ] {80c09ce2-7d42-4bb9-a2fa-d61342262e99} executeQuery: Read 66 rows, 5.38 KiB in 0.001701 sec., 38800.705467372136 rows/sec., 3.09 MiB/sec. 2026.02.12 06:41:42.194383 [ 120 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:41:42.194422 [ 4 ] {80c09ce2-7d42-4bb9-a2fa-d61342262e99} TCPHandler: Processed in 0.002029222 sec. 2026.02.12 06:41:42.194455 [ 120 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.194483 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.194573 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:42.194617 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:41:42.194683 [ 4 ] {ff8b9ef1-a7ac-47e2-a625-a0132bc60929} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:42.194735 [ 4 ] {ff8b9ef1-a7ac-47e2-a625-a0132bc60929} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:42.194761 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:42.194804 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1985 rows starting from the beginning of the part 2026.02.12 06:41:42.194874 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1207 rows starting from the beginning of the part 2026.02.12 06:41:42.194922 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 824 rows starting from the beginning of the part 2026.02.12 06:41:42.194963 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 66 rows starting from the beginning of the part 2026.02.12 06:41:42.195006 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 825 rows starting from the beginning of the part 2026.02.12 06:41:42.195045 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 66 rows starting from the beginning of the part 2026.02.12 06:41:42.195190 [ 4 ] {ff8b9ef1-a7ac-47e2-a625-a0132bc60929} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.195239 [ 4 ] {ff8b9ef1-a7ac-47e2-a625-a0132bc60929} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.195582 [ 4 ] {ff8b9ef1-a7ac-47e2-a625-a0132bc60929} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:41:42.195828 [ 4 ] {ff8b9ef1-a7ac-47e2-a625-a0132bc60929} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.195975 [ 4 ] {ff8b9ef1-a7ac-47e2-a625-a0132bc60929} executeQuery: Read 5 rows, 385.00 B in 0.001316 sec., 3799.392097264438 rows/sec., 285.70 KiB/sec. 2026.02.12 06:41:42.196018 [ 4 ] {ff8b9ef1-a7ac-47e2-a625-a0132bc60929} TCPHandler: Processed in 0.001496258 sec. 2026.02.12 06:41:42.196140 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:42.196242 [ 4 ] {4ab61c34-6f3a-46a1-8396-48b346e21306} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:42.196286 [ 4 ] {4ab61c34-6f3a-46a1-8396-48b346e21306} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:42.196737 [ 4 ] {4ab61c34-6f3a-46a1-8396-48b346e21306} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.196777 [ 4 ] {4ab61c34-6f3a-46a1-8396-48b346e21306} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.197105 [ 4 ] {4ab61c34-6f3a-46a1-8396-48b346e21306} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:41:42.197171 [ 190 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 4973 rows, containing 5 columns (5 merged, 0 gathered) in 0.002610498 sec., 1905000.5018199591 rows/sec., 162.01 MiB/sec. 2026.02.12 06:41:42.197346 [ 4 ] {4ab61c34-6f3a-46a1-8396-48b346e21306} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.197450 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:41:42.197468 [ 120 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:41:42.197496 [ 4 ] {4ab61c34-6f3a-46a1-8396-48b346e21306} executeQuery: Read 69 rows, 5.52 KiB in 0.001275 sec., 54117.647058823524 rows/sec., 4.22 MiB/sec. 2026.02.12 06:41:42.197510 [ 120 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.197542 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.197544 [ 4 ] {4ab61c34-6f3a-46a1-8396-48b346e21306} TCPHandler: Processed in 0.001452678 sec. 2026.02.12 06:41:42.197627 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:41:42.197681 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:42.197730 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:42.197746 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.197764 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 996 rows starting from the beginning of the part 2026.02.12 06:41:42.197799 [ 4 ] {d77da77b-4930-44a1-bec1-5b6350ed0a28} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:42.197818 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 527 rows starting from the beginning of the part 2026.02.12 06:41:42.197824 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_21_4} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:41:42.197863 [ 4 ] {d77da77b-4930-44a1-bec1-5b6350ed0a28} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:42.197875 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 499 rows starting from the beginning of the part 2026.02.12 06:41:42.197917 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.02.12 06:41:42.197927 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 69 rows starting from the beginning of the part 2026.02.12 06:41:42.197973 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 501 rows starting from the beginning of the part 2026.02.12 06:41:42.198016 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 69 rows starting from the beginning of the part 2026.02.12 06:41:42.198369 [ 4 ] {d77da77b-4930-44a1-bec1-5b6350ed0a28} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.198439 [ 4 ] {d77da77b-4930-44a1-bec1-5b6350ed0a28} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.198836 [ 4 ] {d77da77b-4930-44a1-bec1-5b6350ed0a28} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:41:42.199097 [ 4 ] {d77da77b-4930-44a1-bec1-5b6350ed0a28} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.199139 [ 190 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2661 rows, containing 5 columns (5 merged, 0 gathered) in 0.00155039 sec., 1716342.3396693736 rows/sec., 130.80 MiB/sec. 2026.02.12 06:41:42.199219 [ 120 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:41:42.199247 [ 4 ] {d77da77b-4930-44a1-bec1-5b6350ed0a28} executeQuery: Read 160 rows, 11.41 KiB in 0.001474 sec., 108548.16824966078 rows/sec., 7.56 MiB/sec. 2026.02.12 06:41:42.199256 [ 120 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.199295 [ 4 ] {d77da77b-4930-44a1-bec1-5b6350ed0a28} TCPHandler: Processed in 0.001664143 sec. 2026.02.12 06:41:42.199320 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:41:42.199321 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.199446 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:42.199459 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:41:42.199556 [ 4 ] {54d1d666-095f-4229-a9cd-50724f6019c6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:42.199597 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.199621 [ 4 ] {54d1d666-095f-4229-a9cd-50724f6019c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:42.199630 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:42.199669 [ 193 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_21_4} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:41:42.199695 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5538 rows starting from the beginning of the part 2026.02.12 06:41:42.199737 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.02.12 06:41:42.199798 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 845 rows starting from the beginning of the part 2026.02.12 06:41:42.199877 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 258 rows starting from the beginning of the part 2026.02.12 06:41:42.199939 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.02.12 06:41:42.199984 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 259 rows starting from the beginning of the part 2026.02.12 06:41:42.200027 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.02.12 06:41:42.200438 [ 4 ] {54d1d666-095f-4229-a9cd-50724f6019c6} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.200481 [ 4 ] {54d1d666-095f-4229-a9cd-50724f6019c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.201052 [ 4 ] {54d1d666-095f-4229-a9cd-50724f6019c6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:41:42.201348 [ 4 ] {54d1d666-095f-4229-a9cd-50724f6019c6} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.201509 [ 120 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:41:42.201543 [ 120 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.201550 [ 4 ] {54d1d666-095f-4229-a9cd-50724f6019c6} executeQuery: Read 5 rows, 9.17 KiB in 0.002014 sec., 2482.6216484607744 rows/sec., 4.45 MiB/sec. 2026.02.12 06:41:42.201561 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.201628 [ 4 ] {54d1d666-095f-4229-a9cd-50724f6019c6} TCPHandler: Processed in 0.002232558 sec. 2026.02.12 06:41:42.201657 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:41:42.201762 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:42.201860 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:42.201889 [ 4 ] {c6ba96aa-9a04-4681-8d6c-e090139c2e69} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:42.201921 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 223 rows starting from the beginning of the part 2026.02.12 06:41:42.201955 [ 4 ] {c6ba96aa-9a04-4681-8d6c-e090139c2e69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:42.202057 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 5 rows starting from the beginning of the part 2026.02.12 06:41:42.202165 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 36 rows starting from the beginning of the part 2026.02.12 06:41:42.202275 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 5 rows starting from the beginning of the part 2026.02.12 06:41:42.202378 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part 2026.02.12 06:41:42.202393 [ 4 ] {c6ba96aa-9a04-4681-8d6c-e090139c2e69} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.202438 [ 4 ] {c6ba96aa-9a04-4681-8d6c-e090139c2e69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.202482 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 5 rows starting from the beginning of the part 2026.02.12 06:41:42.202805 [ 187 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 7220 rows, containing 5 columns (5 merged, 0 gathered) in 0.003401067 sec., 2122863.20734052 rows/sec., 142.95 MiB/sec. 2026.02.12 06:41:42.202823 [ 4 ] {c6ba96aa-9a04-4681-8d6c-e090139c2e69} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:41:42.203093 [ 4 ] {c6ba96aa-9a04-4681-8d6c-e090139c2e69} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.203235 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:41:42.203250 [ 118 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:41:42.203258 [ 4 ] {c6ba96aa-9a04-4681-8d6c-e090139c2e69} executeQuery: Read 60 rows, 4.14 KiB in 0.001392 sec., 43103.448275862065 rows/sec., 2.90 MiB/sec. 2026.02.12 06:41:42.203297 [ 118 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:42.203314 [ 4 ] {c6ba96aa-9a04-4681-8d6c-e090139c2e69} TCPHandler: Processed in 0.001608641 sec. 2026.02.12 06:41:42.203334 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:42.203421 [ 187 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:41:42.203518 [ 187 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:42.203529 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.203552 [ 187 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1124 rows starting from the beginning of the part 2026.02.12 06:41:42.203611 [ 187 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.02.12 06:41:42.203612 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_21_4} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:41:42.203658 [ 187 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 88 rows starting from the beginning of the part 2026.02.12 06:41:42.203700 [ 187 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.02.12 06:41:42.203716 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. 2026.02.12 06:41:42.203743 [ 187 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 88 rows starting from the beginning of the part 2026.02.12 06:41:42.203786 [ 187 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.02.12 06:41:42.204888 [ 200 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1480 rows, containing 4 columns (4 merged, 0 gathered) in 0.001497009 sec., 988638.010860322 rows/sec., 63.92 MiB/sec. 2026.02.12 06:41:42.205118 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:41:42.205365 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.205438 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_21_4} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:41:42.205508 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. 2026.02.12 06:41:42.205797 [ 200 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 310 rows, containing 19 columns (19 merged, 0 gathered) in 0.004178447 sec., 74190.24340861569 rows/sec., 132.95 MiB/sec. 2026.02.12 06:41:42.206346 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:41:42.206701 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:42.206774 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_16_3} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:41:42.206860 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.85 MiB. 2026.02.12 06:41:43.000187 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 224.96 MiB, peak 233.36 MiB, free memory in arenas 0.00 B, will set to 226.03 MiB (RSS), difference: 1.07 MiB 2026.02.12 06:41:46.263888 [ 114 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:41:46.263958 [ 114 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:41:46.375965 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7648 2026.02.12 06:41:46.376568 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:46.376624 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:46.377176 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:41:46.377414 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:46.377549 [ 114 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:41:46.377556 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7648 2026.02.12 06:41:46.377620 [ 114 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:46.377650 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:46.377807 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:41:46.377997 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:46.378056 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5216 rows starting from the beginning of the part 2026.02.12 06:41:46.378125 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2026.02.12 06:41:46.378168 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2026.02.12 06:41:46.378207 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2026.02.12 06:41:46.378246 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2026.02.12 06:41:46.378282 [ 187 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2026.02.12 06:41:46.379624 [ 200 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7648 rows, containing 4 columns (4 merged, 0 gathered) in 0.001895849 sec., 4034076.5535651837 rows/sec., 57.71 MiB/sec. 2026.02.12 06:41:46.380431 [ 200 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:41:46.380712 [ 200 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:46.380781 [ 200 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_16_3} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:41:46.380889 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.02.12 06:41:46.382702 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 552 2026.02.12 06:41:46.385355 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:46.385415 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:46.386677 [ 242 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:46.386961 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:46.387125 [ 114 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.02.12 06:41:46.387178 [ 114 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:46.387202 [ 114 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:46.387312 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.02.12 06:41:46.387327 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 552 2026.02.12 06:41:46.387961 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:46.388150 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 368 rows starting from the beginning of the part 2026.02.12 06:41:46.388509 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part 2026.02.12 06:41:46.388815 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part 2026.02.12 06:41:46.389117 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part 2026.02.12 06:41:46.389412 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2026.02.12 06:41:46.389736 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 42 rows starting from the beginning of the part 2026.02.12 06:41:46.396227 [ 188 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 552 rows, containing 72 columns (72 merged, 0 gathered) in 0.008966691 sec., 61561.17122804833 rows/sec., 54.94 MiB/sec. 2026.02.12 06:41:46.396974 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.02.12 06:41:46.397449 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:46.397518 [ 192 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_11_2} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.02.12 06:41:46.397692 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.83 MiB. 2026.02.12 06:41:46.795327 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.02.12 06:41:46.812569 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:46.812629 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:46.818753 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:41:46.819467 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:46.819751 [ 113 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:41:46.819806 [ 113 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:46.819826 [ 113 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:46.819945 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:41:46.822792 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.02.12 06:41:46.823596 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:46.824878 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.02.12 06:41:46.829004 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.02.12 06:41:46.833294 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.02.12 06:41:46.837708 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.02.12 06:41:46.842377 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.02.12 06:41:46.846851 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.02.12 06:41:46.899500 [ 188 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.079609361 sec., 1519.9217589499306 rows/sec., 7.86 MiB/sec. 2026.02.12 06:41:46.902028 [ 196 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:41:46.904238 [ 196 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:46.904353 [ 196 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_16_3} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:41:46.906585 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2026.02.12 06:41:47.000235 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 227.26 MiB, peak 237.21 MiB, free memory in arenas 0.00 B, will set to 236.34 MiB (RSS), difference: 9.08 MiB 2026.02.12 06:41:47.001606 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001094948 sec. 2026.02.12 06:41:47.201236 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.201433 [ 4 ] {73805d69-ccae-4b03-93ac-db4867e30dba} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:41:47.201508 [ 4 ] {73805d69-ccae-4b03-93ac-db4867e30dba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:41:47.202251 [ 4 ] {73805d69-ccae-4b03-93ac-db4867e30dba} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.202304 [ 4 ] {73805d69-ccae-4b03-93ac-db4867e30dba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.202701 [ 4 ] {73805d69-ccae-4b03-93ac-db4867e30dba} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:47.202965 [ 4 ] {73805d69-ccae-4b03-93ac-db4867e30dba} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.203133 [ 4 ] {73805d69-ccae-4b03-93ac-db4867e30dba} executeQuery: Read 266 rows, 17.30 KiB in 0.001754 sec., 151653.36374002282 rows/sec., 9.63 MiB/sec. 2026.02.12 06:41:47.203185 [ 4 ] {73805d69-ccae-4b03-93ac-db4867e30dba} TCPHandler: Processed in 0.002098064 sec. 2026.02.12 06:41:47.203306 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.203412 [ 4 ] {c52446f9-665f-4294-8dba-b02b2ee1536b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:47.203458 [ 4 ] {c52446f9-665f-4294-8dba-b02b2ee1536b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:47.204146 [ 4 ] {c52446f9-665f-4294-8dba-b02b2ee1536b} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.204186 [ 4 ] {c52446f9-665f-4294-8dba-b02b2ee1536b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.204545 [ 4 ] {c52446f9-665f-4294-8dba-b02b2ee1536b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:41:47.204757 [ 4 ] {c52446f9-665f-4294-8dba-b02b2ee1536b} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.204890 [ 4 ] {c52446f9-665f-4294-8dba-b02b2ee1536b} executeQuery: Read 824 rows, 67.47 KiB in 0.001502 sec., 548601.8641810919 rows/sec., 43.87 MiB/sec. 2026.02.12 06:41:47.204929 [ 4 ] {c52446f9-665f-4294-8dba-b02b2ee1536b} TCPHandler: Processed in 0.001674963 sec. 2026.02.12 06:41:47.205044 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.205145 [ 4 ] {0296a538-7137-46db-a181-a2776ba57fa2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:47.205187 [ 4 ] {0296a538-7137-46db-a181-a2776ba57fa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:47.205615 [ 4 ] {0296a538-7137-46db-a181-a2776ba57fa2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.205652 [ 4 ] {0296a538-7137-46db-a181-a2776ba57fa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.205978 [ 4 ] {0296a538-7137-46db-a181-a2776ba57fa2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:41:47.206189 [ 4 ] {0296a538-7137-46db-a181-a2776ba57fa2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.206322 [ 4 ] {0296a538-7137-46db-a181-a2776ba57fa2} executeQuery: Read 169 rows, 10.71 KiB in 0.001197 sec., 141186.29908103592 rows/sec., 8.74 MiB/sec. 2026.02.12 06:41:47.206360 [ 4 ] {0296a538-7137-46db-a181-a2776ba57fa2} TCPHandler: Processed in 0.001367685 sec. 2026.02.12 06:41:47.206474 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.206568 [ 4 ] {ae7734fc-67ae-4391-9cb7-e3d19ca19b65} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:41:47.206608 [ 4 ] {ae7734fc-67ae-4391-9cb7-e3d19ca19b65} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:41:47.207171 [ 4 ] {ae7734fc-67ae-4391-9cb7-e3d19ca19b65} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.207210 [ 4 ] {ae7734fc-67ae-4391-9cb7-e3d19ca19b65} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.207567 [ 4 ] {ae7734fc-67ae-4391-9cb7-e3d19ca19b65} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:47.207857 [ 4 ] {ae7734fc-67ae-4391-9cb7-e3d19ca19b65} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.208011 [ 4 ] {ae7734fc-67ae-4391-9cb7-e3d19ca19b65} executeQuery: Read 140 rows, 9.27 KiB in 0.001459 sec., 95956.13433858808 rows/sec., 6.20 MiB/sec. 2026.02.12 06:41:47.208056 [ 4 ] {ae7734fc-67ae-4391-9cb7-e3d19ca19b65} TCPHandler: Processed in 0.001631482 sec. 2026.02.12 06:41:47.208192 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.208296 [ 4 ] {01d7f265-d70a-4a36-9b0f-1ae745136a4e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:41:47.208341 [ 4 ] {01d7f265-d70a-4a36-9b0f-1ae745136a4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:41:47.208856 [ 4 ] {01d7f265-d70a-4a36-9b0f-1ae745136a4e} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.208899 [ 4 ] {01d7f265-d70a-4a36-9b0f-1ae745136a4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.209261 [ 4 ] {01d7f265-d70a-4a36-9b0f-1ae745136a4e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:47.209528 [ 4 ] {01d7f265-d70a-4a36-9b0f-1ae745136a4e} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.209678 [ 4 ] {01d7f265-d70a-4a36-9b0f-1ae745136a4e} executeQuery: Read 139 rows, 8.10 KiB in 0.001403 sec., 99073.41411261582 rows/sec., 5.64 MiB/sec. 2026.02.12 06:41:47.209719 [ 4 ] {01d7f265-d70a-4a36-9b0f-1ae745136a4e} TCPHandler: Processed in 0.00158442 sec. 2026.02.12 06:41:47.209833 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.209928 [ 4 ] {8186c8e2-860a-47cc-b949-19f5941eec7b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:47.209970 [ 4 ] {8186c8e2-860a-47cc-b949-19f5941eec7b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:47.210545 [ 4 ] {8186c8e2-860a-47cc-b949-19f5941eec7b} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.210584 [ 4 ] {8186c8e2-860a-47cc-b949-19f5941eec7b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.210938 [ 4 ] {8186c8e2-860a-47cc-b949-19f5941eec7b} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:41:47.211181 [ 4 ] {8186c8e2-860a-47cc-b949-19f5941eec7b} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.211330 [ 4 ] {8186c8e2-860a-47cc-b949-19f5941eec7b} executeQuery: Read 499 rows, 36.16 KiB in 0.00142 sec., 351408.45070422534 rows/sec., 24.87 MiB/sec. 2026.02.12 06:41:47.211368 [ 4 ] {8186c8e2-860a-47cc-b949-19f5941eec7b} TCPHandler: Processed in 0.001584501 sec. 2026.02.12 06:41:47.211492 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.211587 [ 4 ] {7bd93207-12e3-491d-9d54-8611198177c2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:41:47.211629 [ 4 ] {7bd93207-12e3-491d-9d54-8611198177c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:41:47.211977 [ 4 ] {7bd93207-12e3-491d-9d54-8611198177c2} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.212015 [ 4 ] {7bd93207-12e3-491d-9d54-8611198177c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.212318 [ 4 ] {7bd93207-12e3-491d-9d54-8611198177c2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:41:47.212537 [ 4 ] {7bd93207-12e3-491d-9d54-8611198177c2} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.212672 [ 4 ] {7bd93207-12e3-491d-9d54-8611198177c2} executeQuery: Read 6 rows, 321.00 B in 0.001103 sec., 5439.709882139619 rows/sec., 284.20 KiB/sec. 2026.02.12 06:41:47.212711 [ 4 ] {7bd93207-12e3-491d-9d54-8611198177c2} TCPHandler: Processed in 0.001270532 sec. 2026.02.12 06:41:47.212826 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.212923 [ 4 ] {a548dfe4-66a4-408b-a0ee-61805f0dfc92} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:47.212967 [ 4 ] {a548dfe4-66a4-408b-a0ee-61805f0dfc92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:47.213370 [ 4 ] {a548dfe4-66a4-408b-a0ee-61805f0dfc92} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.213407 [ 4 ] {a548dfe4-66a4-408b-a0ee-61805f0dfc92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.213757 [ 4 ] {a548dfe4-66a4-408b-a0ee-61805f0dfc92} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:41:47.213977 [ 4 ] {a548dfe4-66a4-408b-a0ee-61805f0dfc92} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.214110 [ 4 ] {a548dfe4-66a4-408b-a0ee-61805f0dfc92} executeQuery: Read 258 rows, 17.59 KiB in 0.001205 sec., 214107.8838174274 rows/sec., 14.26 MiB/sec. 2026.02.12 06:41:47.214149 [ 4 ] {a548dfe4-66a4-408b-a0ee-61805f0dfc92} TCPHandler: Processed in 0.001373336 sec. 2026.02.12 06:41:47.214281 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.214380 [ 4 ] {cb2d836b-87e6-4b75-988e-d692c2d42114} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:41:47.214426 [ 4 ] {cb2d836b-87e6-4b75-988e-d692c2d42114} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:41:47.214753 [ 4 ] {cb2d836b-87e6-4b75-988e-d692c2d42114} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.214792 [ 4 ] {cb2d836b-87e6-4b75-988e-d692c2d42114} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.215126 [ 4 ] {cb2d836b-87e6-4b75-988e-d692c2d42114} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:47.215347 [ 4 ] {cb2d836b-87e6-4b75-988e-d692c2d42114} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.215480 [ 4 ] {cb2d836b-87e6-4b75-988e-d692c2d42114} executeQuery: Read 1 rows, 69.00 B in 0.001119 sec., 893.6550491510277 rows/sec., 60.22 KiB/sec. 2026.02.12 06:41:47.215517 [ 4 ] {cb2d836b-87e6-4b75-988e-d692c2d42114} TCPHandler: Processed in 0.001289144 sec. 2026.02.12 06:41:47.215632 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.215729 [ 4 ] {51b6c08a-2a24-49a2-913f-e3e8ec7add7e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:47.215785 [ 4 ] {51b6c08a-2a24-49a2-913f-e3e8ec7add7e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:47.216583 [ 4 ] {51b6c08a-2a24-49a2-913f-e3e8ec7add7e} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.216621 [ 4 ] {51b6c08a-2a24-49a2-913f-e3e8ec7add7e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.217191 [ 4 ] {51b6c08a-2a24-49a2-913f-e3e8ec7add7e} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:41:47.217430 [ 4 ] {51b6c08a-2a24-49a2-913f-e3e8ec7add7e} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.217568 [ 4 ] {51b6c08a-2a24-49a2-913f-e3e8ec7add7e} executeQuery: Read 36 rows, 66.06 KiB in 0.001858 sec., 19375.6727664155 rows/sec., 34.72 MiB/sec. 2026.02.12 06:41:47.217632 [ 4 ] {51b6c08a-2a24-49a2-913f-e3e8ec7add7e} TCPHandler: Processed in 0.002050903 sec. 2026.02.12 06:41:47.217750 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:47.217844 [ 4 ] {b6b1a8e0-925b-4b58-aa74-73a3992ed440} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:47.217885 [ 4 ] {b6b1a8e0-925b-4b58-aa74-73a3992ed440} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:47.218205 [ 4 ] {b6b1a8e0-925b-4b58-aa74-73a3992ed440} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:47.218241 [ 4 ] {b6b1a8e0-925b-4b58-aa74-73a3992ed440} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:47.218541 [ 4 ] {b6b1a8e0-925b-4b58-aa74-73a3992ed440} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:41:47.218750 [ 4 ] {b6b1a8e0-925b-4b58-aa74-73a3992ed440} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:47.218876 [ 4 ] {b6b1a8e0-925b-4b58-aa74-73a3992ed440} executeQuery: Read 88 rows, 5.66 KiB in 0.001051 sec., 83729.78116079923 rows/sec., 5.26 MiB/sec. 2026.02.12 06:41:47.218912 [ 4 ] {b6b1a8e0-925b-4b58-aa74-73a3992ed440} TCPHandler: Processed in 0.001212111 sec. 2026.02.12 06:41:52.221910 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:52.222104 [ 4 ] {ec8705fe-4556-4a10-8a3c-1b8b8c778b0d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:41:52.222173 [ 4 ] {ec8705fe-4556-4a10-8a3c-1b8b8c778b0d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:41:52.222789 [ 4 ] {ec8705fe-4556-4a10-8a3c-1b8b8c778b0d} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:52.222840 [ 4 ] {ec8705fe-4556-4a10-8a3c-1b8b8c778b0d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:52.223250 [ 4 ] {ec8705fe-4556-4a10-8a3c-1b8b8c778b0d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.02.12 06:41:52.223481 [ 4 ] {ec8705fe-4556-4a10-8a3c-1b8b8c778b0d} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:52.223643 [ 4 ] {ec8705fe-4556-4a10-8a3c-1b8b8c778b0d} executeQuery: Read 4 rows, 334.00 B in 0.001586 sec., 2522.068095838588 rows/sec., 205.66 KiB/sec. 2026.02.12 06:41:52.223692 [ 4 ] {ec8705fe-4556-4a10-8a3c-1b8b8c778b0d} TCPHandler: Processed in 0.001912129 sec. 2026.02.12 06:41:52.223876 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:52.223980 [ 4 ] {e274cdcf-333f-47c5-a5a2-e12070da94fb} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:52.224025 [ 4 ] {e274cdcf-333f-47c5-a5a2-e12070da94fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:52.224888 [ 4 ] {e274cdcf-333f-47c5-a5a2-e12070da94fb} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:52.224928 [ 4 ] {e274cdcf-333f-47c5-a5a2-e12070da94fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:52.225350 [ 4 ] {e274cdcf-333f-47c5-a5a2-e12070da94fb} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:41:52.225574 [ 4 ] {e274cdcf-333f-47c5-a5a2-e12070da94fb} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:52.225708 [ 4 ] {e274cdcf-333f-47c5-a5a2-e12070da94fb} executeQuery: Read 1209 rows, 102.18 KiB in 0.001752 sec., 690068.4931506849 rows/sec., 56.96 MiB/sec. 2026.02.12 06:41:52.225748 [ 4 ] {e274cdcf-333f-47c5-a5a2-e12070da94fb} TCPHandler: Processed in 0.00192508 sec. 2026.02.12 06:41:52.225864 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:52.225962 [ 4 ] {7b3f81dc-101c-4fe8-9d40-39c52883d4f2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:52.226005 [ 4 ] {7b3f81dc-101c-4fe8-9d40-39c52883d4f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:52.226401 [ 4 ] {7b3f81dc-101c-4fe8-9d40-39c52883d4f2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:52.226439 [ 4 ] {7b3f81dc-101c-4fe8-9d40-39c52883d4f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:52.226736 [ 4 ] {7b3f81dc-101c-4fe8-9d40-39c52883d4f2} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:41:52.226945 [ 4 ] {7b3f81dc-101c-4fe8-9d40-39c52883d4f2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:52.227075 [ 4 ] {7b3f81dc-101c-4fe8-9d40-39c52883d4f2} executeQuery: Read 9 rows, 671.00 B in 0.001132 sec., 7950.530035335689 rows/sec., 578.86 KiB/sec. 2026.02.12 06:41:52.227113 [ 4 ] {7b3f81dc-101c-4fe8-9d40-39c52883d4f2} TCPHandler: Processed in 0.001299493 sec. 2026.02.12 06:41:52.227217 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:52.227312 [ 4 ] {7839a5a5-0fef-42f1-bd12-2cc072574a40} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:41:52.227352 [ 4 ] {7839a5a5-0fef-42f1-bd12-2cc072574a40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:41:52.227811 [ 4 ] {7839a5a5-0fef-42f1-bd12-2cc072574a40} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:52.227848 [ 4 ] {7839a5a5-0fef-42f1-bd12-2cc072574a40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:52.228181 [ 4 ] {7839a5a5-0fef-42f1-bd12-2cc072574a40} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:41:52.228395 [ 4 ] {7839a5a5-0fef-42f1-bd12-2cc072574a40} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:52.228525 [ 4 ] {7839a5a5-0fef-42f1-bd12-2cc072574a40} executeQuery: Read 229 rows, 15.88 KiB in 0.001231 sec., 186027.6198212835 rows/sec., 12.59 MiB/sec. 2026.02.12 06:41:52.228563 [ 4 ] {7839a5a5-0fef-42f1-bd12-2cc072574a40} TCPHandler: Processed in 0.001395055 sec. 2026.02.12 06:41:52.228673 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:52.228768 [ 4 ] {b9982747-84a4-49d0-947a-d573188216f0} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:52.228808 [ 4 ] {b9982747-84a4-49d0-947a-d573188216f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:52.229352 [ 4 ] {b9982747-84a4-49d0-947a-d573188216f0} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:52.229389 [ 4 ] {b9982747-84a4-49d0-947a-d573188216f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:52.229738 [ 4 ] {b9982747-84a4-49d0-947a-d573188216f0} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:41:52.229950 [ 4 ] {b9982747-84a4-49d0-947a-d573188216f0} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:52.230077 [ 4 ] {b9982747-84a4-49d0-947a-d573188216f0} executeQuery: Read 529 rows, 40.13 KiB in 0.001327 sec., 398643.55689525243 rows/sec., 29.53 MiB/sec. 2026.02.12 06:41:52.230116 [ 4 ] {b9982747-84a4-49d0-947a-d573188216f0} TCPHandler: Processed in 0.001493258 sec. 2026.02.12 06:41:52.230232 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:52.230327 [ 4 ] {41f0cf01-e312-42db-a7aa-0c879afba17f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:52.230373 [ 4 ] {41f0cf01-e312-42db-a7aa-0c879afba17f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:52.230948 [ 4 ] {41f0cf01-e312-42db-a7aa-0c879afba17f} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:52.230988 [ 4 ] {41f0cf01-e312-42db-a7aa-0c879afba17f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:52.231393 [ 4 ] {41f0cf01-e312-42db-a7aa-0c879afba17f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:41:52.231614 [ 4 ] {41f0cf01-e312-42db-a7aa-0c879afba17f} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:52.231745 [ 4 ] {41f0cf01-e312-42db-a7aa-0c879afba17f} executeQuery: Read 846 rows, 58.31 KiB in 0.001436 sec., 589136.4902506964 rows/sec., 39.65 MiB/sec. 2026.02.12 06:41:52.231785 [ 4 ] {41f0cf01-e312-42db-a7aa-0c879afba17f} TCPHandler: Processed in 0.001602311 sec. 2026.02.12 06:41:52.231898 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:52.231992 [ 4 ] {5951f8c4-649b-4c45-9c17-9ba3ff9efb71} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:41:52.232034 [ 4 ] {5951f8c4-649b-4c45-9c17-9ba3ff9efb71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:41:52.232351 [ 4 ] {5951f8c4-649b-4c45-9c17-9ba3ff9efb71} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:52.232388 [ 4 ] {5951f8c4-649b-4c45-9c17-9ba3ff9efb71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:52.232690 [ 4 ] {5951f8c4-649b-4c45-9c17-9ba3ff9efb71} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:41:52.232909 [ 4 ] {5951f8c4-649b-4c45-9c17-9ba3ff9efb71} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:52.233039 [ 4 ] {5951f8c4-649b-4c45-9c17-9ba3ff9efb71} executeQuery: Read 1 rows, 65.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 59.60 KiB/sec. 2026.02.12 06:41:52.233076 [ 4 ] {5951f8c4-649b-4c45-9c17-9ba3ff9efb71} TCPHandler: Processed in 0.001227462 sec. 2026.02.12 06:41:52.233195 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:52.233306 [ 4 ] {27128f02-bef5-4d5e-abbc-cc074f22084b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:52.233359 [ 4 ] {27128f02-bef5-4d5e-abbc-cc074f22084b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:52.234113 [ 4 ] {27128f02-bef5-4d5e-abbc-cc074f22084b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:52.234151 [ 4 ] {27128f02-bef5-4d5e-abbc-cc074f22084b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:52.234672 [ 4 ] {27128f02-bef5-4d5e-abbc-cc074f22084b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:41:52.234894 [ 4 ] {27128f02-bef5-4d5e-abbc-cc074f22084b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:52.235037 [ 4 ] {27128f02-bef5-4d5e-abbc-cc074f22084b} executeQuery: Read 5 rows, 9.17 KiB in 0.001748 sec., 2860.411899313501 rows/sec., 5.13 MiB/sec. 2026.02.12 06:41:52.235096 [ 4 ] {27128f02-bef5-4d5e-abbc-cc074f22084b} TCPHandler: Processed in 0.001960551 sec. 2026.02.12 06:41:52.235206 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:52.235301 [ 4 ] {2c42ff26-3305-40f0-9301-48bc51171e3b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:52.235342 [ 4 ] {2c42ff26-3305-40f0-9301-48bc51171e3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:52.235697 [ 4 ] {2c42ff26-3305-40f0-9301-48bc51171e3b} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:52.235733 [ 4 ] {2c42ff26-3305-40f0-9301-48bc51171e3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:52.236047 [ 4 ] {2c42ff26-3305-40f0-9301-48bc51171e3b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:41:52.236253 [ 4 ] {2c42ff26-3305-40f0-9301-48bc51171e3b} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:52.236381 [ 4 ] {2c42ff26-3305-40f0-9301-48bc51171e3b} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.02.12 06:41:52.236417 [ 4 ] {2c42ff26-3305-40f0-9301-48bc51171e3b} TCPHandler: Processed in 0.001260443 sec. 2026.02.12 06:41:53.877685 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8096 2026.02.12 06:41:53.878267 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:53.878318 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:53.878880 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:41:53.879114 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:53.879251 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8096 2026.02.12 06:41:54.322858 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.02.12 06:41:54.338307 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:54.338375 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:54.344651 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:41:54.345385 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:54.348549 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.02.12 06:41:56.387587 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 592 2026.02.12 06:41:56.390326 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:56.390384 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:56.391589 [ 242 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:56.391881 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:56.392248 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 592 2026.02.12 06:41:57.201822 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.202001 [ 4 ] {d43c62ae-e1a3-4751-8e9a-c984eddba96b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:41:57.202067 [ 4 ] {d43c62ae-e1a3-4751-8e9a-c984eddba96b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:41:57.202762 [ 4 ] {d43c62ae-e1a3-4751-8e9a-c984eddba96b} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.202812 [ 4 ] {d43c62ae-e1a3-4751-8e9a-c984eddba96b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.203202 [ 4 ] {d43c62ae-e1a3-4751-8e9a-c984eddba96b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:57.203434 [ 4 ] {d43c62ae-e1a3-4751-8e9a-c984eddba96b} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.203584 [ 4 ] {d43c62ae-e1a3-4751-8e9a-c984eddba96b} executeQuery: Read 266 rows, 17.30 KiB in 0.001631 sec., 163090.1287553648 rows/sec., 10.36 MiB/sec. 2026.02.12 06:41:57.203626 [ 4 ] {d43c62ae-e1a3-4751-8e9a-c984eddba96b} TCPHandler: Processed in 0.00193287 sec. 2026.02.12 06:41:57.203746 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.203843 [ 4 ] {2c6a4b49-6a77-4590-8141-a017842e9c37} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:41:57.203886 [ 4 ] {2c6a4b49-6a77-4590-8141-a017842e9c37} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:41:57.204575 [ 4 ] {2c6a4b49-6a77-4590-8141-a017842e9c37} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.204612 [ 4 ] {2c6a4b49-6a77-4590-8141-a017842e9c37} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.204960 [ 4 ] {2c6a4b49-6a77-4590-8141-a017842e9c37} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:41:57.205172 [ 4 ] {2c6a4b49-6a77-4590-8141-a017842e9c37} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.205301 [ 4 ] {2c6a4b49-6a77-4590-8141-a017842e9c37} executeQuery: Read 824 rows, 67.47 KiB in 0.001477 sec., 557887.6100203114 rows/sec., 44.61 MiB/sec. 2026.02.12 06:41:57.205339 [ 4 ] {2c6a4b49-6a77-4590-8141-a017842e9c37} TCPHandler: Processed in 0.001642022 sec. 2026.02.12 06:41:57.205455 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.205549 [ 4 ] {069d5411-1048-4529-8e17-6fdbe36c4d59} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:41:57.205589 [ 4 ] {069d5411-1048-4529-8e17-6fdbe36c4d59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:41:57.206015 [ 4 ] {069d5411-1048-4529-8e17-6fdbe36c4d59} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.206052 [ 4 ] {069d5411-1048-4529-8e17-6fdbe36c4d59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.206347 [ 4 ] {069d5411-1048-4529-8e17-6fdbe36c4d59} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:41:57.206563 [ 4 ] {069d5411-1048-4529-8e17-6fdbe36c4d59} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.206691 [ 4 ] {069d5411-1048-4529-8e17-6fdbe36c4d59} executeQuery: Read 169 rows, 10.71 KiB in 0.001159 sec., 145815.35806729938 rows/sec., 9.02 MiB/sec. 2026.02.12 06:41:57.206727 [ 4 ] {069d5411-1048-4529-8e17-6fdbe36c4d59} TCPHandler: Processed in 0.001321644 sec. 2026.02.12 06:41:57.206875 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.207005 [ 4 ] {d48446d3-b498-4e8f-b055-25cc175985d4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:41:57.207054 [ 4 ] {d48446d3-b498-4e8f-b055-25cc175985d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:41:57.207598 [ 4 ] {d48446d3-b498-4e8f-b055-25cc175985d4} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.207638 [ 4 ] {d48446d3-b498-4e8f-b055-25cc175985d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.207999 [ 4 ] {d48446d3-b498-4e8f-b055-25cc175985d4} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:41:57.208247 [ 4 ] {d48446d3-b498-4e8f-b055-25cc175985d4} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.208374 [ 97 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:41:57.208388 [ 4 ] {d48446d3-b498-4e8f-b055-25cc175985d4} executeQuery: Read 140 rows, 9.27 KiB in 0.00141 sec., 99290.78014184398 rows/sec., 6.42 MiB/sec. 2026.02.12 06:41:57.208459 [ 97 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.208472 [ 4 ] {d48446d3-b498-4e8f-b055-25cc175985d4} TCPHandler: Processed in 0.001661233 sec. 2026.02.12 06:41:57.208495 [ 97 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.208619 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.208631 [ 194 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:41:57.208726 [ 4 ] {4d32b058-06af-4378-acdd-4ca41ad2ed13} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:41:57.208766 [ 194 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:41:57.208776 [ 4 ] {4d32b058-06af-4378-acdd-4ca41ad2ed13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:41:57.208806 [ 194 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 370 rows starting from the beginning of the part 2026.02.12 06:41:57.208911 [ 194 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 140 rows starting from the beginning of the part 2026.02.12 06:41:57.208981 [ 194 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 140 rows starting from the beginning of the part 2026.02.12 06:41:57.209039 [ 194 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 140 rows starting from the beginning of the part 2026.02.12 06:41:57.209094 [ 194 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 229 rows starting from the beginning of the part 2026.02.12 06:41:57.209154 [ 194 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 140 rows starting from the beginning of the part 2026.02.12 06:41:57.209343 [ 4 ] {4d32b058-06af-4378-acdd-4ca41ad2ed13} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.209386 [ 4 ] {4d32b058-06af-4378-acdd-4ca41ad2ed13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.209792 [ 4 ] {4d32b058-06af-4378-acdd-4ca41ad2ed13} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:57.210049 [ 4 ] {4d32b058-06af-4378-acdd-4ca41ad2ed13} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.210184 [ 4 ] {4d32b058-06af-4378-acdd-4ca41ad2ed13} executeQuery: Read 139 rows, 8.10 KiB in 0.001481 sec., 93855.50303848751 rows/sec., 5.34 MiB/sec. 2026.02.12 06:41:57.210227 [ 4 ] {4d32b058-06af-4378-acdd-4ca41ad2ed13} TCPHandler: Processed in 0.001658723 sec. 2026.02.12 06:41:57.210319 [ 188 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 1159 rows, containing 5 columns (5 merged, 0 gathered) in 0.001733154 sec., 668723.0332676728 rows/sec., 46.58 MiB/sec. 2026.02.12 06:41:57.210351 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.210465 [ 4 ] {cea94f0d-acc1-4e07-bc89-97b9f5f167c9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:41:57.210510 [ 4 ] {cea94f0d-acc1-4e07-bc89-97b9f5f167c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:41:57.210545 [ 188 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:41:57.210922 [ 188 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.211022 [ 188 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_16_3} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:41:57.211146 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.02.12 06:41:57.211241 [ 4 ] {cea94f0d-acc1-4e07-bc89-97b9f5f167c9} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.211290 [ 4 ] {cea94f0d-acc1-4e07-bc89-97b9f5f167c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.211701 [ 4 ] {cea94f0d-acc1-4e07-bc89-97b9f5f167c9} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:41:57.211942 [ 4 ] {cea94f0d-acc1-4e07-bc89-97b9f5f167c9} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.212091 [ 4 ] {cea94f0d-acc1-4e07-bc89-97b9f5f167c9} executeQuery: Read 499 rows, 36.16 KiB in 0.001644 sec., 303527.9805352798 rows/sec., 21.48 MiB/sec. 2026.02.12 06:41:57.212129 [ 4 ] {cea94f0d-acc1-4e07-bc89-97b9f5f167c9} TCPHandler: Processed in 0.001828647 sec. 2026.02.12 06:41:57.212246 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.212341 [ 4 ] {652cb24f-6a78-4ef5-bdc8-7a02b7860c49} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:41:57.212383 [ 4 ] {652cb24f-6a78-4ef5-bdc8-7a02b7860c49} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:41:57.212720 [ 4 ] {652cb24f-6a78-4ef5-bdc8-7a02b7860c49} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.212757 [ 4 ] {652cb24f-6a78-4ef5-bdc8-7a02b7860c49} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.213077 [ 4 ] {652cb24f-6a78-4ef5-bdc8-7a02b7860c49} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:41:57.213297 [ 4 ] {652cb24f-6a78-4ef5-bdc8-7a02b7860c49} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.213428 [ 4 ] {652cb24f-6a78-4ef5-bdc8-7a02b7860c49} executeQuery: Read 6 rows, 321.00 B in 0.001105 sec., 5429.8642533936645 rows/sec., 283.69 KiB/sec. 2026.02.12 06:41:57.213465 [ 4 ] {652cb24f-6a78-4ef5-bdc8-7a02b7860c49} TCPHandler: Processed in 0.001268893 sec. 2026.02.12 06:41:57.213593 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.213687 [ 4 ] {0044797d-f622-41ff-9619-75a0a95bae33} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:57.213731 [ 4 ] {0044797d-f622-41ff-9619-75a0a95bae33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:41:57.214133 [ 4 ] {0044797d-f622-41ff-9619-75a0a95bae33} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.214170 [ 4 ] {0044797d-f622-41ff-9619-75a0a95bae33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.214497 [ 4 ] {0044797d-f622-41ff-9619-75a0a95bae33} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:41:57.214732 [ 4 ] {0044797d-f622-41ff-9619-75a0a95bae33} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.214860 [ 4 ] {0044797d-f622-41ff-9619-75a0a95bae33} executeQuery: Read 258 rows, 17.59 KiB in 0.001191 sec., 216624.68513853903 rows/sec., 14.42 MiB/sec. 2026.02.12 06:41:57.214898 [ 4 ] {0044797d-f622-41ff-9619-75a0a95bae33} TCPHandler: Processed in 0.001354194 sec. 2026.02.12 06:41:57.215016 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.215109 [ 4 ] {6e812601-74b7-4be0-b001-ad2bdb36114c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:41:57.215150 [ 4 ] {6e812601-74b7-4be0-b001-ad2bdb36114c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:41:57.215472 [ 4 ] {6e812601-74b7-4be0-b001-ad2bdb36114c} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.215509 [ 4 ] {6e812601-74b7-4be0-b001-ad2bdb36114c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.215812 [ 4 ] {6e812601-74b7-4be0-b001-ad2bdb36114c} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:41:57.216027 [ 4 ] {6e812601-74b7-4be0-b001-ad2bdb36114c} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.216157 [ 4 ] {6e812601-74b7-4be0-b001-ad2bdb36114c} executeQuery: Read 1 rows, 69.00 B in 0.001065 sec., 938.9671361502348 rows/sec., 63.27 KiB/sec. 2026.02.12 06:41:57.216194 [ 4 ] {6e812601-74b7-4be0-b001-ad2bdb36114c} TCPHandler: Processed in 0.001226182 sec. 2026.02.12 06:41:57.216326 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.216433 [ 4 ] {022a5070-9e7d-40d2-8342-af1608ec1712} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:41:57.216490 [ 4 ] {022a5070-9e7d-40d2-8342-af1608ec1712} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:41:57.217328 [ 4 ] {022a5070-9e7d-40d2-8342-af1608ec1712} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.217373 [ 4 ] {022a5070-9e7d-40d2-8342-af1608ec1712} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.217991 [ 4 ] {022a5070-9e7d-40d2-8342-af1608ec1712} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:41:57.218254 [ 4 ] {022a5070-9e7d-40d2-8342-af1608ec1712} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.218406 [ 4 ] {022a5070-9e7d-40d2-8342-af1608ec1712} executeQuery: Read 36 rows, 66.06 KiB in 0.001997 sec., 18027.040560841262 rows/sec., 32.30 MiB/sec. 2026.02.12 06:41:57.218477 [ 4 ] {022a5070-9e7d-40d2-8342-af1608ec1712} TCPHandler: Processed in 0.002202587 sec. 2026.02.12 06:41:57.218614 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:41:57.218710 [ 4 ] {ca557697-ce84-417e-bd60-5d50fb6f30a7} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:41:57.218754 [ 4 ] {ca557697-ce84-417e-bd60-5d50fb6f30a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:41:57.219086 [ 4 ] {ca557697-ce84-417e-bd60-5d50fb6f30a7} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:41:57.219127 [ 4 ] {ca557697-ce84-417e-bd60-5d50fb6f30a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:41:57.219462 [ 4 ] {ca557697-ce84-417e-bd60-5d50fb6f30a7} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:41:57.219683 [ 4 ] {ca557697-ce84-417e-bd60-5d50fb6f30a7} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:41:57.219817 [ 4 ] {ca557697-ce84-417e-bd60-5d50fb6f30a7} executeQuery: Read 88 rows, 5.66 KiB in 0.001125 sec., 78222.22222222223 rows/sec., 4.91 MiB/sec. 2026.02.12 06:41:57.219853 [ 4 ] {ca557697-ce84-417e-bd60-5d50fb6f30a7} TCPHandler: Processed in 0.001292263 sec. 2026.02.12 06:42:01.264021 [ 91 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:42:01.264087 [ 91 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:42:01.379334 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8608 2026.02.12 06:42:01.380091 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:01.380159 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:01.381024 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:42:01.381255 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:01.381391 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8608 2026.02.12 06:42:01.848604 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.02.12 06:42:01.864876 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:01.864936 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:01.871171 [ 243 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:42:01.871918 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:01.875066 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.02.12 06:42:02.192544 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:02.192728 [ 4 ] {09fe56ab-86d4-40e2-9dac-63019148659c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:02.192794 [ 4 ] {09fe56ab-86d4-40e2-9dac-63019148659c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:02.193445 [ 4 ] {09fe56ab-86d4-40e2-9dac-63019148659c} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:02.193494 [ 4 ] {09fe56ab-86d4-40e2-9dac-63019148659c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:02.193888 [ 4 ] {09fe56ab-86d4-40e2-9dac-63019148659c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:42:02.194121 [ 4 ] {09fe56ab-86d4-40e2-9dac-63019148659c} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:02.194291 [ 4 ] {09fe56ab-86d4-40e2-9dac-63019148659c} executeQuery: Read 66 rows, 5.38 KiB in 0.001613 sec., 40917.54494730316 rows/sec., 3.26 MiB/sec. 2026.02.12 06:42:02.194342 [ 4 ] {09fe56ab-86d4-40e2-9dac-63019148659c} TCPHandler: Processed in 0.00193485 sec. 2026.02.12 06:42:02.194462 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:02.194565 [ 4 ] {ce6a3350-fdb1-449d-85b5-acdbf293deb9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:02.194611 [ 4 ] {ce6a3350-fdb1-449d-85b5-acdbf293deb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:02.195045 [ 4 ] {ce6a3350-fdb1-449d-85b5-acdbf293deb9} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:02.195083 [ 4 ] {ce6a3350-fdb1-449d-85b5-acdbf293deb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:02.195385 [ 4 ] {ce6a3350-fdb1-449d-85b5-acdbf293deb9} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:42:02.195591 [ 4 ] {ce6a3350-fdb1-449d-85b5-acdbf293deb9} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:02.195723 [ 90 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:42:02.195734 [ 4 ] {ce6a3350-fdb1-449d-85b5-acdbf293deb9} executeQuery: Read 5 rows, 385.00 B in 0.001192 sec., 4194.6308724832215 rows/sec., 315.42 KiB/sec. 2026.02.12 06:42:02.195790 [ 90 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:02.195799 [ 4 ] {ce6a3350-fdb1-449d-85b5-acdbf293deb9} TCPHandler: Processed in 0.001388706 sec. 2026.02.12 06:42:02.195820 [ 90 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:02.195926 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:02.195937 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:42:02.196028 [ 4 ] {2edb8cd1-8e69-443a-9efb-2d7b7bf2ee8c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:02.196073 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:02.196074 [ 4 ] {2edb8cd1-8e69-443a-9efb-2d7b7bf2ee8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:02.196114 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 192 rows starting from the beginning of the part 2026.02.12 06:42:02.196185 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:02.196229 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 169 rows starting from the beginning of the part 2026.02.12 06:42:02.196270 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 9 rows starting from the beginning of the part 2026.02.12 06:42:02.196308 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 169 rows starting from the beginning of the part 2026.02.12 06:42:02.196350 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:02.196537 [ 4 ] {2edb8cd1-8e69-443a-9efb-2d7b7bf2ee8c} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:02.196579 [ 4 ] {2edb8cd1-8e69-443a-9efb-2d7b7bf2ee8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:02.196952 [ 4 ] {2edb8cd1-8e69-443a-9efb-2d7b7bf2ee8c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:42:02.197216 [ 4 ] {2edb8cd1-8e69-443a-9efb-2d7b7bf2ee8c} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:02.197303 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 549 rows, containing 5 columns (5 merged, 0 gathered) in 0.001404876 sec., 390781.819890154 rows/sec., 25.94 MiB/sec. 2026.02.12 06:42:02.197355 [ 4 ] {2edb8cd1-8e69-443a-9efb-2d7b7bf2ee8c} executeQuery: Read 69 rows, 5.52 KiB in 0.001345 sec., 51301.115241635685 rows/sec., 4.00 MiB/sec. 2026.02.12 06:42:02.197399 [ 4 ] {2edb8cd1-8e69-443a-9efb-2d7b7bf2ee8c} TCPHandler: Processed in 0.001522709 sec. 2026.02.12 06:42:02.197486 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:42:02.197520 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:02.197624 [ 4 ] {6c9385e4-1aad-49f2-8672-bd901e173f17} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:02.197673 [ 4 ] {6c9385e4-1aad-49f2-8672-bd901e173f17} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:02.197762 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:02.197837 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_21_4} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:42:02.197913 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.12 06:42:02.198121 [ 4 ] {6c9385e4-1aad-49f2-8672-bd901e173f17} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:02.198162 [ 4 ] {6c9385e4-1aad-49f2-8672-bd901e173f17} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:02.198487 [ 4 ] {6c9385e4-1aad-49f2-8672-bd901e173f17} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:42:02.198692 [ 4 ] {6c9385e4-1aad-49f2-8672-bd901e173f17} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:02.198828 [ 4 ] {6c9385e4-1aad-49f2-8672-bd901e173f17} executeQuery: Read 160 rows, 11.41 KiB in 0.001224 sec., 130718.954248366 rows/sec., 9.10 MiB/sec. 2026.02.12 06:42:02.198865 [ 4 ] {6c9385e4-1aad-49f2-8672-bd901e173f17} TCPHandler: Processed in 0.001395726 sec. 2026.02.12 06:42:02.198976 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:02.199070 [ 4 ] {6a01cd0e-57eb-435d-ade2-c0ef72915d76} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:02.199124 [ 4 ] {6a01cd0e-57eb-435d-ade2-c0ef72915d76} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:02.199867 [ 4 ] {6a01cd0e-57eb-435d-ade2-c0ef72915d76} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:02.199904 [ 4 ] {6a01cd0e-57eb-435d-ade2-c0ef72915d76} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:02.200412 [ 4 ] {6a01cd0e-57eb-435d-ade2-c0ef72915d76} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:42:02.200628 [ 4 ] {6a01cd0e-57eb-435d-ade2-c0ef72915d76} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:02.200762 [ 4 ] {6a01cd0e-57eb-435d-ade2-c0ef72915d76} executeQuery: Read 5 rows, 9.17 KiB in 0.00171 sec., 2923.976608187135 rows/sec., 5.24 MiB/sec. 2026.02.12 06:42:02.200822 [ 4 ] {6a01cd0e-57eb-435d-ade2-c0ef72915d76} TCPHandler: Processed in 0.001894068 sec. 2026.02.12 06:42:02.200933 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:02.201028 [ 4 ] {70f5e80d-9e1a-4f59-ae38-d635f033f175} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:02.201069 [ 4 ] {70f5e80d-9e1a-4f59-ae38-d635f033f175} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:02.201400 [ 4 ] {70f5e80d-9e1a-4f59-ae38-d635f033f175} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:02.201436 [ 4 ] {70f5e80d-9e1a-4f59-ae38-d635f033f175} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:02.201744 [ 4 ] {70f5e80d-9e1a-4f59-ae38-d635f033f175} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:42:02.201957 [ 4 ] {70f5e80d-9e1a-4f59-ae38-d635f033f175} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:02.202089 [ 4 ] {70f5e80d-9e1a-4f59-ae38-d635f033f175} executeQuery: Read 60 rows, 4.14 KiB in 0.001079 sec., 55607.04355885078 rows/sec., 3.75 MiB/sec. 2026.02.12 06:42:02.202125 [ 4 ] {70f5e80d-9e1a-4f59-ae38-d635f033f175} TCPHandler: Processed in 0.001241372 sec. 2026.02.12 06:42:06.392476 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 626 2026.02.12 06:42:06.394791 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:06.394845 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:06.396101 [ 242 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:42:06.396396 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:06.396733 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 626 2026.02.12 06:42:07.202310 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.202490 [ 4 ] {5727bb05-3dde-4925-8fdb-dddc030810ea} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:42:07.202563 [ 4 ] {5727bb05-3dde-4925-8fdb-dddc030810ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:42:07.203332 [ 4 ] {5727bb05-3dde-4925-8fdb-dddc030810ea} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.203385 [ 4 ] {5727bb05-3dde-4925-8fdb-dddc030810ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:07.203827 [ 4 ] {5727bb05-3dde-4925-8fdb-dddc030810ea} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:42:07.204059 [ 4 ] {5727bb05-3dde-4925-8fdb-dddc030810ea} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.204227 [ 4 ] {5727bb05-3dde-4925-8fdb-dddc030810ea} executeQuery: Read 266 rows, 17.30 KiB in 0.001785 sec., 149019.60784313726 rows/sec., 9.47 MiB/sec. 2026.02.12 06:42:07.204227 [ 85 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.12 06:42:07.204281 [ 4 ] {5727bb05-3dde-4925-8fdb-dddc030810ea} TCPHandler: Processed in 0.002102034 sec. 2026.02.12 06:42:07.204300 [ 85 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.204329 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:07.204421 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.204453 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.02.12 06:42:07.204531 [ 4 ] {815a13c7-e689-4143-9c40-8ff94d8ffa58} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:42:07.204573 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:07.204579 [ 4 ] {815a13c7-e689-4143-9c40-8ff94d8ffa58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:42:07.204614 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 266 rows starting from the beginning of the part 2026.02.12 06:42:07.204684 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 266 rows starting from the beginning of the part 2026.02.12 06:42:07.204729 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 266 rows starting from the beginning of the part 2026.02.12 06:42:07.204769 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 266 rows starting from the beginning of the part 2026.02.12 06:42:07.204811 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 266 rows starting from the beginning of the part 2026.02.12 06:42:07.204997 [ 4 ] {815a13c7-e689-4143-9c40-8ff94d8ffa58} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.205040 [ 4 ] {815a13c7-e689-4143-9c40-8ff94d8ffa58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.205378 [ 4 ] {815a13c7-e689-4143-9c40-8ff94d8ffa58} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.02.12 06:42:07.205661 [ 4 ] {815a13c7-e689-4143-9c40-8ff94d8ffa58} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.205804 [ 4 ] {815a13c7-e689-4143-9c40-8ff94d8ffa58} executeQuery: Read 10 rows, 835.00 B in 0.001296 sec., 7716.049382716049 rows/sec., 629.19 KiB/sec. 2026.02.12 06:42:07.205846 [ 4 ] {815a13c7-e689-4143-9c40-8ff94d8ffa58} TCPHandler: Processed in 0.001476368 sec. 2026.02.12 06:42:07.205961 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.206059 [ 4 ] {17c8ab90-f0c2-48f1-aab2-bfdcd9e5dce2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:07.206101 [ 4 ] {17c8ab90-f0c2-48f1-aab2-bfdcd9e5dce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:07.206147 [ 194 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001748135 sec., 760810.8069456879 rows/sec., 51.24 MiB/sec. 2026.02.12 06:42:07.206389 [ 188 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.12 06:42:07.206774 [ 188 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.206868 [ 188 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_13_3} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.12 06:42:07.206889 [ 4 ] {17c8ab90-f0c2-48f1-aab2-bfdcd9e5dce2} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.206932 [ 4 ] {17c8ab90-f0c2-48f1-aab2-bfdcd9e5dce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.206989 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.02.12 06:42:07.207313 [ 4 ] {17c8ab90-f0c2-48f1-aab2-bfdcd9e5dce2} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:42:07.207538 [ 4 ] {17c8ab90-f0c2-48f1-aab2-bfdcd9e5dce2} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.207672 [ 85 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:42:07.207674 [ 4 ] {17c8ab90-f0c2-48f1-aab2-bfdcd9e5dce2} executeQuery: Read 829 rows, 67.84 KiB in 0.001635 sec., 507033.6391437309 rows/sec., 40.52 MiB/sec. 2026.02.12 06:42:07.207715 [ 85 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.207738 [ 4 ] {17c8ab90-f0c2-48f1-aab2-bfdcd9e5dce2} TCPHandler: Processed in 0.001826747 sec. 2026.02.12 06:42:07.207740 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:07.207825 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:42:07.207861 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.207914 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:07.207944 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1985 rows starting from the beginning of the part 2026.02.12 06:42:07.207961 [ 4 ] {f28b8e51-57fd-44fa-8181-696a2167d728} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:07.207990 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 824 rows starting from the beginning of the part 2026.02.12 06:42:07.208009 [ 4 ] {f28b8e51-57fd-44fa-8181-696a2167d728} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:07.208034 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1209 rows starting from the beginning of the part 2026.02.12 06:42:07.208073 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 824 rows starting from the beginning of the part 2026.02.12 06:42:07.208110 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 66 rows starting from the beginning of the part 2026.02.12 06:42:07.208145 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 829 rows starting from the beginning of the part 2026.02.12 06:42:07.208455 [ 4 ] {f28b8e51-57fd-44fa-8181-696a2167d728} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.208497 [ 4 ] {f28b8e51-57fd-44fa-8181-696a2167d728} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.208828 [ 4 ] {f28b8e51-57fd-44fa-8181-696a2167d728} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:42:07.209058 [ 4 ] {f28b8e51-57fd-44fa-8181-696a2167d728} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.209192 [ 4 ] {f28b8e51-57fd-44fa-8181-696a2167d728} executeQuery: Read 179 rows, 11.41 KiB in 0.001248 sec., 143429.4871794872 rows/sec., 8.93 MiB/sec. 2026.02.12 06:42:07.209230 [ 4 ] {f28b8e51-57fd-44fa-8181-696a2167d728} TCPHandler: Processed in 0.001419516 sec. 2026.02.12 06:42:07.209342 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.209438 [ 4 ] {9cf912b6-55bc-452f-98f2-c956eddc21ba} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:42:07.209478 [ 4 ] {9cf912b6-55bc-452f-98f2-c956eddc21ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:42:07.209899 [ 4 ] {9cf912b6-55bc-452f-98f2-c956eddc21ba} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.209936 [ 4 ] {9cf912b6-55bc-452f-98f2-c956eddc21ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.210278 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5737 rows, containing 5 columns (5 merged, 0 gathered) in 0.002481195 sec., 2312192.3105600327 rows/sec., 196.24 MiB/sec. 2026.02.12 06:42:07.210280 [ 4 ] {9cf912b6-55bc-452f-98f2-c956eddc21ba} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:42:07.210528 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:42:07.210543 [ 4 ] {9cf912b6-55bc-452f-98f2-c956eddc21ba} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.210693 [ 4 ] {9cf912b6-55bc-452f-98f2-c956eddc21ba} executeQuery: Read 140 rows, 9.27 KiB in 0.001274 sec., 109890.10989010989 rows/sec., 7.10 MiB/sec. 2026.02.12 06:42:07.210736 [ 4 ] {9cf912b6-55bc-452f-98f2-c956eddc21ba} TCPHandler: Processed in 0.001443897 sec. 2026.02.12 06:42:07.210819 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.210855 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.210899 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_26_5} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:42:07.210958 [ 4 ] {aa16a359-df78-4ad3-acf4-3e2920356ace} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:42:07.210979 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.02.12 06:42:07.211004 [ 4 ] {aa16a359-df78-4ad3-acf4-3e2920356ace} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:42:07.211431 [ 4 ] {aa16a359-df78-4ad3-acf4-3e2920356ace} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.211471 [ 4 ] {aa16a359-df78-4ad3-acf4-3e2920356ace} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:07.211807 [ 4 ] {aa16a359-df78-4ad3-acf4-3e2920356ace} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:42:07.212036 [ 4 ] {aa16a359-df78-4ad3-acf4-3e2920356ace} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.212155 [ 85 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.12 06:42:07.212173 [ 4 ] {aa16a359-df78-4ad3-acf4-3e2920356ace} executeQuery: Read 139 rows, 8.10 KiB in 0.001233 sec., 112733.17112733172 rows/sec., 6.41 MiB/sec. 2026.02.12 06:42:07.212203 [ 85 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.212226 [ 4 ] {aa16a359-df78-4ad3-acf4-3e2920356ace} TCPHandler: Processed in 0.001420947 sec. 2026.02.12 06:42:07.212232 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:07.212348 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.02.12 06:42:07.212367 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.212472 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:07.212473 [ 4 ] {9ae30caf-59a7-4329-a888-551756a0414e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:07.212524 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 139 rows starting from the beginning of the part 2026.02.12 06:42:07.212543 [ 4 ] {9ae30caf-59a7-4329-a888-551756a0414e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:07.212616 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 139 rows starting from the beginning of the part 2026.02.12 06:42:07.212679 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 139 rows starting from the beginning of the part 2026.02.12 06:42:07.212732 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 139 rows starting from the beginning of the part 2026.02.12 06:42:07.212780 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 139 rows starting from the beginning of the part 2026.02.12 06:42:07.213343 [ 4 ] {9ae30caf-59a7-4329-a888-551756a0414e} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.213391 [ 4 ] {9ae30caf-59a7-4329-a888-551756a0414e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.213839 [ 4 ] {9ae30caf-59a7-4329-a888-551756a0414e} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:42:07.213840 [ 195 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 5 columns (5 merged, 0 gathered) in 0.001539539 sec., 451433.8383113387 rows/sec., 27.40 MiB/sec. 2026.02.12 06:42:07.214016 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.12 06:42:07.214118 [ 4 ] {9ae30caf-59a7-4329-a888-551756a0414e} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.214295 [ 4 ] {9ae30caf-59a7-4329-a888-551756a0414e} executeQuery: Read 509 rows, 36.98 KiB in 0.001844 sec., 276030.3687635575 rows/sec., 19.58 MiB/sec. 2026.02.12 06:42:07.214339 [ 85 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:42:07.214349 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.214385 [ 85 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.214345 [ 4 ] {9ae30caf-59a7-4329-a888-551756a0414e} TCPHandler: Processed in 0.002029522 sec. 2026.02.12 06:42:07.214425 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.214468 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_13_3} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.12 06:42:07.214569 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.12 06:42:07.214581 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.214606 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:42:07.214688 [ 4 ] {263ac2f4-132b-43a3-bdf0-a31f6672ecb5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:42:07.214705 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:07.214737 [ 4 ] {263ac2f4-132b-43a3-bdf0-a31f6672ecb5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:42:07.214743 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 996 rows starting from the beginning of the part 2026.02.12 06:42:07.214818 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 499 rows starting from the beginning of the part 2026.02.12 06:42:07.214877 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 529 rows starting from the beginning of the part 2026.02.12 06:42:07.214934 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 499 rows starting from the beginning of the part 2026.02.12 06:42:07.214990 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 69 rows starting from the beginning of the part 2026.02.12 06:42:07.215047 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 509 rows starting from the beginning of the part 2026.02.12 06:42:07.215162 [ 4 ] {263ac2f4-132b-43a3-bdf0-a31f6672ecb5} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.215202 [ 4 ] {263ac2f4-132b-43a3-bdf0-a31f6672ecb5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.215648 [ 4 ] {263ac2f4-132b-43a3-bdf0-a31f6672ecb5} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:42:07.215887 [ 4 ] {263ac2f4-132b-43a3-bdf0-a31f6672ecb5} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.216027 [ 4 ] {263ac2f4-132b-43a3-bdf0-a31f6672ecb5} executeQuery: Read 6 rows, 321.00 B in 0.001359 sec., 4415.0110375275935 rows/sec., 230.67 KiB/sec. 2026.02.12 06:42:07.216068 [ 4 ] {263ac2f4-132b-43a3-bdf0-a31f6672ecb5} TCPHandler: Processed in 0.00155058 sec. 2026.02.12 06:42:07.216205 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.216300 [ 4 ] {b6dce9cc-a8c2-4461-8bbd-c53b1bf39bbc} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:07.216345 [ 4 ] {b6dce9cc-a8c2-4461-8bbd-c53b1bf39bbc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:07.216482 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3101 rows, containing 5 columns (5 merged, 0 gathered) in 0.00196328 sec., 1579499.6128927101 rows/sec., 119.79 MiB/sec. 2026.02.12 06:42:07.216704 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:42:07.216830 [ 4 ] {b6dce9cc-a8c2-4461-8bbd-c53b1bf39bbc} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.216877 [ 4 ] {b6dce9cc-a8c2-4461-8bbd-c53b1bf39bbc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.217041 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.217151 [ 194 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_26_5} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:42:07.217237 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.63 MiB. 2026.02.12 06:42:07.217257 [ 4 ] {b6dce9cc-a8c2-4461-8bbd-c53b1bf39bbc} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:42:07.217493 [ 4 ] {b6dce9cc-a8c2-4461-8bbd-c53b1bf39bbc} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.217655 [ 85 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:42:07.217677 [ 4 ] {b6dce9cc-a8c2-4461-8bbd-c53b1bf39bbc} executeQuery: Read 263 rows, 17.94 KiB in 0.001396 sec., 188395.41547277936 rows/sec., 12.55 MiB/sec. 2026.02.12 06:42:07.217696 [ 85 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.217722 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.02.12 06:42:07.217726 [ 4 ] {b6dce9cc-a8c2-4461-8bbd-c53b1bf39bbc} TCPHandler: Processed in 0.001573201 sec. 2026.02.12 06:42:07.217807 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:42:07.217861 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.217924 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:07.217970 [ 4 ] {fcfa3646-13be-4486-832e-e4327cfb75a6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:42:07.217971 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7220 rows starting from the beginning of the part 2026.02.12 06:42:07.218018 [ 4 ] {fcfa3646-13be-4486-832e-e4327cfb75a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:42:07.218062 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 258 rows starting from the beginning of the part 2026.02.12 06:42:07.218130 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 846 rows starting from the beginning of the part 2026.02.12 06:42:07.218199 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 258 rows starting from the beginning of the part 2026.02.12 06:42:07.218257 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part 2026.02.12 06:42:07.218323 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 263 rows starting from the beginning of the part 2026.02.12 06:42:07.218442 [ 4 ] {fcfa3646-13be-4486-832e-e4327cfb75a6} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.218484 [ 4 ] {fcfa3646-13be-4486-832e-e4327cfb75a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.219019 [ 4 ] {fcfa3646-13be-4486-832e-e4327cfb75a6} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:42:07.219280 [ 4 ] {fcfa3646-13be-4486-832e-e4327cfb75a6} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.219417 [ 4 ] {fcfa3646-13be-4486-832e-e4327cfb75a6} executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. 2026.02.12 06:42:07.219455 [ 4 ] {fcfa3646-13be-4486-832e-e4327cfb75a6} TCPHandler: Processed in 0.001644962 sec. 2026.02.12 06:42:07.219573 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.219667 [ 4 ] {f4995430-7e0f-4325-985e-6a3c9a24dcd7} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:07.219727 [ 4 ] {f4995430-7e0f-4325-985e-6a3c9a24dcd7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:07.220660 [ 4 ] {f4995430-7e0f-4325-985e-6a3c9a24dcd7} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.220696 [ 4 ] {f4995430-7e0f-4325-985e-6a3c9a24dcd7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.221378 [ 4 ] {f4995430-7e0f-4325-985e-6a3c9a24dcd7} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:42:07.221636 [ 4 ] {f4995430-7e0f-4325-985e-6a3c9a24dcd7} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.221758 [ 85 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:42:07.221789 [ 4 ] {f4995430-7e0f-4325-985e-6a3c9a24dcd7} executeQuery: Read 36 rows, 66.06 KiB in 0.002141 sec., 16814.57262961233 rows/sec., 30.13 MiB/sec. 2026.02.12 06:42:07.221796 [ 85 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.221834 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.221855 [ 4 ] {f4995430-7e0f-4325-985e-6a3c9a24dcd7} TCPHandler: Processed in 0.0023315 sec. 2026.02.12 06:42:07.221918 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:42:07.221997 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:07.222102 [ 4 ] {d56dcd19-7f36-4101-ac45-63020f725137} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:07.222120 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:07.222147 [ 4 ] {d56dcd19-7f36-4101-ac45-63020f725137} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:07.222180 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 310 rows starting from the beginning of the part 2026.02.12 06:42:07.222299 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part 2026.02.12 06:42:07.222403 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:07.222456 [ 202 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 9005 rows, containing 5 columns (5 merged, 0 gathered) in 0.0046863 sec., 1921558.5856645969 rows/sec., 129.35 MiB/sec. 2026.02.12 06:42:07.222502 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 36 rows starting from the beginning of the part 2026.02.12 06:42:07.222521 [ 4 ] {d56dcd19-7f36-4101-ac45-63020f725137} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.222564 [ 4 ] {d56dcd19-7f36-4101-ac45-63020f725137} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.222599 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:07.222616 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:42:07.222708 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part 2026.02.12 06:42:07.222880 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.222902 [ 4 ] {d56dcd19-7f36-4101-ac45-63020f725137} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:42:07.222953 [ 195 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_26_5} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:42:07.223017 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. 2026.02.12 06:42:07.223165 [ 4 ] {d56dcd19-7f36-4101-ac45-63020f725137} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.223279 [ 85 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:42:07.223300 [ 4 ] {d56dcd19-7f36-4101-ac45-63020f725137} executeQuery: Read 88 rows, 5.66 KiB in 0.001217 sec., 72308.95645028759 rows/sec., 4.54 MiB/sec. 2026.02.12 06:42:07.223316 [ 85 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:07.223343 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:07.223347 [ 4 ] {d56dcd19-7f36-4101-ac45-63020f725137} TCPHandler: Processed in 0.001400556 sec. 2026.02.12 06:42:07.223414 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:42:07.223510 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:07.223543 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1480 rows starting from the beginning of the part 2026.02.12 06:42:07.223597 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 88 rows starting from the beginning of the part 2026.02.12 06:42:07.223640 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.02.12 06:42:07.223683 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 88 rows starting from the beginning of the part 2026.02.12 06:42:07.223721 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.02.12 06:42:07.223757 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 88 rows starting from the beginning of the part 2026.02.12 06:42:07.224732 [ 195 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1864 rows, containing 4 columns (4 merged, 0 gathered) in 0.001347725 sec., 1383071.4722959062 rows/sec., 89.30 MiB/sec. 2026.02.12 06:42:07.224956 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:42:07.225204 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.225270 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_26_5} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:42:07.225333 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.02.12 06:42:07.226272 [ 202 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 428 rows, containing 19 columns (19 merged, 0 gathered) in 0.004389793 sec., 97498.90256784316 rows/sec., 174.71 MiB/sec. 2026.02.12 06:42:07.226743 [ 202 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:42:07.227029 [ 202 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:07.227092 [ 202 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_21_4} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:42:07.227163 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. 2026.02.12 06:42:08.000261 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 240.02 MiB, peak 246.85 MiB, free memory in arenas 0.00 B, will set to 241.92 MiB (RSS), difference: 1.89 MiB 2026.02.12 06:42:08.881569 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9056 2026.02.12 06:42:08.882119 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:08.882167 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:08.882696 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:42:08.882974 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:08.883154 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9056 2026.02.12 06:42:09.375232 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.02.12 06:42:09.392193 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:09.392261 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:09.398049 [ 243 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:42:09.398750 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:09.401668 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.02.12 06:42:12.193495 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:12.193759 [ 4 ] {899cf7ab-49a0-40f8-986b-fd93ec9bb862} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:12.193862 [ 4 ] {899cf7ab-49a0-40f8-986b-fd93ec9bb862} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:12.194637 [ 4 ] {899cf7ab-49a0-40f8-986b-fd93ec9bb862} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:12.194683 [ 4 ] {899cf7ab-49a0-40f8-986b-fd93ec9bb862} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:12.195081 [ 4 ] {899cf7ab-49a0-40f8-986b-fd93ec9bb862} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:42:12.195317 [ 4 ] {899cf7ab-49a0-40f8-986b-fd93ec9bb862} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:12.195482 [ 4 ] {899cf7ab-49a0-40f8-986b-fd93ec9bb862} executeQuery: Read 66 rows, 5.38 KiB in 0.001785 sec., 36974.78991596639 rows/sec., 2.94 MiB/sec. 2026.02.12 06:42:12.195530 [ 4 ] {899cf7ab-49a0-40f8-986b-fd93ec9bb862} TCPHandler: Processed in 0.002211757 sec. 2026.02.12 06:42:12.195654 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:12.195764 [ 4 ] {3cb88600-dc31-464c-b90d-bf5a1b71dbd6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:12.195811 [ 4 ] {3cb88600-dc31-464c-b90d-bf5a1b71dbd6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:12.196239 [ 4 ] {3cb88600-dc31-464c-b90d-bf5a1b71dbd6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:12.196276 [ 4 ] {3cb88600-dc31-464c-b90d-bf5a1b71dbd6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:12.196584 [ 4 ] {3cb88600-dc31-464c-b90d-bf5a1b71dbd6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:42:12.196803 [ 4 ] {3cb88600-dc31-464c-b90d-bf5a1b71dbd6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:12.196939 [ 4 ] {3cb88600-dc31-464c-b90d-bf5a1b71dbd6} executeQuery: Read 5 rows, 385.00 B in 0.0012 sec., 4166.666666666667 rows/sec., 313.31 KiB/sec. 2026.02.12 06:42:12.196978 [ 4 ] {3cb88600-dc31-464c-b90d-bf5a1b71dbd6} TCPHandler: Processed in 0.001375145 sec. 2026.02.12 06:42:12.197091 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:12.197189 [ 4 ] {1e592640-28e7-42b3-9349-d9b9fc090779} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:12.197230 [ 4 ] {1e592640-28e7-42b3-9349-d9b9fc090779} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:12.197651 [ 4 ] {1e592640-28e7-42b3-9349-d9b9fc090779} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:12.197688 [ 4 ] {1e592640-28e7-42b3-9349-d9b9fc090779} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:12.197990 [ 4 ] {1e592640-28e7-42b3-9349-d9b9fc090779} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:42:12.198206 [ 4 ] {1e592640-28e7-42b3-9349-d9b9fc090779} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:12.198336 [ 4 ] {1e592640-28e7-42b3-9349-d9b9fc090779} executeQuery: Read 69 rows, 5.52 KiB in 0.001169 sec., 59024.807527801546 rows/sec., 4.61 MiB/sec. 2026.02.12 06:42:12.198374 [ 4 ] {1e592640-28e7-42b3-9349-d9b9fc090779} TCPHandler: Processed in 0.001332134 sec. 2026.02.12 06:42:12.198494 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:12.198589 [ 4 ] {75af7544-238d-4ce9-9c57-301bf08b9368} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:12.198633 [ 4 ] {75af7544-238d-4ce9-9c57-301bf08b9368} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:12.199038 [ 4 ] {75af7544-238d-4ce9-9c57-301bf08b9368} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:12.199073 [ 4 ] {75af7544-238d-4ce9-9c57-301bf08b9368} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:12.199401 [ 4 ] {75af7544-238d-4ce9-9c57-301bf08b9368} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:42:12.199627 [ 4 ] {75af7544-238d-4ce9-9c57-301bf08b9368} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:12.199758 [ 4 ] {75af7544-238d-4ce9-9c57-301bf08b9368} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.02.12 06:42:12.199796 [ 4 ] {75af7544-238d-4ce9-9c57-301bf08b9368} TCPHandler: Processed in 0.001351925 sec. 2026.02.12 06:42:12.199898 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:12.199993 [ 4 ] {8abe5b3b-06ec-40ae-9a80-3afddf490350} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:12.200048 [ 4 ] {8abe5b3b-06ec-40ae-9a80-3afddf490350} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:12.200784 [ 4 ] {8abe5b3b-06ec-40ae-9a80-3afddf490350} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:12.200820 [ 4 ] {8abe5b3b-06ec-40ae-9a80-3afddf490350} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:12.201327 [ 4 ] {8abe5b3b-06ec-40ae-9a80-3afddf490350} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:42:12.201553 [ 4 ] {8abe5b3b-06ec-40ae-9a80-3afddf490350} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:12.201695 [ 4 ] {8abe5b3b-06ec-40ae-9a80-3afddf490350} executeQuery: Read 5 rows, 9.17 KiB in 0.001721 sec., 2905.2876234747237 rows/sec., 5.21 MiB/sec. 2026.02.12 06:42:12.201756 [ 4 ] {8abe5b3b-06ec-40ae-9a80-3afddf490350} TCPHandler: Processed in 0.001904659 sec. 2026.02.12 06:42:12.201866 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:12.201961 [ 4 ] {e75fc9b0-56f4-4a07-b4ae-3a226ddcb74c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:12.202003 [ 4 ] {e75fc9b0-56f4-4a07-b4ae-3a226ddcb74c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:12.202334 [ 4 ] {e75fc9b0-56f4-4a07-b4ae-3a226ddcb74c} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:12.202370 [ 4 ] {e75fc9b0-56f4-4a07-b4ae-3a226ddcb74c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:12.202666 [ 4 ] {e75fc9b0-56f4-4a07-b4ae-3a226ddcb74c} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:42:12.202880 [ 4 ] {e75fc9b0-56f4-4a07-b4ae-3a226ddcb74c} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:12.203007 [ 4 ] {e75fc9b0-56f4-4a07-b4ae-3a226ddcb74c} executeQuery: Read 60 rows, 4.14 KiB in 0.001065 sec., 56338.028169014084 rows/sec., 3.80 MiB/sec. 2026.02.12 06:42:12.203042 [ 4 ] {e75fc9b0-56f4-4a07-b4ae-3a226ddcb74c} TCPHandler: Processed in 0.001224341 sec. 2026.02.12 06:42:16.264141 [ 65 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:42:16.264206 [ 65 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:42:16.383301 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9568 2026.02.12 06:42:16.383839 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:16.383885 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:16.384360 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:42:16.384591 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:16.384722 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9568 2026.02.12 06:42:16.397048 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 662 2026.02.12 06:42:16.399461 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:16.399514 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:16.400736 [ 242 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:42:16.401029 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:16.401403 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 662 2026.02.12 06:42:16.901808 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.02.12 06:42:16.918971 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:16.919033 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:16.924539 [ 243 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:42:16.925243 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:16.928134 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.02.12 06:42:17.201838 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.202032 [ 4 ] {e48273d0-2fb8-4197-a668-31472d4e1cb8} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:42:17.202104 [ 4 ] {e48273d0-2fb8-4197-a668-31472d4e1cb8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:42:17.202867 [ 4 ] {e48273d0-2fb8-4197-a668-31472d4e1cb8} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.202914 [ 4 ] {e48273d0-2fb8-4197-a668-31472d4e1cb8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.203306 [ 4 ] {e48273d0-2fb8-4197-a668-31472d4e1cb8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:42:17.203543 [ 4 ] {e48273d0-2fb8-4197-a668-31472d4e1cb8} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.203691 [ 4 ] {e48273d0-2fb8-4197-a668-31472d4e1cb8} executeQuery: Read 266 rows, 17.30 KiB in 0.001712 sec., 155373.83177570094 rows/sec., 9.87 MiB/sec. 2026.02.12 06:42:17.203733 [ 4 ] {e48273d0-2fb8-4197-a668-31472d4e1cb8} TCPHandler: Processed in 0.002031463 sec. 2026.02.12 06:42:17.203858 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.203954 [ 4 ] {d867a3dd-818b-4e41-95cf-c2e352d58aff} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:17.203994 [ 4 ] {d867a3dd-818b-4e41-95cf-c2e352d58aff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:17.204833 [ 4 ] {d867a3dd-818b-4e41-95cf-c2e352d58aff} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.204870 [ 4 ] {d867a3dd-818b-4e41-95cf-c2e352d58aff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.205219 [ 4 ] {d867a3dd-818b-4e41-95cf-c2e352d58aff} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:42:17.205434 [ 4 ] {d867a3dd-818b-4e41-95cf-c2e352d58aff} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.205563 [ 4 ] {d867a3dd-818b-4e41-95cf-c2e352d58aff} executeQuery: Read 824 rows, 67.47 KiB in 0.001628 sec., 506142.5061425061 rows/sec., 40.47 MiB/sec. 2026.02.12 06:42:17.205602 [ 4 ] {d867a3dd-818b-4e41-95cf-c2e352d58aff} TCPHandler: Processed in 0.001794387 sec. 2026.02.12 06:42:17.205718 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.205813 [ 4 ] {e534ab7b-9182-4466-88c6-623d9d18bb32} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:17.205853 [ 4 ] {e534ab7b-9182-4466-88c6-623d9d18bb32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:17.206316 [ 4 ] {e534ab7b-9182-4466-88c6-623d9d18bb32} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.206352 [ 4 ] {e534ab7b-9182-4466-88c6-623d9d18bb32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.206663 [ 4 ] {e534ab7b-9182-4466-88c6-623d9d18bb32} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:42:17.206880 [ 4 ] {e534ab7b-9182-4466-88c6-623d9d18bb32} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.207005 [ 4 ] {e534ab7b-9182-4466-88c6-623d9d18bb32} executeQuery: Read 169 rows, 10.71 KiB in 0.001211 sec., 139554.08753096615 rows/sec., 8.64 MiB/sec. 2026.02.12 06:42:17.207041 [ 4 ] {e534ab7b-9182-4466-88c6-623d9d18bb32} TCPHandler: Processed in 0.001372696 sec. 2026.02.12 06:42:17.207150 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.207244 [ 4 ] {8ece2198-6913-4e46-aa32-1d8255c82950} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:42:17.207282 [ 4 ] {8ece2198-6913-4e46-aa32-1d8255c82950} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:42:17.207744 [ 4 ] {8ece2198-6913-4e46-aa32-1d8255c82950} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.207781 [ 4 ] {8ece2198-6913-4e46-aa32-1d8255c82950} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.208080 [ 4 ] {8ece2198-6913-4e46-aa32-1d8255c82950} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:42:17.208301 [ 4 ] {8ece2198-6913-4e46-aa32-1d8255c82950} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.208430 [ 4 ] {8ece2198-6913-4e46-aa32-1d8255c82950} executeQuery: Read 140 rows, 9.27 KiB in 0.001204 sec., 116279.06976744186 rows/sec., 7.52 MiB/sec. 2026.02.12 06:42:17.208468 [ 4 ] {8ece2198-6913-4e46-aa32-1d8255c82950} TCPHandler: Processed in 0.001365855 sec. 2026.02.12 06:42:17.208586 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.208680 [ 4 ] {ee8a7137-69cd-4334-b612-b4bca036337f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:42:17.208720 [ 4 ] {ee8a7137-69cd-4334-b612-b4bca036337f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:42:17.209161 [ 4 ] {ee8a7137-69cd-4334-b612-b4bca036337f} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.209198 [ 4 ] {ee8a7137-69cd-4334-b612-b4bca036337f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.209496 [ 4 ] {ee8a7137-69cd-4334-b612-b4bca036337f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:42:17.209716 [ 4 ] {ee8a7137-69cd-4334-b612-b4bca036337f} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.209841 [ 4 ] {ee8a7137-69cd-4334-b612-b4bca036337f} executeQuery: Read 139 rows, 8.10 KiB in 0.001179 sec., 117896.52247667515 rows/sec., 6.71 MiB/sec. 2026.02.12 06:42:17.209879 [ 4 ] {ee8a7137-69cd-4334-b612-b4bca036337f} TCPHandler: Processed in 0.001341525 sec. 2026.02.12 06:42:17.209994 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.210087 [ 4 ] {a774c4c6-deb0-4e70-be4e-49e2ee2aa674} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:17.210126 [ 4 ] {a774c4c6-deb0-4e70-be4e-49e2ee2aa674} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:17.210761 [ 4 ] {a774c4c6-deb0-4e70-be4e-49e2ee2aa674} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.210798 [ 4 ] {a774c4c6-deb0-4e70-be4e-49e2ee2aa674} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.211124 [ 4 ] {a774c4c6-deb0-4e70-be4e-49e2ee2aa674} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:42:17.211339 [ 4 ] {a774c4c6-deb0-4e70-be4e-49e2ee2aa674} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.211470 [ 4 ] {a774c4c6-deb0-4e70-be4e-49e2ee2aa674} executeQuery: Read 499 rows, 36.16 KiB in 0.0014 sec., 356428.5714285714 rows/sec., 25.23 MiB/sec. 2026.02.12 06:42:17.211508 [ 4 ] {a774c4c6-deb0-4e70-be4e-49e2ee2aa674} TCPHandler: Processed in 0.00156145 sec. 2026.02.12 06:42:17.211628 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.211731 [ 4 ] {a3f694ec-d2b8-45ef-8004-b0249dc269ce} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:42:17.211782 [ 4 ] {a3f694ec-d2b8-45ef-8004-b0249dc269ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:42:17.212143 [ 4 ] {a3f694ec-d2b8-45ef-8004-b0249dc269ce} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.212179 [ 4 ] {a3f694ec-d2b8-45ef-8004-b0249dc269ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.212484 [ 4 ] {a3f694ec-d2b8-45ef-8004-b0249dc269ce} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:42:17.212696 [ 4 ] {a3f694ec-d2b8-45ef-8004-b0249dc269ce} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.212822 [ 4 ] {a3f694ec-d2b8-45ef-8004-b0249dc269ce} executeQuery: Read 6 rows, 321.00 B in 0.001115 sec., 5381.165919282511 rows/sec., 281.14 KiB/sec. 2026.02.12 06:42:17.212859 [ 4 ] {a3f694ec-d2b8-45ef-8004-b0249dc269ce} TCPHandler: Processed in 0.001282342 sec. 2026.02.12 06:42:17.212975 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.213069 [ 4 ] {f7438493-35b9-4aa5-9206-676411081159} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:17.213112 [ 4 ] {f7438493-35b9-4aa5-9206-676411081159} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:17.213537 [ 4 ] {f7438493-35b9-4aa5-9206-676411081159} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.213574 [ 4 ] {f7438493-35b9-4aa5-9206-676411081159} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.213913 [ 4 ] {f7438493-35b9-4aa5-9206-676411081159} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:42:17.214140 [ 4 ] {f7438493-35b9-4aa5-9206-676411081159} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.214266 [ 4 ] {f7438493-35b9-4aa5-9206-676411081159} executeQuery: Read 258 rows, 17.59 KiB in 0.001215 sec., 212345.6790123457 rows/sec., 14.14 MiB/sec. 2026.02.12 06:42:17.214303 [ 4 ] {f7438493-35b9-4aa5-9206-676411081159} TCPHandler: Processed in 0.001375696 sec. 2026.02.12 06:42:17.214440 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.214539 [ 4 ] {9bcba7f3-12cd-4e3c-8cc5-200b680f34c5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:42:17.214582 [ 4 ] {9bcba7f3-12cd-4e3c-8cc5-200b680f34c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:42:17.214897 [ 4 ] {9bcba7f3-12cd-4e3c-8cc5-200b680f34c5} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.214933 [ 4 ] {9bcba7f3-12cd-4e3c-8cc5-200b680f34c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.215224 [ 4 ] {9bcba7f3-12cd-4e3c-8cc5-200b680f34c5} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:42:17.215422 [ 4 ] {9bcba7f3-12cd-4e3c-8cc5-200b680f34c5} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.215552 [ 64 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:42:17.215557 [ 4 ] {9bcba7f3-12cd-4e3c-8cc5-200b680f34c5} executeQuery: Read 1 rows, 69.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 61.37 KiB/sec. 2026.02.12 06:42:17.215688 [ 64 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.215707 [ 4 ] {9bcba7f3-12cd-4e3c-8cc5-200b680f34c5} TCPHandler: Processed in 0.001318584 sec. 2026.02.12 06:42:17.215717 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.215859 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.215858 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:42:17.215991 [ 4 ] {b642a29a-29dd-4bd6-826b-61251359b772} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:17.216022 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:17.216062 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part 2026.02.12 06:42:17.216061 [ 4 ] {b642a29a-29dd-4bd6-826b-61251359b772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:17.216128 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part 2026.02.12 06:42:17.216176 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part 2026.02.12 06:42:17.216223 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part 2026.02.12 06:42:17.216265 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part 2026.02.12 06:42:17.216303 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part 2026.02.12 06:42:17.216996 [ 4 ] {b642a29a-29dd-4bd6-826b-61251359b772} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.217038 [ 4 ] {b642a29a-29dd-4bd6-826b-61251359b772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.217094 [ 193 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.001284553 sec., 13234.175623738376 rows/sec., 882.63 KiB/sec. 2026.02.12 06:42:17.217253 [ 195 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:42:17.217526 [ 195 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.217594 [ 195 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_16_3} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:42:17.217604 [ 4 ] {b642a29a-29dd-4bd6-826b-61251359b772} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:42:17.217670 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.12 06:42:17.217854 [ 4 ] {b642a29a-29dd-4bd6-826b-61251359b772} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.218014 [ 4 ] {b642a29a-29dd-4bd6-826b-61251359b772} executeQuery: Read 36 rows, 66.06 KiB in 0.002046 sec., 17595.307917888564 rows/sec., 31.53 MiB/sec. 2026.02.12 06:42:17.218093 [ 4 ] {b642a29a-29dd-4bd6-826b-61251359b772} TCPHandler: Processed in 0.002289309 sec. 2026.02.12 06:42:17.218219 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:17.218315 [ 4 ] {88169e4c-02c3-4dbb-8d5e-6eb26d386028} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:17.218356 [ 4 ] {88169e4c-02c3-4dbb-8d5e-6eb26d386028} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:17.218703 [ 4 ] {88169e4c-02c3-4dbb-8d5e-6eb26d386028} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:17.218740 [ 4 ] {88169e4c-02c3-4dbb-8d5e-6eb26d386028} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:17.219052 [ 4 ] {88169e4c-02c3-4dbb-8d5e-6eb26d386028} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:42:17.219264 [ 4 ] {88169e4c-02c3-4dbb-8d5e-6eb26d386028} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:17.219393 [ 4 ] {88169e4c-02c3-4dbb-8d5e-6eb26d386028} executeQuery: Read 88 rows, 5.66 KiB in 0.001097 sec., 80218.77848678213 rows/sec., 5.04 MiB/sec. 2026.02.12 06:42:17.219431 [ 4 ] {88169e4c-02c3-4dbb-8d5e-6eb26d386028} TCPHandler: Processed in 0.001265793 sec. 2026.02.12 06:42:19.129160 [ 62 ] {} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2026.02.12 06:42:19.129234 [ 62 ] {} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:19.129256 [ 62 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:19.129370 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2026.02.12 06:42:19.129495 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:19.129527 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part 2026.02.12 06:42:19.129591 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part 2026.02.12 06:42:19.129635 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part 2026.02.12 06:42:19.129678 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part 2026.02.12 06:42:19.129716 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 10 rows starting from the beginning of the part 2026.02.12 06:42:19.130464 [ 195 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001136149 sec., 31685.984848818247 rows/sec., 2.64 MiB/sec. 2026.02.12 06:42:19.130598 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2026.02.12 06:42:19.130851 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:19.130917 [ 194 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_9_2} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2026.02.12 06:42:19.130981 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.12 06:42:22.222589 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:22.222785 [ 4 ] {c9bb411a-eec0-48fd-b9c3-fa7aac31f1cc} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:42:22.222861 [ 4 ] {c9bb411a-eec0-48fd-b9c3-fa7aac31f1cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:42:22.223564 [ 4 ] {c9bb411a-eec0-48fd-b9c3-fa7aac31f1cc} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:22.223615 [ 4 ] {c9bb411a-eec0-48fd-b9c3-fa7aac31f1cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:22.223991 [ 4 ] {c9bb411a-eec0-48fd-b9c3-fa7aac31f1cc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.02.12 06:42:22.224217 [ 4 ] {c9bb411a-eec0-48fd-b9c3-fa7aac31f1cc} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:22.224376 [ 4 ] {c9bb411a-eec0-48fd-b9c3-fa7aac31f1cc} executeQuery: Read 2 rows, 167.00 B in 0.001643 sec., 1217.2854534388314 rows/sec., 99.26 KiB/sec. 2026.02.12 06:42:22.224425 [ 4 ] {c9bb411a-eec0-48fd-b9c3-fa7aac31f1cc} TCPHandler: Processed in 0.001960621 sec. 2026.02.12 06:42:22.224555 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:22.224659 [ 4 ] {7a87b0f2-673b-41d3-8b1b-87c2b5bbcc96} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:22.224703 [ 4 ] {7a87b0f2-673b-41d3-8b1b-87c2b5bbcc96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:22.225735 [ 4 ] {7a87b0f2-673b-41d3-8b1b-87c2b5bbcc96} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:22.225775 [ 4 ] {7a87b0f2-673b-41d3-8b1b-87c2b5bbcc96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:22.226161 [ 4 ] {7a87b0f2-673b-41d3-8b1b-87c2b5bbcc96} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:42:22.226372 [ 4 ] {7a87b0f2-673b-41d3-8b1b-87c2b5bbcc96} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:22.226506 [ 4 ] {7a87b0f2-673b-41d3-8b1b-87c2b5bbcc96} executeQuery: Read 1207 rows, 102.02 KiB in 0.001871 sec., 645109.5670764297 rows/sec., 53.25 MiB/sec. 2026.02.12 06:42:22.226545 [ 4 ] {7a87b0f2-673b-41d3-8b1b-87c2b5bbcc96} TCPHandler: Processed in 0.002041582 sec. 2026.02.12 06:42:22.226663 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:22.226761 [ 4 ] {7c0ca1b5-e547-4199-b10e-780d0cde4fd2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:22.226803 [ 4 ] {7c0ca1b5-e547-4199-b10e-780d0cde4fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:22.227207 [ 4 ] {7c0ca1b5-e547-4199-b10e-780d0cde4fd2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:22.227245 [ 4 ] {7c0ca1b5-e547-4199-b10e-780d0cde4fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:22.227542 [ 4 ] {7c0ca1b5-e547-4199-b10e-780d0cde4fd2} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:42:22.227773 [ 4 ] {7c0ca1b5-e547-4199-b10e-780d0cde4fd2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:22.227912 [ 4 ] {7c0ca1b5-e547-4199-b10e-780d0cde4fd2} executeQuery: Read 7 rows, 528.00 B in 0.001171 sec., 5977.796754910333 rows/sec., 440.33 KiB/sec. 2026.02.12 06:42:22.227950 [ 4 ] {7c0ca1b5-e547-4199-b10e-780d0cde4fd2} TCPHandler: Processed in 0.001336594 sec. 2026.02.12 06:42:22.228075 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:22.228195 [ 4 ] {0d75a932-61ce-4523-913d-80e8a2407583} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:42:22.228245 [ 4 ] {0d75a932-61ce-4523-913d-80e8a2407583} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:42:22.228791 [ 4 ] {0d75a932-61ce-4523-913d-80e8a2407583} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:22.228829 [ 4 ] {0d75a932-61ce-4523-913d-80e8a2407583} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:22.229148 [ 4 ] {0d75a932-61ce-4523-913d-80e8a2407583} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:42:22.229372 [ 4 ] {0d75a932-61ce-4523-913d-80e8a2407583} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:22.229504 [ 4 ] {0d75a932-61ce-4523-913d-80e8a2407583} executeQuery: Read 228 rows, 15.81 KiB in 0.001333 sec., 171042.76069017255 rows/sec., 11.58 MiB/sec. 2026.02.12 06:42:22.229543 [ 4 ] {0d75a932-61ce-4523-913d-80e8a2407583} TCPHandler: Processed in 0.00153161 sec. 2026.02.12 06:42:22.229663 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:22.229758 [ 4 ] {887c601b-ba31-41e7-88d5-181d10b2595d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:22.229798 [ 4 ] {887c601b-ba31-41e7-88d5-181d10b2595d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:22.230384 [ 4 ] {887c601b-ba31-41e7-88d5-181d10b2595d} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:22.230421 [ 4 ] {887c601b-ba31-41e7-88d5-181d10b2595d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:22.230750 [ 4 ] {887c601b-ba31-41e7-88d5-181d10b2595d} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:42:22.230971 [ 4 ] {887c601b-ba31-41e7-88d5-181d10b2595d} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:22.231097 [ 4 ] {887c601b-ba31-41e7-88d5-181d10b2595d} executeQuery: Read 527 rows, 39.97 KiB in 0.001357 sec., 388356.6691230656 rows/sec., 28.76 MiB/sec. 2026.02.12 06:42:22.231136 [ 4 ] {887c601b-ba31-41e7-88d5-181d10b2595d} TCPHandler: Processed in 0.00152276 sec. 2026.02.12 06:42:22.231251 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:22.231350 [ 4 ] {9079b7cc-a6ae-418a-b7b4-ba9b08ac2c50} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:22.231393 [ 4 ] {9079b7cc-a6ae-418a-b7b4-ba9b08ac2c50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:22.231956 [ 4 ] {9079b7cc-a6ae-418a-b7b4-ba9b08ac2c50} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:22.231993 [ 4 ] {9079b7cc-a6ae-418a-b7b4-ba9b08ac2c50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:22.232381 [ 4 ] {9079b7cc-a6ae-418a-b7b4-ba9b08ac2c50} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:42:22.232596 [ 4 ] {9079b7cc-a6ae-418a-b7b4-ba9b08ac2c50} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:22.232724 [ 4 ] {9079b7cc-a6ae-418a-b7b4-ba9b08ac2c50} executeQuery: Read 845 rows, 58.24 KiB in 0.001393 sec., 606604.4508255564 rows/sec., 40.83 MiB/sec. 2026.02.12 06:42:22.232762 [ 4 ] {9079b7cc-a6ae-418a-b7b4-ba9b08ac2c50} TCPHandler: Processed in 0.001560681 sec. 2026.02.12 06:42:22.232874 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:22.232968 [ 4 ] {6b9a745c-7273-4770-996a-0c8283fb9b3b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:22.233023 [ 4 ] {6b9a745c-7273-4770-996a-0c8283fb9b3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:22.233761 [ 4 ] {6b9a745c-7273-4770-996a-0c8283fb9b3b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:22.233798 [ 4 ] {6b9a745c-7273-4770-996a-0c8283fb9b3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:22.234303 [ 4 ] {6b9a745c-7273-4770-996a-0c8283fb9b3b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:42:22.234526 [ 4 ] {6b9a745c-7273-4770-996a-0c8283fb9b3b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:22.234664 [ 4 ] {6b9a745c-7273-4770-996a-0c8283fb9b3b} executeQuery: Read 5 rows, 9.17 KiB in 0.001715 sec., 2915.451895043732 rows/sec., 5.22 MiB/sec. 2026.02.12 06:42:22.234716 [ 4 ] {6b9a745c-7273-4770-996a-0c8283fb9b3b} TCPHandler: Processed in 0.001891809 sec. 2026.02.12 06:42:22.234827 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:22.234922 [ 4 ] {98a0853f-a1e2-4193-bf30-d76575f8a921} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:22.234964 [ 4 ] {98a0853f-a1e2-4193-bf30-d76575f8a921} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:22.235305 [ 4 ] {98a0853f-a1e2-4193-bf30-d76575f8a921} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:22.235342 [ 4 ] {98a0853f-a1e2-4193-bf30-d76575f8a921} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:22.235652 [ 4 ] {98a0853f-a1e2-4193-bf30-d76575f8a921} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:42:22.235865 [ 4 ] {98a0853f-a1e2-4193-bf30-d76575f8a921} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:22.235992 [ 4 ] {98a0853f-a1e2-4193-bf30-d76575f8a921} executeQuery: Read 60 rows, 4.14 KiB in 0.001089 sec., 55096.418732782375 rows/sec., 3.71 MiB/sec. 2026.02.12 06:42:22.236029 [ 4 ] {98a0853f-a1e2-4193-bf30-d76575f8a921} TCPHandler: Processed in 0.001251342 sec. 2026.02.12 06:42:23.884865 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10016 2026.02.12 06:42:23.885454 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:23.885511 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:23.886043 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:42:23.886280 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:23.886427 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10016 2026.02.12 06:42:23.886449 [ 54 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:42:23.886519 [ 54 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:23.886542 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:23.886654 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:42:23.886766 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:23.886802 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7648 rows starting from the beginning of the part 2026.02.12 06:42:23.886864 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 448 rows starting from the beginning of the part 2026.02.12 06:42:23.886909 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 512 rows starting from the beginning of the part 2026.02.12 06:42:23.886952 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 448 rows starting from the beginning of the part 2026.02.12 06:42:23.886986 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 512 rows starting from the beginning of the part 2026.02.12 06:42:23.887027 [ 186 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 448 rows starting from the beginning of the part 2026.02.12 06:42:23.888950 [ 195 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10016 rows, containing 4 columns (4 merged, 0 gathered) in 0.00234761 sec., 4266466.747032088 rows/sec., 61.03 MiB/sec. 2026.02.12 06:42:23.889437 [ 195 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:42:23.889774 [ 195 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:23.889855 [ 195 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_21_4} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:42:23.889955 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. 2026.02.12 06:42:24.428252 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.02.12 06:42:24.446329 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:24.446380 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:24.451944 [ 243 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:42:24.452653 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:24.452919 [ 54 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:42:24.452952 [ 54 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:24.452970 [ 54 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:24.453050 [ 190 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:42:24.455726 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.02.12 06:42:24.455903 [ 190 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:24.456639 [ 190 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.02.12 06:42:24.459985 [ 190 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.02.12 06:42:24.463595 [ 190 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.02.12 06:42:24.467346 [ 190 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.02.12 06:42:24.471946 [ 190 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.02.12 06:42:24.476304 [ 190 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.02.12 06:42:24.528088 [ 195 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.075064274 sec., 2118.1847439169264 rows/sec., 10.95 MiB/sec. 2026.02.12 06:42:24.530826 [ 195 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:42:24.532957 [ 195 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:24.533070 [ 195 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_21_4} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:42:24.535169 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.02.12 06:42:25.000226 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 243.62 MiB, peak 254.18 MiB, free memory in arenas 0.00 B, will set to 248.60 MiB (RSS), difference: 4.98 MiB 2026.02.12 06:42:26.401635 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 700 2026.02.12 06:42:26.404118 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:26.404163 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:26.405353 [ 242 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:42:26.405620 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:26.405975 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 700 2026.02.12 06:42:27.201401 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.201668 [ 4 ] {e598c978-021b-46e3-a3d5-73b006bfee47} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:42:27.201772 [ 4 ] {e598c978-021b-46e3-a3d5-73b006bfee47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:42:27.202471 [ 4 ] {e598c978-021b-46e3-a3d5-73b006bfee47} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.202513 [ 4 ] {e598c978-021b-46e3-a3d5-73b006bfee47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.202916 [ 4 ] {e598c978-021b-46e3-a3d5-73b006bfee47} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:42:27.203137 [ 4 ] {e598c978-021b-46e3-a3d5-73b006bfee47} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.203295 [ 4 ] {e598c978-021b-46e3-a3d5-73b006bfee47} executeQuery: Read 266 rows, 17.30 KiB in 0.001701 sec., 156378.60082304527 rows/sec., 9.93 MiB/sec. 2026.02.12 06:42:27.203341 [ 4 ] {e598c978-021b-46e3-a3d5-73b006bfee47} TCPHandler: Processed in 0.002117555 sec. 2026.02.12 06:42:27.203467 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.203568 [ 4 ] {0f14148c-e0b1-4f46-88e0-337816c7f80f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:27.203613 [ 4 ] {0f14148c-e0b1-4f46-88e0-337816c7f80f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:27.204284 [ 4 ] {0f14148c-e0b1-4f46-88e0-337816c7f80f} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.204320 [ 4 ] {0f14148c-e0b1-4f46-88e0-337816c7f80f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.204680 [ 4 ] {0f14148c-e0b1-4f46-88e0-337816c7f80f} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:42:27.204891 [ 4 ] {0f14148c-e0b1-4f46-88e0-337816c7f80f} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.205018 [ 4 ] {0f14148c-e0b1-4f46-88e0-337816c7f80f} executeQuery: Read 824 rows, 67.47 KiB in 0.001472 sec., 559782.6086956522 rows/sec., 44.76 MiB/sec. 2026.02.12 06:42:27.205054 [ 4 ] {0f14148c-e0b1-4f46-88e0-337816c7f80f} TCPHandler: Processed in 0.001640392 sec. 2026.02.12 06:42:27.205169 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.205264 [ 4 ] {6523256c-76af-4078-9a19-5c7b548322a0} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:27.205305 [ 4 ] {6523256c-76af-4078-9a19-5c7b548322a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:27.205727 [ 4 ] {6523256c-76af-4078-9a19-5c7b548322a0} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.205761 [ 4 ] {6523256c-76af-4078-9a19-5c7b548322a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.206058 [ 4 ] {6523256c-76af-4078-9a19-5c7b548322a0} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:42:27.206270 [ 4 ] {6523256c-76af-4078-9a19-5c7b548322a0} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.206363 [ 51 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:42:27.206395 [ 4 ] {6523256c-76af-4078-9a19-5c7b548322a0} executeQuery: Read 169 rows, 10.71 KiB in 0.00115 sec., 146956.52173913043 rows/sec., 9.09 MiB/sec. 2026.02.12 06:42:27.206398 [ 51 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.206426 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.206432 [ 4 ] {6523256c-76af-4078-9a19-5c7b548322a0} TCPHandler: Processed in 0.001312544 sec. 2026.02.12 06:42:27.206557 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:42:27.206581 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.206688 [ 4 ] {8674e9cc-7dd2-4d0c-8efd-f00269ff53cf} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:42:27.206707 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:27.206726 [ 4 ] {8674e9cc-7dd2-4d0c-8efd-f00269ff53cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:42:27.206743 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 192 rows starting from the beginning of the part 2026.02.12 06:42:27.206816 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 179 rows starting from the beginning of the part 2026.02.12 06:42:27.206859 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:27.206898 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 169 rows starting from the beginning of the part 2026.02.12 06:42:27.206935 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 7 rows starting from the beginning of the part 2026.02.12 06:42:27.206974 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 169 rows starting from the beginning of the part 2026.02.12 06:42:27.207164 [ 4 ] {8674e9cc-7dd2-4d0c-8efd-f00269ff53cf} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.207204 [ 4 ] {8674e9cc-7dd2-4d0c-8efd-f00269ff53cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.207629 [ 4 ] {8674e9cc-7dd2-4d0c-8efd-f00269ff53cf} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:42:27.207865 [ 4 ] {8674e9cc-7dd2-4d0c-8efd-f00269ff53cf} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.207945 [ 200 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 721 rows, containing 5 columns (5 merged, 0 gathered) in 0.001449237 sec., 497503.168908881 rows/sec., 32.94 MiB/sec. 2026.02.12 06:42:27.207999 [ 4 ] {8674e9cc-7dd2-4d0c-8efd-f00269ff53cf} executeQuery: Read 140 rows, 9.27 KiB in 0.00133 sec., 105263.15789473684 rows/sec., 6.80 MiB/sec. 2026.02.12 06:42:27.208043 [ 4 ] {8674e9cc-7dd2-4d0c-8efd-f00269ff53cf} TCPHandler: Processed in 0.001511199 sec. 2026.02.12 06:42:27.208119 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:42:27.208168 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.208270 [ 4 ] {4b222bf2-05ae-4a75-b963-80fa1ba054e4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:42:27.208315 [ 4 ] {4b222bf2-05ae-4a75-b963-80fa1ba054e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:42:27.208387 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.208463 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_26_5} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:42:27.208542 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.12 06:42:27.208741 [ 4 ] {4b222bf2-05ae-4a75-b963-80fa1ba054e4} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.208786 [ 4 ] {4b222bf2-05ae-4a75-b963-80fa1ba054e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.209122 [ 4 ] {4b222bf2-05ae-4a75-b963-80fa1ba054e4} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:42:27.209350 [ 4 ] {4b222bf2-05ae-4a75-b963-80fa1ba054e4} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.209478 [ 4 ] {4b222bf2-05ae-4a75-b963-80fa1ba054e4} executeQuery: Read 139 rows, 8.10 KiB in 0.001226 sec., 113376.83523654159 rows/sec., 6.45 MiB/sec. 2026.02.12 06:42:27.209515 [ 4 ] {4b222bf2-05ae-4a75-b963-80fa1ba054e4} TCPHandler: Processed in 0.001397166 sec. 2026.02.12 06:42:27.209630 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.209724 [ 4 ] {23cf1481-23d5-473e-9063-218fb3fe6218} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:27.209765 [ 4 ] {23cf1481-23d5-473e-9063-218fb3fe6218} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:27.210320 [ 4 ] {23cf1481-23d5-473e-9063-218fb3fe6218} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.210355 [ 4 ] {23cf1481-23d5-473e-9063-218fb3fe6218} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.210678 [ 4 ] {23cf1481-23d5-473e-9063-218fb3fe6218} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:42:27.210905 [ 4 ] {23cf1481-23d5-473e-9063-218fb3fe6218} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.211039 [ 4 ] {23cf1481-23d5-473e-9063-218fb3fe6218} executeQuery: Read 499 rows, 36.16 KiB in 0.001332 sec., 374624.6246246246 rows/sec., 26.51 MiB/sec. 2026.02.12 06:42:27.211077 [ 4 ] {23cf1481-23d5-473e-9063-218fb3fe6218} TCPHandler: Processed in 0.001496648 sec. 2026.02.12 06:42:27.211194 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.211289 [ 4 ] {e22e33b7-b79a-4cc5-a531-484e20e7ff70} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:42:27.211332 [ 4 ] {e22e33b7-b79a-4cc5-a531-484e20e7ff70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:42:27.211736 [ 4 ] {e22e33b7-b79a-4cc5-a531-484e20e7ff70} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.211769 [ 4 ] {e22e33b7-b79a-4cc5-a531-484e20e7ff70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.212159 [ 4 ] {e22e33b7-b79a-4cc5-a531-484e20e7ff70} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:42:27.212425 [ 4 ] {e22e33b7-b79a-4cc5-a531-484e20e7ff70} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.212543 [ 51 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2026.02.12 06:42:27.212572 [ 4 ] {e22e33b7-b79a-4cc5-a531-484e20e7ff70} executeQuery: Read 6 rows, 321.00 B in 0.001299 sec., 4618.937644341801 rows/sec., 241.32 KiB/sec. 2026.02.12 06:42:27.212583 [ 51 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.212610 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.212616 [ 4 ] {e22e33b7-b79a-4cc5-a531-484e20e7ff70} TCPHandler: Processed in 0.001471358 sec. 2026.02.12 06:42:27.212705 [ 195 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2026.02.12 06:42:27.212763 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.212805 [ 195 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:27.212843 [ 195 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 60 rows starting from the beginning of the part 2026.02.12 06:42:27.212861 [ 4 ] {53cefb86-5096-4394-b51f-a4e007187399} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:27.212906 [ 4 ] {53cefb86-5096-4394-b51f-a4e007187399} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:27.212908 [ 195 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2026.02.12 06:42:27.212966 [ 195 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part 2026.02.12 06:42:27.213016 [ 195 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part 2026.02.12 06:42:27.213062 [ 195 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part 2026.02.12 06:42:27.213109 [ 195 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part 2026.02.12 06:42:27.213330 [ 4 ] {53cefb86-5096-4394-b51f-a4e007187399} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.213366 [ 4 ] {53cefb86-5096-4394-b51f-a4e007187399} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.213713 [ 4 ] {53cefb86-5096-4394-b51f-a4e007187399} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:42:27.213962 [ 4 ] {53cefb86-5096-4394-b51f-a4e007187399} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.213977 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 90 rows, containing 4 columns (4 merged, 0 gathered) in 0.001315514 sec., 68414.3232227099 rows/sec., 3.49 MiB/sec. 2026.02.12 06:42:27.214128 [ 4 ] {53cefb86-5096-4394-b51f-a4e007187399} executeQuery: Read 258 rows, 17.59 KiB in 0.001286 sec., 200622.08398133746 rows/sec., 13.36 MiB/sec. 2026.02.12 06:42:27.214162 [ 192 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2026.02.12 06:42:27.214179 [ 4 ] {53cefb86-5096-4394-b51f-a4e007187399} TCPHandler: Processed in 0.001467678 sec. 2026.02.12 06:42:27.214329 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.214430 [ 4 ] {043e7811-a81a-42ad-b1dc-e62a55dc9428} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:42:27.214476 [ 4 ] {043e7811-a81a-42ad-b1dc-e62a55dc9428} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:42:27.214522 [ 192 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.214605 [ 192 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_15_3} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2026.02.12 06:42:27.214716 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.12 06:42:27.214812 [ 4 ] {043e7811-a81a-42ad-b1dc-e62a55dc9428} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.214854 [ 4 ] {043e7811-a81a-42ad-b1dc-e62a55dc9428} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.215188 [ 4 ] {043e7811-a81a-42ad-b1dc-e62a55dc9428} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:42:27.215407 [ 4 ] {043e7811-a81a-42ad-b1dc-e62a55dc9428} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.215537 [ 4 ] {043e7811-a81a-42ad-b1dc-e62a55dc9428} executeQuery: Read 1 rows, 69.00 B in 0.001126 sec., 888.0994671403197 rows/sec., 59.84 KiB/sec. 2026.02.12 06:42:27.215574 [ 4 ] {043e7811-a81a-42ad-b1dc-e62a55dc9428} TCPHandler: Processed in 0.001297323 sec. 2026.02.12 06:42:27.215688 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.215782 [ 4 ] {c2cb419f-9220-4677-9997-af7c9a589e9b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:27.215836 [ 4 ] {c2cb419f-9220-4677-9997-af7c9a589e9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:27.216730 [ 4 ] {c2cb419f-9220-4677-9997-af7c9a589e9b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.216772 [ 4 ] {c2cb419f-9220-4677-9997-af7c9a589e9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.217361 [ 4 ] {c2cb419f-9220-4677-9997-af7c9a589e9b} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:42:27.217590 [ 4 ] {c2cb419f-9220-4677-9997-af7c9a589e9b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.217741 [ 4 ] {c2cb419f-9220-4677-9997-af7c9a589e9b} executeQuery: Read 36 rows, 66.06 KiB in 0.001977 sec., 18209.40819423369 rows/sec., 32.63 MiB/sec. 2026.02.12 06:42:27.217796 [ 4 ] {c2cb419f-9220-4677-9997-af7c9a589e9b} TCPHandler: Processed in 0.002158655 sec. 2026.02.12 06:42:27.217914 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:27.218011 [ 4 ] {d7b88054-abf2-4ecc-bbd4-a9aec36bf7b2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:27.218057 [ 4 ] {d7b88054-abf2-4ecc-bbd4-a9aec36bf7b2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:27.218399 [ 4 ] {d7b88054-abf2-4ecc-bbd4-a9aec36bf7b2} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:27.218438 [ 4 ] {d7b88054-abf2-4ecc-bbd4-a9aec36bf7b2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:27.218753 [ 4 ] {d7b88054-abf2-4ecc-bbd4-a9aec36bf7b2} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:42:27.218974 [ 4 ] {d7b88054-abf2-4ecc-bbd4-a9aec36bf7b2} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:27.219104 [ 4 ] {d7b88054-abf2-4ecc-bbd4-a9aec36bf7b2} executeQuery: Read 88 rows, 5.66 KiB in 0.001112 sec., 79136.69064748201 rows/sec., 4.97 MiB/sec. 2026.02.12 06:42:27.219142 [ 4 ] {d7b88054-abf2-4ecc-bbd4-a9aec36bf7b2} TCPHandler: Processed in 0.001277953 sec. 2026.02.12 06:42:31.264250 [ 45 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:42:31.264325 [ 45 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:42:31.387470 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10528 2026.02.12 06:42:31.387990 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:31.388030 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:31.388548 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:42:31.388801 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:31.388947 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10528 2026.02.12 06:42:31.956762 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.02.12 06:42:31.971443 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:31.971497 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:31.977554 [ 243 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:42:31.978254 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:31.980842 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.02.12 06:42:32.192385 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:32.192580 [ 4 ] {de1198cf-c916-4d57-bc3e-e67e089b94dc} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:32.192655 [ 4 ] {de1198cf-c916-4d57-bc3e-e67e089b94dc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:32.193326 [ 4 ] {de1198cf-c916-4d57-bc3e-e67e089b94dc} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.193378 [ 4 ] {de1198cf-c916-4d57-bc3e-e67e089b94dc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.193781 [ 4 ] {de1198cf-c916-4d57-bc3e-e67e089b94dc} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:42:32.194018 [ 4 ] {de1198cf-c916-4d57-bc3e-e67e089b94dc} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.194167 [ 29 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:42:32.194183 [ 4 ] {de1198cf-c916-4d57-bc3e-e67e089b94dc} executeQuery: Read 66 rows, 5.38 KiB in 0.001656 sec., 39855.07246376812 rows/sec., 3.17 MiB/sec. 2026.02.12 06:42:32.194245 [ 29 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.194265 [ 4 ] {de1198cf-c916-4d57-bc3e-e67e089b94dc} TCPHandler: Processed in 0.002020772 sec. 2026.02.12 06:42:32.194278 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.194397 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:32.194432 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:42:32.194506 [ 4 ] {54fbbc64-09b7-4413-aef3-57ea8bf27fd5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:32.194557 [ 4 ] {54fbbc64-09b7-4413-aef3-57ea8bf27fd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:32.194592 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:32.194636 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1985 rows starting from the beginning of the part 2026.02.12 06:42:32.194713 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 66 rows starting from the beginning of the part 2026.02.12 06:42:32.194766 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 824 rows starting from the beginning of the part 2026.02.12 06:42:32.194815 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1207 rows starting from the beginning of the part 2026.02.12 06:42:32.194861 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 824 rows starting from the beginning of the part 2026.02.12 06:42:32.194909 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 66 rows starting from the beginning of the part 2026.02.12 06:42:32.194993 [ 4 ] {54fbbc64-09b7-4413-aef3-57ea8bf27fd5} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.195038 [ 4 ] {54fbbc64-09b7-4413-aef3-57ea8bf27fd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.195461 [ 4 ] {54fbbc64-09b7-4413-aef3-57ea8bf27fd5} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:42:32.195726 [ 4 ] {54fbbc64-09b7-4413-aef3-57ea8bf27fd5} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.195872 [ 4 ] {54fbbc64-09b7-4413-aef3-57ea8bf27fd5} executeQuery: Read 5 rows, 385.00 B in 0.001391 sec., 3594.5363048166782 rows/sec., 270.29 KiB/sec. 2026.02.12 06:42:32.195913 [ 4 ] {54fbbc64-09b7-4413-aef3-57ea8bf27fd5} TCPHandler: Processed in 0.001569351 sec. 2026.02.12 06:42:32.196030 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:32.196132 [ 4 ] {3e7270b1-e0f2-4f52-beb8-81ac7fc41f47} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:32.196175 [ 4 ] {3e7270b1-e0f2-4f52-beb8-81ac7fc41f47} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:32.196600 [ 4 ] {3e7270b1-e0f2-4f52-beb8-81ac7fc41f47} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.196639 [ 4 ] {3e7270b1-e0f2-4f52-beb8-81ac7fc41f47} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.196705 [ 186 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 4972 rows, containing 5 columns (5 merged, 0 gathered) in 0.00233737 sec., 2127177.1264284216 rows/sec., 180.91 MiB/sec. 2026.02.12 06:42:32.196956 [ 4 ] {3e7270b1-e0f2-4f52-beb8-81ac7fc41f47} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:42:32.196969 [ 187 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:42:32.197207 [ 4 ] {3e7270b1-e0f2-4f52-beb8-81ac7fc41f47} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.197253 [ 187 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.197322 [ 29 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:42:32.197337 [ 187 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_31_6} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:42:32.197341 [ 4 ] {3e7270b1-e0f2-4f52-beb8-81ac7fc41f47} executeQuery: Read 69 rows, 5.52 KiB in 0.001234 sec., 55915.72123176661 rows/sec., 4.36 MiB/sec. 2026.02.12 06:42:32.197361 [ 29 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.197395 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.197395 [ 4 ] {3e7270b1-e0f2-4f52-beb8-81ac7fc41f47} TCPHandler: Processed in 0.001415836 sec. 2026.02.12 06:42:32.197461 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.02.12 06:42:32.197512 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:42:32.197525 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:32.197614 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:32.197639 [ 4 ] {3e65117f-13ff-4a25-968d-22d9eebf7a50} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:32.197644 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 996 rows starting from the beginning of the part 2026.02.12 06:42:32.197693 [ 4 ] {3e65117f-13ff-4a25-968d-22d9eebf7a50} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:32.197712 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 69 rows starting from the beginning of the part 2026.02.12 06:42:32.197755 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 499 rows starting from the beginning of the part 2026.02.12 06:42:32.197789 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 527 rows starting from the beginning of the part 2026.02.12 06:42:32.197823 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 499 rows starting from the beginning of the part 2026.02.12 06:42:32.197858 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 69 rows starting from the beginning of the part 2026.02.12 06:42:32.198126 [ 4 ] {3e65117f-13ff-4a25-968d-22d9eebf7a50} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.198169 [ 4 ] {3e65117f-13ff-4a25-968d-22d9eebf7a50} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.198536 [ 4 ] {3e65117f-13ff-4a25-968d-22d9eebf7a50} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:42:32.198745 [ 4 ] {3e65117f-13ff-4a25-968d-22d9eebf7a50} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.198854 [ 29 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:42:32.198878 [ 4 ] {3e65117f-13ff-4a25-968d-22d9eebf7a50} executeQuery: Read 160 rows, 11.41 KiB in 0.001259 sec., 127084.98808578237 rows/sec., 8.85 MiB/sec. 2026.02.12 06:42:32.198885 [ 29 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.198920 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.198920 [ 186 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2659 rows, containing 5 columns (5 merged, 0 gathered) in 0.001484918 sec., 1790671.2693899595 rows/sec., 136.45 MiB/sec. 2026.02.12 06:42:32.198925 [ 4 ] {3e65117f-13ff-4a25-968d-22d9eebf7a50} TCPHandler: Processed in 0.001450477 sec. 2026.02.12 06:42:32.198996 [ 187 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:42:32.199073 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:32.199079 [ 187 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:32.199118 [ 187 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 9005 rows starting from the beginning of the part 2026.02.12 06:42:32.199145 [ 186 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:42:32.199169 [ 4 ] {ee94a3be-00c2-4077-a8e4-32da062e54b9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:32.199176 [ 187 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.02.12 06:42:32.199227 [ 187 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 258 rows starting from the beginning of the part 2026.02.12 06:42:32.199229 [ 4 ] {ee94a3be-00c2-4077-a8e4-32da062e54b9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:32.199268 [ 187 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 845 rows starting from the beginning of the part 2026.02.12 06:42:32.199309 [ 187 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 258 rows starting from the beginning of the part 2026.02.12 06:42:32.199348 [ 187 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part 2026.02.12 06:42:32.199487 [ 186 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.199589 [ 186 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_31_6} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:42:32.199688 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.02.12 06:42:32.199970 [ 4 ] {ee94a3be-00c2-4077-a8e4-32da062e54b9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.200009 [ 4 ] {ee94a3be-00c2-4077-a8e4-32da062e54b9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.200591 [ 4 ] {ee94a3be-00c2-4077-a8e4-32da062e54b9} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:42:32.200827 [ 4 ] {ee94a3be-00c2-4077-a8e4-32da062e54b9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.200971 [ 29 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:42:32.200975 [ 4 ] {ee94a3be-00c2-4077-a8e4-32da062e54b9} executeQuery: Read 5 rows, 9.17 KiB in 0.001825 sec., 2739.72602739726 rows/sec., 4.91 MiB/sec. 2026.02.12 06:42:32.201011 [ 29 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.201039 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.201062 [ 4 ] {ee94a3be-00c2-4077-a8e4-32da062e54b9} TCPHandler: Processed in 0.002040643 sec. 2026.02.12 06:42:32.201116 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:42:32.201198 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:32.201311 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:32.201315 [ 4 ] {2e5e1d2c-3243-4960-88e3-ad8632489e8a} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:32.201368 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 428 rows starting from the beginning of the part 2026.02.12 06:42:32.201373 [ 4 ] {2e5e1d2c-3243-4960-88e3-ad8632489e8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:32.201483 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:32.201584 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 36 rows starting from the beginning of the part 2026.02.12 06:42:32.201684 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:32.201768 [ 4 ] {2e5e1d2c-3243-4960-88e3-ad8632489e8a} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.201782 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 36 rows starting from the beginning of the part 2026.02.12 06:42:32.201812 [ 4 ] {2e5e1d2c-3243-4960-88e3-ad8632489e8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.201885 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:32.202205 [ 4 ] {2e5e1d2c-3243-4960-88e3-ad8632489e8a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:42:32.202443 [ 4 ] {2e5e1d2c-3243-4960-88e3-ad8632489e8a} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.202551 [ 29 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:42:32.202577 [ 4 ] {2e5e1d2c-3243-4960-88e3-ad8632489e8a} executeQuery: Read 60 rows, 4.14 KiB in 0.001285 sec., 46692.607003891055 rows/sec., 3.15 MiB/sec. 2026.02.12 06:42:32.202580 [ 29 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:32.202617 [ 29 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:32.202621 [ 4 ] {2e5e1d2c-3243-4960-88e3-ad8632489e8a} TCPHandler: Processed in 0.001483098 sec. 2026.02.12 06:42:32.202700 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:42:32.202827 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:32.202857 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1864 rows starting from the beginning of the part 2026.02.12 06:42:32.202915 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.02.12 06:42:32.202957 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 88 rows starting from the beginning of the part 2026.02.12 06:42:32.202996 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part 2026.02.12 06:42:32.203031 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part 2026.02.12 06:42:32.203067 [ 186 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part 2026.02.12 06:42:32.204306 [ 196 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2220 rows, containing 4 columns (4 merged, 0 gathered) in 0.001628452 sec., 1363257.8669804207 rows/sec., 88.14 MiB/sec. 2026.02.12 06:42:32.204691 [ 196 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:42:32.204783 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10686 rows, containing 5 columns (5 merged, 0 gathered) in 0.005818809 sec., 1836458.2855357514 rows/sec., 123.68 MiB/sec. 2026.02.12 06:42:32.204997 [ 196 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.205094 [ 196 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_31_6} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:42:32.205121 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:42:32.205202 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2026.02.12 06:42:32.205446 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.205533 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_31_6} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:42:32.205628 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.24 MiB. 2026.02.12 06:42:32.221068 [ 196 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 515 rows, containing 19 columns (19 merged, 0 gathered) in 0.019981865 sec., 25773.370003250446 rows/sec., 46.18 MiB/sec. 2026.02.12 06:42:32.222012 [ 196 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:42:32.222370 [ 196 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:32.222444 [ 196 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_26_5} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:42:32.222600 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. 2026.02.12 06:42:33.000287 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 250.37 MiB, peak 262.22 MiB, free memory in arenas 0.00 B, will set to 254.18 MiB (RSS), difference: 3.81 MiB 2026.02.12 06:42:36.406200 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 734 2026.02.12 06:42:36.408674 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:36.408734 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:36.409968 [ 242 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:42:36.410278 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:36.410476 [ 40 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.02.12 06:42:36.410554 [ 40 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:36.410586 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:36.410680 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 734 2026.02.12 06:42:36.410718 [ 199 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.02.12 06:42:36.411309 [ 199 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:36.411443 [ 199 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 552 rows starting from the beginning of the part 2026.02.12 06:42:36.411815 [ 199 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 40 rows starting from the beginning of the part 2026.02.12 06:42:36.412199 [ 199 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part 2026.02.12 06:42:36.412592 [ 199 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2026.02.12 06:42:36.412947 [ 199 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 38 rows starting from the beginning of the part 2026.02.12 06:42:36.413287 [ 199 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part 2026.02.12 06:42:36.419621 [ 197 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 734 rows, containing 72 columns (72 merged, 0 gathered) in 0.00896455 sec., 81878.06415269032 rows/sec., 69.31 MiB/sec. 2026.02.12 06:42:36.420782 [ 188 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.02.12 06:42:36.421428 [ 188 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:36.421514 [ 188 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_16_3} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.02.12 06:42:36.421839 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. 2026.02.12 06:42:37.202012 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.202185 [ 4 ] {5a82a6dd-aea7-4724-87a7-56a07c55a2b6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:42:37.202253 [ 4 ] {5a82a6dd-aea7-4724-87a7-56a07c55a2b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:42:37.203012 [ 4 ] {5a82a6dd-aea7-4724-87a7-56a07c55a2b6} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.203064 [ 4 ] {5a82a6dd-aea7-4724-87a7-56a07c55a2b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.203444 [ 4 ] {5a82a6dd-aea7-4724-87a7-56a07c55a2b6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:42:37.203689 [ 4 ] {5a82a6dd-aea7-4724-87a7-56a07c55a2b6} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.203850 [ 4 ] {5a82a6dd-aea7-4724-87a7-56a07c55a2b6} executeQuery: Read 266 rows, 17.30 KiB in 0.001713 sec., 155283.12901342675 rows/sec., 9.87 MiB/sec. 2026.02.12 06:42:37.203902 [ 4 ] {5a82a6dd-aea7-4724-87a7-56a07c55a2b6} TCPHandler: Processed in 0.002015242 sec. 2026.02.12 06:42:37.204028 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.204133 [ 4 ] {2d46c78e-3817-4966-9c0b-bc2e3dfbea27} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:42:37.204178 [ 4 ] {2d46c78e-3817-4966-9c0b-bc2e3dfbea27} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:42:37.204586 [ 4 ] {2d46c78e-3817-4966-9c0b-bc2e3dfbea27} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.204624 [ 4 ] {2d46c78e-3817-4966-9c0b-bc2e3dfbea27} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.204932 [ 4 ] {2d46c78e-3817-4966-9c0b-bc2e3dfbea27} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.02.12 06:42:37.205153 [ 4 ] {2d46c78e-3817-4966-9c0b-bc2e3dfbea27} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.205296 [ 4 ] {2d46c78e-3817-4966-9c0b-bc2e3dfbea27} executeQuery: Read 2 rows, 167.00 B in 0.001188 sec., 1683.5016835016834 rows/sec., 137.28 KiB/sec. 2026.02.12 06:42:37.205336 [ 4 ] {2d46c78e-3817-4966-9c0b-bc2e3dfbea27} TCPHandler: Processed in 0.001358895 sec. 2026.02.12 06:42:37.205448 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.205546 [ 4 ] {7ecbf532-b681-4245-8e54-19d183ba8ae0} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:37.205587 [ 4 ] {7ecbf532-b681-4245-8e54-19d183ba8ae0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:37.206365 [ 4 ] {7ecbf532-b681-4245-8e54-19d183ba8ae0} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.206406 [ 4 ] {7ecbf532-b681-4245-8e54-19d183ba8ae0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.206799 [ 4 ] {7ecbf532-b681-4245-8e54-19d183ba8ae0} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:42:37.207045 [ 4 ] {7ecbf532-b681-4245-8e54-19d183ba8ae0} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.207180 [ 4 ] {7ecbf532-b681-4245-8e54-19d183ba8ae0} executeQuery: Read 825 rows, 67.54 KiB in 0.001655 sec., 498489.4259818731 rows/sec., 39.85 MiB/sec. 2026.02.12 06:42:37.207218 [ 4 ] {7ecbf532-b681-4245-8e54-19d183ba8ae0} TCPHandler: Processed in 0.001820577 sec. 2026.02.12 06:42:37.207337 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.207433 [ 4 ] {4f00bd4a-b945-45a6-b3c0-89cd5562297d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:37.207476 [ 4 ] {4f00bd4a-b945-45a6-b3c0-89cd5562297d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:37.207934 [ 4 ] {4f00bd4a-b945-45a6-b3c0-89cd5562297d} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.207972 [ 4 ] {4f00bd4a-b945-45a6-b3c0-89cd5562297d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.208291 [ 4 ] {4f00bd4a-b945-45a6-b3c0-89cd5562297d} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:42:37.208508 [ 4 ] {4f00bd4a-b945-45a6-b3c0-89cd5562297d} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.208640 [ 4 ] {4f00bd4a-b945-45a6-b3c0-89cd5562297d} executeQuery: Read 171 rows, 10.85 KiB in 0.001226 sec., 139477.9771615008 rows/sec., 8.64 MiB/sec. 2026.02.12 06:42:37.208679 [ 4 ] {4f00bd4a-b945-45a6-b3c0-89cd5562297d} TCPHandler: Processed in 0.001390595 sec. 2026.02.12 06:42:37.208794 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.208889 [ 4 ] {71884625-6e22-4092-9088-b4ea71eaebc6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:42:37.208929 [ 4 ] {71884625-6e22-4092-9088-b4ea71eaebc6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:42:37.209406 [ 4 ] {71884625-6e22-4092-9088-b4ea71eaebc6} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.209442 [ 4 ] {71884625-6e22-4092-9088-b4ea71eaebc6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.209753 [ 4 ] {71884625-6e22-4092-9088-b4ea71eaebc6} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:42:37.209974 [ 4 ] {71884625-6e22-4092-9088-b4ea71eaebc6} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.210086 [ 37 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:42:37.210100 [ 4 ] {71884625-6e22-4092-9088-b4ea71eaebc6} executeQuery: Read 140 rows, 9.27 KiB in 0.001229 sec., 113913.75101708705 rows/sec., 7.36 MiB/sec. 2026.02.12 06:42:37.210158 [ 37 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.210165 [ 4 ] {71884625-6e22-4092-9088-b4ea71eaebc6} TCPHandler: Processed in 0.001418437 sec. 2026.02.12 06:42:37.210187 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.210283 [ 199 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:42:37.210303 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.210376 [ 199 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:37.210396 [ 4 ] {56ac3211-2feb-4c7b-a3f2-fea5f3dda655} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:42:37.210406 [ 199 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 370 rows starting from the beginning of the part 2026.02.12 06:42:37.210438 [ 4 ] {56ac3211-2feb-4c7b-a3f2-fea5f3dda655} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:42:37.210468 [ 199 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 140 rows starting from the beginning of the part 2026.02.12 06:42:37.210513 [ 199 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 140 rows starting from the beginning of the part 2026.02.12 06:42:37.210554 [ 199 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 228 rows starting from the beginning of the part 2026.02.12 06:42:37.210597 [ 199 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 140 rows starting from the beginning of the part 2026.02.12 06:42:37.210634 [ 199 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 140 rows starting from the beginning of the part 2026.02.12 06:42:37.210918 [ 4 ] {56ac3211-2feb-4c7b-a3f2-fea5f3dda655} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.210952 [ 4 ] {56ac3211-2feb-4c7b-a3f2-fea5f3dda655} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.211271 [ 4 ] {56ac3211-2feb-4c7b-a3f2-fea5f3dda655} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:42:37.211500 [ 4 ] {56ac3211-2feb-4c7b-a3f2-fea5f3dda655} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.211539 [ 197 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 5 columns (5 merged, 0 gathered) in 0.001350165 sec., 857672.9510837564 rows/sec., 59.74 MiB/sec. 2026.02.12 06:42:37.211690 [ 4 ] {56ac3211-2feb-4c7b-a3f2-fea5f3dda655} executeQuery: Read 139 rows, 8.10 KiB in 0.001309 sec., 106187.92971734148 rows/sec., 6.04 MiB/sec. 2026.02.12 06:42:37.211740 [ 4 ] {56ac3211-2feb-4c7b-a3f2-fea5f3dda655} TCPHandler: Processed in 0.001484658 sec. 2026.02.12 06:42:37.211814 [ 198 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:42:37.211873 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.211977 [ 4 ] {b4f115d7-1b91-4362-a682-276755335870} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:37.212028 [ 4 ] {b4f115d7-1b91-4362-a682-276755335870} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:37.212184 [ 198 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.212283 [ 198 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_21_4} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:42:37.212396 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.12 06:42:37.212764 [ 4 ] {b4f115d7-1b91-4362-a682-276755335870} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.212813 [ 4 ] {b4f115d7-1b91-4362-a682-276755335870} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.213228 [ 4 ] {b4f115d7-1b91-4362-a682-276755335870} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:42:37.213524 [ 4 ] {b4f115d7-1b91-4362-a682-276755335870} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.213694 [ 4 ] {b4f115d7-1b91-4362-a682-276755335870} executeQuery: Read 501 rows, 36.33 KiB in 0.001738 sec., 288262.37054085155 rows/sec., 20.41 MiB/sec. 2026.02.12 06:42:37.213741 [ 4 ] {b4f115d7-1b91-4362-a682-276755335870} TCPHandler: Processed in 0.00191693 sec. 2026.02.12 06:42:37.213876 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.213982 [ 4 ] {7aba19d5-2194-48e8-b673-d5f80444fd75} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:42:37.214037 [ 4 ] {7aba19d5-2194-48e8-b673-d5f80444fd75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:42:37.214424 [ 4 ] {7aba19d5-2194-48e8-b673-d5f80444fd75} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.214462 [ 4 ] {7aba19d5-2194-48e8-b673-d5f80444fd75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.214791 [ 4 ] {7aba19d5-2194-48e8-b673-d5f80444fd75} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:42:37.215024 [ 4 ] {7aba19d5-2194-48e8-b673-d5f80444fd75} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.215161 [ 4 ] {7aba19d5-2194-48e8-b673-d5f80444fd75} executeQuery: Read 6 rows, 321.00 B in 0.001201 sec., 4995.836802664447 rows/sec., 261.01 KiB/sec. 2026.02.12 06:42:37.215197 [ 4 ] {7aba19d5-2194-48e8-b673-d5f80444fd75} TCPHandler: Processed in 0.001379365 sec. 2026.02.12 06:42:37.215314 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.215410 [ 4 ] {1601adc6-9ec0-47c1-b811-00a5037b87bf} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:37.215455 [ 4 ] {1601adc6-9ec0-47c1-b811-00a5037b87bf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:37.215972 [ 4 ] {1601adc6-9ec0-47c1-b811-00a5037b87bf} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.216017 [ 4 ] {1601adc6-9ec0-47c1-b811-00a5037b87bf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.216465 [ 4 ] {1601adc6-9ec0-47c1-b811-00a5037b87bf} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:42:37.216707 [ 4 ] {1601adc6-9ec0-47c1-b811-00a5037b87bf} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.216863 [ 4 ] {1601adc6-9ec0-47c1-b811-00a5037b87bf} executeQuery: Read 259 rows, 17.66 KiB in 0.001472 sec., 175951.08695652173 rows/sec., 11.72 MiB/sec. 2026.02.12 06:42:37.216918 [ 4 ] {1601adc6-9ec0-47c1-b811-00a5037b87bf} TCPHandler: Processed in 0.001653552 sec. 2026.02.12 06:42:37.217055 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.217158 [ 4 ] {1b7627e2-50a8-4417-8542-e09525bad6a3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:42:37.217203 [ 4 ] {1b7627e2-50a8-4417-8542-e09525bad6a3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:42:37.217538 [ 4 ] {1b7627e2-50a8-4417-8542-e09525bad6a3} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.217576 [ 4 ] {1b7627e2-50a8-4417-8542-e09525bad6a3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.217910 [ 4 ] {1b7627e2-50a8-4417-8542-e09525bad6a3} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:42:37.218129 [ 4 ] {1b7627e2-50a8-4417-8542-e09525bad6a3} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.218266 [ 4 ] {1b7627e2-50a8-4417-8542-e09525bad6a3} executeQuery: Read 1 rows, 69.00 B in 0.001128 sec., 886.5248226950354 rows/sec., 59.74 KiB/sec. 2026.02.12 06:42:37.218305 [ 4 ] {1b7627e2-50a8-4417-8542-e09525bad6a3} TCPHandler: Processed in 0.001305273 sec. 2026.02.12 06:42:37.218418 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.218513 [ 4 ] {b5dd4fe5-5191-4d2f-a116-d404b4ebc81f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:37.218568 [ 4 ] {b5dd4fe5-5191-4d2f-a116-d404b4ebc81f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:37.219440 [ 4 ] {b5dd4fe5-5191-4d2f-a116-d404b4ebc81f} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.219483 [ 4 ] {b5dd4fe5-5191-4d2f-a116-d404b4ebc81f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.220070 [ 4 ] {b5dd4fe5-5191-4d2f-a116-d404b4ebc81f} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:42:37.220308 [ 4 ] {b5dd4fe5-5191-4d2f-a116-d404b4ebc81f} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.220449 [ 4 ] {b5dd4fe5-5191-4d2f-a116-d404b4ebc81f} executeQuery: Read 36 rows, 66.06 KiB in 0.001953 sec., 18433.179723502304 rows/sec., 33.03 MiB/sec. 2026.02.12 06:42:37.220518 [ 4 ] {b5dd4fe5-5191-4d2f-a116-d404b4ebc81f} TCPHandler: Processed in 0.002149755 sec. 2026.02.12 06:42:37.220642 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:37.220739 [ 4 ] {315106c3-03c9-47c6-91b2-a7ff149e472b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:37.220782 [ 4 ] {315106c3-03c9-47c6-91b2-a7ff149e472b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:37.221143 [ 4 ] {315106c3-03c9-47c6-91b2-a7ff149e472b} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:37.221181 [ 4 ] {315106c3-03c9-47c6-91b2-a7ff149e472b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:37.221497 [ 4 ] {315106c3-03c9-47c6-91b2-a7ff149e472b} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:42:37.221735 [ 4 ] {315106c3-03c9-47c6-91b2-a7ff149e472b} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:37.221873 [ 4 ] {315106c3-03c9-47c6-91b2-a7ff149e472b} executeQuery: Read 88 rows, 5.66 KiB in 0.001152 sec., 76388.88888888889 rows/sec., 4.80 MiB/sec. 2026.02.12 06:42:37.221907 [ 4 ] {315106c3-03c9-47c6-91b2-a7ff149e472b} TCPHandler: Processed in 0.001314444 sec. 2026.02.12 06:42:38.889064 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10976 2026.02.12 06:42:38.889733 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:38.889799 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:38.890425 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:42:38.890762 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:38.890965 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10976 2026.02.12 06:42:39.480923 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.02.12 06:42:39.497779 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:39.497854 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:39.504681 [ 243 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:42:39.505517 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:39.509959 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.02.12 06:42:39.549006 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60863 2026.02.12 06:42:39.549129 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.549164 [ 287 ] {} TCP-Session: 0e291c66-33a8-4baa-98f7-10972a9b788a Authenticating user 'default' from [fd00:1122:3344:101::e]:60863 2026.02.12 06:42:39.549195 [ 287 ] {} TCP-Session: 0e291c66-33a8-4baa-98f7-10972a9b788a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549215 [ 287 ] {} TCP-Session: 0e291c66-33a8-4baa-98f7-10972a9b788a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549447 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60223 2026.02.12 06:42:39.549476 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61812 2026.02.12 06:42:39.549494 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56098 2026.02.12 06:42:39.549555 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59468 2026.02.12 06:42:39.549561 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.549531 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57313 2026.02.12 06:42:39.549621 [ 288 ] {} TCP-Session: 23060ee0-1ced-40e4-8c57-9691811400ca Authenticating user 'default' from [fd00:1122:3344:101::e]:60223 2026.02.12 06:42:39.549645 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.549644 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.549668 [ 288 ] {} TCP-Session: 23060ee0-1ced-40e4-8c57-9691811400ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549688 [ 290 ] {} TCP-Session: 94463a9a-b573-4081-88e4-8d7c46347b09 Authenticating user 'default' from [fd00:1122:3344:101::e]:56098 2026.02.12 06:42:39.549705 [ 3 ] {} TCP-Session: 25b5ddc3-4bce-47c8-98a1-accf14bb9a02 Authenticating user 'default' from [fd00:1122:3344:101::e]:59468 2026.02.12 06:42:39.549735 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.549740 [ 290 ] {} TCP-Session: 94463a9a-b573-4081-88e4-8d7c46347b09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549756 [ 3 ] {} TCP-Session: 25b5ddc3-4bce-47c8-98a1-accf14bb9a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549769 [ 290 ] {} TCP-Session: 94463a9a-b573-4081-88e4-8d7c46347b09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549767 [ 294 ] {} TCP-Session: f4ee4bee-5ac5-4ffb-92bc-3935a838c9bc Authenticating user 'default' from [fd00:1122:3344:101::e]:57313 2026.02.12 06:42:39.549782 [ 3 ] {} TCP-Session: 25b5ddc3-4bce-47c8-98a1-accf14bb9a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549808 [ 294 ] {} TCP-Session: f4ee4bee-5ac5-4ffb-92bc-3935a838c9bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549709 [ 288 ] {} TCP-Session: 23060ee0-1ced-40e4-8c57-9691811400ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549833 [ 294 ] {} TCP-Session: f4ee4bee-5ac5-4ffb-92bc-3935a838c9bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549681 [ 287 ] {} TCP-Session: 0e291c66-33a8-4baa-98f7-10972a9b788a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:39.549604 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.549512 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49867 2026.02.12 06:42:39.549924 [ 289 ] {} TCP-Session: c8007857-7cdc-4c72-989a-4c9a1e55caa5 Authenticating user 'default' from [fd00:1122:3344:101::e]:61812 2026.02.12 06:42:39.549521 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63672 2026.02.12 06:42:39.549955 [ 289 ] {} TCP-Session: c8007857-7cdc-4c72-989a-4c9a1e55caa5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.549488 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48832 2026.02.12 06:42:39.549985 [ 289 ] {} TCP-Session: c8007857-7cdc-4c72-989a-4c9a1e55caa5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.550059 [ 287 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} executeQuery: (from [fd00:1122:3344:101::e]:60863) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:42:39.550125 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.550160 [ 292 ] {} TCP-Session: 80cd2573-b412-4dd8-a449-f2e190e34fae Authenticating user 'default' from [fd00:1122:3344:101::e]:49867 2026.02.12 06:42:39.550164 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.550177 [ 292 ] {} TCP-Session: 80cd2573-b412-4dd8-a449-f2e190e34fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.550185 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.550206 [ 292 ] {} TCP-Session: 80cd2573-b412-4dd8-a449-f2e190e34fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.550230 [ 291 ] {} TCP-Session: b3662c5a-79a9-4f39-ba1d-39b6741d4676 Authenticating user 'default' from [fd00:1122:3344:101::e]:48832 2026.02.12 06:42:39.550200 [ 293 ] {} TCP-Session: 1b680a55-a14a-408e-947d-a2ffc347c43c Authenticating user 'default' from [fd00:1122:3344:101::e]:63672 2026.02.12 06:42:39.550258 [ 291 ] {} TCP-Session: b3662c5a-79a9-4f39-ba1d-39b6741d4676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.550276 [ 293 ] {} TCP-Session: 1b680a55-a14a-408e-947d-a2ffc347c43c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.550282 [ 291 ] {} TCP-Session: b3662c5a-79a9-4f39-ba1d-39b6741d4676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.550297 [ 293 ] {} TCP-Session: 1b680a55-a14a-408e-947d-a2ffc347c43c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.550439 [ 287 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:42:39.550507 [ 287 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:42:39.550919 [ 287 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:42:39.551983 [ 267 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} AggregatingTransform: Aggregating 2026.02.12 06:42:39.552017 [ 267 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} Aggregator: Aggregation method: without_key 2026.02.12 06:42:39.552050 [ 267 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001018856 sec. (981.493 rows/sec., 38.34 KiB/sec.) 2026.02.12 06:42:39.552068 [ 267 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} Aggregator: Merging aggregated data 2026.02.12 06:42:39.553530 [ 287 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} executeQuery: Read 1 rows, 40.00 B in 0.003538 sec., 282.6455624646693 rows/sec., 11.04 KiB/sec. 2026.02.12 06:42:39.553656 [ 287 ] {7b3c4f0f-62db-406f-9224-84d6c5bda1b5} TCPHandler: Processed in 0.004128527 sec. 2026.02.12 06:42:39.553783 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.553808 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.553814 [ 287 ] {} TCP-Session: 0e291c66-33a8-4baa-98f7-10972a9b788a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.553832 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.553853 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.553874 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.553895 [ 288 ] {} TCP-Session: 23060ee0-1ced-40e4-8c57-9691811400ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.553911 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.553929 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.553945 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.553967 [ 289 ] {} TCP-Session: c8007857-7cdc-4c72-989a-4c9a1e55caa5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.553995 [ 291 ] {} TCP-Session: b3662c5a-79a9-4f39-ba1d-39b6741d4676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.554013 [ 293 ] {} TCP-Session: 1b680a55-a14a-408e-947d-a2ffc347c43c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.553942 [ 292 ] {} TCP-Session: 80cd2573-b412-4dd8-a449-f2e190e34fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.553930 [ 294 ] {} TCP-Session: f4ee4bee-5ac5-4ffb-92bc-3935a838c9bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.553892 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.553867 [ 3 ] {} TCP-Session: 25b5ddc3-4bce-47c8-98a1-accf14bb9a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.554126 [ 290 ] {} TCP-Session: 94463a9a-b573-4081-88e4-8d7c46347b09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.639280 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52002 2026.02.12 06:42:39.639378 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.639404 [ 287 ] {} TCP-Session: d7c9e8af-1e86-4aa2-be82-4f7d09745c32 Authenticating user 'default' from [fd00:1122:3344:101::e]:52002 2026.02.12 06:42:39.639424 [ 287 ] {} TCP-Session: d7c9e8af-1e86-4aa2-be82-4f7d09745c32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.639436 [ 287 ] {} TCP-Session: d7c9e8af-1e86-4aa2-be82-4f7d09745c32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.639623 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39039 2026.02.12 06:42:39.639650 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46782 2026.02.12 06:42:39.639675 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46528 2026.02.12 06:42:39.639683 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45602 2026.02.12 06:42:39.639754 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.639754 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.639757 [ 287 ] {} TCP-Session: d7c9e8af-1e86-4aa2-be82-4f7d09745c32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:39.639794 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.639829 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.639661 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35123 2026.02.12 06:42:39.639863 [ 3 ] {} TCP-Session: fc031f03-1c06-44ea-8c3a-d24a49ff1b1b Authenticating user 'default' from [fd00:1122:3344:101::e]:45602 2026.02.12 06:42:39.639638 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34926 2026.02.12 06:42:39.639894 [ 3 ] {} TCP-Session: fc031f03-1c06-44ea-8c3a-d24a49ff1b1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.639915 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.639926 [ 3 ] {} TCP-Session: fc031f03-1c06-44ea-8c3a-d24a49ff1b1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.639629 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44648 2026.02.12 06:42:39.639941 [ 293 ] {} TCP-Session: f00a8dd3-7eb4-4ac6-8b42-120f94c5fc4e Authenticating user 'default' from [fd00:1122:3344:101::e]:35123 2026.02.12 06:42:39.639959 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.639966 [ 287 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} executeQuery: (from [fd00:1122:3344:101::e]:52002) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:42:39.639976 [ 293 ] {} TCP-Session: f00a8dd3-7eb4-4ac6-8b42-120f94c5fc4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.639995 [ 290 ] {} TCP-Session: 9d237499-a11c-46cf-87c6-212584b2c233 Authenticating user 'default' from [fd00:1122:3344:101::e]:34926 2026.02.12 06:42:39.640006 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.640017 [ 293 ] {} TCP-Session: f00a8dd3-7eb4-4ac6-8b42-120f94c5fc4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640041 [ 290 ] {} TCP-Session: 9d237499-a11c-46cf-87c6-212584b2c233 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640051 [ 289 ] {} TCP-Session: ca6e76da-73e3-478d-bbdf-b5bbd078d9ba Authenticating user 'default' from [fd00:1122:3344:101::e]:44648 2026.02.12 06:42:39.640067 [ 290 ] {} TCP-Session: 9d237499-a11c-46cf-87c6-212584b2c233 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640082 [ 289 ] {} TCP-Session: ca6e76da-73e3-478d-bbdf-b5bbd078d9ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.639632 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59909 2026.02.12 06:42:39.640107 [ 289 ] {} TCP-Session: ca6e76da-73e3-478d-bbdf-b5bbd078d9ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.639847 [ 294 ] {} TCP-Session: 8fc1b359-11d0-4138-afd9-d420ac6a438d Authenticating user 'default' from [fd00:1122:3344:101::e]:46528 2026.02.12 06:42:39.639801 [ 288 ] {} TCP-Session: a2d114d3-b425-4951-8b68-d93d245526c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39039 2026.02.12 06:42:39.640172 [ 294 ] {} TCP-Session: 8fc1b359-11d0-4138-afd9-d420ac6a438d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640180 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:42:39.640198 [ 294 ] {} TCP-Session: 8fc1b359-11d0-4138-afd9-d420ac6a438d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640196 [ 288 ] {} TCP-Session: a2d114d3-b425-4951-8b68-d93d245526c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640217 [ 291 ] {} TCP-Session: 1048e204-243c-4589-aec7-1f8966172fba Authenticating user 'default' from [fd00:1122:3344:101::e]:59909 2026.02.12 06:42:39.640236 [ 287 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:42:39.640253 [ 291 ] {} TCP-Session: 1048e204-243c-4589-aec7-1f8966172fba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.639791 [ 292 ] {} TCP-Session: 52a0c8a0-ddf6-4d8f-9f36-cd11debe3ed1 Authenticating user 'default' from [fd00:1122:3344:101::e]:46782 2026.02.12 06:42:39.640272 [ 291 ] {} TCP-Session: 1048e204-243c-4589-aec7-1f8966172fba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640294 [ 287 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:42:39.640300 [ 292 ] {} TCP-Session: 52a0c8a0-ddf6-4d8f-9f36-cd11debe3ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640237 [ 288 ] {} TCP-Session: a2d114d3-b425-4951-8b68-d93d245526c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640329 [ 292 ] {} TCP-Session: 52a0c8a0-ddf6-4d8f-9f36-cd11debe3ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.640583 [ 287 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:42:39.641630 [ 295 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} AggregatingTransform: Aggregating 2026.02.12 06:42:39.641689 [ 295 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} Aggregator: Aggregation method: without_key 2026.02.12 06:42:39.641729 [ 295 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001041787 sec. (959.889 rows/sec., 37.50 KiB/sec.) 2026.02.12 06:42:39.641751 [ 295 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} Aggregator: Merging aggregated data 2026.02.12 06:42:39.642918 [ 287 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} executeQuery: Read 1 rows, 40.00 B in 0.00301 sec., 332.22591362126246 rows/sec., 12.98 KiB/sec. 2026.02.12 06:42:39.643039 [ 287 ] {b816e94f-ae03-4002-942e-4c0f34e655f7} TCPHandler: Processed in 0.003393248 sec. 2026.02.12 06:42:39.643170 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.643197 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.643200 [ 287 ] {} TCP-Session: d7c9e8af-1e86-4aa2-be82-4f7d09745c32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.643222 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.643242 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.643245 [ 288 ] {} TCP-Session: a2d114d3-b425-4951-8b68-d93d245526c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.643263 [ 291 ] {} TCP-Session: 1048e204-243c-4589-aec7-1f8966172fba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.643276 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.643293 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.643296 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.643346 [ 289 ] {} TCP-Session: ca6e76da-73e3-478d-bbdf-b5bbd078d9ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.643358 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.643377 [ 290 ] {} TCP-Session: 9d237499-a11c-46cf-87c6-212584b2c233 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.643346 [ 3 ] {} TCP-Session: fc031f03-1c06-44ea-8c3a-d24a49ff1b1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.643403 [ 293 ] {} TCP-Session: f00a8dd3-7eb4-4ac6-8b42-120f94c5fc4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.643315 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:42:39.643286 [ 292 ] {} TCP-Session: 52a0c8a0-ddf6-4d8f-9f36-cd11debe3ed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:39.643502 [ 294 ] {} TCP-Session: 8fc1b359-11d0-4138-afd9-d420ac6a438d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:42:42.193470 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:42.193669 [ 4 ] {b5c962c0-6217-4f4c-be52-d912e372f6d9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:42.193750 [ 4 ] {b5c962c0-6217-4f4c-be52-d912e372f6d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:42.194477 [ 4 ] {b5c962c0-6217-4f4c-be52-d912e372f6d9} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:42.194529 [ 4 ] {b5c962c0-6217-4f4c-be52-d912e372f6d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:42.194929 [ 4 ] {b5c962c0-6217-4f4c-be52-d912e372f6d9} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.12 06:42:42.195164 [ 4 ] {b5c962c0-6217-4f4c-be52-d912e372f6d9} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:42.195329 [ 4 ] {b5c962c0-6217-4f4c-be52-d912e372f6d9} executeQuery: Read 66 rows, 5.38 KiB in 0.001713 sec., 38528.89667250438 rows/sec., 3.07 MiB/sec. 2026.02.12 06:42:42.195377 [ 4 ] {b5c962c0-6217-4f4c-be52-d912e372f6d9} TCPHandler: Processed in 0.002046092 sec. 2026.02.12 06:42:42.195506 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:42.195609 [ 4 ] {62b6bf61-9714-4b18-a0b9-f740e8bb8847} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:42.195654 [ 4 ] {62b6bf61-9714-4b18-a0b9-f740e8bb8847} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:42.196063 [ 4 ] {62b6bf61-9714-4b18-a0b9-f740e8bb8847} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:42.196102 [ 4 ] {62b6bf61-9714-4b18-a0b9-f740e8bb8847} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:42.196404 [ 4 ] {62b6bf61-9714-4b18-a0b9-f740e8bb8847} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:42:42.196621 [ 4 ] {62b6bf61-9714-4b18-a0b9-f740e8bb8847} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:42.196753 [ 4 ] {62b6bf61-9714-4b18-a0b9-f740e8bb8847} executeQuery: Read 5 rows, 385.00 B in 0.001167 sec., 4284.490145672665 rows/sec., 322.17 KiB/sec. 2026.02.12 06:42:42.196792 [ 4 ] {62b6bf61-9714-4b18-a0b9-f740e8bb8847} TCPHandler: Processed in 0.001340965 sec. 2026.02.12 06:42:42.196906 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:42.197003 [ 4 ] {8d70f37d-23b9-4431-ae57-c94325d6490e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:42.197043 [ 4 ] {8d70f37d-23b9-4431-ae57-c94325d6490e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:42.197450 [ 4 ] {8d70f37d-23b9-4431-ae57-c94325d6490e} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:42.197487 [ 4 ] {8d70f37d-23b9-4431-ae57-c94325d6490e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:42.197799 [ 4 ] {8d70f37d-23b9-4431-ae57-c94325d6490e} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.12 06:42:42.198025 [ 4 ] {8d70f37d-23b9-4431-ae57-c94325d6490e} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:42.198154 [ 4 ] {8d70f37d-23b9-4431-ae57-c94325d6490e} executeQuery: Read 69 rows, 5.52 KiB in 0.001171 sec., 58923.99658411614 rows/sec., 4.60 MiB/sec. 2026.02.12 06:42:42.198192 [ 4 ] {8d70f37d-23b9-4431-ae57-c94325d6490e} TCPHandler: Processed in 0.001334215 sec. 2026.02.12 06:42:42.198304 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:42.198399 [ 4 ] {e741fc1b-09c5-422c-b82e-0f70c5a1ced6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:42.198443 [ 4 ] {e741fc1b-09c5-422c-b82e-0f70c5a1ced6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:42.198865 [ 4 ] {e741fc1b-09c5-422c-b82e-0f70c5a1ced6} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:42.198902 [ 4 ] {e741fc1b-09c5-422c-b82e-0f70c5a1ced6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:42.199232 [ 4 ] {e741fc1b-09c5-422c-b82e-0f70c5a1ced6} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.12 06:42:42.199443 [ 4 ] {e741fc1b-09c5-422c-b82e-0f70c5a1ced6} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:42.199571 [ 4 ] {e741fc1b-09c5-422c-b82e-0f70c5a1ced6} executeQuery: Read 160 rows, 11.41 KiB in 0.001191 sec., 134340.8900083963 rows/sec., 9.36 MiB/sec. 2026.02.12 06:42:42.199607 [ 4 ] {e741fc1b-09c5-422c-b82e-0f70c5a1ced6} TCPHandler: Processed in 0.001352765 sec. 2026.02.12 06:42:42.199720 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:42.199813 [ 4 ] {e5d8db96-e897-49f7-a380-d287b44e1fec} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:42.199868 [ 4 ] {e5d8db96-e897-49f7-a380-d287b44e1fec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:42.200598 [ 4 ] {e5d8db96-e897-49f7-a380-d287b44e1fec} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:42.200635 [ 4 ] {e5d8db96-e897-49f7-a380-d287b44e1fec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:42.201125 [ 4 ] {e5d8db96-e897-49f7-a380-d287b44e1fec} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:42:42.201347 [ 4 ] {e5d8db96-e897-49f7-a380-d287b44e1fec} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:42.201488 [ 4 ] {e5d8db96-e897-49f7-a380-d287b44e1fec} executeQuery: Read 5 rows, 9.17 KiB in 0.001693 sec., 2953.3372711163615 rows/sec., 5.29 MiB/sec. 2026.02.12 06:42:42.201548 [ 4 ] {e5d8db96-e897-49f7-a380-d287b44e1fec} TCPHandler: Processed in 0.001881208 sec. 2026.02.12 06:42:42.201669 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:42.201765 [ 4 ] {d488fbf2-de07-40d0-97e7-0126de67dc19} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:42.201808 [ 4 ] {d488fbf2-de07-40d0-97e7-0126de67dc19} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:42.202154 [ 4 ] {d488fbf2-de07-40d0-97e7-0126de67dc19} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:42.202192 [ 4 ] {d488fbf2-de07-40d0-97e7-0126de67dc19} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:42.202494 [ 4 ] {d488fbf2-de07-40d0-97e7-0126de67dc19} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.12 06:42:42.202715 [ 4 ] {d488fbf2-de07-40d0-97e7-0126de67dc19} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:42.202843 [ 4 ] {d488fbf2-de07-40d0-97e7-0126de67dc19} executeQuery: Read 60 rows, 4.14 KiB in 0.001097 sec., 54694.62169553327 rows/sec., 3.69 MiB/sec. 2026.02.12 06:42:42.202879 [ 4 ] {d488fbf2-de07-40d0-97e7-0126de67dc19} TCPHandler: Processed in 0.001258533 sec. 2026.02.12 06:42:46.264568 [ 26 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:42:46.264635 [ 26 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:42:46.391047 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11488 2026.02.12 06:42:46.391585 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:46.391636 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:46.392211 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:42:46.392542 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:46.392710 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11488 2026.02.12 06:42:46.410878 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 774 2026.02.12 06:42:46.413403 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:46.413458 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:46.414736 [ 242 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:42:46.415026 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:46.415388 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 774 2026.02.12 06:42:47.010026 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.02.12 06:42:47.027404 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.027472 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.033337 [ 243 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:42:47.034095 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.037191 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.02.12 06:42:47.202416 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.202616 [ 4 ] {c5197a95-0630-4c28-959f-1abf3a12fb90} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:42:47.202693 [ 4 ] {c5197a95-0630-4c28-959f-1abf3a12fb90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:42:47.203542 [ 4 ] {c5197a95-0630-4c28-959f-1abf3a12fb90} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.203594 [ 4 ] {c5197a95-0630-4c28-959f-1abf3a12fb90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.204008 [ 4 ] {c5197a95-0630-4c28-959f-1abf3a12fb90} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:42:47.204249 [ 4 ] {c5197a95-0630-4c28-959f-1abf3a12fb90} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.204416 [ 4 ] {c5197a95-0630-4c28-959f-1abf3a12fb90} executeQuery: Read 266 rows, 17.30 KiB in 0.001854 sec., 143473.57065803668 rows/sec., 9.11 MiB/sec. 2026.02.12 06:42:47.204427 [ 25 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.02.12 06:42:47.204465 [ 4 ] {c5197a95-0630-4c28-959f-1abf3a12fb90} TCPHandler: Processed in 0.002189666 sec. 2026.02.12 06:42:47.204501 [ 25 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.204532 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.204608 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.204635 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.02.12 06:42:47.204725 [ 4 ] {0f5cc3c3-ac27-4e12-afc5-a3f7f6ceb595} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:47.204744 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:47.204774 [ 4 ] {0f5cc3c3-ac27-4e12-afc5-a3f7f6ceb595} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:47.204779 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 266 rows starting from the beginning of the part 2026.02.12 06:42:47.204848 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 266 rows starting from the beginning of the part 2026.02.12 06:42:47.204899 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 266 rows starting from the beginning of the part 2026.02.12 06:42:47.204943 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 266 rows starting from the beginning of the part 2026.02.12 06:42:47.204987 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 266 rows starting from the beginning of the part 2026.02.12 06:42:47.205626 [ 4 ] {0f5cc3c3-ac27-4e12-afc5-a3f7f6ceb595} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.205664 [ 4 ] {0f5cc3c3-ac27-4e12-afc5-a3f7f6ceb595} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.205916 [ 198 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321434 sec., 1006482.3517481766 rows/sec., 67.78 MiB/sec. 2026.02.12 06:42:47.206049 [ 4 ] {0f5cc3c3-ac27-4e12-afc5-a3f7f6ceb595} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.12 06:42:47.206049 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.02.12 06:42:47.206294 [ 4 ] {0f5cc3c3-ac27-4e12-afc5-a3f7f6ceb595} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.206310 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.206380 [ 199 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_17_4} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.02.12 06:42:47.206434 [ 4 ] {0f5cc3c3-ac27-4e12-afc5-a3f7f6ceb595} executeQuery: Read 824 rows, 67.47 KiB in 0.001735 sec., 474927.95389048994 rows/sec., 37.98 MiB/sec. 2026.02.12 06:42:47.206443 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.12 06:42:47.206476 [ 4 ] {0f5cc3c3-ac27-4e12-afc5-a3f7f6ceb595} TCPHandler: Processed in 0.001920359 sec. 2026.02.12 06:42:47.206595 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.206694 [ 4 ] {d890bb98-6395-4f8a-b04f-4dba2b234f32} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:47.206738 [ 4 ] {d890bb98-6395-4f8a-b04f-4dba2b234f32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:47.207194 [ 4 ] {d890bb98-6395-4f8a-b04f-4dba2b234f32} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.207235 [ 4 ] {d890bb98-6395-4f8a-b04f-4dba2b234f32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.207538 [ 4 ] {d890bb98-6395-4f8a-b04f-4dba2b234f32} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:42:47.207758 [ 4 ] {d890bb98-6395-4f8a-b04f-4dba2b234f32} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.207889 [ 4 ] {d890bb98-6395-4f8a-b04f-4dba2b234f32} executeQuery: Read 169 rows, 10.71 KiB in 0.001217 sec., 138866.06409202958 rows/sec., 8.59 MiB/sec. 2026.02.12 06:42:47.207927 [ 4 ] {d890bb98-6395-4f8a-b04f-4dba2b234f32} TCPHandler: Processed in 0.001382545 sec. 2026.02.12 06:42:47.208041 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.208138 [ 4 ] {9dd05024-440d-4baa-a799-9c9c0f13fa3f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:42:47.208179 [ 4 ] {9dd05024-440d-4baa-a799-9c9c0f13fa3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:42:47.208624 [ 4 ] {9dd05024-440d-4baa-a799-9c9c0f13fa3f} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.208660 [ 4 ] {9dd05024-440d-4baa-a799-9c9c0f13fa3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.208970 [ 4 ] {9dd05024-440d-4baa-a799-9c9c0f13fa3f} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:42:47.209192 [ 4 ] {9dd05024-440d-4baa-a799-9c9c0f13fa3f} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.209320 [ 4 ] {9dd05024-440d-4baa-a799-9c9c0f13fa3f} executeQuery: Read 140 rows, 9.27 KiB in 0.001201 sec., 116569.52539550375 rows/sec., 7.53 MiB/sec. 2026.02.12 06:42:47.209359 [ 4 ] {9dd05024-440d-4baa-a799-9c9c0f13fa3f} TCPHandler: Processed in 0.001367455 sec. 2026.02.12 06:42:47.209469 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.209565 [ 4 ] {51806a34-fb0f-4c5d-a3d2-e2d01c8d89b1} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:42:47.209607 [ 4 ] {51806a34-fb0f-4c5d-a3d2-e2d01c8d89b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:42:47.210047 [ 4 ] {51806a34-fb0f-4c5d-a3d2-e2d01c8d89b1} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.210085 [ 4 ] {51806a34-fb0f-4c5d-a3d2-e2d01c8d89b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.210393 [ 4 ] {51806a34-fb0f-4c5d-a3d2-e2d01c8d89b1} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:42:47.210602 [ 4 ] {51806a34-fb0f-4c5d-a3d2-e2d01c8d89b1} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.210701 [ 25 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.02.12 06:42:47.210729 [ 4 ] {51806a34-fb0f-4c5d-a3d2-e2d01c8d89b1} executeQuery: Read 139 rows, 8.10 KiB in 0.001182 sec., 117597.29272419626 rows/sec., 6.69 MiB/sec. 2026.02.12 06:42:47.210754 [ 25 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.210773 [ 4 ] {51806a34-fb0f-4c5d-a3d2-e2d01c8d89b1} TCPHandler: Processed in 0.001352925 sec. 2026.02.12 06:42:47.210777 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.210877 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.02.12 06:42:47.210890 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.210979 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:47.210997 [ 4 ] {3b4d6261-5d83-468b-9770-2d46b8d1bf99} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:47.211010 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 139 rows starting from the beginning of the part 2026.02.12 06:42:47.211038 [ 4 ] {3b4d6261-5d83-468b-9770-2d46b8d1bf99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:47.211090 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 139 rows starting from the beginning of the part 2026.02.12 06:42:47.211146 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 139 rows starting from the beginning of the part 2026.02.12 06:42:47.211193 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 139 rows starting from the beginning of the part 2026.02.12 06:42:47.211241 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 139 rows starting from the beginning of the part 2026.02.12 06:42:47.211688 [ 4 ] {3b4d6261-5d83-468b-9770-2d46b8d1bf99} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.211730 [ 4 ] {3b4d6261-5d83-468b-9770-2d46b8d1bf99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.212001 [ 198 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 5 columns (5 merged, 0 gathered) in 0.00116184 sec., 598189.0793913103 rows/sec., 36.31 MiB/sec. 2026.02.12 06:42:47.212056 [ 4 ] {3b4d6261-5d83-468b-9770-2d46b8d1bf99} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.12 06:42:47.212116 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.02.12 06:42:47.212285 [ 4 ] {3b4d6261-5d83-468b-9770-2d46b8d1bf99} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.212358 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.212418 [ 4 ] {3b4d6261-5d83-468b-9770-2d46b8d1bf99} executeQuery: Read 499 rows, 36.16 KiB in 0.001439 sec., 346768.5892981237 rows/sec., 24.54 MiB/sec. 2026.02.12 06:42:47.212425 [ 191 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_17_4} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.02.12 06:42:47.212456 [ 4 ] {3b4d6261-5d83-468b-9770-2d46b8d1bf99} TCPHandler: Processed in 0.001615671 sec. 2026.02.12 06:42:47.212488 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.12 06:42:47.212561 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.212656 [ 4 ] {7913e46f-dbd7-4f8a-8f66-b4fcad0d7855} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:42:47.212699 [ 4 ] {7913e46f-dbd7-4f8a-8f66-b4fcad0d7855} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:42:47.213028 [ 4 ] {7913e46f-dbd7-4f8a-8f66-b4fcad0d7855} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.213063 [ 4 ] {7913e46f-dbd7-4f8a-8f66-b4fcad0d7855} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.213373 [ 4 ] {7913e46f-dbd7-4f8a-8f66-b4fcad0d7855} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:42:47.213579 [ 4 ] {7913e46f-dbd7-4f8a-8f66-b4fcad0d7855} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.213709 [ 4 ] {7913e46f-dbd7-4f8a-8f66-b4fcad0d7855} executeQuery: Read 6 rows, 321.00 B in 0.00107 sec., 5607.476635514019 rows/sec., 292.97 KiB/sec. 2026.02.12 06:42:47.213748 [ 4 ] {7913e46f-dbd7-4f8a-8f66-b4fcad0d7855} TCPHandler: Processed in 0.001236722 sec. 2026.02.12 06:42:47.213859 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.213954 [ 4 ] {3f4d68df-7b53-4472-93c2-92ad31ac5faf} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:47.213998 [ 4 ] {3f4d68df-7b53-4472-93c2-92ad31ac5faf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:47.214431 [ 4 ] {3f4d68df-7b53-4472-93c2-92ad31ac5faf} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.214468 [ 4 ] {3f4d68df-7b53-4472-93c2-92ad31ac5faf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.214798 [ 4 ] {3f4d68df-7b53-4472-93c2-92ad31ac5faf} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.12 06:42:47.215013 [ 4 ] {3f4d68df-7b53-4472-93c2-92ad31ac5faf} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.215144 [ 4 ] {3f4d68df-7b53-4472-93c2-92ad31ac5faf} executeQuery: Read 258 rows, 17.59 KiB in 0.001209 sec., 213399.50372208437 rows/sec., 14.21 MiB/sec. 2026.02.12 06:42:47.215182 [ 4 ] {3f4d68df-7b53-4472-93c2-92ad31ac5faf} TCPHandler: Processed in 0.001370795 sec. 2026.02.12 06:42:47.215292 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.215386 [ 4 ] {762b796c-039c-4312-8016-a61703c07596} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:42:47.215428 [ 4 ] {762b796c-039c-4312-8016-a61703c07596} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:42:47.215737 [ 4 ] {762b796c-039c-4312-8016-a61703c07596} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.215773 [ 4 ] {762b796c-039c-4312-8016-a61703c07596} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.216071 [ 4 ] {762b796c-039c-4312-8016-a61703c07596} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:42:47.216281 [ 4 ] {762b796c-039c-4312-8016-a61703c07596} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.216408 [ 4 ] {762b796c-039c-4312-8016-a61703c07596} executeQuery: Read 1 rows, 69.00 B in 0.00104 sec., 961.5384615384617 rows/sec., 64.79 KiB/sec. 2026.02.12 06:42:47.216445 [ 4 ] {762b796c-039c-4312-8016-a61703c07596} TCPHandler: Processed in 0.001202211 sec. 2026.02.12 06:42:47.216549 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.216642 [ 4 ] {8f31347c-73e9-4732-b600-57cf4e11d8d4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:47.216696 [ 4 ] {8f31347c-73e9-4732-b600-57cf4e11d8d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:47.217532 [ 4 ] {8f31347c-73e9-4732-b600-57cf4e11d8d4} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.217568 [ 4 ] {8f31347c-73e9-4732-b600-57cf4e11d8d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.218150 [ 4 ] {8f31347c-73e9-4732-b600-57cf4e11d8d4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:42:47.218398 [ 4 ] {8f31347c-73e9-4732-b600-57cf4e11d8d4} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.218563 [ 4 ] {8f31347c-73e9-4732-b600-57cf4e11d8d4} executeQuery: Read 36 rows, 66.06 KiB in 0.001937 sec., 18585.441404233352 rows/sec., 33.30 MiB/sec. 2026.02.12 06:42:47.218640 [ 4 ] {8f31347c-73e9-4732-b600-57cf4e11d8d4} TCPHandler: Processed in 0.002139025 sec. 2026.02.12 06:42:47.218770 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:47.218865 [ 4 ] {d58c8a23-626c-451f-873c-edd6017412f0} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:47.218910 [ 4 ] {d58c8a23-626c-451f-873c-edd6017412f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:47.219306 [ 4 ] {d58c8a23-626c-451f-873c-edd6017412f0} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:47.219345 [ 4 ] {d58c8a23-626c-451f-873c-edd6017412f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:47.219662 [ 4 ] {d58c8a23-626c-451f-873c-edd6017412f0} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.12 06:42:47.219885 [ 4 ] {d58c8a23-626c-451f-873c-edd6017412f0} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:47.220020 [ 4 ] {d58c8a23-626c-451f-873c-edd6017412f0} executeQuery: Read 88 rows, 5.66 KiB in 0.001174 sec., 74957.41056218058 rows/sec., 4.71 MiB/sec. 2026.02.12 06:42:47.220056 [ 4 ] {d58c8a23-626c-451f-873c-edd6017412f0} TCPHandler: Processed in 0.001347065 sec. 2026.02.12 06:42:48.000235 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 256.58 MiB, peak 264.53 MiB, free memory in arenas 0.00 B, will set to 255.57 MiB (RSS), difference: -1.01 MiB 2026.02.12 06:42:52.221945 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:52.222139 [ 4 ] {65d8c753-3133-4ba9-a29e-0aa105b041ff} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:42:52.222219 [ 4 ] {65d8c753-3133-4ba9-a29e-0aa105b041ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:42:52.222880 [ 4 ] {65d8c753-3133-4ba9-a29e-0aa105b041ff} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:52.222935 [ 4 ] {65d8c753-3133-4ba9-a29e-0aa105b041ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:52.223368 [ 4 ] {65d8c753-3133-4ba9-a29e-0aa105b041ff} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.02.12 06:42:52.223613 [ 4 ] {65d8c753-3133-4ba9-a29e-0aa105b041ff} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:52.223777 [ 4 ] {65d8c753-3133-4ba9-a29e-0aa105b041ff} executeQuery: Read 4 rows, 334.00 B in 0.001684 sec., 2375.2969121140145 rows/sec., 193.69 KiB/sec. 2026.02.12 06:42:52.223830 [ 4 ] {65d8c753-3133-4ba9-a29e-0aa105b041ff} TCPHandler: Processed in 0.002016302 sec. 2026.02.12 06:42:52.223978 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:52.224103 [ 4 ] {9dd1a341-ee47-4374-b9e4-fc1f8f013c6a} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:52.224152 [ 4 ] {9dd1a341-ee47-4374-b9e4-fc1f8f013c6a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:52.225413 [ 4 ] {9dd1a341-ee47-4374-b9e4-fc1f8f013c6a} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:52.225462 [ 4 ] {9dd1a341-ee47-4374-b9e4-fc1f8f013c6a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:52.226035 [ 4 ] {9dd1a341-ee47-4374-b9e4-fc1f8f013c6a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.12 06:42:52.226375 [ 4 ] {9dd1a341-ee47-4374-b9e4-fc1f8f013c6a} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:52.226550 [ 4 ] {9dd1a341-ee47-4374-b9e4-fc1f8f013c6a} executeQuery: Read 1208 rows, 102.09 KiB in 0.002471 sec., 488870.90246863617 rows/sec., 40.35 MiB/sec. 2026.02.12 06:42:52.226592 [ 4 ] {9dd1a341-ee47-4374-b9e4-fc1f8f013c6a} TCPHandler: Processed in 0.002679389 sec. 2026.02.12 06:42:52.226721 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:52.226824 [ 4 ] {dcd3a49e-ed6c-45b8-aeda-066dd95edf59} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:52.226869 [ 4 ] {dcd3a49e-ed6c-45b8-aeda-066dd95edf59} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:52.227298 [ 4 ] {dcd3a49e-ed6c-45b8-aeda-066dd95edf59} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:52.227337 [ 4 ] {dcd3a49e-ed6c-45b8-aeda-066dd95edf59} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:52.227647 [ 4 ] {dcd3a49e-ed6c-45b8-aeda-066dd95edf59} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:42:52.227871 [ 4 ] {dcd3a49e-ed6c-45b8-aeda-066dd95edf59} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:52.227995 [ 82 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:42:52.228011 [ 4 ] {dcd3a49e-ed6c-45b8-aeda-066dd95edf59} executeQuery: Read 9 rows, 671.00 B in 0.001209 sec., 7444.168734491315 rows/sec., 542.00 KiB/sec. 2026.02.12 06:42:52.228058 [ 82 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:52.228070 [ 4 ] {dcd3a49e-ed6c-45b8-aeda-066dd95edf59} TCPHandler: Processed in 0.001401766 sec. 2026.02.12 06:42:52.228088 [ 82 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:52.228191 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:42:52.228200 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:52.228306 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:52.228316 [ 4 ] {98fd549d-3ca0-4582-b19c-fd69c71f099c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:42:52.228357 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 192 rows starting from the beginning of the part 2026.02.12 06:42:52.228372 [ 4 ] {98fd549d-3ca0-4582-b19c-fd69c71f099c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:42:52.228430 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:52.228479 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 171 rows starting from the beginning of the part 2026.02.12 06:42:52.228526 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:52.228567 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 169 rows starting from the beginning of the part 2026.02.12 06:42:52.228606 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 9 rows starting from the beginning of the part 2026.02.12 06:42:52.228897 [ 4 ] {98fd549d-3ca0-4582-b19c-fd69c71f099c} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:52.228939 [ 4 ] {98fd549d-3ca0-4582-b19c-fd69c71f099c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:52.229274 [ 4 ] {98fd549d-3ca0-4582-b19c-fd69c71f099c} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:42:52.229499 [ 4 ] {98fd549d-3ca0-4582-b19c-fd69c71f099c} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:52.229495 [ 189 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 551 rows, containing 5 columns (5 merged, 0 gathered) in 0.001342825 sec., 410328.9706402547 rows/sec., 27.24 MiB/sec. 2026.02.12 06:42:52.229634 [ 4 ] {98fd549d-3ca0-4582-b19c-fd69c71f099c} executeQuery: Read 228 rows, 15.81 KiB in 0.001337 sec., 170531.03964098726 rows/sec., 11.55 MiB/sec. 2026.02.12 06:42:52.229667 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:42:52.229677 [ 4 ] {98fd549d-3ca0-4582-b19c-fd69c71f099c} TCPHandler: Processed in 0.00152864 sec. 2026.02.12 06:42:52.229795 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:52.229894 [ 4 ] {0042ac59-bc2e-490f-be5c-5191a16a9193} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:52.229937 [ 4 ] {0042ac59-bc2e-490f-be5c-5191a16a9193} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:52.229938 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:52.230025 [ 198 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_31_6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:42:52.230099 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.12 06:42:52.230518 [ 4 ] {0042ac59-bc2e-490f-be5c-5191a16a9193} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:52.230560 [ 4 ] {0042ac59-bc2e-490f-be5c-5191a16a9193} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:52.230908 [ 4 ] {0042ac59-bc2e-490f-be5c-5191a16a9193} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.12 06:42:52.231139 [ 4 ] {0042ac59-bc2e-490f-be5c-5191a16a9193} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:52.231271 [ 4 ] {0042ac59-bc2e-490f-be5c-5191a16a9193} executeQuery: Read 529 rows, 40.13 KiB in 0.001396 sec., 378939.82808022917 rows/sec., 28.07 MiB/sec. 2026.02.12 06:42:52.231310 [ 4 ] {0042ac59-bc2e-490f-be5c-5191a16a9193} TCPHandler: Processed in 0.001565141 sec. 2026.02.12 06:42:52.231424 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:52.231521 [ 4 ] {c60983de-f661-4412-81b7-92cffcc8e908} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:52.231565 [ 4 ] {c60983de-f661-4412-81b7-92cffcc8e908} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:52.232100 [ 4 ] {c60983de-f661-4412-81b7-92cffcc8e908} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:52.232138 [ 4 ] {c60983de-f661-4412-81b7-92cffcc8e908} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:52.232527 [ 4 ] {c60983de-f661-4412-81b7-92cffcc8e908} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.12 06:42:52.232752 [ 4 ] {c60983de-f661-4412-81b7-92cffcc8e908} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:52.232883 [ 4 ] {c60983de-f661-4412-81b7-92cffcc8e908} executeQuery: Read 846 rows, 58.31 KiB in 0.001381 sec., 612599.565532223 rows/sec., 41.23 MiB/sec. 2026.02.12 06:42:52.232922 [ 4 ] {c60983de-f661-4412-81b7-92cffcc8e908} TCPHandler: Processed in 0.00154787 sec. 2026.02.12 06:42:52.233045 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:52.233141 [ 4 ] {3121c8c1-ad22-4e2b-8136-33a511926bcd} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:52.233198 [ 4 ] {3121c8c1-ad22-4e2b-8136-33a511926bcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:52.233940 [ 4 ] {3121c8c1-ad22-4e2b-8136-33a511926bcd} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:52.233976 [ 4 ] {3121c8c1-ad22-4e2b-8136-33a511926bcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:52.234595 [ 4 ] {3121c8c1-ad22-4e2b-8136-33a511926bcd} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:42:52.234920 [ 4 ] {3121c8c1-ad22-4e2b-8136-33a511926bcd} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:52.235069 [ 4 ] {3121c8c1-ad22-4e2b-8136-33a511926bcd} executeQuery: Read 5 rows, 9.17 KiB in 0.001946 sec., 2569.373072970195 rows/sec., 4.60 MiB/sec. 2026.02.12 06:42:52.235134 [ 4 ] {3121c8c1-ad22-4e2b-8136-33a511926bcd} TCPHandler: Processed in 0.002138925 sec. 2026.02.12 06:42:52.235244 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:52.235339 [ 4 ] {775a041e-9caa-4a37-8acf-f2bee1f05e5a} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:52.235382 [ 4 ] {775a041e-9caa-4a37-8acf-f2bee1f05e5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:52.235727 [ 4 ] {775a041e-9caa-4a37-8acf-f2bee1f05e5a} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:52.235764 [ 4 ] {775a041e-9caa-4a37-8acf-f2bee1f05e5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:52.236079 [ 4 ] {775a041e-9caa-4a37-8acf-f2bee1f05e5a} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.12 06:42:52.236303 [ 4 ] {775a041e-9caa-4a37-8acf-f2bee1f05e5a} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:52.236439 [ 4 ] {775a041e-9caa-4a37-8acf-f2bee1f05e5a} executeQuery: Read 60 rows, 4.14 KiB in 0.001118 sec., 53667.26296958855 rows/sec., 3.62 MiB/sec. 2026.02.12 06:42:52.236477 [ 4 ] {775a041e-9caa-4a37-8acf-f2bee1f05e5a} TCPHandler: Processed in 0.001283063 sec. 2026.02.12 06:42:53.892787 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11936 2026.02.12 06:42:53.893387 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:53.893436 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:53.893972 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:42:53.894229 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:53.894385 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11936 2026.02.12 06:42:54.537257 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.02.12 06:42:54.554607 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:54.554673 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:54.560258 [ 243 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:42:54.561005 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:54.564048 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189 2026.02.12 06:42:56.415648 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 812 2026.02.12 06:42:56.418321 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:56.418382 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:56.419611 [ 242 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:42:56.419897 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:56.420267 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 812 2026.02.12 06:42:57.202618 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.202792 [ 4 ] {e00ce745-eb13-4597-9324-6dec7b0d4c94} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:42:57.202856 [ 4 ] {e00ce745-eb13-4597-9324-6dec7b0d4c94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:42:57.203566 [ 4 ] {e00ce745-eb13-4597-9324-6dec7b0d4c94} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.203615 [ 4 ] {e00ce745-eb13-4597-9324-6dec7b0d4c94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.204021 [ 4 ] {e00ce745-eb13-4597-9324-6dec7b0d4c94} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:42:57.204247 [ 4 ] {e00ce745-eb13-4597-9324-6dec7b0d4c94} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.204400 [ 4 ] {e00ce745-eb13-4597-9324-6dec7b0d4c94} executeQuery: Read 266 rows, 17.30 KiB in 0.001656 sec., 160628.0193236715 rows/sec., 10.20 MiB/sec. 2026.02.12 06:42:57.204443 [ 4 ] {e00ce745-eb13-4597-9324-6dec7b0d4c94} TCPHandler: Processed in 0.001952851 sec. 2026.02.12 06:42:57.204564 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.204659 [ 4 ] {d47e1f23-c418-45f9-aba2-d820717e244c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:42:57.204700 [ 4 ] {d47e1f23-c418-45f9-aba2-d820717e244c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:42:57.205400 [ 4 ] {d47e1f23-c418-45f9-aba2-d820717e244c} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.205437 [ 4 ] {d47e1f23-c418-45f9-aba2-d820717e244c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.205782 [ 4 ] {d47e1f23-c418-45f9-aba2-d820717e244c} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.12 06:42:57.205993 [ 4 ] {d47e1f23-c418-45f9-aba2-d820717e244c} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.206114 [ 126 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.12 06:42:57.206121 [ 4 ] {d47e1f23-c418-45f9-aba2-d820717e244c} executeQuery: Read 824 rows, 67.47 KiB in 0.001481 sec., 556380.8237677246 rows/sec., 44.49 MiB/sec. 2026.02.12 06:42:57.206192 [ 126 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.206205 [ 4 ] {d47e1f23-c418-45f9-aba2-d820717e244c} TCPHandler: Processed in 0.001690533 sec. 2026.02.12 06:42:57.206222 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.206321 [ 191 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.12 06:42:57.206331 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.206410 [ 191 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:57.206433 [ 4 ] {79e03716-6ed5-413e-a824-6131d1f6e22f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:42:57.206441 [ 191 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1985 rows starting from the beginning of the part 2026.02.12 06:42:57.206473 [ 4 ] {79e03716-6ed5-413e-a824-6131d1f6e22f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:42:57.206504 [ 191 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 825 rows starting from the beginning of the part 2026.02.12 06:42:57.206548 [ 191 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 66 rows starting from the beginning of the part 2026.02.12 06:42:57.206591 [ 191 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 824 rows starting from the beginning of the part 2026.02.12 06:42:57.206628 [ 191 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1208 rows starting from the beginning of the part 2026.02.12 06:42:57.206667 [ 191 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 824 rows starting from the beginning of the part 2026.02.12 06:42:57.206912 [ 4 ] {79e03716-6ed5-413e-a824-6131d1f6e22f} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.206947 [ 4 ] {79e03716-6ed5-413e-a824-6131d1f6e22f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.207248 [ 4 ] {79e03716-6ed5-413e-a824-6131d1f6e22f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:42:57.207466 [ 4 ] {79e03716-6ed5-413e-a824-6131d1f6e22f} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.207592 [ 4 ] {79e03716-6ed5-413e-a824-6131d1f6e22f} executeQuery: Read 169 rows, 10.71 KiB in 0.001178 sec., 143463.4974533107 rows/sec., 8.88 MiB/sec. 2026.02.12 06:42:57.207630 [ 4 ] {79e03716-6ed5-413e-a824-6131d1f6e22f} TCPHandler: Processed in 0.001349215 sec. 2026.02.12 06:42:57.207744 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.207838 [ 4 ] {ff1c9a6d-8ed2-4554-83b0-40a8a8408c29} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:42:57.207876 [ 4 ] {ff1c9a6d-8ed2-4554-83b0-40a8a8408c29} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:42:57.208284 [ 4 ] {ff1c9a6d-8ed2-4554-83b0-40a8a8408c29} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.208320 [ 4 ] {ff1c9a6d-8ed2-4554-83b0-40a8a8408c29} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.208576 [ 189 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 5732 rows, containing 5 columns (5 merged, 0 gathered) in 0.002288779 sec., 2504392.0797945107 rows/sec., 212.57 MiB/sec. 2026.02.12 06:42:57.208614 [ 4 ] {ff1c9a6d-8ed2-4554-83b0-40a8a8408c29} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:42:57.208836 [ 4 ] {ff1c9a6d-8ed2-4554-83b0-40a8a8408c29} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.208872 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.12 06:42:57.208966 [ 4 ] {ff1c9a6d-8ed2-4554-83b0-40a8a8408c29} executeQuery: Read 140 rows, 9.27 KiB in 0.001146 sec., 122164.04886561954 rows/sec., 7.90 MiB/sec. 2026.02.12 06:42:57.209009 [ 4 ] {ff1c9a6d-8ed2-4554-83b0-40a8a8408c29} TCPHandler: Processed in 0.001315083 sec. 2026.02.12 06:42:57.209123 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.209172 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.209219 [ 4 ] {4a939d10-562e-48bd-8382-c7012e507092} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:42:57.209252 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_36_7} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.12 06:42:57.209264 [ 4 ] {4a939d10-562e-48bd-8382-c7012e507092} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:42:57.209350 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.02.12 06:42:57.209680 [ 4 ] {4a939d10-562e-48bd-8382-c7012e507092} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.209720 [ 4 ] {4a939d10-562e-48bd-8382-c7012e507092} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.210024 [ 4 ] {4a939d10-562e-48bd-8382-c7012e507092} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:42:57.210231 [ 4 ] {4a939d10-562e-48bd-8382-c7012e507092} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.210356 [ 4 ] {4a939d10-562e-48bd-8382-c7012e507092} executeQuery: Read 139 rows, 8.10 KiB in 0.001154 sec., 120450.60658578856 rows/sec., 6.85 MiB/sec. 2026.02.12 06:42:57.210394 [ 4 ] {4a939d10-562e-48bd-8382-c7012e507092} TCPHandler: Processed in 0.001320414 sec. 2026.02.12 06:42:57.210502 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.210595 [ 4 ] {4e622644-e7cd-4dd4-a83a-993f1a59c079} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:42:57.210634 [ 4 ] {4e622644-e7cd-4dd4-a83a-993f1a59c079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:42:57.211193 [ 4 ] {4e622644-e7cd-4dd4-a83a-993f1a59c079} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.211229 [ 4 ] {4e622644-e7cd-4dd4-a83a-993f1a59c079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.211545 [ 4 ] {4e622644-e7cd-4dd4-a83a-993f1a59c079} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.12 06:42:57.211753 [ 4 ] {4e622644-e7cd-4dd4-a83a-993f1a59c079} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.211850 [ 126 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.12 06:42:57.211879 [ 4 ] {4e622644-e7cd-4dd4-a83a-993f1a59c079} executeQuery: Read 499 rows, 36.16 KiB in 0.001302 sec., 383256.5284178188 rows/sec., 27.12 MiB/sec. 2026.02.12 06:42:57.211881 [ 126 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.211918 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.211923 [ 4 ] {4e622644-e7cd-4dd4-a83a-993f1a59c079} TCPHandler: Processed in 0.001470497 sec. 2026.02.12 06:42:57.211983 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.12 06:42:57.212040 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.212065 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:57.212089 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 996 rows starting from the beginning of the part 2026.02.12 06:42:57.212132 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 501 rows starting from the beginning of the part 2026.02.12 06:42:57.212134 [ 4 ] {76ab0887-37f8-47e7-8118-d20496218d99} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:42:57.212166 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 69 rows starting from the beginning of the part 2026.02.12 06:42:57.212181 [ 4 ] {76ab0887-37f8-47e7-8118-d20496218d99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:42:57.212201 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 499 rows starting from the beginning of the part 2026.02.12 06:42:57.212291 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 529 rows starting from the beginning of the part 2026.02.12 06:42:57.212325 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 499 rows starting from the beginning of the part 2026.02.12 06:42:57.212523 [ 4 ] {76ab0887-37f8-47e7-8118-d20496218d99} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.212557 [ 4 ] {76ab0887-37f8-47e7-8118-d20496218d99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.212857 [ 4 ] {76ab0887-37f8-47e7-8118-d20496218d99} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:42:57.213063 [ 4 ] {76ab0887-37f8-47e7-8118-d20496218d99} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.213195 [ 4 ] {76ab0887-37f8-47e7-8118-d20496218d99} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.02.12 06:42:57.213232 [ 4 ] {76ab0887-37f8-47e7-8118-d20496218d99} TCPHandler: Processed in 0.001242322 sec. 2026.02.12 06:42:57.213348 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.213381 [ 202 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 3093 rows, containing 5 columns (5 merged, 0 gathered) in 0.001423817 sec., 2172329.7305763313 rows/sec., 164.71 MiB/sec. 2026.02.12 06:42:57.213513 [ 4 ] {a01b5a37-5300-4833-9672-e53f4e4b7ee8} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:57.213562 [ 4 ] {a01b5a37-5300-4833-9672-e53f4e4b7ee8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:42:57.213670 [ 189 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.12 06:42:57.213965 [ 4 ] {a01b5a37-5300-4833-9672-e53f4e4b7ee8} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.214009 [ 4 ] {a01b5a37-5300-4833-9672-e53f4e4b7ee8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.214019 [ 189 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.214115 [ 189 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_36_7} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.12 06:42:57.214213 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.02.12 06:42:57.214366 [ 4 ] {a01b5a37-5300-4833-9672-e53f4e4b7ee8} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.12 06:42:57.214578 [ 4 ] {a01b5a37-5300-4833-9672-e53f4e4b7ee8} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.214680 [ 126 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.12 06:42:57.214708 [ 126 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.214707 [ 4 ] {a01b5a37-5300-4833-9672-e53f4e4b7ee8} executeQuery: Read 258 rows, 17.59 KiB in 0.001212 sec., 212871.28712871287 rows/sec., 14.17 MiB/sec. 2026.02.12 06:42:57.214724 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.214759 [ 4 ] {a01b5a37-5300-4833-9672-e53f4e4b7ee8} TCPHandler: Processed in 0.001459718 sec. 2026.02.12 06:42:57.214820 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.12 06:42:57.214882 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.214932 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:57.214970 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10686 rows starting from the beginning of the part 2026.02.12 06:42:57.214982 [ 4 ] {3b204048-c4fe-4841-88f0-0d38f68a33af} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:42:57.215028 [ 4 ] {3b204048-c4fe-4841-88f0-0d38f68a33af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:42:57.215036 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 259 rows starting from the beginning of the part 2026.02.12 06:42:57.215091 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part 2026.02.12 06:42:57.215134 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 258 rows starting from the beginning of the part 2026.02.12 06:42:57.215176 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 846 rows starting from the beginning of the part 2026.02.12 06:42:57.215214 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 258 rows starting from the beginning of the part 2026.02.12 06:42:57.215349 [ 4 ] {3b204048-c4fe-4841-88f0-0d38f68a33af} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.215391 [ 4 ] {3b204048-c4fe-4841-88f0-0d38f68a33af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.215714 [ 4 ] {3b204048-c4fe-4841-88f0-0d38f68a33af} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:42:57.215920 [ 4 ] {3b204048-c4fe-4841-88f0-0d38f68a33af} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.216061 [ 4 ] {3b204048-c4fe-4841-88f0-0d38f68a33af} executeQuery: Read 1 rows, 69.00 B in 0.001096 sec., 912.4087591240876 rows/sec., 61.48 KiB/sec. 2026.02.12 06:42:57.216098 [ 4 ] {3b204048-c4fe-4841-88f0-0d38f68a33af} TCPHandler: Processed in 0.001266433 sec. 2026.02.12 06:42:57.216208 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.216300 [ 4 ] {d1c39be2-61c0-4ae5-8ee7-d02df3e4d042} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:42:57.216353 [ 4 ] {d1c39be2-61c0-4ae5-8ee7-d02df3e4d042} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:42:57.217144 [ 4 ] {d1c39be2-61c0-4ae5-8ee7-d02df3e4d042} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.217180 [ 4 ] {d1c39be2-61c0-4ae5-8ee7-d02df3e4d042} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.217786 [ 4 ] {d1c39be2-61c0-4ae5-8ee7-d02df3e4d042} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:42:57.218021 [ 4 ] {d1c39be2-61c0-4ae5-8ee7-d02df3e4d042} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.218153 [ 50 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:42:57.218180 [ 4 ] {d1c39be2-61c0-4ae5-8ee7-d02df3e4d042} executeQuery: Read 36 rows, 66.06 KiB in 0.001897 sec., 18977.33263046916 rows/sec., 34.01 MiB/sec. 2026.02.12 06:42:57.218195 [ 50 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.218226 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.218246 [ 4 ] {d1c39be2-61c0-4ae5-8ee7-d02df3e4d042} TCPHandler: Processed in 0.002088153 sec. 2026.02.12 06:42:57.218314 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:42:57.218391 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:42:57.218497 [ 4 ] {9b22ef28-b938-4afa-b5cd-5259abf82562} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:42:57.218544 [ 4 ] {9b22ef28-b938-4afa-b5cd-5259abf82562} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:42:57.218599 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:57.218680 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 515 rows starting from the beginning of the part 2026.02.12 06:42:57.218857 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part 2026.02.12 06:42:57.218908 [ 4 ] {9b22ef28-b938-4afa-b5cd-5259abf82562} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.218950 [ 4 ] {9b22ef28-b938-4afa-b5cd-5259abf82562} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:42:57.219006 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:57.219070 [ 190 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 12467 rows, containing 5 columns (5 merged, 0 gathered) in 0.0042885 sec., 2907077.066573394 rows/sec., 195.73 MiB/sec. 2026.02.12 06:42:57.219149 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 36 rows starting from the beginning of the part 2026.02.12 06:42:57.219289 [ 4 ] {9b22ef28-b938-4afa-b5cd-5259abf82562} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.12 06:42:57.219291 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 5 rows starting from the beginning of the part 2026.02.12 06:42:57.219371 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.12 06:42:57.219446 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 36 rows starting from the beginning of the part 2026.02.12 06:42:57.219570 [ 4 ] {9b22ef28-b938-4afa-b5cd-5259abf82562} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.219676 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.219693 [ 50 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.12 06:42:57.219720 [ 4 ] {9b22ef28-b938-4afa-b5cd-5259abf82562} executeQuery: Read 88 rows, 5.66 KiB in 0.001246 sec., 70626.00321027287 rows/sec., 4.43 MiB/sec. 2026.02.12 06:42:57.219727 [ 50 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:42:57.219749 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_36_7} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.12 06:42:57.219765 [ 4 ] {9b22ef28-b938-4afa-b5cd-5259abf82562} TCPHandler: Processed in 0.001429726 sec. 2026.02.12 06:42:57.219766 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.02.12 06:42:57.219821 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. 2026.02.12 06:42:57.219894 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.12 06:42:57.219966 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:42:57.219990 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2220 rows starting from the beginning of the part 2026.02.12 06:42:57.220033 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 88 rows starting from the beginning of the part 2026.02.12 06:42:57.220068 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part 2026.02.12 06:42:57.220102 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 88 rows starting from the beginning of the part 2026.02.12 06:42:57.220137 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part 2026.02.12 06:42:57.220169 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 88 rows starting from the beginning of the part 2026.02.12 06:42:57.221150 [ 194 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 2604 rows, containing 4 columns (4 merged, 0 gathered) in 0.001281803 sec., 2031513.4228894769 rows/sec., 131.22 MiB/sec. 2026.02.12 06:42:57.221417 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.12 06:42:57.221660 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.221721 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_36_7} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.12 06:42:57.221776 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. 2026.02.12 06:42:57.225619 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 633 rows, containing 19 columns (19 merged, 0 gathered) in 0.007350449 sec., 86117.18821530494 rows/sec., 154.32 MiB/sec. 2026.02.12 06:42:57.226264 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:42:57.226577 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:42:57.226651 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_31_6} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:42:57.226724 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.44 MiB. 2026.02.12 06:42:58.000204 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 256.66 MiB, peak 264.53 MiB, free memory in arenas 0.00 B, will set to 257.87 MiB (RSS), difference: 1.21 MiB 2026.02.12 06:43:01.264904 [ 117 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:43:01.264995 [ 117 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:43:01.394522 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12448 2026.02.12 06:43:01.395257 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:01.395322 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:01.395853 [ 244 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:43:01.396111 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:01.396264 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12448 2026.02.12 06:43:01.396272 [ 117 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:43:01.396367 [ 117 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:01.396406 [ 117 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:01.396538 [ 202 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:43:01.396679 [ 202 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:01.396718 [ 202 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 10016 rows starting from the beginning of the part 2026.02.12 06:43:01.396787 [ 202 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 512 rows starting from the beginning of the part 2026.02.12 06:43:01.396832 [ 202 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 448 rows starting from the beginning of the part 2026.02.12 06:43:01.396874 [ 202 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 512 rows starting from the beginning of the part 2026.02.12 06:43:01.396914 [ 202 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 448 rows starting from the beginning of the part 2026.02.12 06:43:01.396951 [ 202 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 512 rows starting from the beginning of the part 2026.02.12 06:43:01.400083 [ 200 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 12448 rows, containing 4 columns (4 merged, 0 gathered) in 0.003604703 sec., 3453266.4688325226 rows/sec., 49.40 MiB/sec. 2026.02.12 06:43:01.400486 [ 195 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:43:01.400834 [ 195 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:01.400922 [ 195 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_26_5} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:43:01.401047 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. 2026.02.12 06:43:02.064160 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 2026.02.12 06:43:02.081894 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:02.081950 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:02.087257 [ 243 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:43:02.087975 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:02.088252 [ 70 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:43:02.088293 [ 70 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:02.088316 [ 70 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:02.088408 [ 194 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:43:02.090828 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 196 2026.02.12 06:43:02.091320 [ 194 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:02.092076 [ 194 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part 2026.02.12 06:43:02.095505 [ 194 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part 2026.02.12 06:43:02.099029 [ 194 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part 2026.02.12 06:43:02.102904 [ 194 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part 2026.02.12 06:43:02.107317 [ 194 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part 2026.02.12 06:43:02.111798 [ 194 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part 2026.02.12 06:43:02.164444 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.076057119 sec., 2577.010575433445 rows/sec., 13.33 MiB/sec. 2026.02.12 06:43:02.167324 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:43:02.169402 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:02.169525 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_26_5} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:43:02.172450 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. 2026.02.12 06:43:02.193499 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:02.193780 [ 4 ] {6d159bba-608d-4c6e-bb26-2936a54e84c5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:02.193887 [ 4 ] {6d159bba-608d-4c6e-bb26-2936a54e84c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:02.194666 [ 4 ] {6d159bba-608d-4c6e-bb26-2936a54e84c5} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:02.194715 [ 4 ] {6d159bba-608d-4c6e-bb26-2936a54e84c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:02.195130 [ 4 ] {6d159bba-608d-4c6e-bb26-2936a54e84c5} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.12 06:43:02.195369 [ 4 ] {6d159bba-608d-4c6e-bb26-2936a54e84c5} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:02.195564 [ 4 ] {6d159bba-608d-4c6e-bb26-2936a54e84c5} executeQuery: Read 66 rows, 5.38 KiB in 0.001857 sec., 35541.19547657512 rows/sec., 2.83 MiB/sec. 2026.02.12 06:43:02.195632 [ 4 ] {6d159bba-608d-4c6e-bb26-2936a54e84c5} TCPHandler: Processed in 0.00231316 sec. 2026.02.12 06:43:02.195773 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:02.195897 [ 4 ] {9d6b24d8-ef23-483f-aff5-4dc48dc00ce2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:02.195950 [ 4 ] {9d6b24d8-ef23-483f-aff5-4dc48dc00ce2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:02.196400 [ 4 ] {9d6b24d8-ef23-483f-aff5-4dc48dc00ce2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:02.196440 [ 4 ] {9d6b24d8-ef23-483f-aff5-4dc48dc00ce2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:02.196757 [ 4 ] {9d6b24d8-ef23-483f-aff5-4dc48dc00ce2} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.12 06:43:02.196987 [ 4 ] {9d6b24d8-ef23-483f-aff5-4dc48dc00ce2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:02.197124 [ 4 ] {9d6b24d8-ef23-483f-aff5-4dc48dc00ce2} executeQuery: Read 5 rows, 385.00 B in 0.001257 sec., 3977.7247414478916 rows/sec., 299.11 KiB/sec. 2026.02.12 06:43:02.197164 [ 4 ] {9d6b24d8-ef23-483f-aff5-4dc48dc00ce2} TCPHandler: Processed in 0.001455318 sec. 2026.02.12 06:43:02.197268 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:02.197365 [ 4 ] {8fad5204-0181-4139-b50b-4437f5accfcd} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:02.197407 [ 4 ] {8fad5204-0181-4139-b50b-4437f5accfcd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:02.197839 [ 4 ] {8fad5204-0181-4139-b50b-4437f5accfcd} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:02.197877 [ 4 ] {8fad5204-0181-4139-b50b-4437f5accfcd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:02.198185 [ 4 ] {8fad5204-0181-4139-b50b-4437f5accfcd} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.12 06:43:02.198401 [ 4 ] {8fad5204-0181-4139-b50b-4437f5accfcd} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:02.198532 [ 4 ] {8fad5204-0181-4139-b50b-4437f5accfcd} executeQuery: Read 69 rows, 5.52 KiB in 0.001186 sec., 58178.7521079258 rows/sec., 4.54 MiB/sec. 2026.02.12 06:43:02.198571 [ 4 ] {8fad5204-0181-4139-b50b-4437f5accfcd} TCPHandler: Processed in 0.001352145 sec. 2026.02.12 06:43:02.198682 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:02.198778 [ 4 ] {9f9568d7-74c1-48b3-a84b-740daaaa859d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:02.198823 [ 4 ] {9f9568d7-74c1-48b3-a84b-740daaaa859d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:02.199231 [ 4 ] {9f9568d7-74c1-48b3-a84b-740daaaa859d} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:02.199268 [ 4 ] {9f9568d7-74c1-48b3-a84b-740daaaa859d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:02.199607 [ 4 ] {9f9568d7-74c1-48b3-a84b-740daaaa859d} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.12 06:43:02.199822 [ 4 ] {9f9568d7-74c1-48b3-a84b-740daaaa859d} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:02.199953 [ 4 ] {9f9568d7-74c1-48b3-a84b-740daaaa859d} executeQuery: Read 160 rows, 11.41 KiB in 0.001193 sec., 134115.6747694887 rows/sec., 9.34 MiB/sec. 2026.02.12 06:43:02.199990 [ 4 ] {9f9568d7-74c1-48b3-a84b-740daaaa859d} TCPHandler: Processed in 0.001356655 sec. 2026.02.12 06:43:02.200112 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:02.200232 [ 4 ] {089e74d6-d0f6-4f0b-b270-81c4b75b924f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:02.200299 [ 4 ] {089e74d6-d0f6-4f0b-b270-81c4b75b924f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:02.201171 [ 4 ] {089e74d6-d0f6-4f0b-b270-81c4b75b924f} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:02.201209 [ 4 ] {089e74d6-d0f6-4f0b-b270-81c4b75b924f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:02.201736 [ 4 ] {089e74d6-d0f6-4f0b-b270-81c4b75b924f} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:43:02.201969 [ 4 ] {089e74d6-d0f6-4f0b-b270-81c4b75b924f} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:02.202115 [ 4 ] {089e74d6-d0f6-4f0b-b270-81c4b75b924f} executeQuery: Read 5 rows, 9.17 KiB in 0.001909 sec., 2619.1723415400734 rows/sec., 4.69 MiB/sec. 2026.02.12 06:43:02.202176 [ 4 ] {089e74d6-d0f6-4f0b-b270-81c4b75b924f} TCPHandler: Processed in 0.002125825 sec. 2026.02.12 06:43:02.202284 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:02.202379 [ 4 ] {471366d2-0960-4afb-beb0-a9773dcbf103} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:02.202421 [ 4 ] {471366d2-0960-4afb-beb0-a9773dcbf103} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:02.202753 [ 4 ] {471366d2-0960-4afb-beb0-a9773dcbf103} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:02.202790 [ 4 ] {471366d2-0960-4afb-beb0-a9773dcbf103} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:02.203097 [ 4 ] {471366d2-0960-4afb-beb0-a9773dcbf103} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.12 06:43:02.203320 [ 4 ] {471366d2-0960-4afb-beb0-a9773dcbf103} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:02.203453 [ 4 ] {471366d2-0960-4afb-beb0-a9773dcbf103} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.02.12 06:43:02.203489 [ 4 ] {471366d2-0960-4afb-beb0-a9773dcbf103} TCPHandler: Processed in 0.001254052 sec. 2026.02.12 06:43:03.000186 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 259.42 MiB, peak 269.52 MiB, free memory in arenas 0.00 B, will set to 263.32 MiB (RSS), difference: 3.90 MiB 2026.02.12 06:43:06.420507 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 846 2026.02.12 06:43:06.423050 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:06.423112 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:06.424341 [ 242 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:43:06.424677 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:06.425050 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 846 2026.02.12 06:43:07.201651 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.201831 [ 4 ] {27a1ecbf-4150-4ff3-b3dc-2b2f137b00e6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:43:07.201900 [ 4 ] {27a1ecbf-4150-4ff3-b3dc-2b2f137b00e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:43:07.202680 [ 4 ] {27a1ecbf-4150-4ff3-b3dc-2b2f137b00e6} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.202717 [ 4 ] {27a1ecbf-4150-4ff3-b3dc-2b2f137b00e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.203106 [ 4 ] {27a1ecbf-4150-4ff3-b3dc-2b2f137b00e6} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:43:07.203328 [ 4 ] {27a1ecbf-4150-4ff3-b3dc-2b2f137b00e6} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.203482 [ 4 ] {27a1ecbf-4150-4ff3-b3dc-2b2f137b00e6} executeQuery: Read 266 rows, 17.30 KiB in 0.001702 sec., 156286.72150411282 rows/sec., 9.93 MiB/sec. 2026.02.12 06:43:07.203523 [ 4 ] {27a1ecbf-4150-4ff3-b3dc-2b2f137b00e6} TCPHandler: Processed in 0.002004581 sec. 2026.02.12 06:43:07.203648 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.203741 [ 4 ] {2d3db3be-0f32-4873-9c34-e3880a43bafc} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:43:07.203782 [ 4 ] {2d3db3be-0f32-4873-9c34-e3880a43bafc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:43:07.204183 [ 4 ] {2d3db3be-0f32-4873-9c34-e3880a43bafc} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.204218 [ 4 ] {2d3db3be-0f32-4873-9c34-e3880a43bafc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.204514 [ 4 ] {2d3db3be-0f32-4873-9c34-e3880a43bafc} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.02.12 06:43:07.204720 [ 4 ] {2d3db3be-0f32-4873-9c34-e3880a43bafc} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.204848 [ 4 ] {2d3db3be-0f32-4873-9c34-e3880a43bafc} executeQuery: Read 10 rows, 835.00 B in 0.001125 sec., 8888.888888888889 rows/sec., 724.83 KiB/sec. 2026.02.12 06:43:07.204883 [ 4 ] {2d3db3be-0f32-4873-9c34-e3880a43bafc} TCPHandler: Processed in 0.001283593 sec. 2026.02.12 06:43:07.204995 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.205087 [ 4 ] {16047c34-2a5f-4eb0-823f-336df77d7c99} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:07.205125 [ 4 ] {16047c34-2a5f-4eb0-823f-336df77d7c99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:07.205927 [ 4 ] {16047c34-2a5f-4eb0-823f-336df77d7c99} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.205962 [ 4 ] {16047c34-2a5f-4eb0-823f-336df77d7c99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.206334 [ 4 ] {16047c34-2a5f-4eb0-823f-336df77d7c99} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.12 06:43:07.206552 [ 4 ] {16047c34-2a5f-4eb0-823f-336df77d7c99} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.206685 [ 4 ] {16047c34-2a5f-4eb0-823f-336df77d7c99} executeQuery: Read 829 rows, 67.84 KiB in 0.001616 sec., 512995.04950495047 rows/sec., 40.99 MiB/sec. 2026.02.12 06:43:07.206721 [ 4 ] {16047c34-2a5f-4eb0-823f-336df77d7c99} TCPHandler: Processed in 0.001774756 sec. 2026.02.12 06:43:07.206833 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.206925 [ 4 ] {9d0eceb4-ba83-4036-89be-74ecf55deea8} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:07.206964 [ 4 ] {9d0eceb4-ba83-4036-89be-74ecf55deea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:07.207415 [ 4 ] {9d0eceb4-ba83-4036-89be-74ecf55deea8} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.207450 [ 4 ] {9d0eceb4-ba83-4036-89be-74ecf55deea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.207751 [ 4 ] {9d0eceb4-ba83-4036-89be-74ecf55deea8} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.12 06:43:07.207956 [ 4 ] {9d0eceb4-ba83-4036-89be-74ecf55deea8} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.208083 [ 4 ] {9d0eceb4-ba83-4036-89be-74ecf55deea8} executeQuery: Read 179 rows, 11.41 KiB in 0.001177 sec., 152081.56329651654 rows/sec., 9.47 MiB/sec. 2026.02.12 06:43:07.208119 [ 4 ] {9d0eceb4-ba83-4036-89be-74ecf55deea8} TCPHandler: Processed in 0.001335465 sec. 2026.02.12 06:43:07.208234 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.208326 [ 4 ] {d7fbdad5-e12f-4092-91cf-bbb952f3855c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:43:07.208364 [ 4 ] {d7fbdad5-e12f-4092-91cf-bbb952f3855c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:43:07.208848 [ 4 ] {d7fbdad5-e12f-4092-91cf-bbb952f3855c} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.208884 [ 4 ] {d7fbdad5-e12f-4092-91cf-bbb952f3855c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.209181 [ 4 ] {d7fbdad5-e12f-4092-91cf-bbb952f3855c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:43:07.209389 [ 4 ] {d7fbdad5-e12f-4092-91cf-bbb952f3855c} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.209517 [ 4 ] {d7fbdad5-e12f-4092-91cf-bbb952f3855c} executeQuery: Read 140 rows, 9.27 KiB in 0.001208 sec., 115894.03973509933 rows/sec., 7.49 MiB/sec. 2026.02.12 06:43:07.209553 [ 4 ] {d7fbdad5-e12f-4092-91cf-bbb952f3855c} TCPHandler: Processed in 0.001367256 sec. 2026.02.12 06:43:07.209671 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.209762 [ 4 ] {42b110f2-b191-465a-8716-ca369d31bbda} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:43:07.209801 [ 4 ] {42b110f2-b191-465a-8716-ca369d31bbda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:43:07.210237 [ 4 ] {42b110f2-b191-465a-8716-ca369d31bbda} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.210272 [ 4 ] {42b110f2-b191-465a-8716-ca369d31bbda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.210572 [ 4 ] {42b110f2-b191-465a-8716-ca369d31bbda} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:43:07.210783 [ 4 ] {42b110f2-b191-465a-8716-ca369d31bbda} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.210913 [ 4 ] {42b110f2-b191-465a-8716-ca369d31bbda} executeQuery: Read 139 rows, 8.10 KiB in 0.001169 sec., 118905.04704875963 rows/sec., 6.76 MiB/sec. 2026.02.12 06:43:07.210951 [ 4 ] {42b110f2-b191-465a-8716-ca369d31bbda} TCPHandler: Processed in 0.001328744 sec. 2026.02.12 06:43:07.211067 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.211159 [ 4 ] {36392c9a-41f6-49dc-8e8f-946a23c25b7c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:07.211199 [ 4 ] {36392c9a-41f6-49dc-8e8f-946a23c25b7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:07.211805 [ 4 ] {36392c9a-41f6-49dc-8e8f-946a23c25b7c} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.211839 [ 4 ] {36392c9a-41f6-49dc-8e8f-946a23c25b7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.212356 [ 4 ] {36392c9a-41f6-49dc-8e8f-946a23c25b7c} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.12 06:43:07.212588 [ 4 ] {36392c9a-41f6-49dc-8e8f-946a23c25b7c} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.212741 [ 4 ] {36392c9a-41f6-49dc-8e8f-946a23c25b7c} executeQuery: Read 509 rows, 36.98 KiB in 0.001599 sec., 318323.95247029397 rows/sec., 22.58 MiB/sec. 2026.02.12 06:43:07.212781 [ 4 ] {36392c9a-41f6-49dc-8e8f-946a23c25b7c} TCPHandler: Processed in 0.001762356 sec. 2026.02.12 06:43:07.212898 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.212997 [ 4 ] {aaddf583-90e9-4106-93b4-a02468e74b07} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:43:07.213040 [ 4 ] {aaddf583-90e9-4106-93b4-a02468e74b07} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:43:07.213383 [ 4 ] {aaddf583-90e9-4106-93b4-a02468e74b07} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.213422 [ 4 ] {aaddf583-90e9-4106-93b4-a02468e74b07} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.213762 [ 4 ] {aaddf583-90e9-4106-93b4-a02468e74b07} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:43:07.213976 [ 4 ] {aaddf583-90e9-4106-93b4-a02468e74b07} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.214114 [ 4 ] {aaddf583-90e9-4106-93b4-a02468e74b07} executeQuery: Read 6 rows, 321.00 B in 0.001137 sec., 5277.0448548812665 rows/sec., 275.70 KiB/sec. 2026.02.12 06:43:07.214153 [ 4 ] {aaddf583-90e9-4106-93b4-a02468e74b07} TCPHandler: Processed in 0.001305464 sec. 2026.02.12 06:43:07.214271 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.214367 [ 4 ] {6a540c87-6330-43a1-8e8e-40a49ec7d6ff} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:07.214412 [ 4 ] {6a540c87-6330-43a1-8e8e-40a49ec7d6ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:07.214838 [ 4 ] {6a540c87-6330-43a1-8e8e-40a49ec7d6ff} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.214875 [ 4 ] {6a540c87-6330-43a1-8e8e-40a49ec7d6ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.215231 [ 4 ] {6a540c87-6330-43a1-8e8e-40a49ec7d6ff} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.12 06:43:07.215444 [ 4 ] {6a540c87-6330-43a1-8e8e-40a49ec7d6ff} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.215580 [ 4 ] {6a540c87-6330-43a1-8e8e-40a49ec7d6ff} executeQuery: Read 263 rows, 17.94 KiB in 0.001232 sec., 213474.02597402598 rows/sec., 14.22 MiB/sec. 2026.02.12 06:43:07.215619 [ 4 ] {6a540c87-6330-43a1-8e8e-40a49ec7d6ff} TCPHandler: Processed in 0.001397406 sec. 2026.02.12 06:43:07.215736 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.215831 [ 4 ] {e735b7e2-8135-4203-a0f8-61445019cf4c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:43:07.215876 [ 4 ] {e735b7e2-8135-4203-a0f8-61445019cf4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:43:07.216201 [ 4 ] {e735b7e2-8135-4203-a0f8-61445019cf4c} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.216237 [ 4 ] {e735b7e2-8135-4203-a0f8-61445019cf4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.216562 [ 4 ] {e735b7e2-8135-4203-a0f8-61445019cf4c} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:43:07.216789 [ 4 ] {e735b7e2-8135-4203-a0f8-61445019cf4c} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.216900 [ 151 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:43:07.216918 [ 4 ] {e735b7e2-8135-4203-a0f8-61445019cf4c} executeQuery: Read 1 rows, 69.00 B in 0.001105 sec., 904.9773755656108 rows/sec., 60.98 KiB/sec. 2026.02.12 06:43:07.216939 [ 151 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.216955 [ 4 ] {e735b7e2-8135-4203-a0f8-61445019cf4c} TCPHandler: Processed in 0.001269333 sec. 2026.02.12 06:43:07.216961 [ 151 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.217072 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.217099 [ 192 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:43:07.217166 [ 4 ] {248864af-ae18-44d0-8fa4-f5a13c14075c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:07.217226 [ 4 ] {248864af-ae18-44d0-8fa4-f5a13c14075c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:07.217238 [ 192 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:07.217279 [ 192 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 17 rows starting from the beginning of the part 2026.02.12 06:43:07.217347 [ 192 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:07.217394 [ 192 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:07.217436 [ 192 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:07.217473 [ 192 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:07.217512 [ 192 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:07.218098 [ 4 ] {248864af-ae18-44d0-8fa4-f5a13c14075c} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.218140 [ 4 ] {248864af-ae18-44d0-8fa4-f5a13c14075c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.218402 [ 186 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 4 columns (4 merged, 0 gathered) in 0.001360055 sec., 16175.81641918893 rows/sec., 1.06 MiB/sec. 2026.02.12 06:43:07.218561 [ 187 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:43:07.218812 [ 4 ] {248864af-ae18-44d0-8fa4-f5a13c14075c} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.12 06:43:07.218844 [ 187 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.218915 [ 187 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_21_4} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:43:07.219006 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.12 06:43:07.219040 [ 4 ] {248864af-ae18-44d0-8fa4-f5a13c14075c} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.219182 [ 4 ] {248864af-ae18-44d0-8fa4-f5a13c14075c} executeQuery: Read 36 rows, 66.06 KiB in 0.002033 sec., 17707.820954254796 rows/sec., 31.73 MiB/sec. 2026.02.12 06:43:07.219248 [ 4 ] {248864af-ae18-44d0-8fa4-f5a13c14075c} TCPHandler: Processed in 0.002226097 sec. 2026.02.12 06:43:07.219371 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:07.219466 [ 4 ] {d61525cb-9122-440c-85e1-0601b787e285} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:07.219508 [ 4 ] {d61525cb-9122-440c-85e1-0601b787e285} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:07.219852 [ 4 ] {d61525cb-9122-440c-85e1-0601b787e285} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:07.219887 [ 4 ] {d61525cb-9122-440c-85e1-0601b787e285} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:07.220189 [ 4 ] {d61525cb-9122-440c-85e1-0601b787e285} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.12 06:43:07.220407 [ 4 ] {d61525cb-9122-440c-85e1-0601b787e285} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:07.220568 [ 4 ] {d61525cb-9122-440c-85e1-0601b787e285} executeQuery: Read 88 rows, 5.66 KiB in 0.00112 sec., 78571.42857142858 rows/sec., 4.93 MiB/sec. 2026.02.12 06:43:07.220609 [ 4 ] {d61525cb-9122-440c-85e1-0601b787e285} TCPHandler: Processed in 0.001288153 sec. 2026.02.12 06:43:08.896375 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 12896 2026.02.12 06:43:08.896971 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:08.897035 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:08.897593 [ 244 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:43:08.897839 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:08.897969 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12896 2026.02.12 06:43:09.590907 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 2026.02.12 06:43:09.607013 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:09.607074 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:09.612960 [ 243 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:43:09.613722 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:09.616621 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 204 2026.02.12 06:43:12.193467 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:12.193659 [ 4 ] {73ae62b2-0f64-4d72-9cd3-cfa4b454f906} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:12.193735 [ 4 ] {73ae62b2-0f64-4d72-9cd3-cfa4b454f906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:12.194484 [ 4 ] {73ae62b2-0f64-4d72-9cd3-cfa4b454f906} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:12.194539 [ 4 ] {73ae62b2-0f64-4d72-9cd3-cfa4b454f906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:12.194952 [ 4 ] {73ae62b2-0f64-4d72-9cd3-cfa4b454f906} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.12 06:43:12.195189 [ 4 ] {73ae62b2-0f64-4d72-9cd3-cfa4b454f906} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:12.195354 [ 4 ] {73ae62b2-0f64-4d72-9cd3-cfa4b454f906} executeQuery: Read 66 rows, 5.38 KiB in 0.001748 sec., 37757.43707093821 rows/sec., 3.01 MiB/sec. 2026.02.12 06:43:12.195402 [ 4 ] {73ae62b2-0f64-4d72-9cd3-cfa4b454f906} TCPHandler: Processed in 0.002070813 sec. 2026.02.12 06:43:12.195526 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:12.195631 [ 4 ] {9c32868c-d8e5-47cc-bfd1-bd0c4ed4da7c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:12.195681 [ 4 ] {9c32868c-d8e5-47cc-bfd1-bd0c4ed4da7c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:12.196100 [ 4 ] {9c32868c-d8e5-47cc-bfd1-bd0c4ed4da7c} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:12.196136 [ 4 ] {9c32868c-d8e5-47cc-bfd1-bd0c4ed4da7c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:12.196467 [ 4 ] {9c32868c-d8e5-47cc-bfd1-bd0c4ed4da7c} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.12 06:43:12.196690 [ 4 ] {9c32868c-d8e5-47cc-bfd1-bd0c4ed4da7c} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:12.196830 [ 4 ] {9c32868c-d8e5-47cc-bfd1-bd0c4ed4da7c} executeQuery: Read 5 rows, 385.00 B in 0.001222 sec., 4091.653027823241 rows/sec., 307.67 KiB/sec. 2026.02.12 06:43:12.196869 [ 4 ] {9c32868c-d8e5-47cc-bfd1-bd0c4ed4da7c} TCPHandler: Processed in 0.001394996 sec. 2026.02.12 06:43:12.196991 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:12.197096 [ 4 ] {0f5e7dde-f5b5-4475-8367-60d669fd7b96} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:12.197138 [ 4 ] {0f5e7dde-f5b5-4475-8367-60d669fd7b96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:12.197574 [ 4 ] {0f5e7dde-f5b5-4475-8367-60d669fd7b96} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:12.197611 [ 4 ] {0f5e7dde-f5b5-4475-8367-60d669fd7b96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:12.197959 [ 4 ] {0f5e7dde-f5b5-4475-8367-60d669fd7b96} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.12 06:43:12.198179 [ 4 ] {0f5e7dde-f5b5-4475-8367-60d669fd7b96} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:12.198314 [ 4 ] {0f5e7dde-f5b5-4475-8367-60d669fd7b96} executeQuery: Read 69 rows, 5.52 KiB in 0.001239 sec., 55690.072639225174 rows/sec., 4.35 MiB/sec. 2026.02.12 06:43:12.198353 [ 4 ] {0f5e7dde-f5b5-4475-8367-60d669fd7b96} TCPHandler: Processed in 0.001413936 sec. 2026.02.12 06:43:12.198470 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:12.198565 [ 4 ] {8d584c96-34f1-469d-8131-89d591fdc9b5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:12.198609 [ 4 ] {8d584c96-34f1-469d-8131-89d591fdc9b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:12.199040 [ 4 ] {8d584c96-34f1-469d-8131-89d591fdc9b5} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:12.199078 [ 4 ] {8d584c96-34f1-469d-8131-89d591fdc9b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:12.199417 [ 4 ] {8d584c96-34f1-469d-8131-89d591fdc9b5} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.12 06:43:12.199642 [ 4 ] {8d584c96-34f1-469d-8131-89d591fdc9b5} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:12.199775 [ 4 ] {8d584c96-34f1-469d-8131-89d591fdc9b5} executeQuery: Read 160 rows, 11.41 KiB in 0.001229 sec., 130187.14401952806 rows/sec., 9.07 MiB/sec. 2026.02.12 06:43:12.199812 [ 4 ] {8d584c96-34f1-469d-8131-89d591fdc9b5} TCPHandler: Processed in 0.001392276 sec. 2026.02.12 06:43:12.199926 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:12.200023 [ 4 ] {47e18a6b-b1ab-4ee2-ad91-de625d09eefd} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:12.200080 [ 4 ] {47e18a6b-b1ab-4ee2-ad91-de625d09eefd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:12.200985 [ 4 ] {47e18a6b-b1ab-4ee2-ad91-de625d09eefd} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:12.201029 [ 4 ] {47e18a6b-b1ab-4ee2-ad91-de625d09eefd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:12.201562 [ 4 ] {47e18a6b-b1ab-4ee2-ad91-de625d09eefd} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.12 06:43:12.201798 [ 4 ] {47e18a6b-b1ab-4ee2-ad91-de625d09eefd} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:12.201945 [ 4 ] {47e18a6b-b1ab-4ee2-ad91-de625d09eefd} executeQuery: Read 5 rows, 9.17 KiB in 0.001941 sec., 2575.991756826378 rows/sec., 4.62 MiB/sec. 2026.02.12 06:43:12.202019 [ 4 ] {47e18a6b-b1ab-4ee2-ad91-de625d09eefd} TCPHandler: Processed in 0.002143175 sec. 2026.02.12 06:43:12.202142 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:12.202237 [ 4 ] {0ee3df85-ea07-476f-a844-264f2a2518d2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:12.202280 [ 4 ] {0ee3df85-ea07-476f-a844-264f2a2518d2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:12.202629 [ 4 ] {0ee3df85-ea07-476f-a844-264f2a2518d2} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:12.202666 [ 4 ] {0ee3df85-ea07-476f-a844-264f2a2518d2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:12.202986 [ 4 ] {0ee3df85-ea07-476f-a844-264f2a2518d2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.12 06:43:12.203190 [ 4 ] {0ee3df85-ea07-476f-a844-264f2a2518d2} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:12.203319 [ 4 ] {0ee3df85-ea07-476f-a844-264f2a2518d2} executeQuery: Read 60 rows, 4.14 KiB in 0.001101 sec., 54495.91280653951 rows/sec., 3.67 MiB/sec. 2026.02.12 06:43:12.203356 [ 4 ] {0ee3df85-ea07-476f-a844-264f2a2518d2} TCPHandler: Processed in 0.001264602 sec. 2026.02.12 06:43:16.265257 [ 156 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:43:16.265322 [ 156 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:43:16.398057 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 13408 2026.02.12 06:43:16.398573 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:16.398612 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:16.399136 [ 244 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:43:16.399381 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:16.399524 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13408 2026.02.12 06:43:16.425260 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 882 2026.02.12 06:43:16.427725 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:16.427786 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:16.429088 [ 242 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:43:16.429372 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:16.429764 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 882 2026.02.12 06:43:17.116716 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 211 2026.02.12 06:43:17.134796 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.134868 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.141449 [ 243 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:43:17.142276 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.146509 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 211 2026.02.12 06:43:17.202800 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.202978 [ 4 ] {0c214938-c963-4bd1-ad60-dbf820c2b50f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:43:17.203045 [ 4 ] {0c214938-c963-4bd1-ad60-dbf820c2b50f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:43:17.203780 [ 4 ] {0c214938-c963-4bd1-ad60-dbf820c2b50f} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.203829 [ 4 ] {0c214938-c963-4bd1-ad60-dbf820c2b50f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.204222 [ 4 ] {0c214938-c963-4bd1-ad60-dbf820c2b50f} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:43:17.204470 [ 4 ] {0c214938-c963-4bd1-ad60-dbf820c2b50f} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.204626 [ 4 ] {0c214938-c963-4bd1-ad60-dbf820c2b50f} executeQuery: Read 266 rows, 17.30 KiB in 0.001696 sec., 156839.62264150943 rows/sec., 9.96 MiB/sec. 2026.02.12 06:43:17.204668 [ 4 ] {0c214938-c963-4bd1-ad60-dbf820c2b50f} TCPHandler: Processed in 0.001998242 sec. 2026.02.12 06:43:17.204803 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.204901 [ 4 ] {72408ca1-c9a5-4d32-8487-ef52d4767584} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:17.204943 [ 4 ] {72408ca1-c9a5-4d32-8487-ef52d4767584} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:17.205721 [ 4 ] {72408ca1-c9a5-4d32-8487-ef52d4767584} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.205758 [ 4 ] {72408ca1-c9a5-4d32-8487-ef52d4767584} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.206121 [ 4 ] {72408ca1-c9a5-4d32-8487-ef52d4767584} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.12 06:43:17.206325 [ 4 ] {72408ca1-c9a5-4d32-8487-ef52d4767584} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.206456 [ 4 ] {72408ca1-c9a5-4d32-8487-ef52d4767584} executeQuery: Read 824 rows, 67.47 KiB in 0.001573 sec., 523839.7965670693 rows/sec., 41.89 MiB/sec. 2026.02.12 06:43:17.206493 [ 4 ] {72408ca1-c9a5-4d32-8487-ef52d4767584} TCPHandler: Processed in 0.001740075 sec. 2026.02.12 06:43:17.206618 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.206713 [ 4 ] {a1af386c-6284-45fe-9a40-041a6dcfa498} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:17.206752 [ 4 ] {a1af386c-6284-45fe-9a40-041a6dcfa498} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:17.207209 [ 4 ] {a1af386c-6284-45fe-9a40-041a6dcfa498} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.207246 [ 4 ] {a1af386c-6284-45fe-9a40-041a6dcfa498} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.207578 [ 4 ] {a1af386c-6284-45fe-9a40-041a6dcfa498} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.12 06:43:17.207796 [ 4 ] {a1af386c-6284-45fe-9a40-041a6dcfa498} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.207919 [ 154 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.12 06:43:17.207930 [ 4 ] {a1af386c-6284-45fe-9a40-041a6dcfa498} executeQuery: Read 169 rows, 10.71 KiB in 0.001236 sec., 136731.39158576052 rows/sec., 8.46 MiB/sec. 2026.02.12 06:43:17.207981 [ 154 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.207993 [ 4 ] {a1af386c-6284-45fe-9a40-041a6dcfa498} TCPHandler: Processed in 0.001424616 sec. 2026.02.12 06:43:17.208012 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.208133 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.208148 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.12 06:43:17.208245 [ 4 ] {1ba484a6-da5f-4eab-ac06-c9fa6e302c54} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:43:17.208293 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:17.208297 [ 4 ] {1ba484a6-da5f-4eab-ac06-c9fa6e302c54} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:43:17.208338 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 192 rows starting from the beginning of the part 2026.02.12 06:43:17.208414 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 169 rows starting from the beginning of the part 2026.02.12 06:43:17.208462 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 5 rows starting from the beginning of the part 2026.02.12 06:43:17.208507 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 179 rows starting from the beginning of the part 2026.02.12 06:43:17.208548 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 5 rows starting from the beginning of the part 2026.02.12 06:43:17.208588 [ 192 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 169 rows starting from the beginning of the part 2026.02.12 06:43:17.208754 [ 4 ] {1ba484a6-da5f-4eab-ac06-c9fa6e302c54} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.208797 [ 4 ] {1ba484a6-da5f-4eab-ac06-c9fa6e302c54} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.209121 [ 4 ] {1ba484a6-da5f-4eab-ac06-c9fa6e302c54} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:43:17.209347 [ 4 ] {1ba484a6-da5f-4eab-ac06-c9fa6e302c54} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.209464 [ 154 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:43:17.209479 [ 4 ] {1ba484a6-da5f-4eab-ac06-c9fa6e302c54} executeQuery: Read 140 rows, 9.27 KiB in 0.001258 sec., 111287.75834658188 rows/sec., 7.19 MiB/sec. 2026.02.12 06:43:17.209505 [ 154 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.209527 [ 4 ] {1ba484a6-da5f-4eab-ac06-c9fa6e302c54} TCPHandler: Processed in 0.001452347 sec. 2026.02.12 06:43:17.209529 [ 154 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.209645 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:43:17.209664 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 719 rows, containing 5 columns (5 merged, 0 gathered) in 0.00158008 sec., 455040.2511265252 rows/sec., 30.12 MiB/sec. 2026.02.12 06:43:17.209652 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.209766 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:17.209794 [ 4 ] {662d488a-5d9b-46b5-adb2-fbb0b917773b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:43:17.209806 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 370 rows starting from the beginning of the part 2026.02.12 06:43:17.209825 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.12 06:43:17.209841 [ 4 ] {662d488a-5d9b-46b5-adb2-fbb0b917773b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:43:17.209884 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 140 rows starting from the beginning of the part 2026.02.12 06:43:17.209937 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 228 rows starting from the beginning of the part 2026.02.12 06:43:17.209989 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 140 rows starting from the beginning of the part 2026.02.12 06:43:17.210031 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 140 rows starting from the beginning of the part 2026.02.12 06:43:17.210079 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 140 rows starting from the beginning of the part 2026.02.12 06:43:17.210113 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.210186 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_36_7} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.12 06:43:17.210271 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.12 06:43:17.210283 [ 4 ] {662d488a-5d9b-46b5-adb2-fbb0b917773b} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.210322 [ 4 ] {662d488a-5d9b-46b5-adb2-fbb0b917773b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.210647 [ 4 ] {662d488a-5d9b-46b5-adb2-fbb0b917773b} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:43:17.210884 [ 4 ] {662d488a-5d9b-46b5-adb2-fbb0b917773b} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.211013 [ 4 ] {662d488a-5d9b-46b5-adb2-fbb0b917773b} executeQuery: Read 139 rows, 8.10 KiB in 0.001237 sec., 112368.63379143088 rows/sec., 6.39 MiB/sec. 2026.02.12 06:43:17.211051 [ 4 ] {662d488a-5d9b-46b5-adb2-fbb0b917773b} TCPHandler: Processed in 0.001449057 sec. 2026.02.12 06:43:17.211138 [ 197 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 5 columns (5 merged, 0 gathered) in 0.001530169 sec., 756779.1531523642 rows/sec., 52.72 MiB/sec. 2026.02.12 06:43:17.211172 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.211275 [ 4 ] {66d4b616-7916-46ba-8fb7-0b1c97892f96} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:17.211308 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:43:17.211315 [ 4 ] {66d4b616-7916-46ba-8fb7-0b1c97892f96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:17.211575 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.211646 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_26_5} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:43:17.211720 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.02.12 06:43:17.211941 [ 4 ] {66d4b616-7916-46ba-8fb7-0b1c97892f96} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.211981 [ 4 ] {66d4b616-7916-46ba-8fb7-0b1c97892f96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.212310 [ 4 ] {66d4b616-7916-46ba-8fb7-0b1c97892f96} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.12 06:43:17.212525 [ 4 ] {66d4b616-7916-46ba-8fb7-0b1c97892f96} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.212658 [ 4 ] {66d4b616-7916-46ba-8fb7-0b1c97892f96} executeQuery: Read 499 rows, 36.16 KiB in 0.001402 sec., 355920.1141226819 rows/sec., 25.19 MiB/sec. 2026.02.12 06:43:17.212698 [ 4 ] {66d4b616-7916-46ba-8fb7-0b1c97892f96} TCPHandler: Processed in 0.00157663 sec. 2026.02.12 06:43:17.212808 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.212902 [ 4 ] {f8e03e7d-c01f-429c-83b6-7a0a86849526} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:43:17.212944 [ 4 ] {f8e03e7d-c01f-429c-83b6-7a0a86849526} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:43:17.213273 [ 4 ] {f8e03e7d-c01f-429c-83b6-7a0a86849526} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.213308 [ 4 ] {f8e03e7d-c01f-429c-83b6-7a0a86849526} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.213599 [ 4 ] {f8e03e7d-c01f-429c-83b6-7a0a86849526} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:43:17.213803 [ 4 ] {f8e03e7d-c01f-429c-83b6-7a0a86849526} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.213909 [ 153 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 2026.02.12 06:43:17.213928 [ 4 ] {f8e03e7d-c01f-429c-83b6-7a0a86849526} executeQuery: Read 6 rows, 321.00 B in 0.001044 sec., 5747.126436781609 rows/sec., 300.26 KiB/sec. 2026.02.12 06:43:17.213960 [ 153 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.213972 [ 4 ] {f8e03e7d-c01f-429c-83b6-7a0a86849526} TCPHandler: Processed in 0.001212661 sec. 2026.02.12 06:43:17.213988 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.214077 [ 188 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_15_3 to all_20_20_0 into Compact with storage Full 2026.02.12 06:43:17.214102 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.214197 [ 188 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:17.214201 [ 4 ] {6206b07a-dc2a-4cc0-aad3-d5fc9a3447fa} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:17.214238 [ 188 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 90 rows starting from the beginning of the part 2026.02.12 06:43:17.214262 [ 4 ] {6206b07a-dc2a-4cc0-aad3-d5fc9a3447fa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:17.214301 [ 188 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part 2026.02.12 06:43:17.214352 [ 188 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part 2026.02.12 06:43:17.214393 [ 188 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part 2026.02.12 06:43:17.214438 [ 188 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part 2026.02.12 06:43:17.214480 [ 188 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part 2026.02.12 06:43:17.214674 [ 4 ] {6206b07a-dc2a-4cc0-aad3-d5fc9a3447fa} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.214715 [ 4 ] {6206b07a-dc2a-4cc0-aad3-d5fc9a3447fa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.215174 [ 4 ] {6206b07a-dc2a-4cc0-aad3-d5fc9a3447fa} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.12 06:43:17.215345 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergeTask::MergeProjectionsStage: Merge sorted 120 rows, containing 4 columns (4 merged, 0 gathered) in 0.001303424 sec., 92065.20671707748 rows/sec., 4.70 MiB/sec. 2026.02.12 06:43:17.215487 [ 4 ] {6206b07a-dc2a-4cc0-aad3-d5fc9a3447fa} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.215520 [ 197 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) 2026.02.12 06:43:17.215632 [ 4 ] {6206b07a-dc2a-4cc0-aad3-d5fc9a3447fa} executeQuery: Read 258 rows, 17.59 KiB in 0.001448 sec., 178176.79558011048 rows/sec., 11.86 MiB/sec. 2026.02.12 06:43:17.215677 [ 4 ] {6206b07a-dc2a-4cc0-aad3-d5fc9a3447fa} TCPHandler: Processed in 0.001623281 sec. 2026.02.12 06:43:17.215807 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.215867 [ 197 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.215903 [ 4 ] {da99e49a-581e-49ef-9cc5-d80c90b495a4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:43:17.215950 [ 4 ] {da99e49a-581e-49ef-9cc5-d80c90b495a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:43:17.215955 [ 197 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_20_4} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 2026.02.12 06:43:17.216061 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. 2026.02.12 06:43:17.216278 [ 4 ] {da99e49a-581e-49ef-9cc5-d80c90b495a4} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.216319 [ 4 ] {da99e49a-581e-49ef-9cc5-d80c90b495a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.216623 [ 4 ] {da99e49a-581e-49ef-9cc5-d80c90b495a4} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:43:17.216827 [ 4 ] {da99e49a-581e-49ef-9cc5-d80c90b495a4} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.216957 [ 4 ] {da99e49a-581e-49ef-9cc5-d80c90b495a4} executeQuery: Read 1 rows, 69.00 B in 0.001072 sec., 932.8358208955224 rows/sec., 62.86 KiB/sec. 2026.02.12 06:43:17.216994 [ 4 ] {da99e49a-581e-49ef-9cc5-d80c90b495a4} TCPHandler: Processed in 0.001236432 sec. 2026.02.12 06:43:17.217108 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.217198 [ 4 ] {12a93120-a343-47b1-b31a-a0d69fab2179} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:17.217254 [ 4 ] {12a93120-a343-47b1-b31a-a0d69fab2179} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:17.218112 [ 4 ] {12a93120-a343-47b1-b31a-a0d69fab2179} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.218154 [ 4 ] {12a93120-a343-47b1-b31a-a0d69fab2179} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.218713 [ 4 ] {12a93120-a343-47b1-b31a-a0d69fab2179} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.12 06:43:17.218935 [ 4 ] {12a93120-a343-47b1-b31a-a0d69fab2179} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.219072 [ 4 ] {12a93120-a343-47b1-b31a-a0d69fab2179} executeQuery: Read 36 rows, 66.06 KiB in 0.001892 sec., 19027.484143763213 rows/sec., 34.10 MiB/sec. 2026.02.12 06:43:17.219125 [ 4 ] {12a93120-a343-47b1-b31a-a0d69fab2179} TCPHandler: Processed in 0.002066913 sec. 2026.02.12 06:43:17.219251 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:17.219344 [ 4 ] {69051e7a-8c50-496b-86e7-266ba8dd8642} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:17.219385 [ 4 ] {69051e7a-8c50-496b-86e7-266ba8dd8642} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:17.219743 [ 4 ] {69051e7a-8c50-496b-86e7-266ba8dd8642} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:17.219779 [ 4 ] {69051e7a-8c50-496b-86e7-266ba8dd8642} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:17.220085 [ 4 ] {69051e7a-8c50-496b-86e7-266ba8dd8642} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.12 06:43:17.220296 [ 4 ] {69051e7a-8c50-496b-86e7-266ba8dd8642} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:17.220429 [ 4 ] {69051e7a-8c50-496b-86e7-266ba8dd8642} executeQuery: Read 88 rows, 5.66 KiB in 0.001103 sec., 79782.41160471442 rows/sec., 5.01 MiB/sec. 2026.02.12 06:43:17.220463 [ 4 ] {69051e7a-8c50-496b-86e7-266ba8dd8642} TCPHandler: Processed in 0.001261793 sec. 2026.02.12 06:43:19.312528 [ 146 ] {} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2026.02.12 06:43:19.312607 [ 146 ] {} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:19.312629 [ 146 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:19.312727 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2026.02.12 06:43:19.312832 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:19.312865 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 18 rows starting from the beginning of the part 2026.02.12 06:43:19.312929 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part 2026.02.12 06:43:19.312973 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part 2026.02.12 06:43:19.313013 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part 2026.02.12 06:43:19.313052 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 10 rows starting from the beginning of the part 2026.02.12 06:43:19.313778 [ 197 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001086808 sec., 33124.526135251115 rows/sec., 2.76 MiB/sec. 2026.02.12 06:43:19.313982 [ 196 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2026.02.12 06:43:19.314330 [ 196 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:19.314418 [ 196 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_13_3} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2026.02.12 06:43:19.314534 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.12 06:43:22.220629 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:22.220811 [ 4 ] {de334ff2-0b80-4662-ae04-ea1d36bb30f4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:43:22.220884 [ 4 ] {de334ff2-0b80-4662-ae04-ea1d36bb30f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:43:22.221511 [ 4 ] {de334ff2-0b80-4662-ae04-ea1d36bb30f4} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.221563 [ 4 ] {de334ff2-0b80-4662-ae04-ea1d36bb30f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.221953 [ 4 ] {de334ff2-0b80-4662-ae04-ea1d36bb30f4} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.02.12 06:43:22.222186 [ 4 ] {de334ff2-0b80-4662-ae04-ea1d36bb30f4} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.222343 [ 4 ] {de334ff2-0b80-4662-ae04-ea1d36bb30f4} executeQuery: Read 2 rows, 167.00 B in 0.001585 sec., 1261.8296529968454 rows/sec., 102.89 KiB/sec. 2026.02.12 06:43:22.222390 [ 4 ] {de334ff2-0b80-4662-ae04-ea1d36bb30f4} TCPHandler: Processed in 0.001889029 sec. 2026.02.12 06:43:22.222516 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:22.222619 [ 4 ] {6b82c234-0c22-4256-87d3-942e74ea9207} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:22.222664 [ 4 ] {6b82c234-0c22-4256-87d3-942e74ea9207} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:22.223557 [ 4 ] {6b82c234-0c22-4256-87d3-942e74ea9207} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.223599 [ 4 ] {6b82c234-0c22-4256-87d3-942e74ea9207} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.224102 [ 4 ] {6b82c234-0c22-4256-87d3-942e74ea9207} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.12 06:43:22.224377 [ 4 ] {6b82c234-0c22-4256-87d3-942e74ea9207} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.224523 [ 148 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.12 06:43:22.224532 [ 4 ] {6b82c234-0c22-4256-87d3-942e74ea9207} executeQuery: Read 1207 rows, 102.02 KiB in 0.001937 sec., 623128.549303046 rows/sec., 51.43 MiB/sec. 2026.02.12 06:43:22.224596 [ 148 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.224656 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.224663 [ 4 ] {6b82c234-0c22-4256-87d3-942e74ea9207} TCPHandler: Processed in 0.002198367 sec. 2026.02.12 06:43:22.224799 [ 186 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.12 06:43:22.224850 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:22.224946 [ 186 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:22.224959 [ 4 ] {56a943af-3d92-4637-89ee-1f066d7770b6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:22.224985 [ 186 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1985 rows starting from the beginning of the part 2026.02.12 06:43:22.225006 [ 4 ] {56a943af-3d92-4637-89ee-1f066d7770b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:22.225056 [ 186 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 66 rows starting from the beginning of the part 2026.02.12 06:43:22.225106 [ 186 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 829 rows starting from the beginning of the part 2026.02.12 06:43:22.225148 [ 186 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 66 rows starting from the beginning of the part 2026.02.12 06:43:22.225188 [ 186 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 824 rows starting from the beginning of the part 2026.02.12 06:43:22.225228 [ 186 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1207 rows starting from the beginning of the part 2026.02.12 06:43:22.225498 [ 4 ] {56a943af-3d92-4637-89ee-1f066d7770b6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.225542 [ 4 ] {56a943af-3d92-4637-89ee-1f066d7770b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.225968 [ 4 ] {56a943af-3d92-4637-89ee-1f066d7770b6} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.12 06:43:22.226340 [ 4 ] {56a943af-3d92-4637-89ee-1f066d7770b6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.226490 [ 4 ] {56a943af-3d92-4637-89ee-1f066d7770b6} executeQuery: Read 7 rows, 528.00 B in 0.001551 sec., 4513.217279174726 rows/sec., 332.45 KiB/sec. 2026.02.12 06:43:22.226530 [ 4 ] {56a943af-3d92-4637-89ee-1f066d7770b6} TCPHandler: Processed in 0.001758516 sec. 2026.02.12 06:43:22.226649 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:22.226746 [ 4 ] {bee38d3c-78be-4fdd-9486-12817633c318} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:43:22.226789 [ 4 ] {bee38d3c-78be-4fdd-9486-12817633c318} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:43:22.227274 [ 4 ] {bee38d3c-78be-4fdd-9486-12817633c318} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.227315 [ 4 ] {bee38d3c-78be-4fdd-9486-12817633c318} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.227462 [ 197 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 4977 rows, containing 5 columns (5 merged, 0 gathered) in 0.00272226 sec., 1828260.3425095326 rows/sec., 155.47 MiB/sec. 2026.02.12 06:43:22.227671 [ 4 ] {bee38d3c-78be-4fdd-9486-12817633c318} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:43:22.227771 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.12 06:43:22.227949 [ 4 ] {bee38d3c-78be-4fdd-9486-12817633c318} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.228099 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.228103 [ 4 ] {bee38d3c-78be-4fdd-9486-12817633c318} executeQuery: Read 228 rows, 15.81 KiB in 0.001376 sec., 165697.67441860464 rows/sec., 11.22 MiB/sec. 2026.02.12 06:43:22.228164 [ 4 ] {bee38d3c-78be-4fdd-9486-12817633c318} TCPHandler: Processed in 0.001564401 sec. 2026.02.12 06:43:22.228196 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_41_8} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.12 06:43:22.228278 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.02.12 06:43:22.228288 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:22.228399 [ 4 ] {9922a8a5-1840-452a-ba57-db1b82496773} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:22.228443 [ 4 ] {9922a8a5-1840-452a-ba57-db1b82496773} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:22.229119 [ 4 ] {9922a8a5-1840-452a-ba57-db1b82496773} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.229159 [ 4 ] {9922a8a5-1840-452a-ba57-db1b82496773} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.229533 [ 4 ] {9922a8a5-1840-452a-ba57-db1b82496773} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.12 06:43:22.229776 [ 4 ] {9922a8a5-1840-452a-ba57-db1b82496773} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.229903 [ 148 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.12 06:43:22.229916 [ 4 ] {9922a8a5-1840-452a-ba57-db1b82496773} executeQuery: Read 527 rows, 39.97 KiB in 0.001537 sec., 342875.7319453481 rows/sec., 25.39 MiB/sec. 2026.02.12 06:43:22.229954 [ 148 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.229973 [ 4 ] {9922a8a5-1840-452a-ba57-db1b82496773} TCPHandler: Processed in 0.001737135 sec. 2026.02.12 06:43:22.229981 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.230082 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.12 06:43:22.230130 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:22.230182 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:22.230214 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 996 rows starting from the beginning of the part 2026.02.12 06:43:22.230234 [ 4 ] {358d0897-ba2d-41fb-9733-7dd1bbb9e45c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:22.230285 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 69 rows starting from the beginning of the part 2026.02.12 06:43:22.230290 [ 4 ] {358d0897-ba2d-41fb-9733-7dd1bbb9e45c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:22.230333 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 509 rows starting from the beginning of the part 2026.02.12 06:43:22.230377 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 69 rows starting from the beginning of the part 2026.02.12 06:43:22.230442 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 499 rows starting from the beginning of the part 2026.02.12 06:43:22.230498 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 527 rows starting from the beginning of the part 2026.02.12 06:43:22.230969 [ 4 ] {358d0897-ba2d-41fb-9733-7dd1bbb9e45c} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.231005 [ 4 ] {358d0897-ba2d-41fb-9733-7dd1bbb9e45c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.231430 [ 4 ] {358d0897-ba2d-41fb-9733-7dd1bbb9e45c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.12 06:43:22.231717 [ 4 ] {358d0897-ba2d-41fb-9733-7dd1bbb9e45c} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.231836 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2669 rows, containing 5 columns (5 merged, 0 gathered) in 0.001791966 sec., 1489425.580619275 rows/sec., 113.54 MiB/sec. 2026.02.12 06:43:22.231851 [ 148 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.12 06:43:22.231858 [ 4 ] {358d0897-ba2d-41fb-9733-7dd1bbb9e45c} executeQuery: Read 845 rows, 58.24 KiB in 0.001647 sec., 513054.0376442016 rows/sec., 34.53 MiB/sec. 2026.02.12 06:43:22.231908 [ 148 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.231940 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.231952 [ 4 ] {358d0897-ba2d-41fb-9733-7dd1bbb9e45c} TCPHandler: Processed in 0.001883019 sec. 2026.02.12 06:43:22.232010 [ 191 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.12 06:43:22.232027 [ 190 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.12 06:43:22.232094 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:22.232102 [ 191 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:22.232144 [ 191 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 12467 rows starting from the beginning of the part 2026.02.12 06:43:22.232194 [ 191 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part 2026.02.12 06:43:22.232205 [ 4 ] {3accabb9-9307-40ad-9afe-ba7e3b5d2ed9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:22.232237 [ 191 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 263 rows starting from the beginning of the part 2026.02.12 06:43:22.232266 [ 4 ] {3accabb9-9307-40ad-9afe-ba7e3b5d2ed9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:22.232275 [ 191 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 160 rows starting from the beginning of the part 2026.02.12 06:43:22.232317 [ 191 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 258 rows starting from the beginning of the part 2026.02.12 06:43:22.232331 [ 190 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.232356 [ 191 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 845 rows starting from the beginning of the part 2026.02.12 06:43:22.232416 [ 190 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_41_8} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.12 06:43:22.232518 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. 2026.02.12 06:43:22.233051 [ 4 ] {3accabb9-9307-40ad-9afe-ba7e3b5d2ed9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.233122 [ 4 ] {3accabb9-9307-40ad-9afe-ba7e3b5d2ed9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.233745 [ 4 ] {3accabb9-9307-40ad-9afe-ba7e3b5d2ed9} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.12 06:43:22.234118 [ 4 ] {3accabb9-9307-40ad-9afe-ba7e3b5d2ed9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.234271 [ 148 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.12 06:43:22.234307 [ 4 ] {3accabb9-9307-40ad-9afe-ba7e3b5d2ed9} executeQuery: Read 5 rows, 9.17 KiB in 0.002151 sec., 2324.5002324500233 rows/sec., 4.17 MiB/sec. 2026.02.12 06:43:22.234309 [ 148 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.234351 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.234391 [ 4 ] {3accabb9-9307-40ad-9afe-ba7e3b5d2ed9} TCPHandler: Processed in 0.002383511 sec. 2026.02.12 06:43:22.234425 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.12 06:43:22.234505 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:22.234603 [ 4 ] {b6627e1c-2ee2-46c1-91b6-9bb494976a3c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:22.234639 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:22.234646 [ 4 ] {b6627e1c-2ee2-46c1-91b6-9bb494976a3c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:22.234691 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 633 rows starting from the beginning of the part 2026.02.12 06:43:22.234861 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 5 rows starting from the beginning of the part 2026.02.12 06:43:22.234956 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part 2026.02.12 06:43:22.235045 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 5 rows starting from the beginning of the part 2026.02.12 06:43:22.235121 [ 4 ] {b6627e1c-2ee2-46c1-91b6-9bb494976a3c} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.235134 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 36 rows starting from the beginning of the part 2026.02.12 06:43:22.235170 [ 4 ] {b6627e1c-2ee2-46c1-91b6-9bb494976a3c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.235236 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 5 rows starting from the beginning of the part 2026.02.12 06:43:22.235578 [ 4 ] {b6627e1c-2ee2-46c1-91b6-9bb494976a3c} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.12 06:43:22.235854 [ 4 ] {b6627e1c-2ee2-46c1-91b6-9bb494976a3c} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.236013 [ 148 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.12 06:43:22.236042 [ 4 ] {b6627e1c-2ee2-46c1-91b6-9bb494976a3c} executeQuery: Read 60 rows, 4.14 KiB in 0.001408 sec., 42613.63636363637 rows/sec., 2.87 MiB/sec. 2026.02.12 06:43:22.236054 [ 148 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:22.236090 [ 148 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:22.236093 [ 4 ] {b6627e1c-2ee2-46c1-91b6-9bb494976a3c} TCPHandler: Processed in 0.001593241 sec. 2026.02.12 06:43:22.236190 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.12 06:43:22.236305 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:22.236339 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2604 rows starting from the beginning of the part 2026.02.12 06:43:22.236400 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part 2026.02.12 06:43:22.236456 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 88 rows starting from the beginning of the part 2026.02.12 06:43:22.236508 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part 2026.02.12 06:43:22.236567 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 88 rows starting from the beginning of the part 2026.02.12 06:43:22.236623 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part 2026.02.12 06:43:22.237939 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 14153 rows, containing 5 columns (5 merged, 0 gathered) in 0.005951554 sec., 2378034.3755597277 rows/sec., 160.17 MiB/sec. 2026.02.12 06:43:22.238377 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 2960 rows, containing 4 columns (4 merged, 0 gathered) in 0.002240118 sec., 1321358.964125997 rows/sec., 85.43 MiB/sec. 2026.02.12 06:43:22.238533 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.12 06:43:22.238788 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.12 06:43:22.238944 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.239071 [ 189 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_41_8} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.12 06:43:22.239176 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.239195 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.65 MiB. 2026.02.12 06:43:22.239275 [ 190 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_41_8} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.12 06:43:22.239367 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.71 MiB. 2026.02.12 06:43:22.241551 [ 189 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 19 columns (19 merged, 0 gathered) in 0.007119964 sec., 101124.10680728161 rows/sec., 181.21 MiB/sec. 2026.02.12 06:43:22.242490 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.12 06:43:22.242798 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:22.242863 [ 190 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_36_7} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.12 06:43:22.242954 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. 2026.02.12 06:43:23.000203 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 265.72 MiB, peak 277.89 MiB, free memory in arenas 0.00 B, will set to 270.80 MiB (RSS), difference: 5.09 MiB 2026.02.12 06:43:23.899673 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 13856 2026.02.12 06:43:23.900499 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:23.900546 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:23.901044 [ 244 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:43:23.901283 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:23.901423 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13856 2026.02.12 06:43:24.646644 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 219 2026.02.12 06:43:24.663772 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:24.663830 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:24.669782 [ 243 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:43:24.670492 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:24.673812 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 219 2026.02.12 06:43:26.430038 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 920 2026.02.12 06:43:26.432745 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:26.432793 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:26.433969 [ 242 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:43:26.434234 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:26.434414 [ 143 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.02.12 06:43:26.434493 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 920 2026.02.12 06:43:26.434503 [ 143 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:26.434555 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:26.434687 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.02.12 06:43:26.435290 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:26.435421 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 734 rows starting from the beginning of the part 2026.02.12 06:43:26.435766 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 40 rows starting from the beginning of the part 2026.02.12 06:43:26.436117 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 38 rows starting from the beginning of the part 2026.02.12 06:43:26.436449 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part 2026.02.12 06:43:26.436773 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part 2026.02.12 06:43:26.437108 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 38 rows starting from the beginning of the part 2026.02.12 06:43:26.443060 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 920 rows, containing 72 columns (72 merged, 0 gathered) in 0.008431328 sec., 109116.85561278128 rows/sec., 89.36 MiB/sec. 2026.02.12 06:43:26.443981 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.02.12 06:43:26.444468 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:26.444538 [ 198 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_21_4} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.02.12 06:43:26.444682 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. 2026.02.12 06:43:27.201345 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.201519 [ 4 ] {7fd384e5-1747-4a84-87b4-4bb920e37c0f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:43:27.201586 [ 4 ] {7fd384e5-1747-4a84-87b4-4bb920e37c0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:43:27.202300 [ 4 ] {7fd384e5-1747-4a84-87b4-4bb920e37c0f} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.202351 [ 4 ] {7fd384e5-1747-4a84-87b4-4bb920e37c0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.202768 [ 4 ] {7fd384e5-1747-4a84-87b4-4bb920e37c0f} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:43:27.203013 [ 4 ] {7fd384e5-1747-4a84-87b4-4bb920e37c0f} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.203147 [ 143 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.02.12 06:43:27.203170 [ 4 ] {7fd384e5-1747-4a84-87b4-4bb920e37c0f} executeQuery: Read 266 rows, 17.30 KiB in 0.001697 sec., 156747.2009428403 rows/sec., 9.96 MiB/sec. 2026.02.12 06:43:27.203185 [ 143 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.203206 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.203223 [ 4 ] {7fd384e5-1747-4a84-87b4-4bb920e37c0f} TCPHandler: Processed in 0.002008811 sec. 2026.02.12 06:43:27.203328 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.02.12 06:43:27.203366 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.203477 [ 4 ] {d05ef3ef-5ca4-4aeb-9cb7-dfd7ccf493ea} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:27.203483 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:27.203528 [ 4 ] {d05ef3ef-5ca4-4aeb-9cb7-dfd7ccf493ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:27.203532 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 266 rows starting from the beginning of the part 2026.02.12 06:43:27.203616 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 266 rows starting from the beginning of the part 2026.02.12 06:43:27.203664 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 266 rows starting from the beginning of the part 2026.02.12 06:43:27.203708 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 266 rows starting from the beginning of the part 2026.02.12 06:43:27.203755 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 266 rows starting from the beginning of the part 2026.02.12 06:43:27.204274 [ 4 ] {d05ef3ef-5ca4-4aeb-9cb7-dfd7ccf493ea} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.204318 [ 4 ] {d05ef3ef-5ca4-4aeb-9cb7-dfd7ccf493ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.204702 [ 4 ] {d05ef3ef-5ca4-4aeb-9cb7-dfd7ccf493ea} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.12 06:43:27.204742 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001473628 sec., 902534.4252416485 rows/sec., 60.78 MiB/sec. 2026.02.12 06:43:27.204885 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.02.12 06:43:27.204957 [ 4 ] {d05ef3ef-5ca4-4aeb-9cb7-dfd7ccf493ea} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.205110 [ 4 ] {d05ef3ef-5ca4-4aeb-9cb7-dfd7ccf493ea} executeQuery: Read 824 rows, 67.47 KiB in 0.001656 sec., 497584.54106280196 rows/sec., 39.79 MiB/sec. 2026.02.12 06:43:27.205150 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.205152 [ 4 ] {d05ef3ef-5ca4-4aeb-9cb7-dfd7ccf493ea} TCPHandler: Processed in 0.001839247 sec. 2026.02.12 06:43:27.205227 [ 193 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_21_5} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.02.12 06:43:27.205295 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.205304 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.12 06:43:27.205402 [ 4 ] {5ba39c52-2b46-4a54-9923-09018abb61e5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:27.205451 [ 4 ] {5ba39c52-2b46-4a54-9923-09018abb61e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:27.205946 [ 4 ] {5ba39c52-2b46-4a54-9923-09018abb61e5} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.205989 [ 4 ] {5ba39c52-2b46-4a54-9923-09018abb61e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.206377 [ 4 ] {5ba39c52-2b46-4a54-9923-09018abb61e5} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.12 06:43:27.206627 [ 4 ] {5ba39c52-2b46-4a54-9923-09018abb61e5} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.206784 [ 4 ] {5ba39c52-2b46-4a54-9923-09018abb61e5} executeQuery: Read 169 rows, 10.71 KiB in 0.001401 sec., 120628.1227694504 rows/sec., 7.47 MiB/sec. 2026.02.12 06:43:27.206829 [ 4 ] {5ba39c52-2b46-4a54-9923-09018abb61e5} TCPHandler: Processed in 0.00158461 sec. 2026.02.12 06:43:27.206964 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.207069 [ 4 ] {c5c2e322-a5fb-43e5-b0d0-88c2ea052585} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:43:27.207114 [ 4 ] {c5c2e322-a5fb-43e5-b0d0-88c2ea052585} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:43:27.207632 [ 4 ] {c5c2e322-a5fb-43e5-b0d0-88c2ea052585} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.207675 [ 4 ] {c5c2e322-a5fb-43e5-b0d0-88c2ea052585} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.207998 [ 4 ] {c5c2e322-a5fb-43e5-b0d0-88c2ea052585} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:43:27.208217 [ 4 ] {c5c2e322-a5fb-43e5-b0d0-88c2ea052585} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.208345 [ 4 ] {c5c2e322-a5fb-43e5-b0d0-88c2ea052585} executeQuery: Read 140 rows, 9.27 KiB in 0.0013 sec., 107692.3076923077 rows/sec., 6.96 MiB/sec. 2026.02.12 06:43:27.208382 [ 4 ] {c5c2e322-a5fb-43e5-b0d0-88c2ea052585} TCPHandler: Processed in 0.001476758 sec. 2026.02.12 06:43:27.208498 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.208593 [ 4 ] {5d745a44-6051-420d-9458-d1b9af2f54c8} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:43:27.208634 [ 4 ] {5d745a44-6051-420d-9458-d1b9af2f54c8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:43:27.209059 [ 4 ] {5d745a44-6051-420d-9458-d1b9af2f54c8} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.209098 [ 4 ] {5d745a44-6051-420d-9458-d1b9af2f54c8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.209416 [ 4 ] {5d745a44-6051-420d-9458-d1b9af2f54c8} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:43:27.209643 [ 4 ] {5d745a44-6051-420d-9458-d1b9af2f54c8} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.209754 [ 138 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 2026.02.12 06:43:27.209772 [ 4 ] {5d745a44-6051-420d-9458-d1b9af2f54c8} executeQuery: Read 139 rows, 8.10 KiB in 0.001196 sec., 116220.73578595318 rows/sec., 6.61 MiB/sec. 2026.02.12 06:43:27.209814 [ 138 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.209825 [ 4 ] {5d745a44-6051-420d-9458-d1b9af2f54c8} TCPHandler: Processed in 0.001376345 sec. 2026.02.12 06:43:27.209844 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.209931 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full 2026.02.12 06:43:27.209949 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.210028 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:27.210053 [ 4 ] {f13ba5d2-cc5b-4981-829e-97028155207f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:27.210061 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 139 rows starting from the beginning of the part 2026.02.12 06:43:27.210102 [ 4 ] {f13ba5d2-cc5b-4981-829e-97028155207f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:27.210135 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 139 rows starting from the beginning of the part 2026.02.12 06:43:27.210188 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 139 rows starting from the beginning of the part 2026.02.12 06:43:27.210231 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 139 rows starting from the beginning of the part 2026.02.12 06:43:27.210272 [ 189 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 139 rows starting from the beginning of the part 2026.02.12 06:43:27.210747 [ 4 ] {f13ba5d2-cc5b-4981-829e-97028155207f} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.210792 [ 4 ] {f13ba5d2-cc5b-4981-829e-97028155207f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.211043 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 5 columns (5 merged, 0 gathered) in 0.00114955 sec., 604584.4025923187 rows/sec., 36.70 MiB/sec. 2026.02.12 06:43:27.211141 [ 4 ] {f13ba5d2-cc5b-4981-829e-97028155207f} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.12 06:43:27.211263 [ 200 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) 2026.02.12 06:43:27.211394 [ 4 ] {f13ba5d2-cc5b-4981-829e-97028155207f} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.211540 [ 4 ] {f13ba5d2-cc5b-4981-829e-97028155207f} executeQuery: Read 499 rows, 36.16 KiB in 0.001505 sec., 331561.4617940199 rows/sec., 23.47 MiB/sec. 2026.02.12 06:43:27.211582 [ 4 ] {f13ba5d2-cc5b-4981-829e-97028155207f} TCPHandler: Processed in 0.001683614 sec. 2026.02.12 06:43:27.211645 [ 200 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.211700 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.211741 [ 200 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_21_5} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 2026.02.12 06:43:27.211804 [ 4 ] {390f6c7b-9751-423b-b292-2bf87d3921aa} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:43:27.211854 [ 4 ] {390f6c7b-9751-423b-b292-2bf87d3921aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:43:27.211866 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.12 06:43:27.212215 [ 4 ] {390f6c7b-9751-423b-b292-2bf87d3921aa} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.212257 [ 4 ] {390f6c7b-9751-423b-b292-2bf87d3921aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.212573 [ 4 ] {390f6c7b-9751-423b-b292-2bf87d3921aa} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.02.12 06:43:27.212800 [ 4 ] {390f6c7b-9751-423b-b292-2bf87d3921aa} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.212930 [ 4 ] {390f6c7b-9751-423b-b292-2bf87d3921aa} executeQuery: Read 6 rows, 321.00 B in 0.001147 sec., 5231.037489102006 rows/sec., 273.30 KiB/sec. 2026.02.12 06:43:27.212968 [ 4 ] {390f6c7b-9751-423b-b292-2bf87d3921aa} TCPHandler: Processed in 0.001318504 sec. 2026.02.12 06:43:27.213087 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.213183 [ 4 ] {4dd29022-1bb5-403f-9f91-6b6752c3c1ea} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:27.213228 [ 4 ] {4dd29022-1bb5-403f-9f91-6b6752c3c1ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:27.213641 [ 4 ] {4dd29022-1bb5-403f-9f91-6b6752c3c1ea} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.213678 [ 4 ] {4dd29022-1bb5-403f-9f91-6b6752c3c1ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.214007 [ 4 ] {4dd29022-1bb5-403f-9f91-6b6752c3c1ea} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.12 06:43:27.214240 [ 4 ] {4dd29022-1bb5-403f-9f91-6b6752c3c1ea} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.214372 [ 4 ] {4dd29022-1bb5-403f-9f91-6b6752c3c1ea} executeQuery: Read 258 rows, 17.59 KiB in 0.001207 sec., 213753.10687655344 rows/sec., 14.23 MiB/sec. 2026.02.12 06:43:27.214410 [ 4 ] {4dd29022-1bb5-403f-9f91-6b6752c3c1ea} TCPHandler: Processed in 0.001372706 sec. 2026.02.12 06:43:27.214529 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.214625 [ 4 ] {1fb91675-f385-4059-b9f2-cefd1c86ed22} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:43:27.214668 [ 4 ] {1fb91675-f385-4059-b9f2-cefd1c86ed22} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:43:27.214984 [ 4 ] {1fb91675-f385-4059-b9f2-cefd1c86ed22} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.215021 [ 4 ] {1fb91675-f385-4059-b9f2-cefd1c86ed22} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.215321 [ 4 ] {1fb91675-f385-4059-b9f2-cefd1c86ed22} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:43:27.215550 [ 4 ] {1fb91675-f385-4059-b9f2-cefd1c86ed22} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.215684 [ 4 ] {1fb91675-f385-4059-b9f2-cefd1c86ed22} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2026.02.12 06:43:27.215722 [ 4 ] {1fb91675-f385-4059-b9f2-cefd1c86ed22} TCPHandler: Processed in 0.001242962 sec. 2026.02.12 06:43:27.215834 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.215932 [ 4 ] {2b46ba6f-974a-4029-8667-31c2b548ecfa} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:27.215987 [ 4 ] {2b46ba6f-974a-4029-8667-31c2b548ecfa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:27.216801 [ 4 ] {2b46ba6f-974a-4029-8667-31c2b548ecfa} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.216839 [ 4 ] {2b46ba6f-974a-4029-8667-31c2b548ecfa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.217408 [ 4 ] {2b46ba6f-974a-4029-8667-31c2b548ecfa} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.12 06:43:27.217657 [ 4 ] {2b46ba6f-974a-4029-8667-31c2b548ecfa} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.217795 [ 4 ] {2b46ba6f-974a-4029-8667-31c2b548ecfa} executeQuery: Read 36 rows, 66.06 KiB in 0.001884 sec., 19108.28025477707 rows/sec., 34.24 MiB/sec. 2026.02.12 06:43:27.217849 [ 4 ] {2b46ba6f-974a-4029-8667-31c2b548ecfa} TCPHandler: Processed in 0.002063573 sec. 2026.02.12 06:43:27.217968 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:27.218063 [ 4 ] {e89e4807-352a-45c1-8571-3f3c084200a6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:27.218108 [ 4 ] {e89e4807-352a-45c1-8571-3f3c084200a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:27.218429 [ 4 ] {e89e4807-352a-45c1-8571-3f3c084200a6} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:27.218466 [ 4 ] {e89e4807-352a-45c1-8571-3f3c084200a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:27.218775 [ 4 ] {e89e4807-352a-45c1-8571-3f3c084200a6} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.12 06:43:27.219028 [ 4 ] {e89e4807-352a-45c1-8571-3f3c084200a6} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:27.219161 [ 4 ] {e89e4807-352a-45c1-8571-3f3c084200a6} executeQuery: Read 88 rows, 5.66 KiB in 0.001116 sec., 78853.04659498208 rows/sec., 4.95 MiB/sec. 2026.02.12 06:43:27.219202 [ 4 ] {e89e4807-352a-45c1-8571-3f3c084200a6} TCPHandler: Processed in 0.001284583 sec. 2026.02.12 06:43:31.266394 [ 134 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:43:31.266461 [ 134 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:43:31.401538 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 14368 2026.02.12 06:43:31.402134 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:31.402185 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:31.402682 [ 244 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:43:31.402922 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:31.403056 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14368 2026.02.12 06:43:32.173926 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 226 2026.02.12 06:43:32.192182 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:32.192246 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:32.192935 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:32.193219 [ 4 ] {eecbf11b-bd5d-4597-bd9b-f38e9d1d1df3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:32.193328 [ 4 ] {eecbf11b-bd5d-4597-bd9b-f38e9d1d1df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:32.194055 [ 4 ] {eecbf11b-bd5d-4597-bd9b-f38e9d1d1df3} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:32.194109 [ 4 ] {eecbf11b-bd5d-4597-bd9b-f38e9d1d1df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:32.194534 [ 4 ] {eecbf11b-bd5d-4597-bd9b-f38e9d1d1df3} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.12 06:43:32.194788 [ 4 ] {eecbf11b-bd5d-4597-bd9b-f38e9d1d1df3} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:32.194956 [ 4 ] {eecbf11b-bd5d-4597-bd9b-f38e9d1d1df3} executeQuery: Read 66 rows, 5.38 KiB in 0.001816 sec., 36343.612334801765 rows/sec., 2.89 MiB/sec. 2026.02.12 06:43:32.195008 [ 4 ] {eecbf11b-bd5d-4597-bd9b-f38e9d1d1df3} TCPHandler: Processed in 0.002261088 sec. 2026.02.12 06:43:32.195145 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:32.195249 [ 4 ] {07575db3-5118-40d9-b97d-4af092c6a0ac} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:32.195295 [ 4 ] {07575db3-5118-40d9-b97d-4af092c6a0ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:32.195708 [ 4 ] {07575db3-5118-40d9-b97d-4af092c6a0ac} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:32.195747 [ 4 ] {07575db3-5118-40d9-b97d-4af092c6a0ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:32.196053 [ 4 ] {07575db3-5118-40d9-b97d-4af092c6a0ac} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.12 06:43:32.196270 [ 4 ] {07575db3-5118-40d9-b97d-4af092c6a0ac} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:32.196404 [ 4 ] {07575db3-5118-40d9-b97d-4af092c6a0ac} executeQuery: Read 5 rows, 385.00 B in 0.001179 sec., 4240.882103477524 rows/sec., 318.89 KiB/sec. 2026.02.12 06:43:32.196444 [ 4 ] {07575db3-5118-40d9-b97d-4af092c6a0ac} TCPHandler: Processed in 0.001351245 sec. 2026.02.12 06:43:32.196558 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:32.196654 [ 4 ] {6c19f23f-0285-422e-9b86-fbde6c44b8f4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:32.196694 [ 4 ] {6c19f23f-0285-422e-9b86-fbde6c44b8f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:32.197094 [ 4 ] {6c19f23f-0285-422e-9b86-fbde6c44b8f4} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:32.197131 [ 4 ] {6c19f23f-0285-422e-9b86-fbde6c44b8f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:32.197434 [ 4 ] {6c19f23f-0285-422e-9b86-fbde6c44b8f4} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.12 06:43:32.197656 [ 4 ] {6c19f23f-0285-422e-9b86-fbde6c44b8f4} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:32.197784 [ 4 ] {6c19f23f-0285-422e-9b86-fbde6c44b8f4} executeQuery: Read 69 rows, 5.52 KiB in 0.00115 sec., 60000 rows/sec., 4.68 MiB/sec. 2026.02.12 06:43:32.197824 [ 4 ] {6c19f23f-0285-422e-9b86-fbde6c44b8f4} TCPHandler: Processed in 0.001316394 sec. 2026.02.12 06:43:32.197937 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:32.198034 [ 4 ] {e99368a8-1c1a-43e3-bb0b-2f6d5cef6c87} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:32.198078 [ 4 ] {e99368a8-1c1a-43e3-bb0b-2f6d5cef6c87} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:32.198195 [ 243 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:43:32.198472 [ 4 ] {e99368a8-1c1a-43e3-bb0b-2f6d5cef6c87} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:32.198515 [ 4 ] {e99368a8-1c1a-43e3-bb0b-2f6d5cef6c87} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:32.198857 [ 4 ] {e99368a8-1c1a-43e3-bb0b-2f6d5cef6c87} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.12 06:43:32.198933 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:32.199101 [ 4 ] {e99368a8-1c1a-43e3-bb0b-2f6d5cef6c87} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:32.199237 [ 4 ] {e99368a8-1c1a-43e3-bb0b-2f6d5cef6c87} executeQuery: Read 160 rows, 11.41 KiB in 0.001221 sec., 131040.13104013103 rows/sec., 9.13 MiB/sec. 2026.02.12 06:43:32.199277 [ 4 ] {e99368a8-1c1a-43e3-bb0b-2f6d5cef6c87} TCPHandler: Processed in 0.001388856 sec. 2026.02.12 06:43:32.199389 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:32.199484 [ 4 ] {66bdc6a6-4ddc-47a7-affe-c808ea58bbd9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:32.199541 [ 4 ] {66bdc6a6-4ddc-47a7-affe-c808ea58bbd9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:32.200307 [ 4 ] {66bdc6a6-4ddc-47a7-affe-c808ea58bbd9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:32.200346 [ 4 ] {66bdc6a6-4ddc-47a7-affe-c808ea58bbd9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:32.200860 [ 4 ] {66bdc6a6-4ddc-47a7-affe-c808ea58bbd9} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.12 06:43:32.201183 [ 4 ] {66bdc6a6-4ddc-47a7-affe-c808ea58bbd9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:32.201366 [ 4 ] {66bdc6a6-4ddc-47a7-affe-c808ea58bbd9} executeQuery: Read 5 rows, 9.17 KiB in 0.001897 sec., 2635.740643120717 rows/sec., 4.72 MiB/sec. 2026.02.12 06:43:32.201440 [ 4 ] {66bdc6a6-4ddc-47a7-affe-c808ea58bbd9} TCPHandler: Processed in 0.002100535 sec. 2026.02.12 06:43:32.201554 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:32.201651 [ 4 ] {4cdaa15d-b442-4593-880a-7cc3c62d2323} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:32.201694 [ 4 ] {4cdaa15d-b442-4593-880a-7cc3c62d2323} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:32.202037 [ 4 ] {4cdaa15d-b442-4593-880a-7cc3c62d2323} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:32.202075 [ 4 ] {4cdaa15d-b442-4593-880a-7cc3c62d2323} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:32.202290 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 226 2026.02.12 06:43:32.202396 [ 4 ] {4cdaa15d-b442-4593-880a-7cc3c62d2323} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.12 06:43:32.202621 [ 4 ] {4cdaa15d-b442-4593-880a-7cc3c62d2323} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:32.202752 [ 4 ] {4cdaa15d-b442-4593-880a-7cc3c62d2323} executeQuery: Read 60 rows, 4.14 KiB in 0.001121 sec., 53523.63960749331 rows/sec., 3.61 MiB/sec. 2026.02.12 06:43:32.202790 [ 4 ] {4cdaa15d-b442-4593-880a-7cc3c62d2323} TCPHandler: Processed in 0.001286643 sec. 2026.02.12 06:43:36.434795 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 954 2026.02.12 06:43:36.437458 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:36.437505 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:36.438689 [ 242 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:43:36.438969 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:36.439289 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 954 2026.02.12 06:43:37.203538 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.203713 [ 4 ] {862735f9-6d5c-4667-b1a0-7e018961489e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:43:37.203781 [ 4 ] {862735f9-6d5c-4667-b1a0-7e018961489e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:43:37.204551 [ 4 ] {862735f9-6d5c-4667-b1a0-7e018961489e} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.204602 [ 4 ] {862735f9-6d5c-4667-b1a0-7e018961489e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.205000 [ 4 ] {862735f9-6d5c-4667-b1a0-7e018961489e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:43:37.205260 [ 4 ] {862735f9-6d5c-4667-b1a0-7e018961489e} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.205433 [ 4 ] {862735f9-6d5c-4667-b1a0-7e018961489e} executeQuery: Read 266 rows, 17.30 KiB in 0.001764 sec., 150793.6507936508 rows/sec., 9.58 MiB/sec. 2026.02.12 06:43:37.205487 [ 4 ] {862735f9-6d5c-4667-b1a0-7e018961489e} TCPHandler: Processed in 0.002078103 sec. 2026.02.12 06:43:37.205635 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.205742 [ 4 ] {fb09cb28-dc51-4655-a686-b6cf2d7658b5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:43:37.205788 [ 4 ] {fb09cb28-dc51-4655-a686-b6cf2d7658b5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:43:37.206198 [ 4 ] {fb09cb28-dc51-4655-a686-b6cf2d7658b5} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.206235 [ 4 ] {fb09cb28-dc51-4655-a686-b6cf2d7658b5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.206530 [ 4 ] {fb09cb28-dc51-4655-a686-b6cf2d7658b5} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.02.12 06:43:37.206744 [ 4 ] {fb09cb28-dc51-4655-a686-b6cf2d7658b5} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.206879 [ 4 ] {fb09cb28-dc51-4655-a686-b6cf2d7658b5} executeQuery: Read 2 rows, 167.00 B in 0.001161 sec., 1722.6528854435833 rows/sec., 140.47 KiB/sec. 2026.02.12 06:43:37.206918 [ 4 ] {fb09cb28-dc51-4655-a686-b6cf2d7658b5} TCPHandler: Processed in 0.001335564 sec. 2026.02.12 06:43:37.207023 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.207118 [ 4 ] {85bcbdf7-8262-4bbd-8187-a68579564380} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:37.207159 [ 4 ] {85bcbdf7-8262-4bbd-8187-a68579564380} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:37.207996 [ 4 ] {85bcbdf7-8262-4bbd-8187-a68579564380} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.208032 [ 4 ] {85bcbdf7-8262-4bbd-8187-a68579564380} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.208398 [ 4 ] {85bcbdf7-8262-4bbd-8187-a68579564380} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.12 06:43:37.208615 [ 4 ] {85bcbdf7-8262-4bbd-8187-a68579564380} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.208747 [ 4 ] {85bcbdf7-8262-4bbd-8187-a68579564380} executeQuery: Read 825 rows, 67.54 KiB in 0.001648 sec., 500606.7961165049 rows/sec., 40.02 MiB/sec. 2026.02.12 06:43:37.208786 [ 4 ] {85bcbdf7-8262-4bbd-8187-a68579564380} TCPHandler: Processed in 0.001812637 sec. 2026.02.12 06:43:37.208901 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.208998 [ 4 ] {0725bbb8-f2fe-42ba-a0ba-4bcf2476b7ed} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:37.209040 [ 4 ] {0725bbb8-f2fe-42ba-a0ba-4bcf2476b7ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:37.209494 [ 4 ] {0725bbb8-f2fe-42ba-a0ba-4bcf2476b7ed} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.209529 [ 4 ] {0725bbb8-f2fe-42ba-a0ba-4bcf2476b7ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.209854 [ 4 ] {0725bbb8-f2fe-42ba-a0ba-4bcf2476b7ed} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.12 06:43:37.210069 [ 4 ] {0725bbb8-f2fe-42ba-a0ba-4bcf2476b7ed} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.210197 [ 4 ] {0725bbb8-f2fe-42ba-a0ba-4bcf2476b7ed} executeQuery: Read 171 rows, 10.85 KiB in 0.001218 sec., 140394.08866995075 rows/sec., 8.70 MiB/sec. 2026.02.12 06:43:37.210234 [ 4 ] {0725bbb8-f2fe-42ba-a0ba-4bcf2476b7ed} TCPHandler: Processed in 0.001382526 sec. 2026.02.12 06:43:37.210344 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.210439 [ 4 ] {c54d699b-e298-4eb1-adb9-54479dd9f7db} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:43:37.210479 [ 4 ] {c54d699b-e298-4eb1-adb9-54479dd9f7db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:43:37.210909 [ 4 ] {c54d699b-e298-4eb1-adb9-54479dd9f7db} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.210943 [ 4 ] {c54d699b-e298-4eb1-adb9-54479dd9f7db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.211249 [ 4 ] {c54d699b-e298-4eb1-adb9-54479dd9f7db} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:43:37.211478 [ 4 ] {c54d699b-e298-4eb1-adb9-54479dd9f7db} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.211608 [ 4 ] {c54d699b-e298-4eb1-adb9-54479dd9f7db} executeQuery: Read 140 rows, 9.27 KiB in 0.001186 sec., 118043.84485666105 rows/sec., 7.63 MiB/sec. 2026.02.12 06:43:37.211645 [ 4 ] {c54d699b-e298-4eb1-adb9-54479dd9f7db} TCPHandler: Processed in 0.001350135 sec. 2026.02.12 06:43:37.211776 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.211870 [ 4 ] {f31876cd-23e4-462c-8d61-9dd43f994b39} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:43:37.211911 [ 4 ] {f31876cd-23e4-462c-8d61-9dd43f994b39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:43:37.212350 [ 4 ] {f31876cd-23e4-462c-8d61-9dd43f994b39} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.212385 [ 4 ] {f31876cd-23e4-462c-8d61-9dd43f994b39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.212685 [ 4 ] {f31876cd-23e4-462c-8d61-9dd43f994b39} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:43:37.212917 [ 4 ] {f31876cd-23e4-462c-8d61-9dd43f994b39} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.213048 [ 4 ] {f31876cd-23e4-462c-8d61-9dd43f994b39} executeQuery: Read 139 rows, 8.10 KiB in 0.001195 sec., 116317.99163179916 rows/sec., 6.62 MiB/sec. 2026.02.12 06:43:37.213086 [ 4 ] {f31876cd-23e4-462c-8d61-9dd43f994b39} TCPHandler: Processed in 0.001359595 sec. 2026.02.12 06:43:37.213202 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.213295 [ 4 ] {4c04227a-5049-438e-9163-991b464ae600} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:37.213334 [ 4 ] {4c04227a-5049-438e-9163-991b464ae600} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:37.213929 [ 4 ] {4c04227a-5049-438e-9163-991b464ae600} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.213965 [ 4 ] {4c04227a-5049-438e-9163-991b464ae600} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.214308 [ 4 ] {4c04227a-5049-438e-9163-991b464ae600} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.12 06:43:37.214527 [ 4 ] {4c04227a-5049-438e-9163-991b464ae600} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.214657 [ 4 ] {4c04227a-5049-438e-9163-991b464ae600} executeQuery: Read 501 rows, 36.33 KiB in 0.00138 sec., 363043.47826086957 rows/sec., 25.71 MiB/sec. 2026.02.12 06:43:37.214695 [ 4 ] {4c04227a-5049-438e-9163-991b464ae600} TCPHandler: Processed in 0.00154213 sec. 2026.02.12 06:43:37.214817 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.214912 [ 4 ] {283d092c-0534-4946-bdd1-fa525df90127} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:43:37.214954 [ 4 ] {283d092c-0534-4946-bdd1-fa525df90127} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:43:37.215295 [ 4 ] {283d092c-0534-4946-bdd1-fa525df90127} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.215330 [ 4 ] {283d092c-0534-4946-bdd1-fa525df90127} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.215642 [ 4 ] {283d092c-0534-4946-bdd1-fa525df90127} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.02.12 06:43:37.215864 [ 4 ] {283d092c-0534-4946-bdd1-fa525df90127} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.215991 [ 4 ] {283d092c-0534-4946-bdd1-fa525df90127} executeQuery: Read 6 rows, 321.00 B in 0.001097 sec., 5469.462169553327 rows/sec., 285.76 KiB/sec. 2026.02.12 06:43:37.216028 [ 4 ] {283d092c-0534-4946-bdd1-fa525df90127} TCPHandler: Processed in 0.001260113 sec. 2026.02.12 06:43:37.216146 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.216240 [ 4 ] {9da1da08-c200-427c-8746-da71a659b3b6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:37.216283 [ 4 ] {9da1da08-c200-427c-8746-da71a659b3b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:37.216696 [ 4 ] {9da1da08-c200-427c-8746-da71a659b3b6} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.216730 [ 4 ] {9da1da08-c200-427c-8746-da71a659b3b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.217063 [ 4 ] {9da1da08-c200-427c-8746-da71a659b3b6} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.12 06:43:37.217285 [ 4 ] {9da1da08-c200-427c-8746-da71a659b3b6} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.217410 [ 4 ] {9da1da08-c200-427c-8746-da71a659b3b6} executeQuery: Read 259 rows, 17.66 KiB in 0.001189 sec., 217830.10933557613 rows/sec., 14.51 MiB/sec. 2026.02.12 06:43:37.217446 [ 4 ] {9da1da08-c200-427c-8746-da71a659b3b6} TCPHandler: Processed in 0.001350235 sec. 2026.02.12 06:43:37.217567 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.217661 [ 4 ] {fc5d102f-fb95-4711-ac16-1898bab6aadc} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:43:37.217708 [ 4 ] {fc5d102f-fb95-4711-ac16-1898bab6aadc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:43:37.218092 [ 4 ] {fc5d102f-fb95-4711-ac16-1898bab6aadc} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.218128 [ 4 ] {fc5d102f-fb95-4711-ac16-1898bab6aadc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.218435 [ 4 ] {fc5d102f-fb95-4711-ac16-1898bab6aadc} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:43:37.218658 [ 4 ] {fc5d102f-fb95-4711-ac16-1898bab6aadc} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.218789 [ 4 ] {fc5d102f-fb95-4711-ac16-1898bab6aadc} executeQuery: Read 1 rows, 69.00 B in 0.001145 sec., 873.3624454148472 rows/sec., 58.85 KiB/sec. 2026.02.12 06:43:37.218855 [ 4 ] {fc5d102f-fb95-4711-ac16-1898bab6aadc} TCPHandler: Processed in 0.001336705 sec. 2026.02.12 06:43:37.218976 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.219079 [ 4 ] {33c06860-baeb-40f4-8c45-4697fad6dd10} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:37.219137 [ 4 ] {33c06860-baeb-40f4-8c45-4697fad6dd10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:37.220017 [ 4 ] {33c06860-baeb-40f4-8c45-4697fad6dd10} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.220056 [ 4 ] {33c06860-baeb-40f4-8c45-4697fad6dd10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.220619 [ 4 ] {33c06860-baeb-40f4-8c45-4697fad6dd10} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.12 06:43:37.220850 [ 4 ] {33c06860-baeb-40f4-8c45-4697fad6dd10} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.221065 [ 4 ] {33c06860-baeb-40f4-8c45-4697fad6dd10} executeQuery: Read 36 rows, 66.06 KiB in 0.002002 sec., 17982.017982017984 rows/sec., 32.22 MiB/sec. 2026.02.12 06:43:37.221165 [ 4 ] {33c06860-baeb-40f4-8c45-4697fad6dd10} TCPHandler: Processed in 0.002238177 sec. 2026.02.12 06:43:37.221362 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:37.221472 [ 4 ] {3e72c624-61c6-42cd-9599-dfaa78ea322c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:37.221535 [ 4 ] {3e72c624-61c6-42cd-9599-dfaa78ea322c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:37.221977 [ 4 ] {3e72c624-61c6-42cd-9599-dfaa78ea322c} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:37.222013 [ 4 ] {3e72c624-61c6-42cd-9599-dfaa78ea322c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:37.222328 [ 4 ] {3e72c624-61c6-42cd-9599-dfaa78ea322c} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.12 06:43:37.222567 [ 4 ] {3e72c624-61c6-42cd-9599-dfaa78ea322c} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:37.222698 [ 4 ] {3e72c624-61c6-42cd-9599-dfaa78ea322c} executeQuery: Read 88 rows, 5.66 KiB in 0.001251 sec., 70343.72501998402 rows/sec., 4.42 MiB/sec. 2026.02.12 06:43:37.222734 [ 4 ] {3e72c624-61c6-42cd-9599-dfaa78ea322c} TCPHandler: Processed in 0.001432136 sec. 2026.02.12 06:43:38.903172 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 14816 2026.02.12 06:43:38.903934 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:38.904007 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:38.904714 [ 244 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:43:38.905083 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:38.905300 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14816 2026.02.12 06:43:38.905299 [ 121 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:43:38.905390 [ 121 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:38.905415 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:38.905576 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:43:38.905769 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:38.905819 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 12448 rows starting from the beginning of the part 2026.02.12 06:43:38.905911 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 448 rows starting from the beginning of the part 2026.02.12 06:43:38.905981 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 512 rows starting from the beginning of the part 2026.02.12 06:43:38.906043 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 448 rows starting from the beginning of the part 2026.02.12 06:43:38.906097 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 512 rows starting from the beginning of the part 2026.02.12 06:43:38.906152 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 448 rows starting from the beginning of the part 2026.02.12 06:43:38.908955 [ 193 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 14816 rows, containing 4 columns (4 merged, 0 gathered) in 0.003448269 sec., 4296648.550330616 rows/sec., 61.46 MiB/sec. 2026.02.12 06:43:38.909317 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:43:38.909648 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:38.909759 [ 194 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_31_6} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:43:38.909881 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.48 MiB. 2026.02.12 06:43:39.406446 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55120 2026.02.12 06:43:39.406546 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.406571 [ 287 ] {} TCP-Session: 69c7a391-c4be-414b-a562-9e1180a3e4e5 Authenticating user 'default' from [fd00:1122:3344:101::e]:55120 2026.02.12 06:43:39.406592 [ 287 ] {} TCP-Session: 69c7a391-c4be-414b-a562-9e1180a3e4e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.406604 [ 287 ] {} TCP-Session: 69c7a391-c4be-414b-a562-9e1180a3e4e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.406830 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34446 2026.02.12 06:43:39.406860 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39427 2026.02.12 06:43:39.406870 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58722 2026.02.12 06:43:39.406915 [ 287 ] {} TCP-Session: 69c7a391-c4be-414b-a562-9e1180a3e4e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:39.406886 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58882 2026.02.12 06:43:39.406946 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.406946 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.407004 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.407006 [ 288 ] {} TCP-Session: dde30d11-3b66-4392-a2ee-13390b213431 Authenticating user 'default' from [fd00:1122:3344:101::e]:34446 2026.02.12 06:43:39.407024 [ 292 ] {} TCP-Session: f9e7b833-8131-445c-9d0f-6a50d0a670c6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39427 2026.02.12 06:43:39.407042 [ 293 ] {} TCP-Session: c827c37d-0455-4afe-91d5-ff62c74acd60 Authenticating user 'default' from [fd00:1122:3344:101::e]:58722 2026.02.12 06:43:39.407051 [ 288 ] {} TCP-Session: dde30d11-3b66-4392-a2ee-13390b213431 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.407061 [ 292 ] {} TCP-Session: f9e7b833-8131-445c-9d0f-6a50d0a670c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.407077 [ 293 ] {} TCP-Session: c827c37d-0455-4afe-91d5-ff62c74acd60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.407086 [ 287 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} executeQuery: (from [fd00:1122:3344:101::e]:55120) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:43:39.407101 [ 293 ] {} TCP-Session: c827c37d-0455-4afe-91d5-ff62c74acd60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.407087 [ 292 ] {} TCP-Session: f9e7b833-8131-445c-9d0f-6a50d0a670c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.407078 [ 288 ] {} TCP-Session: dde30d11-3b66-4392-a2ee-13390b213431 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.407022 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.406880 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57826 2026.02.12 06:43:39.407199 [ 3 ] {} TCP-Session: 32b8e5b0-9037-40f6-b7f3-6d5973173118 Authenticating user 'default' from [fd00:1122:3344:101::e]:58882 2026.02.12 06:43:39.406852 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63003 2026.02.12 06:43:39.407255 [ 3 ] {} TCP-Session: 32b8e5b0-9037-40f6-b7f3-6d5973173118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.406850 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55800 2026.02.12 06:43:39.407302 [ 3 ] {} TCP-Session: 32b8e5b0-9037-40f6-b7f3-6d5973173118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.406848 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64298 2026.02.12 06:43:39.407377 [ 287 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:43:39.407434 [ 287 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:43:39.407749 [ 287 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:43:39.407835 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.407870 [ 291 ] {} TCP-Session: 258571fb-067e-41b3-ab6b-662feb1c8c8f Authenticating user 'default' from [fd00:1122:3344:101::e]:64298 2026.02.12 06:43:39.407889 [ 291 ] {} TCP-Session: 258571fb-067e-41b3-ab6b-662feb1c8c8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.407904 [ 291 ] {} TCP-Session: 258571fb-067e-41b3-ab6b-662feb1c8c8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.407955 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.407999 [ 289 ] {} TCP-Session: ec217e3a-3254-47e4-a349-5ab0de4e9733 Authenticating user 'default' from [fd00:1122:3344:101::e]:55800 2026.02.12 06:43:39.408026 [ 289 ] {} TCP-Session: ec217e3a-3254-47e4-a349-5ab0de4e9733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.408045 [ 289 ] {} TCP-Session: ec217e3a-3254-47e4-a349-5ab0de4e9733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.408077 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.408124 [ 294 ] {} TCP-Session: 1406d392-c01d-402f-b004-9389ea89f740 Authenticating user 'default' from [fd00:1122:3344:101::e]:57826 2026.02.12 06:43:39.408146 [ 294 ] {} TCP-Session: 1406d392-c01d-402f-b004-9389ea89f740 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.408159 [ 294 ] {} TCP-Session: 1406d392-c01d-402f-b004-9389ea89f740 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.408243 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.408276 [ 290 ] {} TCP-Session: 66c92436-81bd-4931-bd61-69ee7d0433a2 Authenticating user 'default' from [fd00:1122:3344:101::e]:63003 2026.02.12 06:43:39.408293 [ 290 ] {} TCP-Session: 66c92436-81bd-4931-bd61-69ee7d0433a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.408306 [ 290 ] {} TCP-Session: 66c92436-81bd-4931-bd61-69ee7d0433a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.408701 [ 324 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} AggregatingTransform: Aggregating 2026.02.12 06:43:39.408757 [ 324 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} Aggregator: Aggregation method: without_key 2026.02.12 06:43:39.408796 [ 324 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000943064 sec. (1060.373 rows/sec., 41.42 KiB/sec.) 2026.02.12 06:43:39.408814 [ 324 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} Aggregator: Merging aggregated data 2026.02.12 06:43:39.410009 [ 287 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} executeQuery: Read 1 rows, 40.00 B in 0.002977 sec., 335.9086328518643 rows/sec., 13.12 KiB/sec. 2026.02.12 06:43:39.410175 [ 287 ] {7691570d-72cd-4175-9344-2c6b8a78cab0} TCPHandler: Processed in 0.003370347 sec. 2026.02.12 06:43:39.410294 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.410320 [ 287 ] {} TCP-Session: 69c7a391-c4be-414b-a562-9e1180a3e4e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.410328 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.410356 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.410368 [ 3 ] {} TCP-Session: 32b8e5b0-9037-40f6-b7f3-6d5973173118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.410393 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.410411 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.410431 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.410452 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.410456 [ 290 ] {} TCP-Session: 66c92436-81bd-4931-bd61-69ee7d0433a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.410480 [ 291 ] {} TCP-Session: 258571fb-067e-41b3-ab6b-662feb1c8c8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.410516 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.410512 [ 289 ] {} TCP-Session: ec217e3a-3254-47e4-a349-5ab0de4e9733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.410564 [ 293 ] {} TCP-Session: c827c37d-0455-4afe-91d5-ff62c74acd60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.410461 [ 294 ] {} TCP-Session: 1406d392-c01d-402f-b004-9389ea89f740 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.410426 [ 288 ] {} TCP-Session: dde30d11-3b66-4392-a2ee-13390b213431 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.410473 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.410664 [ 292 ] {} TCP-Session: f9e7b833-8131-445c-9d0f-6a50d0a670c6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.487328 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50491 2026.02.12 06:43:39.487424 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.487449 [ 287 ] {} TCP-Session: 8b62d50b-78ca-4751-979e-30eb91c316ef Authenticating user 'default' from [fd00:1122:3344:101::e]:50491 2026.02.12 06:43:39.487470 [ 287 ] {} TCP-Session: 8b62d50b-78ca-4751-979e-30eb91c316ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.487483 [ 287 ] {} TCP-Session: 8b62d50b-78ca-4751-979e-30eb91c316ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.487716 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41688 2026.02.12 06:43:39.487727 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65308 2026.02.12 06:43:39.487801 [ 287 ] {} TCP-Session: 8b62d50b-78ca-4751-979e-30eb91c316ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:39.487833 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.487859 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.487865 [ 288 ] {} TCP-Session: a1cb0111-d9f7-46bd-8d97-00c1c86629af Authenticating user 'default' from [fd00:1122:3344:101::e]:41688 2026.02.12 06:43:39.487895 [ 289 ] {} TCP-Session: c65b7b91-85dc-40f8-94e7-271aa3c0bbab Authenticating user 'default' from [fd00:1122:3344:101::e]:65308 2026.02.12 06:43:39.487910 [ 288 ] {} TCP-Session: a1cb0111-d9f7-46bd-8d97-00c1c86629af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.487924 [ 289 ] {} TCP-Session: c65b7b91-85dc-40f8-94e7-271aa3c0bbab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.487930 [ 288 ] {} TCP-Session: a1cb0111-d9f7-46bd-8d97-00c1c86629af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.487947 [ 289 ] {} TCP-Session: c65b7b91-85dc-40f8-94e7-271aa3c0bbab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.487970 [ 287 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} executeQuery: (from [fd00:1122:3344:101::e]:50491) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:43:39.488277 [ 287 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:43:39.488332 [ 287 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:43:39.488611 [ 287 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:43:39.489530 [ 313 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} AggregatingTransform: Aggregating 2026.02.12 06:43:39.489581 [ 313 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} Aggregator: Aggregation method: without_key 2026.02.12 06:43:39.489622 [ 313 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000914733 sec. (1093.215 rows/sec., 42.70 KiB/sec.) 2026.02.12 06:43:39.489643 [ 313 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} Aggregator: Merging aggregated data 2026.02.12 06:43:39.491236 [ 287 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} executeQuery: Read 1 rows, 40.00 B in 0.003318 sec., 301.3863773357444 rows/sec., 11.77 KiB/sec. 2026.02.12 06:43:39.491395 [ 287 ] {18a5820b-3353-4b9d-b7d1-7008f21b75dc} TCPHandler: Processed in 0.003709746 sec. 2026.02.12 06:43:39.491575 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.491624 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.491637 [ 288 ] {} TCP-Session: a1cb0111-d9f7-46bd-8d97-00c1c86629af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.491659 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.491673 [ 289 ] {} TCP-Session: c65b7b91-85dc-40f8-94e7-271aa3c0bbab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.491707 [ 287 ] {} TCP-Session: 8b62d50b-78ca-4751-979e-30eb91c316ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.493806 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44392 2026.02.12 06:43:39.493816 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36346 2026.02.12 06:43:39.493828 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34981 2026.02.12 06:43:39.493860 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43550 2026.02.12 06:43:39.493880 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.493891 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.493920 [ 291 ] {} TCP-Session: 4489ccb0-b65e-4ca2-8e62-0da15700b9cd Authenticating user 'default' from [fd00:1122:3344:101::e]:44392 2026.02.12 06:43:39.493929 [ 287 ] {} TCP-Session: 989c5263-8f5d-4579-a1da-e891b4b24d8c Authenticating user 'default' from [fd00:1122:3344:101::e]:36346 2026.02.12 06:43:39.493938 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.493945 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.493949 [ 287 ] {} TCP-Session: 989c5263-8f5d-4579-a1da-e891b4b24d8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.493970 [ 290 ] {} TCP-Session: 7cabcbbd-171e-4bd0-9e2f-e1efea8f6aa6 Authenticating user 'default' from [fd00:1122:3344:101::e]:34981 2026.02.12 06:43:39.493982 [ 294 ] {} TCP-Session: 58f53781-9248-495f-b9b6-7ae0668fb554 Authenticating user 'default' from [fd00:1122:3344:101::e]:43550 2026.02.12 06:43:39.493987 [ 287 ] {} TCP-Session: 989c5263-8f5d-4579-a1da-e891b4b24d8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494006 [ 290 ] {} TCP-Session: 7cabcbbd-171e-4bd0-9e2f-e1efea8f6aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494009 [ 294 ] {} TCP-Session: 58f53781-9248-495f-b9b6-7ae0668fb554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494030 [ 290 ] {} TCP-Session: 7cabcbbd-171e-4bd0-9e2f-e1efea8f6aa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.493944 [ 291 ] {} TCP-Session: 4489ccb0-b65e-4ca2-8e62-0da15700b9cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494041 [ 294 ] {} TCP-Session: 58f53781-9248-495f-b9b6-7ae0668fb554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494067 [ 291 ] {} TCP-Session: 4489ccb0-b65e-4ca2-8e62-0da15700b9cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.493871 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55794 2026.02.12 06:43:39.493850 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56318 2026.02.12 06:43:39.493829 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42755 2026.02.12 06:43:39.494173 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.494191 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.494202 [ 3 ] {} TCP-Session: f9947308-693a-4d5e-a27c-08f2a9df270f Authenticating user 'default' from [fd00:1122:3344:101::e]:55794 2026.02.12 06:43:39.494216 [ 293 ] {} TCP-Session: c46e2948-dc26-4273-b94f-f1b4e784d5ed Authenticating user 'default' from [fd00:1122:3344:101::e]:56318 2026.02.12 06:43:39.494221 [ 3 ] {} TCP-Session: f9947308-693a-4d5e-a27c-08f2a9df270f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494233 [ 293 ] {} TCP-Session: c46e2948-dc26-4273-b94f-f1b4e784d5ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494237 [ 3 ] {} TCP-Session: f9947308-693a-4d5e-a27c-08f2a9df270f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494247 [ 293 ] {} TCP-Session: c46e2948-dc26-4273-b94f-f1b4e784d5ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494232 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.494296 [ 292 ] {} TCP-Session: 62d4a8cf-6bdc-4d88-aeb4-2409e2aff4c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:42755 2026.02.12 06:43:39.494315 [ 292 ] {} TCP-Session: 62d4a8cf-6bdc-4d88-aeb4-2409e2aff4c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494327 [ 292 ] {} TCP-Session: 62d4a8cf-6bdc-4d88-aeb4-2409e2aff4c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494375 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.494398 [ 292 ] {} TCP-Session: 62d4a8cf-6bdc-4d88-aeb4-2409e2aff4c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494421 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42841 2026.02.12 06:43:39.494431 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35465 2026.02.12 06:43:39.494444 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62760 2026.02.12 06:43:39.494489 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.494504 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.494517 [ 288 ] {} TCP-Session: 83170c0a-3433-49ac-b16d-f232d0b3202f Authenticating user 'default' from [fd00:1122:3344:101::e]:42841 2026.02.12 06:43:39.494525 [ 292 ] {} TCP-Session: 6816917c-0562-4e5b-a887-9a59bed76d54 Authenticating user 'default' from [fd00:1122:3344:101::e]:35465 2026.02.12 06:43:39.494535 [ 288 ] {} TCP-Session: 83170c0a-3433-49ac-b16d-f232d0b3202f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494541 [ 292 ] {} TCP-Session: 6816917c-0562-4e5b-a887-9a59bed76d54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494549 [ 288 ] {} TCP-Session: 83170c0a-3433-49ac-b16d-f232d0b3202f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494558 [ 292 ] {} TCP-Session: 6816917c-0562-4e5b-a887-9a59bed76d54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494552 [ 348 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35282 2026.02.12 06:43:39.494567 [ 3 ] {} TCP-Session: f9947308-693a-4d5e-a27c-08f2a9df270f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:39.494537 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.494629 [ 289 ] {} TCP-Session: 84c6c63f-8abf-4a10-beef-72a4d28868fd Authenticating user 'default' from [fd00:1122:3344:101::e]:62760 2026.02.12 06:43:39.494646 [ 289 ] {} TCP-Session: 84c6c63f-8abf-4a10-beef-72a4d28868fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494659 [ 289 ] {} TCP-Session: 84c6c63f-8abf-4a10-beef-72a4d28868fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.494747 [ 3 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} executeQuery: (from [fd00:1122:3344:101::e]:55794) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:43:39.495006 [ 3 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:43:39.495059 [ 3 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:43:39.495346 [ 3 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:43:39.496380 [ 310 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} AggregatingTransform: Aggregating 2026.02.12 06:43:39.496417 [ 310 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} Aggregator: Aggregation method: without_key 2026.02.12 06:43:39.496450 [ 310 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001009266 sec. (990.819 rows/sec., 38.70 KiB/sec.) 2026.02.12 06:43:39.496470 [ 310 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} Aggregator: Merging aggregated data 2026.02.12 06:43:39.497828 [ 3 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} executeQuery: Read 1 rows, 40.00 B in 0.003139 sec., 318.57279388340237 rows/sec., 12.44 KiB/sec. 2026.02.12 06:43:39.497975 [ 3 ] {d25a0cd5-a9b5-4b9a-9e76-096bf1ca46be} TCPHandler: Processed in 0.00352299 sec. 2026.02.12 06:43:39.498084 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.498108 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.498128 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.498132 [ 292 ] {} TCP-Session: 6816917c-0562-4e5b-a887-9a59bed76d54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.498159 [ 349 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60845 2026.02.12 06:43:39.498174 [ 289 ] {} TCP-Session: 84c6c63f-8abf-4a10-beef-72a4d28868fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.498145 [ 288 ] {} TCP-Session: 83170c0a-3433-49ac-b16d-f232d0b3202f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.498230 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:43:39.498262 [ 349 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.498271 [ 3 ] {} TCP-Session: f9947308-693a-4d5e-a27c-08f2a9df270f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.498295 [ 349 ] {} TCP-Session: fb3042d9-35f6-49f6-aea6-31e27c4ae248 Authenticating user 'default' from [fd00:1122:3344:101::e]:60845 2026.02.12 06:43:39.498317 [ 349 ] {} TCP-Session: fb3042d9-35f6-49f6-aea6-31e27c4ae248 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.498331 [ 349 ] {} TCP-Session: fb3042d9-35f6-49f6-aea6-31e27c4ae248 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.508094 [ 348 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.508138 [ 348 ] {} TCP-Session: 52e7fbf6-da7c-4d8d-8515-d9654ae7ce5d Authenticating user 'default' from [fd00:1122:3344:101::e]:35282 2026.02.12 06:43:39.508156 [ 348 ] {} TCP-Session: 52e7fbf6-da7c-4d8d-8515-d9654ae7ce5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.508169 [ 348 ] {} TCP-Session: 52e7fbf6-da7c-4d8d-8515-d9654ae7ce5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.510831 [ 350 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58328 2026.02.12 06:43:39.510849 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58545 2026.02.12 06:43:39.510860 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39496 2026.02.12 06:43:39.510929 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.510939 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.510954 [ 288 ] {} TCP-Session: 48c6dbdd-0164-47dd-a6ff-81642a5b1df7 Authenticating user 'default' from [fd00:1122:3344:101::e]:58545 2026.02.12 06:43:39.510964 [ 292 ] {} TCP-Session: a82b1445-6883-4ce1-90b8-49880f7d4fd6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39496 2026.02.12 06:43:39.510971 [ 288 ] {} TCP-Session: 48c6dbdd-0164-47dd-a6ff-81642a5b1df7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.510990 [ 292 ] {} TCP-Session: a82b1445-6883-4ce1-90b8-49880f7d4fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.510995 [ 288 ] {} TCP-Session: 48c6dbdd-0164-47dd-a6ff-81642a5b1df7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.511004 [ 292 ] {} TCP-Session: a82b1445-6883-4ce1-90b8-49880f7d4fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.513448 [ 350 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:43:39.513501 [ 350 ] {} TCP-Session: 79dc4441-acc7-42c4-85f3-ae98218758e9 Authenticating user 'default' from [fd00:1122:3344:101::e]:58328 2026.02.12 06:43:39.513528 [ 350 ] {} TCP-Session: 79dc4441-acc7-42c4-85f3-ae98218758e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.513548 [ 350 ] {} TCP-Session: 79dc4441-acc7-42c4-85f3-ae98218758e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.526997 [ 349 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:60845). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.527736 [ 349 ] {} TCP-Session: fb3042d9-35f6-49f6-aea6-31e27c4ae248 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.527758 [ 350 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:58328). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.527834 [ 350 ] {} TCP-Session: 79dc4441-acc7-42c4-85f3-ae98218758e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.527874 [ 348 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:35282). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.527960 [ 348 ] {} TCP-Session: 52e7fbf6-da7c-4d8d-8515-d9654ae7ce5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.527989 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:39496). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.528062 [ 292 ] {} TCP-Session: a82b1445-6883-4ce1-90b8-49880f7d4fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.528089 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:58545). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.528162 [ 288 ] {} TCP-Session: 48c6dbdd-0164-47dd-a6ff-81642a5b1df7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.528196 [ 294 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:43550). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.528267 [ 294 ] {} TCP-Session: 58f53781-9248-495f-b9b6-7ae0668fb554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.528295 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:44392). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.528365 [ 291 ] {} TCP-Session: 4489ccb0-b65e-4ca2-8e62-0da15700b9cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.528390 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:34981). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.528460 [ 290 ] {} TCP-Session: 7cabcbbd-171e-4bd0-9e2f-e1efea8f6aa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.528492 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:56318). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.528564 [ 293 ] {} TCP-Session: c46e2948-dc26-4273-b94f-f1b4e784d5ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.528576 [ 287 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:36346). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000117077 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.02.12 06:43:39.528642 [ 287 ] {} TCP-Session: 989c5263-8f5d-4579-a1da-e891b4b24d8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:43:39.702368 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 234 2026.02.12 06:43:39.720266 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:39.720339 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:39.726247 [ 243 ] {} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:43:39.727016 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:39.727407 [ 120 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:43:39.727481 [ 120 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:39.727504 [ 120 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:39.727641 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:43:39.731511 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 234 2026.02.12 06:43:39.731572 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:39.733118 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part 2026.02.12 06:43:39.737758 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part 2026.02.12 06:43:39.742047 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 7 rows starting from the beginning of the part 2026.02.12 06:43:39.746390 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 8 rows starting from the beginning of the part 2026.02.12 06:43:39.750718 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 7 rows starting from the beginning of the part 2026.02.12 06:43:39.754836 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 8 rows starting from the beginning of the part 2026.02.12 06:43:39.808730 [ 194 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.081154821 sec., 2883.3776862128743 rows/sec., 14.91 MiB/sec. 2026.02.12 06:43:39.811155 [ 193 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:43:39.813293 [ 193 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:39.813409 [ 193 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_31_6} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:43:39.815459 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.10 MiB. 2026.02.12 06:43:40.000180 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 273.65 MiB, peak 292.75 MiB, free memory in arenas 0.00 B, will set to 276.04 MiB (RSS), difference: 2.39 MiB 2026.02.12 06:43:42.194302 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:42.194486 [ 4 ] {0f8e5948-4dab-45bb-a3f4-93b896d3ee5b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:42.194560 [ 4 ] {0f8e5948-4dab-45bb-a3f4-93b896d3ee5b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:42.195295 [ 4 ] {0f8e5948-4dab-45bb-a3f4-93b896d3ee5b} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:42.195346 [ 4 ] {0f8e5948-4dab-45bb-a3f4-93b896d3ee5b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:42.195762 [ 4 ] {0f8e5948-4dab-45bb-a3f4-93b896d3ee5b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.12 06:43:42.196013 [ 4 ] {0f8e5948-4dab-45bb-a3f4-93b896d3ee5b} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:42.196193 [ 4 ] {0f8e5948-4dab-45bb-a3f4-93b896d3ee5b} executeQuery: Read 66 rows, 5.38 KiB in 0.001757 sec., 37564.0295959021 rows/sec., 2.99 MiB/sec. 2026.02.12 06:43:42.196246 [ 4 ] {0f8e5948-4dab-45bb-a3f4-93b896d3ee5b} TCPHandler: Processed in 0.002079943 sec. 2026.02.12 06:43:42.196377 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:42.196483 [ 4 ] {d957f0bf-e2b3-4496-863a-9641640da013} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:42.196530 [ 4 ] {d957f0bf-e2b3-4496-863a-9641640da013} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:42.196965 [ 4 ] {d957f0bf-e2b3-4496-863a-9641640da013} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:42.197007 [ 4 ] {d957f0bf-e2b3-4496-863a-9641640da013} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:42.197346 [ 4 ] {d957f0bf-e2b3-4496-863a-9641640da013} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.12 06:43:42.197581 [ 4 ] {d957f0bf-e2b3-4496-863a-9641640da013} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:42.197723 [ 4 ] {d957f0bf-e2b3-4496-863a-9641640da013} executeQuery: Read 5 rows, 385.00 B in 0.001263 sec., 3958.8281868566905 rows/sec., 297.69 KiB/sec. 2026.02.12 06:43:42.197719 [ 116 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.12 06:43:42.197767 [ 4 ] {d957f0bf-e2b3-4496-863a-9641640da013} TCPHandler: Processed in 0.001442997 sec. 2026.02.12 06:43:42.197797 [ 116 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:42.197823 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:42.197899 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:42.197927 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.12 06:43:42.198004 [ 4 ] {7ea3cc5f-b197-4cc3-aeee-837130d18f33} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:42.198013 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:42.198047 [ 4 ] {7ea3cc5f-b197-4cc3-aeee-837130d18f33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:42.198050 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 192 rows starting from the beginning of the part 2026.02.12 06:43:42.198119 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.02.12 06:43:42.198165 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 169 rows starting from the beginning of the part 2026.02.12 06:43:42.198205 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 5 rows starting from the beginning of the part 2026.02.12 06:43:42.198241 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 171 rows starting from the beginning of the part 2026.02.12 06:43:42.198276 [ 199 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 5 rows starting from the beginning of the part 2026.02.12 06:43:42.198480 [ 4 ] {7ea3cc5f-b197-4cc3-aeee-837130d18f33} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:42.198518 [ 4 ] {7ea3cc5f-b197-4cc3-aeee-837130d18f33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:42.198878 [ 4 ] {7ea3cc5f-b197-4cc3-aeee-837130d18f33} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.12 06:43:42.199057 [ 194 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 549 rows, containing 5 columns (5 merged, 0 gathered) in 0.00117457 sec., 467405.0929276246 rows/sec., 31.02 MiB/sec. 2026.02.12 06:43:42.199102 [ 4 ] {7ea3cc5f-b197-4cc3-aeee-837130d18f33} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:42.199246 [ 4 ] {7ea3cc5f-b197-4cc3-aeee-837130d18f33} executeQuery: Read 69 rows, 5.52 KiB in 0.001263 sec., 54631.828978622325 rows/sec., 4.26 MiB/sec. 2026.02.12 06:43:42.199265 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.12 06:43:42.199288 [ 4 ] {7ea3cc5f-b197-4cc3-aeee-837130d18f33} TCPHandler: Processed in 0.001439597 sec. 2026.02.12 06:43:42.199410 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:42.199510 [ 4 ] {f6530626-b752-4f06-a1de-935c353c6efb} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:42.199559 [ 4 ] {f6530626-b752-4f06-a1de-935c353c6efb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:42.199584 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:42.199670 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_41_8} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.12 06:43:42.199780 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.12 06:43:42.199999 [ 4 ] {f6530626-b752-4f06-a1de-935c353c6efb} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:42.200044 [ 4 ] {f6530626-b752-4f06-a1de-935c353c6efb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:42.200392 [ 4 ] {f6530626-b752-4f06-a1de-935c353c6efb} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.12 06:43:42.200618 [ 4 ] {f6530626-b752-4f06-a1de-935c353c6efb} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:42.200756 [ 4 ] {f6530626-b752-4f06-a1de-935c353c6efb} executeQuery: Read 160 rows, 11.41 KiB in 0.001265 sec., 126482.21343873517 rows/sec., 8.81 MiB/sec. 2026.02.12 06:43:42.200795 [ 4 ] {f6530626-b752-4f06-a1de-935c353c6efb} TCPHandler: Processed in 0.001434347 sec. 2026.02.12 06:43:42.200911 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:42.201007 [ 4 ] {cf67afc2-6eaa-4242-b353-64390ec0be99} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:42.201064 [ 4 ] {cf67afc2-6eaa-4242-b353-64390ec0be99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:42.201820 [ 4 ] {cf67afc2-6eaa-4242-b353-64390ec0be99} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:42.201857 [ 4 ] {cf67afc2-6eaa-4242-b353-64390ec0be99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:42.202392 [ 4 ] {cf67afc2-6eaa-4242-b353-64390ec0be99} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.12 06:43:42.202633 [ 4 ] {cf67afc2-6eaa-4242-b353-64390ec0be99} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:42.202780 [ 4 ] {cf67afc2-6eaa-4242-b353-64390ec0be99} executeQuery: Read 5 rows, 9.17 KiB in 0.001791 sec., 2791.7364600781684 rows/sec., 5.00 MiB/sec. 2026.02.12 06:43:42.202849 [ 4 ] {cf67afc2-6eaa-4242-b353-64390ec0be99} TCPHandler: Processed in 0.001986911 sec. 2026.02.12 06:43:42.202968 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:42.203067 [ 4 ] {070c8498-7872-4fdc-9ae1-5f02194ff794} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:42.203111 [ 4 ] {070c8498-7872-4fdc-9ae1-5f02194ff794} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:42.203468 [ 4 ] {070c8498-7872-4fdc-9ae1-5f02194ff794} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:42.203504 [ 4 ] {070c8498-7872-4fdc-9ae1-5f02194ff794} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.02.12 06:43:42.203817 [ 4 ] {070c8498-7872-4fdc-9ae1-5f02194ff794} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.12 06:43:42.204045 [ 4 ] {070c8498-7872-4fdc-9ae1-5f02194ff794} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:42.204180 [ 4 ] {070c8498-7872-4fdc-9ae1-5f02194ff794} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2026.02.12 06:43:42.204218 [ 4 ] {070c8498-7872-4fdc-9ae1-5f02194ff794} TCPHandler: Processed in 0.001299373 sec. 2026.02.12 06:43:46.266507 [ 112 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:43:46.266574 [ 112 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:43:46.405412 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 15328 2026.02.12 06:43:46.406003 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:46.406049 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:46.406566 [ 244 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:43:46.406815 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:46.406964 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15328 2026.02.12 06:43:46.439495 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 996 2026.02.12 06:43:46.442094 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:46.442155 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:46.443442 [ 242 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:43:46.443720 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:46.444096 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 996 2026.02.12 06:43:47.001345 [ 247 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000868802 sec. 2026.02.12 06:43:47.203186 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.203361 [ 4 ] {9e05ca3d-bb50-4358-9483-d3f2ea1962e4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:43:47.203428 [ 4 ] {9e05ca3d-bb50-4358-9483-d3f2ea1962e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:43:47.204187 [ 4 ] {9e05ca3d-bb50-4358-9483-d3f2ea1962e4} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.204228 [ 4 ] {9e05ca3d-bb50-4358-9483-d3f2ea1962e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.204658 [ 4 ] {9e05ca3d-bb50-4358-9483-d3f2ea1962e4} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:43:47.204895 [ 4 ] {9e05ca3d-bb50-4358-9483-d3f2ea1962e4} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.205050 [ 4 ] {9e05ca3d-bb50-4358-9483-d3f2ea1962e4} executeQuery: Read 266 rows, 17.30 KiB in 0.001736 sec., 153225.8064516129 rows/sec., 9.73 MiB/sec. 2026.02.12 06:43:47.205101 [ 4 ] {9e05ca3d-bb50-4358-9483-d3f2ea1962e4} TCPHandler: Processed in 0.002040552 sec. 2026.02.12 06:43:47.205233 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.205336 [ 4 ] {483c187e-e3e7-4d81-a9e6-0721e1c266af} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:47.205382 [ 4 ] {483c187e-e3e7-4d81-a9e6-0721e1c266af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:47.206261 [ 4 ] {483c187e-e3e7-4d81-a9e6-0721e1c266af} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.206294 [ 4 ] {483c187e-e3e7-4d81-a9e6-0721e1c266af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.206665 [ 4 ] {483c187e-e3e7-4d81-a9e6-0721e1c266af} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.12 06:43:47.206904 [ 4 ] {483c187e-e3e7-4d81-a9e6-0721e1c266af} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.207038 [ 111 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.12 06:43:47.207065 [ 4 ] {483c187e-e3e7-4d81-a9e6-0721e1c266af} executeQuery: Read 824 rows, 67.47 KiB in 0.00175 sec., 470857.14285714284 rows/sec., 37.65 MiB/sec. 2026.02.12 06:43:47.207076 [ 111 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.207099 [ 111 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.207113 [ 4 ] {483c187e-e3e7-4d81-a9e6-0721e1c266af} TCPHandler: Processed in 0.00193162 sec. 2026.02.12 06:43:47.207180 [ 199 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.12 06:43:47.207249 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.207263 [ 199 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:47.207292 [ 199 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1985 rows starting from the beginning of the part 2026.02.12 06:43:47.207348 [ 4 ] {4fb189f3-12bb-48af-9633-19dd450513c9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:47.207348 [ 199 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 824 rows starting from the beginning of the part 2026.02.12 06:43:47.207390 [ 4 ] {4fb189f3-12bb-48af-9633-19dd450513c9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:47.207404 [ 199 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 66 rows starting from the beginning of the part 2026.02.12 06:43:47.207457 [ 199 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 825 rows starting from the beginning of the part 2026.02.12 06:43:47.207501 [ 199 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 66 rows starting from the beginning of the part 2026.02.12 06:43:47.207537 [ 199 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 824 rows starting from the beginning of the part 2026.02.12 06:43:47.207870 [ 4 ] {4fb189f3-12bb-48af-9633-19dd450513c9} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.207907 [ 4 ] {4fb189f3-12bb-48af-9633-19dd450513c9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.208232 [ 4 ] {4fb189f3-12bb-48af-9633-19dd450513c9} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.12 06:43:47.208468 [ 4 ] {4fb189f3-12bb-48af-9633-19dd450513c9} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.208604 [ 4 ] {4fb189f3-12bb-48af-9633-19dd450513c9} executeQuery: Read 169 rows, 10.71 KiB in 0.001276 sec., 132445.1410658307 rows/sec., 8.20 MiB/sec. 2026.02.12 06:43:47.208643 [ 4 ] {4fb189f3-12bb-48af-9633-19dd450513c9} TCPHandler: Processed in 0.001450798 sec. 2026.02.12 06:43:47.208760 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.208858 [ 4 ] {0c0f3380-dc76-4b93-97bd-3a41e7a53a86} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:43:47.208900 [ 4 ] {0c0f3380-dc76-4b93-97bd-3a41e7a53a86} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:43:47.209098 [ 188 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 4590 rows, containing 5 columns (5 merged, 0 gathered) in 0.00194723 sec., 2357194.5789660183 rows/sec., 199.12 MiB/sec. 2026.02.12 06:43:47.209337 [ 4 ] {0c0f3380-dc76-4b93-97bd-3a41e7a53a86} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.209379 [ 4 ] {0c0f3380-dc76-4b93-97bd-3a41e7a53a86} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.209400 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.12 06:43:47.209731 [ 4 ] {0c0f3380-dc76-4b93-97bd-3a41e7a53a86} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:43:47.209748 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.209850 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_46_9} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.12 06:43:47.209951 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.02.12 06:43:47.209987 [ 4 ] {0c0f3380-dc76-4b93-97bd-3a41e7a53a86} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.210122 [ 4 ] {0c0f3380-dc76-4b93-97bd-3a41e7a53a86} executeQuery: Read 140 rows, 9.27 KiB in 0.001284 sec., 109034.26791277259 rows/sec., 7.05 MiB/sec. 2026.02.12 06:43:47.210160 [ 4 ] {0c0f3380-dc76-4b93-97bd-3a41e7a53a86} TCPHandler: Processed in 0.001450248 sec. 2026.02.12 06:43:47.210272 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.210366 [ 4 ] {e0ea3815-7852-4786-836d-5779e48ba040} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:43:47.210407 [ 4 ] {e0ea3815-7852-4786-836d-5779e48ba040} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:43:47.210835 [ 4 ] {e0ea3815-7852-4786-836d-5779e48ba040} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.210871 [ 4 ] {e0ea3815-7852-4786-836d-5779e48ba040} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.211186 [ 4 ] {e0ea3815-7852-4786-836d-5779e48ba040} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:43:47.211401 [ 4 ] {e0ea3815-7852-4786-836d-5779e48ba040} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.211527 [ 4 ] {e0ea3815-7852-4786-836d-5779e48ba040} executeQuery: Read 139 rows, 8.10 KiB in 0.00118 sec., 117796.61016949151 rows/sec., 6.70 MiB/sec. 2026.02.12 06:43:47.211566 [ 4 ] {e0ea3815-7852-4786-836d-5779e48ba040} TCPHandler: Processed in 0.001343275 sec. 2026.02.12 06:43:47.211674 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.211769 [ 4 ] {b62f8fde-9788-48e2-a2ae-37bed28c19e1} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:47.211808 [ 4 ] {b62f8fde-9788-48e2-a2ae-37bed28c19e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:47.212405 [ 4 ] {b62f8fde-9788-48e2-a2ae-37bed28c19e1} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.212442 [ 4 ] {b62f8fde-9788-48e2-a2ae-37bed28c19e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.212775 [ 4 ] {b62f8fde-9788-48e2-a2ae-37bed28c19e1} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.12 06:43:47.213016 [ 4 ] {b62f8fde-9788-48e2-a2ae-37bed28c19e1} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.213150 [ 4 ] {b62f8fde-9788-48e2-a2ae-37bed28c19e1} executeQuery: Read 499 rows, 36.16 KiB in 0.001399 sec., 356683.3452466047 rows/sec., 25.24 MiB/sec. 2026.02.12 06:43:47.213150 [ 108 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.12 06:43:47.213191 [ 4 ] {b62f8fde-9788-48e2-a2ae-37bed28c19e1} TCPHandler: Processed in 0.001566381 sec. 2026.02.12 06:43:47.213205 [ 108 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.213235 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.213299 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.213311 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.12 06:43:47.213400 [ 4 ] {47384565-54b9-4d5c-a2f0-bc398ab99f0f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:43:47.213418 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:47.213447 [ 4 ] {47384565-54b9-4d5c-a2f0-bc398ab99f0f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:43:47.213454 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 996 rows starting from the beginning of the part 2026.02.12 06:43:47.213536 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 499 rows starting from the beginning of the part 2026.02.12 06:43:47.213583 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 69 rows starting from the beginning of the part 2026.02.12 06:43:47.213624 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 501 rows starting from the beginning of the part 2026.02.12 06:43:47.213666 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 69 rows starting from the beginning of the part 2026.02.12 06:43:47.213704 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 499 rows starting from the beginning of the part 2026.02.12 06:43:47.213791 [ 4 ] {47384565-54b9-4d5c-a2f0-bc398ab99f0f} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.213834 [ 4 ] {47384565-54b9-4d5c-a2f0-bc398ab99f0f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.214172 [ 4 ] {47384565-54b9-4d5c-a2f0-bc398ab99f0f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.02.12 06:43:47.214411 [ 4 ] {47384565-54b9-4d5c-a2f0-bc398ab99f0f} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.214548 [ 4 ] {47384565-54b9-4d5c-a2f0-bc398ab99f0f} executeQuery: Read 6 rows, 321.00 B in 0.001166 sec., 5145.797598627788 rows/sec., 268.85 KiB/sec. 2026.02.12 06:43:47.214585 [ 4 ] {47384565-54b9-4d5c-a2f0-bc398ab99f0f} TCPHandler: Processed in 0.001334945 sec. 2026.02.12 06:43:47.214696 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.214789 [ 4 ] {c8023315-9600-4593-b57e-85944e5a39ba} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:47.214831 [ 4 ] {c8023315-9600-4593-b57e-85944e5a39ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:47.214964 [ 192 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 2633 rows, containing 5 columns (5 merged, 0 gathered) in 0.001685643 sec., 1562015.2072532559 rows/sec., 118.03 MiB/sec. 2026.02.12 06:43:47.215233 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.12 06:43:47.215257 [ 4 ] {c8023315-9600-4593-b57e-85944e5a39ba} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.215311 [ 4 ] {c8023315-9600-4593-b57e-85944e5a39ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.215668 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.215783 [ 197 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_46_9} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.12 06:43:47.215783 [ 4 ] {c8023315-9600-4593-b57e-85944e5a39ba} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.12 06:43:47.215904 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. 2026.02.12 06:43:47.216105 [ 4 ] {c8023315-9600-4593-b57e-85944e5a39ba} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.216227 [ 108 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.12 06:43:47.216251 [ 4 ] {c8023315-9600-4593-b57e-85944e5a39ba} executeQuery: Read 258 rows, 17.59 KiB in 0.00148 sec., 174324.32432432432 rows/sec., 11.61 MiB/sec. 2026.02.12 06:43:47.216261 [ 108 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.216293 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.216298 [ 4 ] {c8023315-9600-4593-b57e-85944e5a39ba} TCPHandler: Processed in 0.001650313 sec. 2026.02.12 06:43:47.216357 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.12 06:43:47.216419 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.216461 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:47.216494 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 14153 rows starting from the beginning of the part 2026.02.12 06:43:47.216521 [ 4 ] {abd65b7e-ccc0-450a-9f5d-84a9963f4f8e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:43:47.216550 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 258 rows starting from the beginning of the part 2026.02.12 06:43:47.216569 [ 4 ] {abd65b7e-ccc0-450a-9f5d-84a9963f4f8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:43:47.216603 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part 2026.02.12 06:43:47.216655 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 259 rows starting from the beginning of the part 2026.02.12 06:43:47.216704 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part 2026.02.12 06:43:47.216748 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 258 rows starting from the beginning of the part 2026.02.12 06:43:47.216895 [ 4 ] {abd65b7e-ccc0-450a-9f5d-84a9963f4f8e} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.216938 [ 4 ] {abd65b7e-ccc0-450a-9f5d-84a9963f4f8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.217260 [ 4 ] {abd65b7e-ccc0-450a-9f5d-84a9963f4f8e} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:43:47.217481 [ 4 ] {abd65b7e-ccc0-450a-9f5d-84a9963f4f8e} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.217618 [ 4 ] {abd65b7e-ccc0-450a-9f5d-84a9963f4f8e} executeQuery: Read 1 rows, 69.00 B in 0.001115 sec., 896.8609865470851 rows/sec., 60.43 KiB/sec. 2026.02.12 06:43:47.217656 [ 4 ] {abd65b7e-ccc0-450a-9f5d-84a9963f4f8e} TCPHandler: Processed in 0.001286263 sec. 2026.02.12 06:43:47.217766 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.217863 [ 4 ] {74eace6b-8ee7-41a6-a33c-f4d4aaf3a34d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:47.217918 [ 4 ] {74eace6b-8ee7-41a6-a33c-f4d4aaf3a34d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:47.218762 [ 4 ] {74eace6b-8ee7-41a6-a33c-f4d4aaf3a34d} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.218800 [ 4 ] {74eace6b-8ee7-41a6-a33c-f4d4aaf3a34d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.219429 [ 4 ] {74eace6b-8ee7-41a6-a33c-f4d4aaf3a34d} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.12 06:43:47.219678 [ 4 ] {74eace6b-8ee7-41a6-a33c-f4d4aaf3a34d} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.219800 [ 108 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.12 06:43:47.219830 [ 4 ] {74eace6b-8ee7-41a6-a33c-f4d4aaf3a34d} executeQuery: Read 36 rows, 66.06 KiB in 0.001985 sec., 18136.020151133504 rows/sec., 32.50 MiB/sec. 2026.02.12 06:43:47.219833 [ 108 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.219871 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.219901 [ 4 ] {74eace6b-8ee7-41a6-a33c-f4d4aaf3a34d} TCPHandler: Processed in 0.002184696 sec. 2026.02.12 06:43:47.219962 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.12 06:43:47.220022 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:47.220122 [ 4 ] {8c35110a-1854-4e5d-868b-f9748cfc2d55} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:47.220164 [ 4 ] {8c35110a-1854-4e5d-868b-f9748cfc2d55} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:47.220232 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:47.220304 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 720 rows starting from the beginning of the part 2026.02.12 06:43:47.220454 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 36 rows starting from the beginning of the part 2026.02.12 06:43:47.220493 [ 4 ] {8c35110a-1854-4e5d-868b-f9748cfc2d55} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.220534 [ 4 ] {8c35110a-1854-4e5d-868b-f9748cfc2d55} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.220582 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 5 rows starting from the beginning of the part 2026.02.12 06:43:47.220715 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part 2026.02.12 06:43:47.220845 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 5 rows starting from the beginning of the part 2026.02.12 06:43:47.220865 [ 4 ] {8c35110a-1854-4e5d-868b-f9748cfc2d55} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.12 06:43:47.220971 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 36 rows starting from the beginning of the part 2026.02.12 06:43:47.221160 [ 4 ] {8c35110a-1854-4e5d-868b-f9748cfc2d55} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.221280 [ 108 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.12 06:43:47.221305 [ 4 ] {8c35110a-1854-4e5d-868b-f9748cfc2d55} executeQuery: Read 88 rows, 5.66 KiB in 0.001201 sec., 73272.2731057452 rows/sec., 4.60 MiB/sec. 2026.02.12 06:43:47.221310 [ 108 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.221347 [ 108 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.221352 [ 4 ] {8c35110a-1854-4e5d-868b-f9748cfc2d55} TCPHandler: Processed in 0.001380806 sec. 2026.02.12 06:43:47.221423 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.12 06:43:47.221483 [ 186 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 15248 rows, containing 5 columns (5 merged, 0 gathered) in 0.005148402 sec., 2961695.687322008 rows/sec., 199.50 MiB/sec. 2026.02.12 06:43:47.221504 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:47.221552 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2960 rows starting from the beginning of the part 2026.02.12 06:43:47.221599 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 88 rows starting from the beginning of the part 2026.02.12 06:43:47.221640 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part 2026.02.12 06:43:47.221677 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 88 rows starting from the beginning of the part 2026.02.12 06:43:47.221714 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part 2026.02.12 06:43:47.221753 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 88 rows starting from the beginning of the part 2026.02.12 06:43:47.221949 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.12 06:43:47.222257 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.222323 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_46_9} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.12 06:43:47.222410 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.80 MiB. 2026.02.12 06:43:47.223196 [ 202 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 3344 rows, containing 4 columns (4 merged, 0 gathered) in 0.001804496 sec., 1853149.0233283974 rows/sec., 119.73 MiB/sec. 2026.02.12 06:43:47.223570 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.12 06:43:47.223850 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.223912 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_46_9} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.12 06:43:47.223978 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. 2026.02.12 06:43:47.231597 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 241 2026.02.12 06:43:47.236146 [ 186 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 838 rows, containing 19 columns (19 merged, 0 gathered) in 0.016227238 sec., 51641.567098479725 rows/sec., 92.54 MiB/sec. 2026.02.12 06:43:47.237482 [ 191 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.12 06:43:47.237850 [ 191 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.237925 [ 191 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_41_8} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.12 06:43:47.238046 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.61 MiB. 2026.02.12 06:43:47.248198 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:47.248251 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:47.254214 [ 243 ] {} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:43:47.254930 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:47.257900 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 241 2026.02.12 06:43:48.000178 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 277.55 MiB, peak 292.75 MiB, free memory in arenas 0.00 B, will set to 281.29 MiB (RSS), difference: 3.75 MiB 2026.02.12 06:43:52.238128 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:52.238366 [ 4 ] {eb2426cb-ed69-42af-bbac-a6b2a9e9662a} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:43:52.238447 [ 4 ] {eb2426cb-ed69-42af-bbac-a6b2a9e9662a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:43:52.239299 [ 4 ] {eb2426cb-ed69-42af-bbac-a6b2a9e9662a} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:52.239363 [ 4 ] {eb2426cb-ed69-42af-bbac-a6b2a9e9662a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:52.239902 [ 4 ] {eb2426cb-ed69-42af-bbac-a6b2a9e9662a} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.02.12 06:43:52.240227 [ 4 ] {eb2426cb-ed69-42af-bbac-a6b2a9e9662a} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:52.240443 [ 4 ] {eb2426cb-ed69-42af-bbac-a6b2a9e9662a} executeQuery: Read 4 rows, 334.00 B in 0.002139 sec., 1870.0327255726977 rows/sec., 152.49 KiB/sec. 2026.02.12 06:43:52.240525 [ 4 ] {eb2426cb-ed69-42af-bbac-a6b2a9e9662a} TCPHandler: Processed in 0.002589197 sec. 2026.02.12 06:43:52.240701 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:52.240848 [ 4 ] {fdaeeac8-971d-4ab4-948b-9752bfcb0620} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:52.240916 [ 4 ] {fdaeeac8-971d-4ab4-948b-9752bfcb0620} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:52.242401 [ 4 ] {fdaeeac8-971d-4ab4-948b-9752bfcb0620} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:52.242452 [ 4 ] {fdaeeac8-971d-4ab4-948b-9752bfcb0620} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:52.242998 [ 4 ] {fdaeeac8-971d-4ab4-948b-9752bfcb0620} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.12 06:43:52.243271 [ 4 ] {fdaeeac8-971d-4ab4-948b-9752bfcb0620} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:52.243467 [ 4 ] {fdaeeac8-971d-4ab4-948b-9752bfcb0620} executeQuery: Read 1208 rows, 102.09 KiB in 0.002654 sec., 455162.01959306706 rows/sec., 37.56 MiB/sec. 2026.02.12 06:43:52.243521 [ 4 ] {fdaeeac8-971d-4ab4-948b-9752bfcb0620} TCPHandler: Processed in 0.002892694 sec. 2026.02.12 06:43:52.243712 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:52.243853 [ 4 ] {1fcd57eb-8831-4c7e-adc8-5dd349246734} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:52.243914 [ 4 ] {1fcd57eb-8831-4c7e-adc8-5dd349246734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:52.244488 [ 4 ] {1fcd57eb-8831-4c7e-adc8-5dd349246734} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:52.244538 [ 4 ] {1fcd57eb-8831-4c7e-adc8-5dd349246734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:52.244955 [ 4 ] {1fcd57eb-8831-4c7e-adc8-5dd349246734} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.12 06:43:52.245255 [ 4 ] {1fcd57eb-8831-4c7e-adc8-5dd349246734} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:52.245436 [ 4 ] {1fcd57eb-8831-4c7e-adc8-5dd349246734} executeQuery: Read 9 rows, 671.00 B in 0.00161 sec., 5590.062111801242 rows/sec., 407.00 KiB/sec. 2026.02.12 06:43:52.245486 [ 4 ] {1fcd57eb-8831-4c7e-adc8-5dd349246734} TCPHandler: Processed in 0.001842028 sec. 2026.02.12 06:43:52.245640 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:52.245775 [ 4 ] {0ce439cf-22aa-4f1c-b52e-3cbbb142e443} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:43:52.245832 [ 4 ] {0ce439cf-22aa-4f1c-b52e-3cbbb142e443} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:43:52.246532 [ 4 ] {0ce439cf-22aa-4f1c-b52e-3cbbb142e443} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:52.246581 [ 4 ] {0ce439cf-22aa-4f1c-b52e-3cbbb142e443} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:52.246995 [ 4 ] {0ce439cf-22aa-4f1c-b52e-3cbbb142e443} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:43:52.247270 [ 4 ] {0ce439cf-22aa-4f1c-b52e-3cbbb142e443} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:52.247393 [ 99 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:43:52.247426 [ 4 ] {0ce439cf-22aa-4f1c-b52e-3cbbb142e443} executeQuery: Read 228 rows, 15.81 KiB in 0.001681 sec., 135633.5514574658 rows/sec., 9.18 MiB/sec. 2026.02.12 06:43:52.247446 [ 99 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:52.247477 [ 4 ] {0ce439cf-22aa-4f1c-b52e-3cbbb142e443} TCPHandler: Processed in 0.001906389 sec. 2026.02.12 06:43:52.247482 [ 99 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:52.247622 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:52.247649 [ 202 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:43:52.247735 [ 4 ] {2ac3ed49-3517-495f-b587-e22962c8d5cc} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:52.247795 [ 4 ] {2ac3ed49-3517-495f-b587-e22962c8d5cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:52.247849 [ 202 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:52.247907 [ 202 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 370 rows starting from the beginning of the part 2026.02.12 06:43:52.248005 [ 202 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 228 rows starting from the beginning of the part 2026.02.12 06:43:52.248074 [ 202 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 140 rows starting from the beginning of the part 2026.02.12 06:43:52.248130 [ 202 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 140 rows starting from the beginning of the part 2026.02.12 06:43:52.248178 [ 202 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 140 rows starting from the beginning of the part 2026.02.12 06:43:52.248228 [ 202 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 228 rows starting from the beginning of the part 2026.02.12 06:43:52.248577 [ 4 ] {2ac3ed49-3517-495f-b587-e22962c8d5cc} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:52.248633 [ 4 ] {2ac3ed49-3517-495f-b587-e22962c8d5cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:52.249141 [ 4 ] {2ac3ed49-3517-495f-b587-e22962c8d5cc} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.12 06:43:52.249429 [ 4 ] {2ac3ed49-3517-495f-b587-e22962c8d5cc} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:52.249430 [ 190 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1246 rows, containing 5 columns (5 merged, 0 gathered) in 0.001858448 sec., 670451.9039542673 rows/sec., 47.02 MiB/sec. 2026.02.12 06:43:52.249610 [ 4 ] {2ac3ed49-3517-495f-b587-e22962c8d5cc} executeQuery: Read 529 rows, 40.13 KiB in 0.001896 sec., 279008.4388185654 rows/sec., 20.67 MiB/sec. 2026.02.12 06:43:52.249663 [ 190 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:43:52.249670 [ 4 ] {2ac3ed49-3517-495f-b587-e22962c8d5cc} TCPHandler: Processed in 0.002112805 sec. 2026.02.12 06:43:52.249847 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:52.249986 [ 4 ] {c5bbf9c8-1a12-41f9-803a-b8a5f0dac88d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:52.250014 [ 190 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:52.250054 [ 4 ] {c5bbf9c8-1a12-41f9-803a-b8a5f0dac88d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:52.250118 [ 190 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_31_6} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:43:52.250229 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.12 06:43:52.250819 [ 4 ] {c5bbf9c8-1a12-41f9-803a-b8a5f0dac88d} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:52.250873 [ 4 ] {c5bbf9c8-1a12-41f9-803a-b8a5f0dac88d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:52.251400 [ 4 ] {c5bbf9c8-1a12-41f9-803a-b8a5f0dac88d} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.12 06:43:52.251687 [ 4 ] {c5bbf9c8-1a12-41f9-803a-b8a5f0dac88d} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:52.251850 [ 4 ] {c5bbf9c8-1a12-41f9-803a-b8a5f0dac88d} executeQuery: Read 846 rows, 58.31 KiB in 0.001894 sec., 446673.7064413939 rows/sec., 30.06 MiB/sec. 2026.02.12 06:43:52.251893 [ 4 ] {c5bbf9c8-1a12-41f9-803a-b8a5f0dac88d} TCPHandler: Processed in 0.002116355 sec. 2026.02.12 06:43:52.252036 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:52.252174 [ 4 ] {5271e2a7-afda-4a5d-9eed-7bc9867b56ac} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:52.252242 [ 4 ] {5271e2a7-afda-4a5d-9eed-7bc9867b56ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:52.253322 [ 4 ] {5271e2a7-afda-4a5d-9eed-7bc9867b56ac} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:52.253374 [ 4 ] {5271e2a7-afda-4a5d-9eed-7bc9867b56ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:52.254105 [ 4 ] {5271e2a7-afda-4a5d-9eed-7bc9867b56ac} MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) 2026.02.12 06:43:52.254448 [ 4 ] {5271e2a7-afda-4a5d-9eed-7bc9867b56ac} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:52.254710 [ 4 ] {5271e2a7-afda-4a5d-9eed-7bc9867b56ac} executeQuery: Read 5 rows, 9.17 KiB in 0.00256 sec., 1953.1249999999998 rows/sec., 3.50 MiB/sec. 2026.02.12 06:43:52.254824 [ 4 ] {5271e2a7-afda-4a5d-9eed-7bc9867b56ac} TCPHandler: Processed in 0.002856163 sec. 2026.02.12 06:43:52.254983 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:52.255118 [ 4 ] {5df91ae5-4134-4481-9902-1566d29867e1} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:52.255181 [ 4 ] {5df91ae5-4134-4481-9902-1566d29867e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:52.255682 [ 4 ] {5df91ae5-4134-4481-9902-1566d29867e1} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:52.255727 [ 4 ] {5df91ae5-4134-4481-9902-1566d29867e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:52.256196 [ 4 ] {5df91ae5-4134-4481-9902-1566d29867e1} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.12 06:43:52.256508 [ 4 ] {5df91ae5-4134-4481-9902-1566d29867e1} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:52.256698 [ 4 ] {5df91ae5-4134-4481-9902-1566d29867e1} executeQuery: Read 60 rows, 4.14 KiB in 0.001605 sec., 37383.17757009345 rows/sec., 2.52 MiB/sec. 2026.02.12 06:43:52.256755 [ 4 ] {5df91ae5-4134-4481-9902-1566d29867e1} TCPHandler: Processed in 0.001844078 sec. 2026.02.12 06:43:53.908024 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 15776 2026.02.12 06:43:53.908564 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:53.908605 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:53.909100 [ 244 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.12 06:43:53.909325 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:53.909453 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15776 2026.02.12 06:43:54.758939 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 249 2026.02.12 06:43:54.775227 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:54.775283 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:54.780873 [ 243 ] {} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.12 06:43:54.781585 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:54.784385 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 249 2026.02.12 06:43:56.445287 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1034 2026.02.12 06:43:56.447614 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:56.447654 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:56.448814 [ 242 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:43:56.449090 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:56.449334 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1034 2026.02.12 06:43:57.201874 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.202047 [ 4 ] {dd4c645c-5a3f-4387-860d-433ead9beb2c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:43:57.202112 [ 4 ] {dd4c645c-5a3f-4387-860d-433ead9beb2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:43:57.202796 [ 4 ] {dd4c645c-5a3f-4387-860d-433ead9beb2c} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.202839 [ 4 ] {dd4c645c-5a3f-4387-860d-433ead9beb2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.203238 [ 4 ] {dd4c645c-5a3f-4387-860d-433ead9beb2c} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:43:57.203465 [ 4 ] {dd4c645c-5a3f-4387-860d-433ead9beb2c} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.203622 [ 4 ] {dd4c645c-5a3f-4387-860d-433ead9beb2c} executeQuery: Read 266 rows, 17.30 KiB in 0.001621 sec., 164096.23689080813 rows/sec., 10.43 MiB/sec. 2026.02.12 06:43:57.203664 [ 4 ] {dd4c645c-5a3f-4387-860d-433ead9beb2c} TCPHandler: Processed in 0.00191634 sec. 2026.02.12 06:43:57.203784 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.203879 [ 4 ] {fbc45093-907a-4a9d-9e33-f37b3ac7c37b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:43:57.203921 [ 4 ] {fbc45093-907a-4a9d-9e33-f37b3ac7c37b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:43:57.204577 [ 4 ] {fbc45093-907a-4a9d-9e33-f37b3ac7c37b} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.204614 [ 4 ] {fbc45093-907a-4a9d-9e33-f37b3ac7c37b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.204963 [ 4 ] {fbc45093-907a-4a9d-9e33-f37b3ac7c37b} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.12 06:43:57.205175 [ 4 ] {fbc45093-907a-4a9d-9e33-f37b3ac7c37b} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.205305 [ 4 ] {fbc45093-907a-4a9d-9e33-f37b3ac7c37b} executeQuery: Read 824 rows, 67.47 KiB in 0.001445 sec., 570242.214532872 rows/sec., 45.60 MiB/sec. 2026.02.12 06:43:57.205344 [ 4 ] {fbc45093-907a-4a9d-9e33-f37b3ac7c37b} TCPHandler: Processed in 0.001609791 sec. 2026.02.12 06:43:57.205458 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.205552 [ 4 ] {1b0df311-c105-4841-beda-3bf7488b1256} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:43:57.205593 [ 4 ] {1b0df311-c105-4841-beda-3bf7488b1256} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:43:57.206015 [ 4 ] {1b0df311-c105-4841-beda-3bf7488b1256} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.206052 [ 4 ] {1b0df311-c105-4841-beda-3bf7488b1256} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.206351 [ 4 ] {1b0df311-c105-4841-beda-3bf7488b1256} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.12 06:43:57.206574 [ 4 ] {1b0df311-c105-4841-beda-3bf7488b1256} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.206703 [ 4 ] {1b0df311-c105-4841-beda-3bf7488b1256} executeQuery: Read 169 rows, 10.71 KiB in 0.001169 sec., 144568.00684345595 rows/sec., 8.95 MiB/sec. 2026.02.12 06:43:57.206742 [ 4 ] {1b0df311-c105-4841-beda-3bf7488b1256} TCPHandler: Processed in 0.001333494 sec. 2026.02.12 06:43:57.206851 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.206946 [ 4 ] {a3478da6-53b7-40ce-8645-6b5fe4271e2a} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:43:57.206986 [ 4 ] {a3478da6-53b7-40ce-8645-6b5fe4271e2a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:43:57.207390 [ 4 ] {a3478da6-53b7-40ce-8645-6b5fe4271e2a} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.207426 [ 4 ] {a3478da6-53b7-40ce-8645-6b5fe4271e2a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.207726 [ 4 ] {a3478da6-53b7-40ce-8645-6b5fe4271e2a} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:43:57.207936 [ 4 ] {a3478da6-53b7-40ce-8645-6b5fe4271e2a} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.208065 [ 4 ] {a3478da6-53b7-40ce-8645-6b5fe4271e2a} executeQuery: Read 140 rows, 9.27 KiB in 0.001137 sec., 123131.04661389622 rows/sec., 7.96 MiB/sec. 2026.02.12 06:43:57.208104 [ 4 ] {a3478da6-53b7-40ce-8645-6b5fe4271e2a} TCPHandler: Processed in 0.001301133 sec. 2026.02.12 06:43:57.208215 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.208308 [ 4 ] {20d017c9-2f54-4e64-999b-9587533fa5ae} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:43:57.208346 [ 4 ] {20d017c9-2f54-4e64-999b-9587533fa5ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:43:57.208751 [ 4 ] {20d017c9-2f54-4e64-999b-9587533fa5ae} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.208788 [ 4 ] {20d017c9-2f54-4e64-999b-9587533fa5ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.209084 [ 4 ] {20d017c9-2f54-4e64-999b-9587533fa5ae} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:43:57.209295 [ 4 ] {20d017c9-2f54-4e64-999b-9587533fa5ae} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.209426 [ 4 ] {20d017c9-2f54-4e64-999b-9587533fa5ae} executeQuery: Read 139 rows, 8.10 KiB in 0.001135 sec., 122466.96035242292 rows/sec., 6.97 MiB/sec. 2026.02.12 06:43:57.209465 [ 4 ] {20d017c9-2f54-4e64-999b-9587533fa5ae} TCPHandler: Processed in 0.001299183 sec. 2026.02.12 06:43:57.209574 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.209668 [ 4 ] {f252284d-b601-43bc-87e1-cfed90f05093} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:43:57.209709 [ 4 ] {f252284d-b601-43bc-87e1-cfed90f05093} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:43:57.210243 [ 4 ] {f252284d-b601-43bc-87e1-cfed90f05093} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.210279 [ 4 ] {f252284d-b601-43bc-87e1-cfed90f05093} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.210598 [ 4 ] {f252284d-b601-43bc-87e1-cfed90f05093} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.12 06:43:57.210815 [ 4 ] {f252284d-b601-43bc-87e1-cfed90f05093} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.210944 [ 4 ] {f252284d-b601-43bc-87e1-cfed90f05093} executeQuery: Read 499 rows, 36.16 KiB in 0.001293 sec., 385924.2072699149 rows/sec., 27.31 MiB/sec. 2026.02.12 06:43:57.210984 [ 4 ] {f252284d-b601-43bc-87e1-cfed90f05093} TCPHandler: Processed in 0.001460167 sec. 2026.02.12 06:43:57.211088 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.211183 [ 4 ] {1b991259-fdcb-41ca-9874-df37a3529b67} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:43:57.211225 [ 4 ] {1b991259-fdcb-41ca-9874-df37a3529b67} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:43:57.211552 [ 4 ] {1b991259-fdcb-41ca-9874-df37a3529b67} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.211589 [ 4 ] {1b991259-fdcb-41ca-9874-df37a3529b67} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.211893 [ 4 ] {1b991259-fdcb-41ca-9874-df37a3529b67} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.02.12 06:43:57.212098 [ 4 ] {1b991259-fdcb-41ca-9874-df37a3529b67} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.212230 [ 4 ] {1b991259-fdcb-41ca-9874-df37a3529b67} executeQuery: Read 6 rows, 321.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 294.90 KiB/sec. 2026.02.12 06:43:57.212267 [ 4 ] {1b991259-fdcb-41ca-9874-df37a3529b67} TCPHandler: Processed in 0.001228331 sec. 2026.02.12 06:43:57.212378 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.212474 [ 4 ] {911196f6-bf93-4209-ae6c-f0ad29a5a908} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:57.212517 [ 4 ] {911196f6-bf93-4209-ae6c-f0ad29a5a908} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:43:57.212907 [ 4 ] {911196f6-bf93-4209-ae6c-f0ad29a5a908} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.212944 [ 4 ] {911196f6-bf93-4209-ae6c-f0ad29a5a908} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.213266 [ 4 ] {911196f6-bf93-4209-ae6c-f0ad29a5a908} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.12 06:43:57.213481 [ 4 ] {911196f6-bf93-4209-ae6c-f0ad29a5a908} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.213611 [ 4 ] {911196f6-bf93-4209-ae6c-f0ad29a5a908} executeQuery: Read 258 rows, 17.59 KiB in 0.001155 sec., 223376.62337662338 rows/sec., 14.87 MiB/sec. 2026.02.12 06:43:57.213649 [ 4 ] {911196f6-bf93-4209-ae6c-f0ad29a5a908} TCPHandler: Processed in 0.001323254 sec. 2026.02.12 06:43:57.213758 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.213852 [ 4 ] {023f55bf-cb80-4b79-ac5f-5ccd243da7b0} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:43:57.213894 [ 4 ] {023f55bf-cb80-4b79-ac5f-5ccd243da7b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:43:57.214199 [ 4 ] {023f55bf-cb80-4b79-ac5f-5ccd243da7b0} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.214236 [ 4 ] {023f55bf-cb80-4b79-ac5f-5ccd243da7b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.214529 [ 4 ] {023f55bf-cb80-4b79-ac5f-5ccd243da7b0} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:43:57.214739 [ 4 ] {023f55bf-cb80-4b79-ac5f-5ccd243da7b0} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.214846 [ 96 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:43:57.214867 [ 4 ] {023f55bf-cb80-4b79-ac5f-5ccd243da7b0} executeQuery: Read 1 rows, 69.00 B in 0.001032 sec., 968.9922480620156 rows/sec., 65.29 KiB/sec. 2026.02.12 06:43:57.214917 [ 96 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.214924 [ 4 ] {023f55bf-cb80-4b79-ac5f-5ccd243da7b0} TCPHandler: Processed in 0.001214781 sec. 2026.02.12 06:43:57.214946 [ 96 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.215039 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.215065 [ 198 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:43:57.215137 [ 4 ] {c776a0fd-8140-4ec0-876e-82e77b2250ee} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:43:57.215195 [ 4 ] {c776a0fd-8140-4ec0-876e-82e77b2250ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:43:57.215203 [ 198 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:43:57.215246 [ 198 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 22 rows starting from the beginning of the part 2026.02.12 06:43:57.215307 [ 198 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:57.215351 [ 198 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:57.215389 [ 198 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:57.215423 [ 198 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:57.215461 [ 198 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part 2026.02.12 06:43:57.215980 [ 4 ] {c776a0fd-8140-4ec0-876e-82e77b2250ee} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.216022 [ 4 ] {c776a0fd-8140-4ec0-876e-82e77b2250ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.216286 [ 195 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 27 rows, containing 4 columns (4 merged, 0 gathered) in 0.001272193 sec., 21223.19490831973 rows/sec., 1.39 MiB/sec. 2026.02.12 06:43:57.216469 [ 189 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:43:57.216622 [ 4 ] {c776a0fd-8140-4ec0-876e-82e77b2250ee} MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) 2026.02.12 06:43:57.216874 [ 189 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.216927 [ 4 ] {c776a0fd-8140-4ec0-876e-82e77b2250ee} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.216959 [ 189 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_26_5} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:43:57.217060 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2026.02.12 06:43:57.217085 [ 4 ] {c776a0fd-8140-4ec0-876e-82e77b2250ee} executeQuery: Read 36 rows, 66.06 KiB in 0.001965 sec., 18320.610687022898 rows/sec., 32.83 MiB/sec. 2026.02.12 06:43:57.217147 [ 4 ] {c776a0fd-8140-4ec0-876e-82e77b2250ee} TCPHandler: Processed in 0.002156996 sec. 2026.02.12 06:43:57.217262 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:43:57.217357 [ 4 ] {028ef03e-a1f3-4368-a835-9b7cd79da143} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:43:57.217400 [ 4 ] {028ef03e-a1f3-4368-a835-9b7cd79da143} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:43:57.217713 [ 4 ] {028ef03e-a1f3-4368-a835-9b7cd79da143} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:43:57.217751 [ 4 ] {028ef03e-a1f3-4368-a835-9b7cd79da143} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:43:57.218055 [ 4 ] {028ef03e-a1f3-4368-a835-9b7cd79da143} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.12 06:43:57.218268 [ 4 ] {028ef03e-a1f3-4368-a835-9b7cd79da143} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:43:57.218399 [ 4 ] {028ef03e-a1f3-4368-a835-9b7cd79da143} executeQuery: Read 88 rows, 5.66 KiB in 0.00106 sec., 83018.8679245283 rows/sec., 5.21 MiB/sec. 2026.02.12 06:43:57.218436 [ 4 ] {028ef03e-a1f3-4368-a835-9b7cd79da143} TCPHandler: Processed in 0.001222921 sec. 2026.02.12 06:44:01.266643 [ 89 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:44:01.266714 [ 89 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:44:01.410499 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 16288 2026.02.12 06:44:01.411029 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:01.411069 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:01.411567 [ 244 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.12 06:44:01.411791 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:01.411923 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16288 2026.02.12 06:44:02.193708 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:02.193889 [ 4 ] {c4655f19-93e9-4083-a1ea-ea4452b17294} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:02.193961 [ 4 ] {c4655f19-93e9-4083-a1ea-ea4452b17294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:02.194634 [ 4 ] {c4655f19-93e9-4083-a1ea-ea4452b17294} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:02.194682 [ 4 ] {c4655f19-93e9-4083-a1ea-ea4452b17294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:02.195113 [ 4 ] {c4655f19-93e9-4083-a1ea-ea4452b17294} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.12 06:44:02.195355 [ 4 ] {c4655f19-93e9-4083-a1ea-ea4452b17294} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:02.195523 [ 4 ] {c4655f19-93e9-4083-a1ea-ea4452b17294} executeQuery: Read 66 rows, 5.38 KiB in 0.001684 sec., 39192.399049881235 rows/sec., 3.12 MiB/sec. 2026.02.12 06:44:02.195579 [ 4 ] {c4655f19-93e9-4083-a1ea-ea4452b17294} TCPHandler: Processed in 0.002001101 sec. 2026.02.12 06:44:02.195714 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:02.195819 [ 4 ] {516cacf2-d460-4b0f-affe-43b5f36fdbf6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:02.195864 [ 4 ] {516cacf2-d460-4b0f-affe-43b5f36fdbf6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:02.196303 [ 4 ] {516cacf2-d460-4b0f-affe-43b5f36fdbf6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:02.196340 [ 4 ] {516cacf2-d460-4b0f-affe-43b5f36fdbf6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:02.196692 [ 4 ] {516cacf2-d460-4b0f-affe-43b5f36fdbf6} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.12 06:44:02.196938 [ 4 ] {516cacf2-d460-4b0f-affe-43b5f36fdbf6} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:02.197090 [ 4 ] {516cacf2-d460-4b0f-affe-43b5f36fdbf6} executeQuery: Read 5 rows, 385.00 B in 0.001296 sec., 3858.0246913580245 rows/sec., 290.11 KiB/sec. 2026.02.12 06:44:02.197132 [ 4 ] {516cacf2-d460-4b0f-affe-43b5f36fdbf6} TCPHandler: Processed in 0.001482708 sec. 2026.02.12 06:44:02.197246 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:02.197347 [ 4 ] {3e197c82-2aa2-408e-a429-5d84617d3086} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:02.197391 [ 4 ] {3e197c82-2aa2-408e-a429-5d84617d3086} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:02.197809 [ 4 ] {3e197c82-2aa2-408e-a429-5d84617d3086} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:02.197845 [ 4 ] {3e197c82-2aa2-408e-a429-5d84617d3086} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:02.198162 [ 4 ] {3e197c82-2aa2-408e-a429-5d84617d3086} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.12 06:44:02.198380 [ 4 ] {3e197c82-2aa2-408e-a429-5d84617d3086} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:02.198519 [ 4 ] {3e197c82-2aa2-408e-a429-5d84617d3086} executeQuery: Read 69 rows, 5.52 KiB in 0.001194 sec., 57788.94472361809 rows/sec., 4.51 MiB/sec. 2026.02.12 06:44:02.198558 [ 4 ] {3e197c82-2aa2-408e-a429-5d84617d3086} TCPHandler: Processed in 0.001363115 sec. 2026.02.12 06:44:02.198671 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:02.198768 [ 4 ] {4750076d-e06d-49b7-99e9-9047de2a2e75} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:02.198813 [ 4 ] {4750076d-e06d-49b7-99e9-9047de2a2e75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:02.199227 [ 4 ] {4750076d-e06d-49b7-99e9-9047de2a2e75} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:02.199263 [ 4 ] {4750076d-e06d-49b7-99e9-9047de2a2e75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:02.199600 [ 4 ] {4750076d-e06d-49b7-99e9-9047de2a2e75} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.12 06:44:02.199820 [ 4 ] {4750076d-e06d-49b7-99e9-9047de2a2e75} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:02.199963 [ 4 ] {4750076d-e06d-49b7-99e9-9047de2a2e75} executeQuery: Read 160 rows, 11.41 KiB in 0.001213 sec., 131904.3693322341 rows/sec., 9.19 MiB/sec. 2026.02.12 06:44:02.200009 [ 4 ] {4750076d-e06d-49b7-99e9-9047de2a2e75} TCPHandler: Processed in 0.001388306 sec. 2026.02.12 06:44:02.200121 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:02.200216 [ 4 ] {2cb9d524-f870-4f5a-80db-354bbec3030b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:02.200272 [ 4 ] {2cb9d524-f870-4f5a-80db-354bbec3030b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:02.201045 [ 4 ] {2cb9d524-f870-4f5a-80db-354bbec3030b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:02.201081 [ 4 ] {2cb9d524-f870-4f5a-80db-354bbec3030b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:02.201606 [ 4 ] {2cb9d524-f870-4f5a-80db-354bbec3030b} MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) 2026.02.12 06:44:02.201859 [ 4 ] {2cb9d524-f870-4f5a-80db-354bbec3030b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:02.202009 [ 4 ] {2cb9d524-f870-4f5a-80db-354bbec3030b} executeQuery: Read 5 rows, 9.17 KiB in 0.001811 sec., 2760.9055770292657 rows/sec., 4.95 MiB/sec. 2026.02.12 06:44:02.202085 [ 4 ] {2cb9d524-f870-4f5a-80db-354bbec3030b} TCPHandler: Processed in 0.002013461 sec. 2026.02.12 06:44:02.202207 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:02.202304 [ 4 ] {23036f4e-0f16-4562-b074-284000c4880d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:02.202347 [ 4 ] {23036f4e-0f16-4562-b074-284000c4880d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:02.202706 [ 4 ] {23036f4e-0f16-4562-b074-284000c4880d} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:02.202742 [ 4 ] {23036f4e-0f16-4562-b074-284000c4880d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:02.203060 [ 4 ] {23036f4e-0f16-4562-b074-284000c4880d} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.12 06:44:02.203281 [ 4 ] {23036f4e-0f16-4562-b074-284000c4880d} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:02.203417 [ 4 ] {23036f4e-0f16-4562-b074-284000c4880d} executeQuery: Read 60 rows, 4.14 KiB in 0.001133 sec., 52956.7519858782 rows/sec., 3.57 MiB/sec. 2026.02.12 06:44:02.203455 [ 4 ] {23036f4e-0f16-4562-b074-284000c4880d} TCPHandler: Processed in 0.001298973 sec. 2026.02.12 06:44:02.285429 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 256 2026.02.12 06:44:02.303001 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:02.303067 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:02.309183 [ 243 ] {} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.12 06:44:02.309888 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:02.313033 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 256 2026.02.12 06:44:06.450532 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1068 2026.02.12 06:44:06.452946 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:06.452995 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:06.454213 [ 242 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:44:06.454507 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:06.454873 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1068 2026.02.12 06:44:07.205449 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.205633 [ 4 ] {e44f22a9-5ae6-429d-aede-6d9f741cc663} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:44:07.205703 [ 4 ] {e44f22a9-5ae6-429d-aede-6d9f741cc663} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:44:07.206436 [ 4 ] {e44f22a9-5ae6-429d-aede-6d9f741cc663} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.206489 [ 4 ] {e44f22a9-5ae6-429d-aede-6d9f741cc663} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.206907 [ 4 ] {e44f22a9-5ae6-429d-aede-6d9f741cc663} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:44:07.207157 [ 4 ] {e44f22a9-5ae6-429d-aede-6d9f741cc663} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.207328 [ 4 ] {e44f22a9-5ae6-429d-aede-6d9f741cc663} executeQuery: Read 266 rows, 17.30 KiB in 0.001746 sec., 152348.22451317296 rows/sec., 9.68 MiB/sec. 2026.02.12 06:44:07.207332 [ 85 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.02.12 06:44:07.207385 [ 4 ] {e44f22a9-5ae6-429d-aede-6d9f741cc663} TCPHandler: Processed in 0.002082004 sec. 2026.02.12 06:44:07.207404 [ 85 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.207433 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.207524 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.207557 [ 186 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.02.12 06:44:07.207635 [ 4 ] {465a8b61-3445-4bbc-93cf-228023e8d523} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:44:07.207687 [ 4 ] {465a8b61-3445-4bbc-93cf-228023e8d523} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:44:07.207698 [ 186 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:07.207737 [ 186 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 266 rows starting from the beginning of the part 2026.02.12 06:44:07.207804 [ 186 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 266 rows starting from the beginning of the part 2026.02.12 06:44:07.207848 [ 186 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 266 rows starting from the beginning of the part 2026.02.12 06:44:07.207889 [ 186 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 266 rows starting from the beginning of the part 2026.02.12 06:44:07.207927 [ 186 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 266 rows starting from the beginning of the part 2026.02.12 06:44:07.208133 [ 4 ] {465a8b61-3445-4bbc-93cf-228023e8d523} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.208179 [ 4 ] {465a8b61-3445-4bbc-93cf-228023e8d523} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.208537 [ 4 ] {465a8b61-3445-4bbc-93cf-228023e8d523} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.02.12 06:44:07.208776 [ 4 ] {465a8b61-3445-4bbc-93cf-228023e8d523} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.208915 [ 195 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.001416966 sec., 938625.2034276052 rows/sec., 63.21 MiB/sec. 2026.02.12 06:44:07.208922 [ 4 ] {465a8b61-3445-4bbc-93cf-228023e8d523} executeQuery: Read 10 rows, 835.00 B in 0.00131 sec., 7633.587786259543 rows/sec., 622.47 KiB/sec. 2026.02.12 06:44:07.208988 [ 4 ] {465a8b61-3445-4bbc-93cf-228023e8d523} TCPHandler: Processed in 0.001517029 sec. 2026.02.12 06:44:07.209056 [ 195 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.02.12 06:44:07.209120 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.209220 [ 4 ] {ff6706fc-d0a9-474f-bdfc-448fba80fb4e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:07.209265 [ 4 ] {ff6706fc-d0a9-474f-bdfc-448fba80fb4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:07.209303 [ 195 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.209372 [ 195 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_25_6} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.02.12 06:44:07.209465 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. 2026.02.12 06:44:07.210072 [ 4 ] {ff6706fc-d0a9-474f-bdfc-448fba80fb4e} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.210109 [ 4 ] {ff6706fc-d0a9-474f-bdfc-448fba80fb4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.210480 [ 4 ] {ff6706fc-d0a9-474f-bdfc-448fba80fb4e} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.12 06:44:07.210704 [ 4 ] {ff6706fc-d0a9-474f-bdfc-448fba80fb4e} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.210843 [ 4 ] {ff6706fc-d0a9-474f-bdfc-448fba80fb4e} executeQuery: Read 829 rows, 67.84 KiB in 0.001645 sec., 503951.36778115504 rows/sec., 40.27 MiB/sec. 2026.02.12 06:44:07.210883 [ 4 ] {ff6706fc-d0a9-474f-bdfc-448fba80fb4e} TCPHandler: Processed in 0.001814937 sec. 2026.02.12 06:44:07.211028 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.211127 [ 4 ] {07766e63-d427-404f-8eee-dff5ac632eb2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:07.211171 [ 4 ] {07766e63-d427-404f-8eee-dff5ac632eb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:07.211652 [ 4 ] {07766e63-d427-404f-8eee-dff5ac632eb2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.211691 [ 4 ] {07766e63-d427-404f-8eee-dff5ac632eb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.212025 [ 4 ] {07766e63-d427-404f-8eee-dff5ac632eb2} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.12 06:44:07.212252 [ 4 ] {07766e63-d427-404f-8eee-dff5ac632eb2} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.212377 [ 85 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.12 06:44:07.212392 [ 4 ] {07766e63-d427-404f-8eee-dff5ac632eb2} executeQuery: Read 179 rows, 11.41 KiB in 0.001286 sec., 139191.29082426126 rows/sec., 8.66 MiB/sec. 2026.02.12 06:44:07.212421 [ 85 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.212444 [ 4 ] {07766e63-d427-404f-8eee-dff5ac632eb2} TCPHandler: Processed in 0.001466778 sec. 2026.02.12 06:44:07.212447 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.212570 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.212578 [ 200 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.12 06:44:07.212675 [ 4 ] {cb2ff164-9591-4fe9-bef7-0b8c3a44b9c5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:44:07.212720 [ 4 ] {cb2ff164-9591-4fe9-bef7-0b8c3a44b9c5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:44:07.212727 [ 200 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:07.212770 [ 200 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 192 rows starting from the beginning of the part 2026.02.12 06:44:07.212869 [ 200 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 169 rows starting from the beginning of the part 2026.02.12 06:44:07.212923 [ 200 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part 2026.02.12 06:44:07.212980 [ 200 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 169 rows starting from the beginning of the part 2026.02.12 06:44:07.213028 [ 200 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 5 rows starting from the beginning of the part 2026.02.12 06:44:07.213074 [ 200 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 179 rows starting from the beginning of the part 2026.02.12 06:44:07.213168 [ 4 ] {cb2ff164-9591-4fe9-bef7-0b8c3a44b9c5} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.213211 [ 4 ] {cb2ff164-9591-4fe9-bef7-0b8c3a44b9c5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.213548 [ 4 ] {cb2ff164-9591-4fe9-bef7-0b8c3a44b9c5} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.02.12 06:44:07.213797 [ 4 ] {cb2ff164-9591-4fe9-bef7-0b8c3a44b9c5} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.213933 [ 4 ] {cb2ff164-9591-4fe9-bef7-0b8c3a44b9c5} executeQuery: Read 140 rows, 9.27 KiB in 0.001279 sec., 109460.51602814699 rows/sec., 7.07 MiB/sec. 2026.02.12 06:44:07.213975 [ 4 ] {cb2ff164-9591-4fe9-bef7-0b8c3a44b9c5} TCPHandler: Processed in 0.001454908 sec. 2026.02.12 06:44:07.214088 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.214091 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 723 rows, containing 5 columns (5 merged, 0 gathered) in 0.00156775 sec., 461170.4672301069 rows/sec., 30.54 MiB/sec. 2026.02.12 06:44:07.214186 [ 4 ] {ddbf436f-c7ff-4e53-ab40-d2ec86e96cb1} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:44:07.214230 [ 4 ] {ddbf436f-c7ff-4e53-ab40-d2ec86e96cb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:44:07.214301 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.12 06:44:07.214680 [ 4 ] {ddbf436f-c7ff-4e53-ab40-d2ec86e96cb1} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.214679 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.214725 [ 4 ] {ddbf436f-c7ff-4e53-ab40-d2ec86e96cb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.214827 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_46_9} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.12 06:44:07.214951 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.02.12 06:44:07.215061 [ 4 ] {ddbf436f-c7ff-4e53-ab40-d2ec86e96cb1} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:44:07.215281 [ 4 ] {ddbf436f-c7ff-4e53-ab40-d2ec86e96cb1} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.215387 [ 85 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 2026.02.12 06:44:07.215413 [ 4 ] {ddbf436f-c7ff-4e53-ab40-d2ec86e96cb1} executeQuery: Read 139 rows, 8.10 KiB in 0.001247 sec., 111467.52205292702 rows/sec., 6.34 MiB/sec. 2026.02.12 06:44:07.215419 [ 85 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.215454 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.215459 [ 4 ] {ddbf436f-c7ff-4e53-ab40-d2ec86e96cb1} TCPHandler: Processed in 0.001420107 sec. 2026.02.12 06:44:07.215550 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full 2026.02.12 06:44:07.215587 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.215670 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:07.215687 [ 4 ] {568499c7-ab7a-4fbc-a414-fc86953118fb} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:07.215710 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 139 rows starting from the beginning of the part 2026.02.12 06:44:07.215733 [ 4 ] {568499c7-ab7a-4fbc-a414-fc86953118fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:07.215786 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 139 rows starting from the beginning of the part 2026.02.12 06:44:07.215838 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 139 rows starting from the beginning of the part 2026.02.12 06:44:07.215881 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 139 rows starting from the beginning of the part 2026.02.12 06:44:07.215923 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 139 rows starting from the beginning of the part 2026.02.12 06:44:07.216384 [ 4 ] {568499c7-ab7a-4fbc-a414-fc86953118fb} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.216427 [ 4 ] {568499c7-ab7a-4fbc-a414-fc86953118fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.216802 [ 186 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 5 columns (5 merged, 0 gathered) in 0.001296283 sec., 536148.3564931423 rows/sec., 32.55 MiB/sec. 2026.02.12 06:44:07.216820 [ 4 ] {568499c7-ab7a-4fbc-a414-fc86953118fb} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.12 06:44:07.216955 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) 2026.02.12 06:44:07.217087 [ 4 ] {568499c7-ab7a-4fbc-a414-fc86953118fb} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.217239 [ 4 ] {568499c7-ab7a-4fbc-a414-fc86953118fb} executeQuery: Read 509 rows, 36.98 KiB in 0.00157 sec., 324203.821656051 rows/sec., 23.00 MiB/sec. 2026.02.12 06:44:07.217255 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.217279 [ 4 ] {568499c7-ab7a-4fbc-a414-fc86953118fb} TCPHandler: Processed in 0.001742135 sec. 2026.02.12 06:44:07.217339 [ 193 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_25_6} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 2026.02.12 06:44:07.217407 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.217447 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.02.12 06:44:07.217513 [ 4 ] {248c5f28-58fb-4b2a-bd99-3973412133a0} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:44:07.217561 [ 4 ] {248c5f28-58fb-4b2a-bd99-3973412133a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:44:07.217970 [ 4 ] {248c5f28-58fb-4b2a-bd99-3973412133a0} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.218015 [ 4 ] {248c5f28-58fb-4b2a-bd99-3973412133a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.218410 [ 4 ] {248c5f28-58fb-4b2a-bd99-3973412133a0} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.02.12 06:44:07.218680 [ 4 ] {248c5f28-58fb-4b2a-bd99-3973412133a0} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.218795 [ 85 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 2026.02.12 06:44:07.218825 [ 4 ] {248c5f28-58fb-4b2a-bd99-3973412133a0} executeQuery: Read 6 rows, 321.00 B in 0.001331 sec., 4507.888805409467 rows/sec., 235.52 KiB/sec. 2026.02.12 06:44:07.218832 [ 85 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.218869 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.218872 [ 4 ] {248c5f28-58fb-4b2a-bd99-3973412133a0} TCPHandler: Processed in 0.00151757 sec. 2026.02.12 06:44:07.218965 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_20_4 to all_25_25_0 into Compact with storage Full 2026.02.12 06:44:07.219035 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.219071 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:07.219103 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 120 rows starting from the beginning of the part 2026.02.12 06:44:07.219150 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:07.219155 [ 4 ] {9d053ea0-7572-422d-a502-f4df2ead2b4c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:07.219192 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:07.219218 [ 4 ] {9d053ea0-7572-422d-a502-f4df2ead2b4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:07.219231 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:07.219272 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:07.219305 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:07.219736 [ 4 ] {9d053ea0-7572-422d-a502-f4df2ead2b4c} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.219777 [ 4 ] {9d053ea0-7572-422d-a502-f4df2ead2b4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.220076 [ 193 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.00115202 sec., 130206.07281123592 rows/sec., 6.64 MiB/sec. 2026.02.12 06:44:07.220152 [ 4 ] {9d053ea0-7572-422d-a502-f4df2ead2b4c} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.12 06:44:07.220255 [ 196 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) 2026.02.12 06:44:07.220410 [ 4 ] {9d053ea0-7572-422d-a502-f4df2ead2b4c} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.220559 [ 4 ] {9d053ea0-7572-422d-a502-f4df2ead2b4c} executeQuery: Read 263 rows, 17.94 KiB in 0.001429 sec., 184044.7865640308 rows/sec., 12.26 MiB/sec. 2026.02.12 06:44:07.220598 [ 4 ] {9d053ea0-7572-422d-a502-f4df2ead2b4c} TCPHandler: Processed in 0.001633172 sec. 2026.02.12 06:44:07.220600 [ 196 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.220695 [ 196 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_25_5} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 2026.02.12 06:44:07.220721 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.220807 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.12 06:44:07.220821 [ 4 ] {702396bb-64d2-431d-9279-af581cb36108} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:44:07.220869 [ 4 ] {702396bb-64d2-431d-9279-af581cb36108} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:44:07.221201 [ 4 ] {702396bb-64d2-431d-9279-af581cb36108} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.221237 [ 4 ] {702396bb-64d2-431d-9279-af581cb36108} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.221548 [ 4 ] {702396bb-64d2-431d-9279-af581cb36108} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:44:07.221756 [ 4 ] {702396bb-64d2-431d-9279-af581cb36108} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.221895 [ 4 ] {702396bb-64d2-431d-9279-af581cb36108} executeQuery: Read 1 rows, 69.00 B in 0.001094 sec., 914.0767824497259 rows/sec., 61.59 KiB/sec. 2026.02.12 06:44:07.221934 [ 4 ] {702396bb-64d2-431d-9279-af581cb36108} TCPHandler: Processed in 0.001263222 sec. 2026.02.12 06:44:07.222050 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.222143 [ 4 ] {7899c9a6-bff2-4e18-8a48-2c92084bc79b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:07.222199 [ 4 ] {7899c9a6-bff2-4e18-8a48-2c92084bc79b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:07.223027 [ 4 ] {7899c9a6-bff2-4e18-8a48-2c92084bc79b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.223065 [ 4 ] {7899c9a6-bff2-4e18-8a48-2c92084bc79b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.223624 [ 4 ] {7899c9a6-bff2-4e18-8a48-2c92084bc79b} MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) 2026.02.12 06:44:07.223841 [ 4 ] {7899c9a6-bff2-4e18-8a48-2c92084bc79b} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.223984 [ 4 ] {7899c9a6-bff2-4e18-8a48-2c92084bc79b} executeQuery: Read 36 rows, 66.06 KiB in 0.001859 sec., 19365.250134480902 rows/sec., 34.70 MiB/sec. 2026.02.12 06:44:07.224039 [ 4 ] {7899c9a6-bff2-4e18-8a48-2c92084bc79b} TCPHandler: Processed in 0.002037523 sec. 2026.02.12 06:44:07.224157 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:07.224250 [ 4 ] {124f8ea7-4bd3-4ddf-b074-d05e1d60ef97} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:07.224291 [ 4 ] {124f8ea7-4bd3-4ddf-b074-d05e1d60ef97} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:07.224620 [ 4 ] {124f8ea7-4bd3-4ddf-b074-d05e1d60ef97} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:07.224656 [ 4 ] {124f8ea7-4bd3-4ddf-b074-d05e1d60ef97} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:07.224954 [ 4 ] {124f8ea7-4bd3-4ddf-b074-d05e1d60ef97} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.12 06:44:07.225166 [ 4 ] {124f8ea7-4bd3-4ddf-b074-d05e1d60ef97} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:07.225298 [ 4 ] {124f8ea7-4bd3-4ddf-b074-d05e1d60ef97} executeQuery: Read 88 rows, 5.66 KiB in 0.001066 sec., 82551.59474671668 rows/sec., 5.18 MiB/sec. 2026.02.12 06:44:07.225333 [ 4 ] {124f8ea7-4bd3-4ddf-b074-d05e1d60ef97} TCPHandler: Processed in 0.001226181 sec. 2026.02.12 06:44:08.912971 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 16736 2026.02.12 06:44:08.913504 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:08.913556 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:08.914066 [ 244 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.12 06:44:08.914311 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:08.914455 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16736 2026.02.12 06:44:09.814065 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 264 2026.02.12 06:44:09.831589 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:09.831655 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:09.837843 [ 243 ] {} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.12 06:44:09.838567 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:09.841950 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 264 2026.02.12 06:44:12.193750 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:12.193920 [ 4 ] {6c9c8a87-951c-4d33-bd9f-ea5771ac1f92} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:12.193988 [ 4 ] {6c9c8a87-951c-4d33-bd9f-ea5771ac1f92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:12.194638 [ 4 ] {6c9c8a87-951c-4d33-bd9f-ea5771ac1f92} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.194684 [ 4 ] {6c9c8a87-951c-4d33-bd9f-ea5771ac1f92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.195120 [ 4 ] {6c9c8a87-951c-4d33-bd9f-ea5771ac1f92} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.12 06:44:12.195383 [ 4 ] {6c9c8a87-951c-4d33-bd9f-ea5771ac1f92} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.195544 [ 71 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.12 06:44:12.195573 [ 4 ] {6c9c8a87-951c-4d33-bd9f-ea5771ac1f92} executeQuery: Read 66 rows, 5.38 KiB in 0.001699 sec., 38846.38022366098 rows/sec., 3.09 MiB/sec. 2026.02.12 06:44:12.195592 [ 71 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.195623 [ 4 ] {6c9c8a87-951c-4d33-bd9f-ea5771ac1f92} TCPHandler: Processed in 0.002002912 sec. 2026.02.12 06:44:12.195623 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.195763 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:12.195777 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.12 06:44:12.195863 [ 4 ] {3a5a964b-232f-4afc-b887-8ed26f00c774} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:12.195913 [ 4 ] {3a5a964b-232f-4afc-b887-8ed26f00c774} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:12.195923 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:12.195966 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1985 rows starting from the beginning of the part 2026.02.12 06:44:12.196038 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1208 rows starting from the beginning of the part 2026.02.12 06:44:12.196087 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 824 rows starting from the beginning of the part 2026.02.12 06:44:12.196132 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 66 rows starting from the beginning of the part 2026.02.12 06:44:12.196175 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 829 rows starting from the beginning of the part 2026.02.12 06:44:12.196217 [ 192 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 66 rows starting from the beginning of the part 2026.02.12 06:44:12.196330 [ 4 ] {3a5a964b-232f-4afc-b887-8ed26f00c774} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.196373 [ 4 ] {3a5a964b-232f-4afc-b887-8ed26f00c774} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.196719 [ 4 ] {3a5a964b-232f-4afc-b887-8ed26f00c774} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.12 06:44:12.196939 [ 4 ] {3a5a964b-232f-4afc-b887-8ed26f00c774} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.197080 [ 4 ] {3a5a964b-232f-4afc-b887-8ed26f00c774} executeQuery: Read 5 rows, 385.00 B in 0.001236 sec., 4045.307443365696 rows/sec., 304.19 KiB/sec. 2026.02.12 06:44:12.197118 [ 4 ] {3a5a964b-232f-4afc-b887-8ed26f00c774} TCPHandler: Processed in 0.001423236 sec. 2026.02.12 06:44:12.197254 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:12.197351 [ 4 ] {0dc4d2af-52dc-49ef-8d64-36917722f96d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:12.197390 [ 4 ] {0dc4d2af-52dc-49ef-8d64-36917722f96d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:12.197812 [ 4 ] {0dc4d2af-52dc-49ef-8d64-36917722f96d} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.197848 [ 4 ] {0dc4d2af-52dc-49ef-8d64-36917722f96d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.198160 [ 4 ] {0dc4d2af-52dc-49ef-8d64-36917722f96d} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.12 06:44:12.198400 [ 4 ] {0dc4d2af-52dc-49ef-8d64-36917722f96d} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.198412 [ 193 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 4978 rows, containing 5 columns (5 merged, 0 gathered) in 0.002693629 sec., 1848064.4513405522 rows/sec., 157.15 MiB/sec. 2026.02.12 06:44:12.198528 [ 71 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.12 06:44:12.198562 [ 71 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.198576 [ 4 ] {0dc4d2af-52dc-49ef-8d64-36917722f96d} executeQuery: Read 69 rows, 5.52 KiB in 0.001242 sec., 55555.555555555555 rows/sec., 4.34 MiB/sec. 2026.02.12 06:44:12.198580 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.198632 [ 4 ] {0dc4d2af-52dc-49ef-8d64-36917722f96d} TCPHandler: Processed in 0.001428527 sec. 2026.02.12 06:44:12.198672 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.12 06:44:12.198738 [ 188 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.12 06:44:12.198775 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:12.198777 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:12.198831 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 996 rows starting from the beginning of the part 2026.02.12 06:44:12.198884 [ 4 ] {e99ab99b-89fc-4aed-9c72-cac06cb9a1ff} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:12.198901 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 529 rows starting from the beginning of the part 2026.02.12 06:44:12.198933 [ 4 ] {e99ab99b-89fc-4aed-9c72-cac06cb9a1ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:12.198955 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 499 rows starting from the beginning of the part 2026.02.12 06:44:12.199010 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 69 rows starting from the beginning of the part 2026.02.12 06:44:12.199061 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 509 rows starting from the beginning of the part 2026.02.12 06:44:12.199061 [ 188 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.199113 [ 191 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 69 rows starting from the beginning of the part 2026.02.12 06:44:12.199168 [ 188 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_51_10} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.12 06:44:12.199275 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.02.12 06:44:12.199369 [ 4 ] {e99ab99b-89fc-4aed-9c72-cac06cb9a1ff} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.199408 [ 4 ] {e99ab99b-89fc-4aed-9c72-cac06cb9a1ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.199760 [ 4 ] {e99ab99b-89fc-4aed-9c72-cac06cb9a1ff} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.12 06:44:12.199993 [ 4 ] {e99ab99b-89fc-4aed-9c72-cac06cb9a1ff} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.200097 [ 71 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.12 06:44:12.200121 [ 71 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.200126 [ 4 ] {e99ab99b-89fc-4aed-9c72-cac06cb9a1ff} executeQuery: Read 160 rows, 11.41 KiB in 0.001261 sec., 126883.42585249803 rows/sec., 8.84 MiB/sec. 2026.02.12 06:44:12.200139 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.200165 [ 4 ] {e99ab99b-89fc-4aed-9c72-cac06cb9a1ff} TCPHandler: Processed in 0.001442948 sec. 2026.02.12 06:44:12.200239 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.12 06:44:12.200279 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:12.200378 [ 4 ] {d366dc0b-66b2-4c6d-8b71-52c5152cf9d7} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:12.200381 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:12.200392 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 2671 rows, containing 5 columns (5 merged, 0 gathered) in 0.001755336 sec., 1521645.9982590228 rows/sec., 116.00 MiB/sec. 2026.02.12 06:44:12.200437 [ 4 ] {d366dc0b-66b2-4c6d-8b71-52c5152cf9d7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:12.200441 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 15248 rows starting from the beginning of the part 2026.02.12 06:44:12.200529 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 846 rows starting from the beginning of the part 2026.02.12 06:44:12.200581 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 258 rows starting from the beginning of the part 2026.02.12 06:44:12.200620 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.12 06:44:12.200632 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part 2026.02.12 06:44:12.200686 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 263 rows starting from the beginning of the part 2026.02.12 06:44:12.200736 [ 193 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 160 rows starting from the beginning of the part 2026.02.12 06:44:12.200964 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.201045 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_51_10} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.12 06:44:12.201117 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. 2026.02.12 06:44:12.201254 [ 4 ] {d366dc0b-66b2-4c6d-8b71-52c5152cf9d7} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.201294 [ 4 ] {d366dc0b-66b2-4c6d-8b71-52c5152cf9d7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.201852 [ 4 ] {d366dc0b-66b2-4c6d-8b71-52c5152cf9d7} MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) 2026.02.12 06:44:12.202082 [ 4 ] {d366dc0b-66b2-4c6d-8b71-52c5152cf9d7} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.202189 [ 71 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 2026.02.12 06:44:12.202217 [ 71 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.202225 [ 4 ] {d366dc0b-66b2-4c6d-8b71-52c5152cf9d7} executeQuery: Read 5 rows, 9.17 KiB in 0.001865 sec., 2680.9651474530833 rows/sec., 4.80 MiB/sec. 2026.02.12 06:44:12.202234 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.202292 [ 4 ] {d366dc0b-66b2-4c6d-8b71-52c5152cf9d7} TCPHandler: Processed in 0.002062104 sec. 2026.02.12 06:44:12.202296 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full 2026.02.12 06:44:12.202407 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:12.202477 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:12.202502 [ 4 ] {16d18bf8-cc90-4eea-9957-def9c1675e85} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:12.202525 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 838 rows starting from the beginning of the part 2026.02.12 06:44:12.202545 [ 4 ] {16d18bf8-cc90-4eea-9957-def9c1675e85} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:12.202636 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 5 rows starting from the beginning of the part 2026.02.12 06:44:12.202730 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 36 rows starting from the beginning of the part 2026.02.12 06:44:12.202813 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 5 rows starting from the beginning of the part 2026.02.12 06:44:12.202897 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part 2026.02.12 06:44:12.202904 [ 4 ] {16d18bf8-cc90-4eea-9957-def9c1675e85} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.202943 [ 4 ] {16d18bf8-cc90-4eea-9957-def9c1675e85} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.202985 [ 199 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 5 rows starting from the beginning of the part 2026.02.12 06:44:12.203305 [ 4 ] {16d18bf8-cc90-4eea-9957-def9c1675e85} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.12 06:44:12.203547 [ 4 ] {16d18bf8-cc90-4eea-9957-def9c1675e85} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.203662 [ 71 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.12 06:44:12.203682 [ 4 ] {16d18bf8-cc90-4eea-9957-def9c1675e85} executeQuery: Read 60 rows, 4.14 KiB in 0.001197 sec., 50125.31328320802 rows/sec., 3.38 MiB/sec. 2026.02.12 06:44:12.203694 [ 71 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:12.203714 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:12.203719 [ 4 ] {16d18bf8-cc90-4eea-9957-def9c1675e85} TCPHandler: Processed in 0.001359885 sec. 2026.02.12 06:44:12.203774 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.12 06:44:12.203865 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:12.203891 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3344 rows starting from the beginning of the part 2026.02.12 06:44:12.203936 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part 2026.02.12 06:44:12.203974 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 88 rows starting from the beginning of the part 2026.02.12 06:44:12.204010 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part 2026.02.12 06:44:12.204042 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 88 rows starting from the beginning of the part 2026.02.12 06:44:12.204075 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part 2026.02.12 06:44:12.205662 [ 197 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 3700 rows, containing 4 columns (4 merged, 0 gathered) in 0.001911229 sec., 1935927.0919392705 rows/sec., 125.17 MiB/sec. 2026.02.12 06:44:12.206041 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.12 06:44:12.206306 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.206374 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_51_10} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.12 06:44:12.206434 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. 2026.02.12 06:44:12.207935 [ 190 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 16935 rows, containing 5 columns (5 merged, 0 gathered) in 0.007743379 sec., 2187029.719196232 rows/sec., 147.36 MiB/sec. 2026.02.12 06:44:12.208153 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.12 06:44:12.208457 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.208544 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_51_10} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.12 06:44:12.208629 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.46 MiB. 2026.02.12 06:44:12.209970 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergeTask::MergeProjectionsStage: Merge sorted 925 rows, containing 19 columns (19 merged, 0 gathered) in 0.007696818 sec., 120179.53393207426 rows/sec., 215.36 MiB/sec. 2026.02.12 06:44:12.211301 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) 2026.02.12 06:44:12.211623 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:12.211697 [ 197 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_46_9} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 2026.02.12 06:44:12.211821 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.02 MiB. 2026.02.12 06:44:13.000235 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 282.56 MiB, peak 294.69 MiB, free memory in arenas 0.00 B, will set to 287.62 MiB (RSS), difference: 5.06 MiB 2026.02.12 06:44:16.266959 [ 68 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:44:16.267028 [ 68 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:44:16.414536 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 17248 2026.02.12 06:44:16.415228 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:16.415264 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:16.415766 [ 244 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.12 06:44:16.416000 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:16.416122 [ 64 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.12 06:44:16.416131 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17248 2026.02.12 06:44:16.416167 [ 64 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:16.416190 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:16.416353 [ 189 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.12 06:44:16.416566 [ 189 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:16.416630 [ 189 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14816 rows starting from the beginning of the part 2026.02.12 06:44:16.416736 [ 189 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 512 rows starting from the beginning of the part 2026.02.12 06:44:16.416817 [ 189 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 448 rows starting from the beginning of the part 2026.02.12 06:44:16.416888 [ 189 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 512 rows starting from the beginning of the part 2026.02.12 06:44:16.416958 [ 189 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 448 rows starting from the beginning of the part 2026.02.12 06:44:16.417005 [ 189 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 512 rows starting from the beginning of the part 2026.02.12 06:44:16.418930 [ 190 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 17248 rows, containing 4 columns (4 merged, 0 gathered) in 0.002656399 sec., 6493000.486749168 rows/sec., 92.88 MiB/sec. 2026.02.12 06:44:16.419081 [ 190 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.12 06:44:16.419430 [ 190 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:16.419525 [ 190 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_36_7} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.12 06:44:16.419669 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. 2026.02.12 06:44:16.455020 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1104 2026.02.12 06:44:16.457321 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:16.457362 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:16.458502 [ 242 ] {} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:44:16.458787 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:16.458951 [ 64 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.02.12 06:44:16.459012 [ 64 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:16.459044 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:16.459049 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1104 2026.02.12 06:44:16.459137 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.02.12 06:44:16.459645 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:16.459778 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 920 rows starting from the beginning of the part 2026.02.12 06:44:16.460117 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part 2026.02.12 06:44:16.460449 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 42 rows starting from the beginning of the part 2026.02.12 06:44:16.460796 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 38 rows starting from the beginning of the part 2026.02.12 06:44:16.461137 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part 2026.02.12 06:44:16.461466 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 36 rows starting from the beginning of the part 2026.02.12 06:44:16.467342 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1104 rows, containing 72 columns (72 merged, 0 gathered) in 0.008239772 sec., 133984.289856564 rows/sec., 107.33 MiB/sec. 2026.02.12 06:44:16.468396 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.02.12 06:44:16.468879 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:16.468948 [ 189 ] {40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c::all_1_26_5} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.02.12 06:44:16.469078 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.59 MiB. 2026.02.12 06:44:17.201481 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.201662 [ 4 ] {b2b2e870-7133-4124-a3cd-ef1433d16c6c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:44:17.201730 [ 4 ] {b2b2e870-7133-4124-a3cd-ef1433d16c6c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:44:17.202440 [ 4 ] {b2b2e870-7133-4124-a3cd-ef1433d16c6c} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.202496 [ 4 ] {b2b2e870-7133-4124-a3cd-ef1433d16c6c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.202919 [ 4 ] {b2b2e870-7133-4124-a3cd-ef1433d16c6c} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:44:17.203155 [ 4 ] {b2b2e870-7133-4124-a3cd-ef1433d16c6c} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.203315 [ 4 ] {b2b2e870-7133-4124-a3cd-ef1433d16c6c} executeQuery: Read 266 rows, 17.30 KiB in 0.001703 sec., 156194.95008807984 rows/sec., 9.92 MiB/sec. 2026.02.12 06:44:17.203366 [ 4 ] {b2b2e870-7133-4124-a3cd-ef1433d16c6c} TCPHandler: Processed in 0.002015982 sec. 2026.02.12 06:44:17.203494 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.203605 [ 4 ] {e86c26a1-4f55-4c32-8ff8-27f86eb21af3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:17.203652 [ 4 ] {e86c26a1-4f55-4c32-8ff8-27f86eb21af3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:17.204385 [ 4 ] {e86c26a1-4f55-4c32-8ff8-27f86eb21af3} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.204422 [ 4 ] {e86c26a1-4f55-4c32-8ff8-27f86eb21af3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.204817 [ 4 ] {e86c26a1-4f55-4c32-8ff8-27f86eb21af3} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.12 06:44:17.205044 [ 4 ] {e86c26a1-4f55-4c32-8ff8-27f86eb21af3} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.205182 [ 4 ] {e86c26a1-4f55-4c32-8ff8-27f86eb21af3} executeQuery: Read 824 rows, 67.47 KiB in 0.001602 sec., 514357.0536828964 rows/sec., 41.13 MiB/sec. 2026.02.12 06:44:17.205227 [ 4 ] {e86c26a1-4f55-4c32-8ff8-27f86eb21af3} TCPHandler: Processed in 0.001785186 sec. 2026.02.12 06:44:17.205358 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.205462 [ 4 ] {c47448f9-2f86-4b71-876a-db6d61aa1c8c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:17.205506 [ 4 ] {c47448f9-2f86-4b71-876a-db6d61aa1c8c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:17.205950 [ 4 ] {c47448f9-2f86-4b71-876a-db6d61aa1c8c} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.205986 [ 4 ] {c47448f9-2f86-4b71-876a-db6d61aa1c8c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.206304 [ 4 ] {c47448f9-2f86-4b71-876a-db6d61aa1c8c} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.12 06:44:17.206518 [ 4 ] {c47448f9-2f86-4b71-876a-db6d61aa1c8c} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.206653 [ 4 ] {c47448f9-2f86-4b71-876a-db6d61aa1c8c} executeQuery: Read 169 rows, 10.71 KiB in 0.001213 sec., 139323.99010717229 rows/sec., 8.62 MiB/sec. 2026.02.12 06:44:17.206696 [ 4 ] {c47448f9-2f86-4b71-876a-db6d61aa1c8c} TCPHandler: Processed in 0.001396976 sec. 2026.02.12 06:44:17.206817 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.206917 [ 4 ] {f279f0cb-9d62-4c10-b9f9-2cf8fc5e59a5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:44:17.206958 [ 4 ] {f279f0cb-9d62-4c10-b9f9-2cf8fc5e59a5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:44:17.207381 [ 4 ] {f279f0cb-9d62-4c10-b9f9-2cf8fc5e59a5} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.207419 [ 4 ] {f279f0cb-9d62-4c10-b9f9-2cf8fc5e59a5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.207727 [ 4 ] {f279f0cb-9d62-4c10-b9f9-2cf8fc5e59a5} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.02.12 06:44:17.207946 [ 4 ] {f279f0cb-9d62-4c10-b9f9-2cf8fc5e59a5} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.208072 [ 4 ] {f279f0cb-9d62-4c10-b9f9-2cf8fc5e59a5} executeQuery: Read 140 rows, 9.27 KiB in 0.001175 sec., 119148.93617021276 rows/sec., 7.70 MiB/sec. 2026.02.12 06:44:17.208115 [ 4 ] {f279f0cb-9d62-4c10-b9f9-2cf8fc5e59a5} TCPHandler: Processed in 0.001347774 sec. 2026.02.12 06:44:17.208225 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.208321 [ 4 ] {edceaac2-ffc5-49f7-8b53-0e876288fc1a} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:44:17.208361 [ 4 ] {edceaac2-ffc5-49f7-8b53-0e876288fc1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:44:17.208785 [ 4 ] {edceaac2-ffc5-49f7-8b53-0e876288fc1a} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.208820 [ 4 ] {edceaac2-ffc5-49f7-8b53-0e876288fc1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.209124 [ 4 ] {edceaac2-ffc5-49f7-8b53-0e876288fc1a} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:44:17.209336 [ 4 ] {edceaac2-ffc5-49f7-8b53-0e876288fc1a} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.209464 [ 4 ] {edceaac2-ffc5-49f7-8b53-0e876288fc1a} executeQuery: Read 139 rows, 8.10 KiB in 0.001161 sec., 119724.37553832904 rows/sec., 6.81 MiB/sec. 2026.02.12 06:44:17.209501 [ 4 ] {edceaac2-ffc5-49f7-8b53-0e876288fc1a} TCPHandler: Processed in 0.001323984 sec. 2026.02.12 06:44:17.209611 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.209706 [ 4 ] {c426e995-561a-4201-9c6e-e1ecdabafb99} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:17.209746 [ 4 ] {c426e995-561a-4201-9c6e-e1ecdabafb99} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:17.210306 [ 4 ] {c426e995-561a-4201-9c6e-e1ecdabafb99} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.210341 [ 4 ] {c426e995-561a-4201-9c6e-e1ecdabafb99} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.210669 [ 4 ] {c426e995-561a-4201-9c6e-e1ecdabafb99} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.12 06:44:17.210946 [ 4 ] {c426e995-561a-4201-9c6e-e1ecdabafb99} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.211082 [ 4 ] {c426e995-561a-4201-9c6e-e1ecdabafb99} executeQuery: Read 499 rows, 36.16 KiB in 0.001394 sec., 357962.6972740315 rows/sec., 25.33 MiB/sec. 2026.02.12 06:44:17.211121 [ 4 ] {c426e995-561a-4201-9c6e-e1ecdabafb99} TCPHandler: Processed in 0.00155906 sec. 2026.02.12 06:44:17.211241 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.211337 [ 4 ] {6010deb3-7ea2-4f69-8a42-8f94624d3a38} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:44:17.211379 [ 4 ] {6010deb3-7ea2-4f69-8a42-8f94624d3a38} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:44:17.211716 [ 4 ] {6010deb3-7ea2-4f69-8a42-8f94624d3a38} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.211752 [ 4 ] {6010deb3-7ea2-4f69-8a42-8f94624d3a38} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.212054 [ 4 ] {6010deb3-7ea2-4f69-8a42-8f94624d3a38} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.02.12 06:44:17.212271 [ 4 ] {6010deb3-7ea2-4f69-8a42-8f94624d3a38} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.212397 [ 4 ] {6010deb3-7ea2-4f69-8a42-8f94624d3a38} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.02.12 06:44:17.212432 [ 4 ] {6010deb3-7ea2-4f69-8a42-8f94624d3a38} TCPHandler: Processed in 0.001241852 sec. 2026.02.12 06:44:17.212533 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.212627 [ 4 ] {033ced1c-189d-48af-a7e0-a122626d4914} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:17.212670 [ 4 ] {033ced1c-189d-48af-a7e0-a122626d4914} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:17.213056 [ 4 ] {033ced1c-189d-48af-a7e0-a122626d4914} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.213091 [ 4 ] {033ced1c-189d-48af-a7e0-a122626d4914} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.213417 [ 4 ] {033ced1c-189d-48af-a7e0-a122626d4914} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.12 06:44:17.213622 [ 4 ] {033ced1c-189d-48af-a7e0-a122626d4914} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.213747 [ 4 ] {033ced1c-189d-48af-a7e0-a122626d4914} executeQuery: Read 258 rows, 17.59 KiB in 0.001139 sec., 226514.48639157155 rows/sec., 15.08 MiB/sec. 2026.02.12 06:44:17.213783 [ 4 ] {033ced1c-189d-48af-a7e0-a122626d4914} TCPHandler: Processed in 0.001298394 sec. 2026.02.12 06:44:17.213895 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.213988 [ 4 ] {5dbeb33d-33e5-48b0-adbd-29cc0b051b42} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:44:17.214030 [ 4 ] {5dbeb33d-33e5-48b0-adbd-29cc0b051b42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:44:17.214342 [ 4 ] {5dbeb33d-33e5-48b0-adbd-29cc0b051b42} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.214376 [ 4 ] {5dbeb33d-33e5-48b0-adbd-29cc0b051b42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.214670 [ 4 ] {5dbeb33d-33e5-48b0-adbd-29cc0b051b42} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:44:17.214877 [ 4 ] {5dbeb33d-33e5-48b0-adbd-29cc0b051b42} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.215005 [ 4 ] {5dbeb33d-33e5-48b0-adbd-29cc0b051b42} executeQuery: Read 1 rows, 69.00 B in 0.001035 sec., 966.1835748792272 rows/sec., 65.10 KiB/sec. 2026.02.12 06:44:17.215041 [ 4 ] {5dbeb33d-33e5-48b0-adbd-29cc0b051b42} TCPHandler: Processed in 0.001194931 sec. 2026.02.12 06:44:17.215149 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.215243 [ 4 ] {4599fcbb-5ccd-42bb-b44c-d8ff79423578} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:17.215298 [ 4 ] {4599fcbb-5ccd-42bb-b44c-d8ff79423578} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:17.216091 [ 4 ] {4599fcbb-5ccd-42bb-b44c-d8ff79423578} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.216127 [ 4 ] {4599fcbb-5ccd-42bb-b44c-d8ff79423578} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.216678 [ 4 ] {4599fcbb-5ccd-42bb-b44c-d8ff79423578} MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) 2026.02.12 06:44:17.216911 [ 4 ] {4599fcbb-5ccd-42bb-b44c-d8ff79423578} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.217049 [ 4 ] {4599fcbb-5ccd-42bb-b44c-d8ff79423578} executeQuery: Read 36 rows, 66.06 KiB in 0.001822 sec., 19758.507135016465 rows/sec., 35.41 MiB/sec. 2026.02.12 06:44:17.217121 [ 4 ] {4599fcbb-5ccd-42bb-b44c-d8ff79423578} TCPHandler: Processed in 0.002019432 sec. 2026.02.12 06:44:17.217266 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:17.217389 [ 4 ] {ff718d1c-599f-4da1-a2ef-c11958715b21} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:17.217443 [ 4 ] {ff718d1c-599f-4da1-a2ef-c11958715b21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:17.217848 [ 4 ] {ff718d1c-599f-4da1-a2ef-c11958715b21} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.217894 [ 4 ] {ff718d1c-599f-4da1-a2ef-c11958715b21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.218247 [ 4 ] {ff718d1c-599f-4da1-a2ef-c11958715b21} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.12 06:44:17.218492 [ 4 ] {ff718d1c-599f-4da1-a2ef-c11958715b21} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.218626 [ 4 ] {ff718d1c-599f-4da1-a2ef-c11958715b21} executeQuery: Read 88 rows, 5.66 KiB in 0.001263 sec., 69675.37608867775 rows/sec., 4.37 MiB/sec. 2026.02.12 06:44:17.218664 [ 4 ] {ff718d1c-599f-4da1-a2ef-c11958715b21} TCPHandler: Processed in 0.001460627 sec. 2026.02.12 06:44:17.342016 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 2026.02.12 06:44:17.360211 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.360273 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.366111 [ 243 ] {} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.12 06:44:17.366811 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.367119 [ 63 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.12 06:44:17.367183 [ 63 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:17.367208 [ 63 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:17.367328 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.12 06:44:17.370495 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 272 2026.02.12 06:44:17.371101 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:17.372641 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part 2026.02.12 06:44:17.377280 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 7 rows starting from the beginning of the part 2026.02.12 06:44:17.381573 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 8 rows starting from the beginning of the part 2026.02.12 06:44:17.386081 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 7 rows starting from the beginning of the part 2026.02.12 06:44:17.390379 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 8 rows starting from the beginning of the part 2026.02.12 06:44:17.394315 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part 2026.02.12 06:44:17.445611 [ 186 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.078341088 sec., 3471.9967126318184 rows/sec., 17.95 MiB/sec. 2026.02.12 06:44:17.448287 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.12 06:44:17.450394 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:17.450522 [ 200 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_36_7} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.12 06:44:17.453378 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. 2026.02.12 06:44:18.719543 [ 59 ] {} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 2026.02.12 06:44:18.719613 [ 59 ] {} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:18.719638 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:18.719754 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full 2026.02.12 06:44:18.719927 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:18.719964 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 18 rows starting from the beginning of the part 2026.02.12 06:44:18.720036 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part 2026.02.12 06:44:18.720080 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part 2026.02.12 06:44:18.720120 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part 2026.02.12 06:44:18.720161 [ 186 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 10 rows starting from the beginning of the part 2026.02.12 06:44:18.720964 [ 196 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.001255822 sec., 28666.48298883122 rows/sec., 2.39 MiB/sec. 2026.02.12 06:44:18.721163 [ 188 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) 2026.02.12 06:44:18.721472 [ 188 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:18.721552 [ 188 ] {ff274c43-c338-44ba-9dd3-0583403fd06b::all_1_17_4} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 2026.02.12 06:44:18.721678 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.12 06:44:22.220272 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:22.220464 [ 4 ] {ff283f13-900f-4298-b892-350706348e4d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:44:22.220532 [ 4 ] {ff283f13-900f-4298-b892-350706348e4d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:44:22.221197 [ 4 ] {ff283f13-900f-4298-b892-350706348e4d} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:22.221239 [ 4 ] {ff283f13-900f-4298-b892-350706348e4d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:22.221636 [ 4 ] {ff283f13-900f-4298-b892-350706348e4d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.02.12 06:44:22.221878 [ 4 ] {ff283f13-900f-4298-b892-350706348e4d} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:22.222054 [ 4 ] {ff283f13-900f-4298-b892-350706348e4d} executeQuery: Read 2 rows, 167.00 B in 0.001637 sec., 1221.7470983506414 rows/sec., 99.62 KiB/sec. 2026.02.12 06:44:22.222109 [ 4 ] {ff283f13-900f-4298-b892-350706348e4d} TCPHandler: Processed in 0.00196381 sec. 2026.02.12 06:44:22.222237 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:22.222341 [ 4 ] {4f5643bf-df34-4be1-9235-6e5b5d1e0e06} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:22.222386 [ 4 ] {4f5643bf-df34-4be1-9235-6e5b5d1e0e06} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:22.223331 [ 4 ] {4f5643bf-df34-4be1-9235-6e5b5d1e0e06} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:22.223370 [ 4 ] {4f5643bf-df34-4be1-9235-6e5b5d1e0e06} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:22.223803 [ 4 ] {4f5643bf-df34-4be1-9235-6e5b5d1e0e06} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.12 06:44:22.224018 [ 4 ] {4f5643bf-df34-4be1-9235-6e5b5d1e0e06} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:22.224156 [ 4 ] {4f5643bf-df34-4be1-9235-6e5b5d1e0e06} executeQuery: Read 1207 rows, 102.02 KiB in 0.001851 sec., 652079.9567801189 rows/sec., 53.82 MiB/sec. 2026.02.12 06:44:22.224195 [ 4 ] {4f5643bf-df34-4be1-9235-6e5b5d1e0e06} TCPHandler: Processed in 0.002025382 sec. 2026.02.12 06:44:22.224310 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:22.224423 [ 4 ] {27c111f8-cffb-4c77-952d-1255bb92a719} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:22.224476 [ 4 ] {27c111f8-cffb-4c77-952d-1255bb92a719} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:22.225023 [ 4 ] {27c111f8-cffb-4c77-952d-1255bb92a719} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:22.225059 [ 4 ] {27c111f8-cffb-4c77-952d-1255bb92a719} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:22.225370 [ 4 ] {27c111f8-cffb-4c77-952d-1255bb92a719} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.12 06:44:22.225604 [ 4 ] {27c111f8-cffb-4c77-952d-1255bb92a719} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:22.225741 [ 4 ] {27c111f8-cffb-4c77-952d-1255bb92a719} executeQuery: Read 7 rows, 528.00 B in 0.001314 sec., 5327.245053272451 rows/sec., 392.41 KiB/sec. 2026.02.12 06:44:22.225794 [ 4 ] {27c111f8-cffb-4c77-952d-1255bb92a719} TCPHandler: Processed in 0.001510769 sec. 2026.02.12 06:44:22.225933 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:22.226039 [ 4 ] {1e6acc2d-9b2b-49d9-b0fa-83f98af1ac8d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:44:22.226082 [ 4 ] {1e6acc2d-9b2b-49d9-b0fa-83f98af1ac8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:44:22.226552 [ 4 ] {1e6acc2d-9b2b-49d9-b0fa-83f98af1ac8d} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:22.226588 [ 4 ] {1e6acc2d-9b2b-49d9-b0fa-83f98af1ac8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:22.226907 [ 4 ] {1e6acc2d-9b2b-49d9-b0fa-83f98af1ac8d} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.02.12 06:44:22.227146 [ 4 ] {1e6acc2d-9b2b-49d9-b0fa-83f98af1ac8d} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:22.227284 [ 4 ] {1e6acc2d-9b2b-49d9-b0fa-83f98af1ac8d} executeQuery: Read 228 rows, 15.81 KiB in 0.001264 sec., 180379.74683544305 rows/sec., 12.21 MiB/sec. 2026.02.12 06:44:22.227323 [ 4 ] {1e6acc2d-9b2b-49d9-b0fa-83f98af1ac8d} TCPHandler: Processed in 0.001447277 sec. 2026.02.12 06:44:22.227443 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:22.227539 [ 4 ] {e0f925b9-d636-4a7a-b4ce-46a646e5893d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:22.227587 [ 4 ] {e0f925b9-d636-4a7a-b4ce-46a646e5893d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:22.228172 [ 4 ] {e0f925b9-d636-4a7a-b4ce-46a646e5893d} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:22.228209 [ 4 ] {e0f925b9-d636-4a7a-b4ce-46a646e5893d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:22.228540 [ 4 ] {e0f925b9-d636-4a7a-b4ce-46a646e5893d} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.12 06:44:22.228754 [ 4 ] {e0f925b9-d636-4a7a-b4ce-46a646e5893d} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:22.228884 [ 4 ] {e0f925b9-d636-4a7a-b4ce-46a646e5893d} executeQuery: Read 527 rows, 39.97 KiB in 0.001363 sec., 386647.10198092443 rows/sec., 28.64 MiB/sec. 2026.02.12 06:44:22.228922 [ 4 ] {e0f925b9-d636-4a7a-b4ce-46a646e5893d} TCPHandler: Processed in 0.001528849 sec. 2026.02.12 06:44:22.229063 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:22.229169 [ 4 ] {3866dc36-d86a-46e6-9a05-eb262eaf52e2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:22.229215 [ 4 ] {3866dc36-d86a-46e6-9a05-eb262eaf52e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:22.229852 [ 4 ] {3866dc36-d86a-46e6-9a05-eb262eaf52e2} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:22.229891 [ 4 ] {3866dc36-d86a-46e6-9a05-eb262eaf52e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:22.230289 [ 4 ] {3866dc36-d86a-46e6-9a05-eb262eaf52e2} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.12 06:44:22.230518 [ 4 ] {3866dc36-d86a-46e6-9a05-eb262eaf52e2} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:22.230655 [ 4 ] {3866dc36-d86a-46e6-9a05-eb262eaf52e2} executeQuery: Read 845 rows, 58.24 KiB in 0.001506 sec., 561088.9774236388 rows/sec., 37.77 MiB/sec. 2026.02.12 06:44:22.230696 [ 4 ] {3866dc36-d86a-46e6-9a05-eb262eaf52e2} TCPHandler: Processed in 0.001694673 sec. 2026.02.12 06:44:22.230834 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:22.230931 [ 4 ] {fab5df0c-4138-4520-8404-61be47cbd3ca} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:22.230994 [ 4 ] {fab5df0c-4138-4520-8404-61be47cbd3ca} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:22.231753 [ 4 ] {fab5df0c-4138-4520-8404-61be47cbd3ca} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:22.231791 [ 4 ] {fab5df0c-4138-4520-8404-61be47cbd3ca} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:22.232370 [ 4 ] {fab5df0c-4138-4520-8404-61be47cbd3ca} MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) 2026.02.12 06:44:22.232616 [ 4 ] {fab5df0c-4138-4520-8404-61be47cbd3ca} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:22.232767 [ 4 ] {fab5df0c-4138-4520-8404-61be47cbd3ca} executeQuery: Read 5 rows, 9.17 KiB in 0.001855 sec., 2695.4177897574123 rows/sec., 4.83 MiB/sec. 2026.02.12 06:44:22.232836 [ 4 ] {fab5df0c-4138-4520-8404-61be47cbd3ca} TCPHandler: Processed in 0.002051322 sec. 2026.02.12 06:44:22.232959 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:22.233058 [ 4 ] {386bf824-fe3e-4796-877b-b1a6812fc382} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:22.233102 [ 4 ] {386bf824-fe3e-4796-877b-b1a6812fc382} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:22.233452 [ 4 ] {386bf824-fe3e-4796-877b-b1a6812fc382} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:22.233489 [ 4 ] {386bf824-fe3e-4796-877b-b1a6812fc382} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:22.233811 [ 4 ] {386bf824-fe3e-4796-877b-b1a6812fc382} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.12 06:44:22.234057 [ 4 ] {386bf824-fe3e-4796-877b-b1a6812fc382} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:22.234197 [ 4 ] {386bf824-fe3e-4796-877b-b1a6812fc382} executeQuery: Read 60 rows, 4.14 KiB in 0.001159 sec., 51768.766177739424 rows/sec., 3.49 MiB/sec. 2026.02.12 06:44:22.234236 [ 4 ] {386bf824-fe3e-4796-877b-b1a6812fc382} TCPHandler: Processed in 0.001326764 sec. 2026.02.12 06:44:23.916268 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 17696 2026.02.12 06:44:23.916786 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:23.916832 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:23.917548 [ 244 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.12 06:44:23.917798 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:23.917956 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17696 2026.02.12 06:44:24.870605 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 2026.02.12 06:44:24.886392 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:24.886458 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:24.891716 [ 243 ] {} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.12 06:44:24.892412 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:24.895228 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 279 2026.02.12 06:44:26.459359 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1142 2026.02.12 06:44:26.462437 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:26.462477 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:26.463691 [ 242 ] {} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:44:26.463965 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:26.464229 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1142 2026.02.12 06:44:27.201606 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.201781 [ 4 ] {b9feeda0-b768-4522-8da5-0ed7ab79dc24} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:44:27.201847 [ 4 ] {b9feeda0-b768-4522-8da5-0ed7ab79dc24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:44:27.202607 [ 4 ] {b9feeda0-b768-4522-8da5-0ed7ab79dc24} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.202651 [ 4 ] {b9feeda0-b768-4522-8da5-0ed7ab79dc24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.203062 [ 4 ] {b9feeda0-b768-4522-8da5-0ed7ab79dc24} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:44:27.203298 [ 4 ] {b9feeda0-b768-4522-8da5-0ed7ab79dc24} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.203452 [ 4 ] {b9feeda0-b768-4522-8da5-0ed7ab79dc24} executeQuery: Read 266 rows, 17.30 KiB in 0.001718 sec., 154831.19906868454 rows/sec., 9.84 MiB/sec. 2026.02.12 06:44:27.203504 [ 4 ] {b9feeda0-b768-4522-8da5-0ed7ab79dc24} TCPHandler: Processed in 0.002021863 sec. 2026.02.12 06:44:27.203634 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.203738 [ 4 ] {c93f2749-1eb9-452a-af89-b2a9c6890c13} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:27.203784 [ 4 ] {c93f2749-1eb9-452a-af89-b2a9c6890c13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:27.204825 [ 4 ] {c93f2749-1eb9-452a-af89-b2a9c6890c13} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.204862 [ 4 ] {c93f2749-1eb9-452a-af89-b2a9c6890c13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.205268 [ 4 ] {c93f2749-1eb9-452a-af89-b2a9c6890c13} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.12 06:44:27.205491 [ 4 ] {c93f2749-1eb9-452a-af89-b2a9c6890c13} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.205624 [ 4 ] {c93f2749-1eb9-452a-af89-b2a9c6890c13} executeQuery: Read 824 rows, 67.47 KiB in 0.001909 sec., 431639.60188580403 rows/sec., 34.51 MiB/sec. 2026.02.12 06:44:27.205663 [ 4 ] {c93f2749-1eb9-452a-af89-b2a9c6890c13} TCPHandler: Processed in 0.002078953 sec. 2026.02.12 06:44:27.205781 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.205879 [ 4 ] {515c16da-0072-42a6-a6b5-74bee4562b3b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:27.205922 [ 4 ] {515c16da-0072-42a6-a6b5-74bee4562b3b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:27.206399 [ 4 ] {515c16da-0072-42a6-a6b5-74bee4562b3b} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.206434 [ 4 ] {515c16da-0072-42a6-a6b5-74bee4562b3b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.206744 [ 4 ] {515c16da-0072-42a6-a6b5-74bee4562b3b} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.12 06:44:27.206973 [ 4 ] {515c16da-0072-42a6-a6b5-74bee4562b3b} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.207101 [ 4 ] {515c16da-0072-42a6-a6b5-74bee4562b3b} executeQuery: Read 169 rows, 10.71 KiB in 0.001242 sec., 136070.8534621578 rows/sec., 8.42 MiB/sec. 2026.02.12 06:44:27.207139 [ 4 ] {515c16da-0072-42a6-a6b5-74bee4562b3b} TCPHandler: Processed in 0.001406926 sec. 2026.02.12 06:44:27.207249 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.207343 [ 4 ] {332ac36f-0a3f-4940-9e87-ec0061aeb057} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:44:27.207382 [ 4 ] {332ac36f-0a3f-4940-9e87-ec0061aeb057} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:44:27.207825 [ 4 ] {332ac36f-0a3f-4940-9e87-ec0061aeb057} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.207859 [ 4 ] {332ac36f-0a3f-4940-9e87-ec0061aeb057} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.208165 [ 4 ] {332ac36f-0a3f-4940-9e87-ec0061aeb057} MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) 2026.02.12 06:44:27.208386 [ 4 ] {332ac36f-0a3f-4940-9e87-ec0061aeb057} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.208483 [ 51 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 2026.02.12 06:44:27.208509 [ 4 ] {332ac36f-0a3f-4940-9e87-ec0061aeb057} executeQuery: Read 140 rows, 9.27 KiB in 0.001185 sec., 118143.4599156118 rows/sec., 7.64 MiB/sec. 2026.02.12 06:44:27.208515 [ 51 ] {} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.208541 [ 51 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.208547 [ 4 ] {332ac36f-0a3f-4940-9e87-ec0061aeb057} TCPHandler: Processed in 0.001346784 sec. 2026.02.12 06:44:27.208659 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.208666 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full 2026.02.12 06:44:27.208752 [ 4 ] {930cf1a5-25ad-4683-ad4f-585ed9355cd3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:44:27.208797 [ 4 ] {930cf1a5-25ad-4683-ad4f-585ed9355cd3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:44:27.208824 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:27.208866 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 370 rows starting from the beginning of the part 2026.02.12 06:44:27.208943 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 140 rows starting from the beginning of the part 2026.02.12 06:44:27.208995 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 140 rows starting from the beginning of the part 2026.02.12 06:44:27.209048 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 140 rows starting from the beginning of the part 2026.02.12 06:44:27.209096 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 228 rows starting from the beginning of the part 2026.02.12 06:44:27.209142 [ 186 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 140 rows starting from the beginning of the part 2026.02.12 06:44:27.209251 [ 4 ] {930cf1a5-25ad-4683-ad4f-585ed9355cd3} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.209292 [ 4 ] {930cf1a5-25ad-4683-ad4f-585ed9355cd3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:27.209629 [ 4 ] {930cf1a5-25ad-4683-ad4f-585ed9355cd3} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:44:27.209861 [ 4 ] {930cf1a5-25ad-4683-ad4f-585ed9355cd3} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.209991 [ 4 ] {930cf1a5-25ad-4683-ad4f-585ed9355cd3} executeQuery: Read 139 rows, 8.10 KiB in 0.001257 sec., 110580.74781225139 rows/sec., 6.29 MiB/sec. 2026.02.12 06:44:27.210030 [ 4 ] {930cf1a5-25ad-4683-ad4f-585ed9355cd3} TCPHandler: Processed in 0.001419837 sec. 2026.02.12 06:44:27.210138 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.210231 [ 4 ] {140eae35-451f-4ed6-a253-9939103ce44f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:27.210229 [ 188 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergeTask::MergeProjectionsStage: Merge sorted 1158 rows, containing 5 columns (5 merged, 0 gathered) in 0.001618132 sec., 715640.0095913066 rows/sec., 49.85 MiB/sec. 2026.02.12 06:44:27.210273 [ 4 ] {140eae35-451f-4ed6-a253-9939103ce44f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:27.210475 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) 2026.02.12 06:44:27.210834 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.210930 [ 196 ] {1c3d6af9-b896-417c-ac6a-5a0d82f696fc::all_1_36_7} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 2026.02.12 06:44:27.210979 [ 4 ] {140eae35-451f-4ed6-a253-9939103ce44f} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.211022 [ 4 ] {140eae35-451f-4ed6-a253-9939103ce44f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:27.211055 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2026.02.12 06:44:27.211359 [ 4 ] {140eae35-451f-4ed6-a253-9939103ce44f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.12 06:44:27.211581 [ 4 ] {140eae35-451f-4ed6-a253-9939103ce44f} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.211712 [ 4 ] {140eae35-451f-4ed6-a253-9939103ce44f} executeQuery: Read 499 rows, 36.16 KiB in 0.001499 sec., 332888.59239492996 rows/sec., 23.56 MiB/sec. 2026.02.12 06:44:27.211750 [ 4 ] {140eae35-451f-4ed6-a253-9939103ce44f} TCPHandler: Processed in 0.001661023 sec. 2026.02.12 06:44:27.211857 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.211950 [ 4 ] {42b2be4b-311a-425a-800f-381a838a7f69} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:44:27.211992 [ 4 ] {42b2be4b-311a-425a-800f-381a838a7f69} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:44:27.212304 [ 4 ] {42b2be4b-311a-425a-800f-381a838a7f69} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.212336 [ 4 ] {42b2be4b-311a-425a-800f-381a838a7f69} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.212623 [ 4 ] {42b2be4b-311a-425a-800f-381a838a7f69} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.02.12 06:44:27.212829 [ 4 ] {42b2be4b-311a-425a-800f-381a838a7f69} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.212948 [ 4 ] {42b2be4b-311a-425a-800f-381a838a7f69} executeQuery: Read 6 rows, 321.00 B in 0.001078 sec., 5565.862708719852 rows/sec., 290.79 KiB/sec. 2026.02.12 06:44:27.213050 [ 4 ] {42b2be4b-311a-425a-800f-381a838a7f69} TCPHandler: Processed in 0.001240752 sec. 2026.02.12 06:44:27.213151 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.213243 [ 4 ] {ae7d4d36-0fa7-42bb-a374-d9ed9eb141f4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:27.213286 [ 4 ] {ae7d4d36-0fa7-42bb-a374-d9ed9eb141f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:27.213718 [ 4 ] {ae7d4d36-0fa7-42bb-a374-d9ed9eb141f4} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.213753 [ 4 ] {ae7d4d36-0fa7-42bb-a374-d9ed9eb141f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.214081 [ 4 ] {ae7d4d36-0fa7-42bb-a374-d9ed9eb141f4} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.12 06:44:27.214297 [ 4 ] {ae7d4d36-0fa7-42bb-a374-d9ed9eb141f4} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.214423 [ 4 ] {ae7d4d36-0fa7-42bb-a374-d9ed9eb141f4} executeQuery: Read 258 rows, 17.59 KiB in 0.001198 sec., 215358.93155258763 rows/sec., 14.34 MiB/sec. 2026.02.12 06:44:27.214460 [ 4 ] {ae7d4d36-0fa7-42bb-a374-d9ed9eb141f4} TCPHandler: Processed in 0.001356915 sec. 2026.02.12 06:44:27.214570 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.214663 [ 4 ] {14602e9d-53e9-4b5a-b80d-d33e786c5684} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:44:27.214704 [ 4 ] {14602e9d-53e9-4b5a-b80d-d33e786c5684} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:44:27.215010 [ 4 ] {14602e9d-53e9-4b5a-b80d-d33e786c5684} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.215048 [ 4 ] {14602e9d-53e9-4b5a-b80d-d33e786c5684} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.215401 [ 4 ] {14602e9d-53e9-4b5a-b80d-d33e786c5684} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:44:27.215636 [ 4 ] {14602e9d-53e9-4b5a-b80d-d33e786c5684} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.215803 [ 4 ] {14602e9d-53e9-4b5a-b80d-d33e786c5684} executeQuery: Read 1 rows, 69.00 B in 0.001128 sec., 886.5248226950354 rows/sec., 59.74 KiB/sec. 2026.02.12 06:44:27.215865 [ 4 ] {14602e9d-53e9-4b5a-b80d-d33e786c5684} TCPHandler: Processed in 0.001343525 sec. 2026.02.12 06:44:27.216004 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.216122 [ 4 ] {1e0dd6de-a13b-43ab-90e8-effd6af0a6aa} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:27.216186 [ 4 ] {1e0dd6de-a13b-43ab-90e8-effd6af0a6aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:27.217067 [ 4 ] {1e0dd6de-a13b-43ab-90e8-effd6af0a6aa} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.217105 [ 4 ] {1e0dd6de-a13b-43ab-90e8-effd6af0a6aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.217665 [ 4 ] {1e0dd6de-a13b-43ab-90e8-effd6af0a6aa} MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) 2026.02.12 06:44:27.217893 [ 4 ] {1e0dd6de-a13b-43ab-90e8-effd6af0a6aa} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.218033 [ 4 ] {1e0dd6de-a13b-43ab-90e8-effd6af0a6aa} executeQuery: Read 36 rows, 66.06 KiB in 0.001936 sec., 18595.04132231405 rows/sec., 33.32 MiB/sec. 2026.02.12 06:44:27.218095 [ 4 ] {1e0dd6de-a13b-43ab-90e8-effd6af0a6aa} TCPHandler: Processed in 0.002151595 sec. 2026.02.12 06:44:27.218219 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:27.218322 [ 4 ] {8332b4c4-6c7b-429b-8709-78768d0ef66f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:27.218371 [ 4 ] {8332b4c4-6c7b-429b-8709-78768d0ef66f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:27.218718 [ 4 ] {8332b4c4-6c7b-429b-8709-78768d0ef66f} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:27.218755 [ 4 ] {8332b4c4-6c7b-429b-8709-78768d0ef66f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.02.12 06:44:27.219072 [ 4 ] {8332b4c4-6c7b-429b-8709-78768d0ef66f} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.12 06:44:27.219285 [ 4 ] {8332b4c4-6c7b-429b-8709-78768d0ef66f} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:27.219412 [ 4 ] {8332b4c4-6c7b-429b-8709-78768d0ef66f} executeQuery: Read 88 rows, 5.66 KiB in 0.001112 sec., 79136.69064748201 rows/sec., 4.97 MiB/sec. 2026.02.12 06:44:27.219447 [ 4 ] {8332b4c4-6c7b-429b-8709-78768d0ef66f} TCPHandler: Processed in 0.001278133 sec. 2026.02.12 06:44:31.267062 [ 44 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:44:31.267129 [ 44 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:44:31.418112 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 18208 2026.02.12 06:44:31.418977 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:31.419037 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:31.419524 [ 244 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.12 06:44:31.419754 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:31.419896 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18208 2026.02.12 06:44:32.193549 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:32.193728 [ 4 ] {c8476e68-be0b-4742-a803-322f39bee575} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:32.193814 [ 4 ] {c8476e68-be0b-4742-a803-322f39bee575} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:32.194492 [ 4 ] {c8476e68-be0b-4742-a803-322f39bee575} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:32.194542 [ 4 ] {c8476e68-be0b-4742-a803-322f39bee575} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:32.194950 [ 4 ] {c8476e68-be0b-4742-a803-322f39bee575} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.12 06:44:32.195187 [ 4 ] {c8476e68-be0b-4742-a803-322f39bee575} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:32.195362 [ 4 ] {c8476e68-be0b-4742-a803-322f39bee575} executeQuery: Read 66 rows, 5.38 KiB in 0.001682 sec., 39239.00118906065 rows/sec., 3.12 MiB/sec. 2026.02.12 06:44:32.195413 [ 4 ] {c8476e68-be0b-4742-a803-322f39bee575} TCPHandler: Processed in 0.001991222 sec. 2026.02.12 06:44:32.195538 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:32.195641 [ 4 ] {b75375e9-3f79-455f-b74c-9898960c3cc4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:32.195686 [ 4 ] {b75375e9-3f79-455f-b74c-9898960c3cc4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:32.196109 [ 4 ] {b75375e9-3f79-455f-b74c-9898960c3cc4} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:32.196148 [ 4 ] {b75375e9-3f79-455f-b74c-9898960c3cc4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:32.196462 [ 4 ] {b75375e9-3f79-455f-b74c-9898960c3cc4} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.12 06:44:32.196665 [ 4 ] {b75375e9-3f79-455f-b74c-9898960c3cc4} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:32.196790 [ 45 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.12 06:44:32.196801 [ 4 ] {b75375e9-3f79-455f-b74c-9898960c3cc4} executeQuery: Read 5 rows, 385.00 B in 0.001184 sec., 4222.972972972973 rows/sec., 317.55 KiB/sec. 2026.02.12 06:44:32.196855 [ 45 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:32.196865 [ 4 ] {b75375e9-3f79-455f-b74c-9898960c3cc4} TCPHandler: Processed in 0.001380476 sec. 2026.02.12 06:44:32.196884 [ 45 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:32.196991 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:32.197009 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.12 06:44:32.197091 [ 4 ] {2c31ec32-c483-4b62-baff-9380ea353df5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:32.197136 [ 4 ] {2c31ec32-c483-4b62-baff-9380ea353df5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:32.197154 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:32.197193 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 192 rows starting from the beginning of the part 2026.02.12 06:44:32.197259 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 5 rows starting from the beginning of the part 2026.02.12 06:44:32.197305 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 169 rows starting from the beginning of the part 2026.02.12 06:44:32.197349 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 7 rows starting from the beginning of the part 2026.02.12 06:44:32.197389 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 169 rows starting from the beginning of the part 2026.02.12 06:44:32.197428 [ 202 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 5 rows starting from the beginning of the part 2026.02.12 06:44:32.197549 [ 4 ] {2c31ec32-c483-4b62-baff-9380ea353df5} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:32.197591 [ 4 ] {2c31ec32-c483-4b62-baff-9380ea353df5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:32.197919 [ 4 ] {2c31ec32-c483-4b62-baff-9380ea353df5} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.12 06:44:32.198142 [ 4 ] {2c31ec32-c483-4b62-baff-9380ea353df5} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:32.198277 [ 4 ] {2c31ec32-c483-4b62-baff-9380ea353df5} executeQuery: Read 69 rows, 5.52 KiB in 0.001205 sec., 57261.41078838175 rows/sec., 4.47 MiB/sec. 2026.02.12 06:44:32.198316 [ 4 ] {2c31ec32-c483-4b62-baff-9380ea353df5} TCPHandler: Processed in 0.001374995 sec. 2026.02.12 06:44:32.198378 [ 196 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 547 rows, containing 5 columns (5 merged, 0 gathered) in 0.001420197 sec., 385157.83373715053 rows/sec., 25.56 MiB/sec. 2026.02.12 06:44:32.198431 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:32.198533 [ 4 ] {83686340-541e-4170-8593-35e85ddc0e04} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:32.198579 [ 4 ] {83686340-541e-4170-8593-35e85ddc0e04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:32.198590 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.12 06:44:32.198918 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:32.198982 [ 4 ] {83686340-541e-4170-8593-35e85ddc0e04} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:32.199011 [ 188 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_51_10} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.12 06:44:32.199027 [ 4 ] {83686340-541e-4170-8593-35e85ddc0e04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:32.199137 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.02.12 06:44:32.199377 [ 4 ] {83686340-541e-4170-8593-35e85ddc0e04} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.12 06:44:32.199592 [ 4 ] {83686340-541e-4170-8593-35e85ddc0e04} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:32.199725 [ 4 ] {83686340-541e-4170-8593-35e85ddc0e04} executeQuery: Read 160 rows, 11.41 KiB in 0.001211 sec., 132122.21304706854 rows/sec., 9.20 MiB/sec. 2026.02.12 06:44:32.199762 [ 4 ] {83686340-541e-4170-8593-35e85ddc0e04} TCPHandler: Processed in 0.001379606 sec. 2026.02.12 06:44:32.199873 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:32.199970 [ 4 ] {0ded465d-a969-4057-ba7c-2b5664d5c10d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:32.200024 [ 4 ] {0ded465d-a969-4057-ba7c-2b5664d5c10d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:32.200718 [ 4 ] {0ded465d-a969-4057-ba7c-2b5664d5c10d} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:32.200757 [ 4 ] {0ded465d-a969-4057-ba7c-2b5664d5c10d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:32.201316 [ 4 ] {0ded465d-a969-4057-ba7c-2b5664d5c10d} MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) 2026.02.12 06:44:32.201532 [ 4 ] {0ded465d-a969-4057-ba7c-2b5664d5c10d} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:32.201674 [ 4 ] {0ded465d-a969-4057-ba7c-2b5664d5c10d} executeQuery: Read 5 rows, 9.17 KiB in 0.001722 sec., 2903.6004645760745 rows/sec., 5.20 MiB/sec. 2026.02.12 06:44:32.201732 [ 4 ] {0ded465d-a969-4057-ba7c-2b5664d5c10d} TCPHandler: Processed in 0.001905729 sec. 2026.02.12 06:44:32.201851 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:32.201946 [ 4 ] {412e5523-9c88-4631-937e-a5fc8fd578db} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:32.201987 [ 4 ] {412e5523-9c88-4631-937e-a5fc8fd578db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:32.202330 [ 4 ] {412e5523-9c88-4631-937e-a5fc8fd578db} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:32.202367 [ 4 ] {412e5523-9c88-4631-937e-a5fc8fd578db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:32.202665 [ 4 ] {412e5523-9c88-4631-937e-a5fc8fd578db} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.12 06:44:32.202867 [ 4 ] {412e5523-9c88-4631-937e-a5fc8fd578db} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:32.203020 [ 4 ] {412e5523-9c88-4631-937e-a5fc8fd578db} executeQuery: Read 60 rows, 4.14 KiB in 0.001093 sec., 54894.784995425434 rows/sec., 3.70 MiB/sec. 2026.02.12 06:44:32.203055 [ 4 ] {412e5523-9c88-4631-937e-a5fc8fd578db} TCPHandler: Processed in 0.001253322 sec. 2026.02.12 06:44:32.395364 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 2026.02.12 06:44:32.412386 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:32.412443 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:32.418199 [ 243 ] {} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.12 06:44:32.418980 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:32.421978 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 287 2026.02.12 06:44:36.464565 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1176 2026.02.12 06:44:36.467025 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:36.467088 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:36.468276 [ 242 ] {} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:44:36.468551 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:36.468829 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1176 2026.02.12 06:44:37.202393 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.202568 [ 4 ] {256c36f9-93c7-4a0a-9062-65461e83a812} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:44:37.202634 [ 4 ] {256c36f9-93c7-4a0a-9062-65461e83a812} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:44:37.203328 [ 4 ] {256c36f9-93c7-4a0a-9062-65461e83a812} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.203377 [ 4 ] {256c36f9-93c7-4a0a-9062-65461e83a812} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.203777 [ 4 ] {256c36f9-93c7-4a0a-9062-65461e83a812} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:44:37.203999 [ 4 ] {256c36f9-93c7-4a0a-9062-65461e83a812} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.204156 [ 4 ] {256c36f9-93c7-4a0a-9062-65461e83a812} executeQuery: Read 266 rows, 17.30 KiB in 0.001636 sec., 162591.6870415648 rows/sec., 10.33 MiB/sec. 2026.02.12 06:44:37.204205 [ 4 ] {256c36f9-93c7-4a0a-9062-65461e83a812} TCPHandler: Processed in 0.00193764 sec. 2026.02.12 06:44:37.204350 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.204455 [ 4 ] {3c4d9155-7620-48cd-af1f-19deddbb3c4e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:44:37.204498 [ 4 ] {3c4d9155-7620-48cd-af1f-19deddbb3c4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:44:37.204898 [ 4 ] {3c4d9155-7620-48cd-af1f-19deddbb3c4e} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.204935 [ 4 ] {3c4d9155-7620-48cd-af1f-19deddbb3c4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.205235 [ 4 ] {3c4d9155-7620-48cd-af1f-19deddbb3c4e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.02.12 06:44:37.205445 [ 4 ] {3c4d9155-7620-48cd-af1f-19deddbb3c4e} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.205584 [ 4 ] {3c4d9155-7620-48cd-af1f-19deddbb3c4e} executeQuery: Read 2 rows, 167.00 B in 0.001154 sec., 1733.1022530329287 rows/sec., 141.32 KiB/sec. 2026.02.12 06:44:37.205623 [ 4 ] {3c4d9155-7620-48cd-af1f-19deddbb3c4e} TCPHandler: Processed in 0.001342654 sec. 2026.02.12 06:44:37.205736 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.205834 [ 4 ] {191af2d1-54c6-4a2e-b5c5-170254b67e10} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:37.205876 [ 4 ] {191af2d1-54c6-4a2e-b5c5-170254b67e10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:37.206542 [ 4 ] {191af2d1-54c6-4a2e-b5c5-170254b67e10} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.206579 [ 4 ] {191af2d1-54c6-4a2e-b5c5-170254b67e10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.206928 [ 4 ] {191af2d1-54c6-4a2e-b5c5-170254b67e10} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.12 06:44:37.207136 [ 4 ] {191af2d1-54c6-4a2e-b5c5-170254b67e10} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.207261 [ 40 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.12 06:44:37.207265 [ 4 ] {191af2d1-54c6-4a2e-b5c5-170254b67e10} executeQuery: Read 825 rows, 67.54 KiB in 0.001452 sec., 568181.8181818182 rows/sec., 45.43 MiB/sec. 2026.02.12 06:44:37.207341 [ 40 ] {} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.207354 [ 4 ] {191af2d1-54c6-4a2e-b5c5-170254b67e10} TCPHandler: Processed in 0.001667393 sec. 2026.02.12 06:44:37.207372 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.207479 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.207501 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.12 06:44:37.207579 [ 4 ] {07639fbe-e8cc-495f-87b0-b7d4ce84a7b7} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:37.207624 [ 4 ] {07639fbe-e8cc-495f-87b0-b7d4ce84a7b7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:37.207639 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:37.207678 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1985 rows starting from the beginning of the part 2026.02.12 06:44:37.207744 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 824 rows starting from the beginning of the part 2026.02.12 06:44:37.207792 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 1207 rows starting from the beginning of the part 2026.02.12 06:44:37.207834 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 824 rows starting from the beginning of the part 2026.02.12 06:44:37.207870 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 66 rows starting from the beginning of the part 2026.02.12 06:44:37.207909 [ 202 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 825 rows starting from the beginning of the part 2026.02.12 06:44:37.208054 [ 4 ] {07639fbe-e8cc-495f-87b0-b7d4ce84a7b7} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.208095 [ 4 ] {07639fbe-e8cc-495f-87b0-b7d4ce84a7b7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.208422 [ 4 ] {07639fbe-e8cc-495f-87b0-b7d4ce84a7b7} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.12 06:44:37.208640 [ 4 ] {07639fbe-e8cc-495f-87b0-b7d4ce84a7b7} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.208775 [ 4 ] {07639fbe-e8cc-495f-87b0-b7d4ce84a7b7} executeQuery: Read 171 rows, 10.85 KiB in 0.001216 sec., 140625 rows/sec., 8.71 MiB/sec. 2026.02.12 06:44:37.208812 [ 4 ] {07639fbe-e8cc-495f-87b0-b7d4ce84a7b7} TCPHandler: Processed in 0.001383496 sec. 2026.02.12 06:44:37.208932 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.209027 [ 4 ] {b3f91334-cceb-474e-9ee0-674c7d93831c} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:44:37.209066 [ 4 ] {b3f91334-cceb-474e-9ee0-674c7d93831c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:44:37.209477 [ 4 ] {b3f91334-cceb-474e-9ee0-674c7d93831c} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.209513 [ 4 ] {b3f91334-cceb-474e-9ee0-674c7d93831c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.209817 [ 4 ] {b3f91334-cceb-474e-9ee0-674c7d93831c} MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) 2026.02.12 06:44:37.210002 [ 188 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 5731 rows, containing 5 columns (5 merged, 0 gathered) in 0.002559926 sec., 2238736.5884795105 rows/sec., 190.02 MiB/sec. 2026.02.12 06:44:37.210035 [ 4 ] {b3f91334-cceb-474e-9ee0-674c7d93831c} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.210167 [ 4 ] {b3f91334-cceb-474e-9ee0-674c7d93831c} executeQuery: Read 140 rows, 9.27 KiB in 0.001159 sec., 120793.78774805866 rows/sec., 7.81 MiB/sec. 2026.02.12 06:44:37.210205 [ 4 ] {b3f91334-cceb-474e-9ee0-674c7d93831c} TCPHandler: Processed in 0.001321525 sec. 2026.02.12 06:44:37.210310 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.12 06:44:37.210328 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.210429 [ 4 ] {45949aa3-269e-48c0-9dda-da540cba762a} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:44:37.210472 [ 4 ] {45949aa3-269e-48c0-9dda-da540cba762a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:44:37.210589 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.210668 [ 198 ] {b9cd91d4-479c-4dc1-8eb8-47727e48b0e3::all_1_56_11} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.12 06:44:37.210760 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. 2026.02.12 06:44:37.210896 [ 4 ] {45949aa3-269e-48c0-9dda-da540cba762a} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.210936 [ 4 ] {45949aa3-269e-48c0-9dda-da540cba762a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.211251 [ 4 ] {45949aa3-269e-48c0-9dda-da540cba762a} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:44:37.211464 [ 4 ] {45949aa3-269e-48c0-9dda-da540cba762a} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.211593 [ 4 ] {45949aa3-269e-48c0-9dda-da540cba762a} executeQuery: Read 139 rows, 8.10 KiB in 0.001182 sec., 117597.29272419626 rows/sec., 6.69 MiB/sec. 2026.02.12 06:44:37.211630 [ 4 ] {45949aa3-269e-48c0-9dda-da540cba762a} TCPHandler: Processed in 0.001350725 sec. 2026.02.12 06:44:37.211746 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.211840 [ 4 ] {f0c39e74-54e6-4ac3-9715-a0073a9e5856} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:37.211880 [ 4 ] {f0c39e74-54e6-4ac3-9715-a0073a9e5856} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:37.212449 [ 4 ] {f0c39e74-54e6-4ac3-9715-a0073a9e5856} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.212487 [ 4 ] {f0c39e74-54e6-4ac3-9715-a0073a9e5856} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.212813 [ 4 ] {f0c39e74-54e6-4ac3-9715-a0073a9e5856} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.12 06:44:37.213020 [ 4 ] {f0c39e74-54e6-4ac3-9715-a0073a9e5856} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.213126 [ 40 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.12 06:44:37.213151 [ 4 ] {f0c39e74-54e6-4ac3-9715-a0073a9e5856} executeQuery: Read 501 rows, 36.33 KiB in 0.001328 sec., 377259.0361445783 rows/sec., 26.71 MiB/sec. 2026.02.12 06:44:37.213164 [ 40 ] {} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.213193 [ 40 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.213197 [ 4 ] {f0c39e74-54e6-4ac3-9715-a0073a9e5856} TCPHandler: Processed in 0.001503698 sec. 2026.02.12 06:44:37.213272 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.12 06:44:37.213329 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.213360 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:37.213390 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 996 rows starting from the beginning of the part 2026.02.12 06:44:37.213429 [ 4 ] {ef8c843f-8815-4514-94a3-691ed4f23404} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:44:37.213441 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 499 rows starting from the beginning of the part 2026.02.12 06:44:37.213481 [ 4 ] {ef8c843f-8815-4514-94a3-691ed4f23404} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:44:37.213494 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 527 rows starting from the beginning of the part 2026.02.12 06:44:37.213539 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 499 rows starting from the beginning of the part 2026.02.12 06:44:37.213579 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 69 rows starting from the beginning of the part 2026.02.12 06:44:37.213614 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 501 rows starting from the beginning of the part 2026.02.12 06:44:37.213834 [ 4 ] {ef8c843f-8815-4514-94a3-691ed4f23404} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.213874 [ 4 ] {ef8c843f-8815-4514-94a3-691ed4f23404} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.214193 [ 4 ] {ef8c843f-8815-4514-94a3-691ed4f23404} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.02.12 06:44:37.214418 [ 4 ] {ef8c843f-8815-4514-94a3-691ed4f23404} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.214550 [ 4 ] {ef8c843f-8815-4514-94a3-691ed4f23404} executeQuery: Read 6 rows, 321.00 B in 0.00114 sec., 5263.1578947368425 rows/sec., 274.98 KiB/sec. 2026.02.12 06:44:37.214586 [ 4 ] {ef8c843f-8815-4514-94a3-691ed4f23404} TCPHandler: Processed in 0.001307183 sec. 2026.02.12 06:44:37.214696 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.214790 [ 4 ] {ccc7490d-5a41-4247-829f-fee8396146cf} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:37.214815 [ 199 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 3091 rows, containing 5 columns (5 merged, 0 gathered) in 0.001576281 sec., 1960944.7807846444 rows/sec., 148.67 MiB/sec. 2026.02.12 06:44:37.214832 [ 4 ] {ccc7490d-5a41-4247-829f-fee8396146cf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:37.214973 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.12 06:44:37.215225 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.215246 [ 4 ] {ccc7490d-5a41-4247-829f-fee8396146cf} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.215289 [ 4 ] {ccc7490d-5a41-4247-829f-fee8396146cf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.215293 [ 198 ] {007be59e-0e92-43b1-a6ad-bf3d129d9124::all_1_56_11} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.12 06:44:37.215362 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2026.02.12 06:44:37.215631 [ 4 ] {ccc7490d-5a41-4247-829f-fee8396146cf} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.12 06:44:37.215847 [ 4 ] {ccc7490d-5a41-4247-829f-fee8396146cf} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.215975 [ 4 ] {ccc7490d-5a41-4247-829f-fee8396146cf} executeQuery: Read 259 rows, 17.66 KiB in 0.001204 sec., 215116.27906976745 rows/sec., 14.32 MiB/sec. 2026.02.12 06:44:37.215972 [ 37 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.12 06:44:37.216012 [ 4 ] {ccc7490d-5a41-4247-829f-fee8396146cf} TCPHandler: Processed in 0.001364005 sec. 2026.02.12 06:44:37.216051 [ 37 ] {} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.216077 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.216143 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.216177 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.12 06:44:37.216242 [ 4 ] {12ae73e1-a5b3-4220-ae4e-430afa5b8d9b} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:44:37.216287 [ 4 ] {12ae73e1-a5b3-4220-ae4e-430afa5b8d9b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:44:37.216312 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:37.216354 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 16935 rows starting from the beginning of the part 2026.02.12 06:44:37.216420 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 258 rows starting from the beginning of the part 2026.02.12 06:44:37.216467 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 845 rows starting from the beginning of the part 2026.02.12 06:44:37.216511 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 258 rows starting from the beginning of the part 2026.02.12 06:44:37.216555 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part 2026.02.12 06:44:37.216599 [ 188 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 259 rows starting from the beginning of the part 2026.02.12 06:44:37.216599 [ 4 ] {12ae73e1-a5b3-4220-ae4e-430afa5b8d9b} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.216649 [ 4 ] {12ae73e1-a5b3-4220-ae4e-430afa5b8d9b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.216963 [ 4 ] {12ae73e1-a5b3-4220-ae4e-430afa5b8d9b} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:44:37.217178 [ 4 ] {12ae73e1-a5b3-4220-ae4e-430afa5b8d9b} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.217308 [ 4 ] {12ae73e1-a5b3-4220-ae4e-430afa5b8d9b} executeQuery: Read 1 rows, 69.00 B in 0.001084 sec., 922.509225092251 rows/sec., 62.16 KiB/sec. 2026.02.12 06:44:37.217344 [ 4 ] {12ae73e1-a5b3-4220-ae4e-430afa5b8d9b} TCPHandler: Processed in 0.001251822 sec. 2026.02.12 06:44:37.217458 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.217552 [ 4 ] {f299a798-5bae-4736-b466-2c28aeb33263} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:37.217606 [ 4 ] {f299a798-5bae-4736-b466-2c28aeb33263} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:37.218414 [ 4 ] {f299a798-5bae-4736-b466-2c28aeb33263} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.218451 [ 4 ] {f299a798-5bae-4736-b466-2c28aeb33263} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.219186 [ 4 ] {f299a798-5bae-4736-b466-2c28aeb33263} MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) 2026.02.12 06:44:37.219421 [ 4 ] {f299a798-5bae-4736-b466-2c28aeb33263} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.219542 [ 37 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 2026.02.12 06:44:37.219561 [ 4 ] {f299a798-5bae-4736-b466-2c28aeb33263} executeQuery: Read 36 rows, 66.06 KiB in 0.002027 sec., 17760.236803157375 rows/sec., 31.83 MiB/sec. 2026.02.12 06:44:37.219579 [ 37 ] {} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.219606 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.219631 [ 4 ] {f299a798-5bae-4736-b466-2c28aeb33263} TCPHandler: Processed in 0.002227797 sec. 2026.02.12 06:44:37.219680 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergeTask::PrepareStage: Merging 6 parts: from all_1_46_9 to all_51_51_0 into Compact with storage Full 2026.02.12 06:44:37.219755 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:37.219854 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:37.219854 [ 4 ] {27d81e0c-ee65-47c4-808c-af119b1de902} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:37.219904 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 925 rows starting from the beginning of the part 2026.02.12 06:44:37.219914 [ 4 ] {27d81e0c-ee65-47c4-808c-af119b1de902} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:37.220018 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 36 rows starting from the beginning of the part 2026.02.12 06:44:37.220125 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 5 rows starting from the beginning of the part 2026.02.12 06:44:37.220234 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 36 rows starting from the beginning of the part 2026.02.12 06:44:37.220254 [ 4 ] {27d81e0c-ee65-47c4-808c-af119b1de902} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.220295 [ 4 ] {27d81e0c-ee65-47c4-808c-af119b1de902} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.220320 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 5 rows starting from the beginning of the part 2026.02.12 06:44:37.220409 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part 2026.02.12 06:44:37.220769 [ 4 ] {27d81e0c-ee65-47c4-808c-af119b1de902} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.12 06:44:37.221020 [ 4 ] {27d81e0c-ee65-47c4-808c-af119b1de902} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.221136 [ 37 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.12 06:44:37.221161 [ 4 ] {27d81e0c-ee65-47c4-808c-af119b1de902} executeQuery: Read 88 rows, 5.66 KiB in 0.001325 sec., 66415.09433962264 rows/sec., 4.17 MiB/sec. 2026.02.12 06:44:37.221166 [ 37 ] {} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:37.221204 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:37.221210 [ 4 ] {27d81e0c-ee65-47c4-808c-af119b1de902} TCPHandler: Processed in 0.001505079 sec. 2026.02.12 06:44:37.221307 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.12 06:44:37.221446 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:37.221483 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3700 rows starting from the beginning of the part 2026.02.12 06:44:37.221549 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 88 rows starting from the beginning of the part 2026.02.12 06:44:37.221595 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part 2026.02.12 06:44:37.221637 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 88 rows starting from the beginning of the part 2026.02.12 06:44:37.221677 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part 2026.02.12 06:44:37.221717 [ 193 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 88 rows starting from the beginning of the part 2026.02.12 06:44:37.223213 [ 192 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 18715 rows, containing 5 columns (5 merged, 0 gathered) in 0.007085702 sec., 2641234.4182693544 rows/sec., 177.92 MiB/sec. 2026.02.12 06:44:37.223507 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.12 06:44:37.223671 [ 192 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 4084 rows, containing 4 columns (4 merged, 0 gathered) in 0.002413382 sec., 1692231.0682685128 rows/sec., 109.35 MiB/sec. 2026.02.12 06:44:37.223825 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.223916 [ 197 ] {436009a7-ea7b-4560-9d67-55a8eaccbd6c::all_1_56_11} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.12 06:44:37.224012 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.21 MiB. 2026.02.12 06:44:37.224113 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.12 06:44:37.224405 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.224475 [ 191 ] {e6cfdd5b-9abc-4d9a-af51-bf584c00230f::all_1_56_11} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.12 06:44:37.224556 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. 2026.02.12 06:44:37.227618 [ 198 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergeTask::MergeProjectionsStage: Merge sorted 1043 rows, containing 19 columns (19 merged, 0 gathered) in 0.007965765 sec., 130935.32134076263 rows/sec., 234.63 MiB/sec. 2026.02.12 06:44:37.229356 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) 2026.02.12 06:44:37.229729 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:37.229806 [ 194 ] {9dd1cb2e-6676-4972-9866-8e5ed1d306d3::all_1_51_10} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 2026.02.12 06:44:37.229912 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.30 MiB. 2026.02.12 06:44:38.000202 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 292.32 MiB, peak 305.03 MiB, free memory in arenas 0.00 B, will set to 298.25 MiB (RSS), difference: 5.93 MiB 2026.02.12 06:44:38.920274 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 18656 2026.02.12 06:44:38.920979 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:38.921039 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:38.921705 [ 244 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.12 06:44:38.922059 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:38.922248 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18656 2026.02.12 06:44:39.605126 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39636 2026.02.12 06:44:39.605235 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.605262 [ 291 ] {} TCP-Session: c83cf4a7-1670-4595-8dcf-51768501487e Authenticating user 'default' from [fd00:1122:3344:101::e]:39636 2026.02.12 06:44:39.605285 [ 291 ] {} TCP-Session: c83cf4a7-1670-4595-8dcf-51768501487e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605298 [ 291 ] {} TCP-Session: c83cf4a7-1670-4595-8dcf-51768501487e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605527 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45266 2026.02.12 06:44:39.605568 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64766 2026.02.12 06:44:39.605623 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53109 2026.02.12 06:44:39.605629 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65114 2026.02.12 06:44:39.605650 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.605671 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50982 2026.02.12 06:44:39.605703 [ 292 ] {} TCP-Session: 0009159d-a076-4760-85ce-960ce141a2a5 Authenticating user 'default' from [fd00:1122:3344:101::e]:45266 2026.02.12 06:44:39.605712 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.605739 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.605741 [ 292 ] {} TCP-Session: 0009159d-a076-4760-85ce-960ce141a2a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605760 [ 3 ] {} TCP-Session: 5c8f2cb2-cdd8-4d4b-8be6-1202e2900a6d Authenticating user 'default' from [fd00:1122:3344:101::e]:53109 2026.02.12 06:44:39.605768 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.605786 [ 292 ] {} TCP-Session: 0009159d-a076-4760-85ce-960ce141a2a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605801 [ 3 ] {} TCP-Session: 5c8f2cb2-cdd8-4d4b-8be6-1202e2900a6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605810 [ 289 ] {} TCP-Session: 7cd53469-f774-470e-b08b-4837cfadd5ed Authenticating user 'default' from [fd00:1122:3344:101::e]:50982 2026.02.12 06:44:39.605827 [ 3 ] {} TCP-Session: 5c8f2cb2-cdd8-4d4b-8be6-1202e2900a6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605711 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.605843 [ 289 ] {} TCP-Session: 7cd53469-f774-470e-b08b-4837cfadd5ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605680 [ 291 ] {} TCP-Session: c83cf4a7-1670-4595-8dcf-51768501487e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:39.605868 [ 293 ] {} TCP-Session: 74d2f2d4-50d5-45e7-8a7d-41f77d471e78 Authenticating user 'default' from [fd00:1122:3344:101::e]:64766 2026.02.12 06:44:39.605871 [ 289 ] {} TCP-Session: 7cd53469-f774-470e-b08b-4837cfadd5ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605911 [ 293 ] {} TCP-Session: 74d2f2d4-50d5-45e7-8a7d-41f77d471e78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605679 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42338 2026.02.12 06:44:39.605934 [ 293 ] {} TCP-Session: 74d2f2d4-50d5-45e7-8a7d-41f77d471e78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.605656 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36809 2026.02.12 06:44:39.605624 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39498 2026.02.12 06:44:39.605773 [ 287 ] {} TCP-Session: 9d642aad-d84a-4cb0-bced-bf0e4773ef12 Authenticating user 'default' from [fd00:1122:3344:101::e]:65114 2026.02.12 06:44:39.606052 [ 291 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} executeQuery: (from [fd00:1122:3344:101::e]:39636) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:44:39.606069 [ 287 ] {} TCP-Session: 9d642aad-d84a-4cb0-bced-bf0e4773ef12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.606083 [ 287 ] {} TCP-Session: 9d642aad-d84a-4cb0-bced-bf0e4773ef12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.606162 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.606197 [ 290 ] {} TCP-Session: c0f8f029-4e11-4eae-b9ff-7067f66b709a Authenticating user 'default' from [fd00:1122:3344:101::e]:42338 2026.02.12 06:44:39.606221 [ 290 ] {} TCP-Session: c0f8f029-4e11-4eae-b9ff-7067f66b709a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.606234 [ 290 ] {} TCP-Session: c0f8f029-4e11-4eae-b9ff-7067f66b709a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.606468 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.606498 [ 294 ] {} TCP-Session: 9532a98b-02ab-463a-826f-7e0e60baa25c Authenticating user 'default' from [fd00:1122:3344:101::e]:39498 2026.02.12 06:44:39.606515 [ 294 ] {} TCP-Session: 9532a98b-02ab-463a-826f-7e0e60baa25c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.606529 [ 294 ] {} TCP-Session: 9532a98b-02ab-463a-826f-7e0e60baa25c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.606528 [ 291 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:44:39.606579 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.606600 [ 291 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:44:39.606617 [ 288 ] {} TCP-Session: 588a5c32-6adc-4eaa-b84a-d009e1cec597 Authenticating user 'default' from [fd00:1122:3344:101::e]:36809 2026.02.12 06:44:39.606642 [ 288 ] {} TCP-Session: 588a5c32-6adc-4eaa-b84a-d009e1cec597 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.606654 [ 288 ] {} TCP-Session: 588a5c32-6adc-4eaa-b84a-d009e1cec597 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.606917 [ 291 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:44:39.608034 [ 319 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} AggregatingTransform: Aggregating 2026.02.12 06:44:39.608082 [ 319 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} Aggregator: Aggregation method: without_key 2026.02.12 06:44:39.608116 [ 319 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001097708 sec. (910.989 rows/sec., 35.59 KiB/sec.) 2026.02.12 06:44:39.608134 [ 319 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} Aggregator: Merging aggregated data 2026.02.12 06:44:39.609456 [ 291 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} executeQuery: Read 1 rows, 40.00 B in 0.003472 sec., 288.0184331797235 rows/sec., 11.25 KiB/sec. 2026.02.12 06:44:39.609563 [ 291 ] {5c2d2723-3ea0-4b5f-8fad-3068b4b85cbb} TCPHandler: Processed in 0.004039914 sec. 2026.02.12 06:44:39.609710 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.609739 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.609746 [ 291 ] {} TCP-Session: c83cf4a7-1670-4595-8dcf-51768501487e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.609753 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.609787 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.609798 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.609814 [ 290 ] {} TCP-Session: c0f8f029-4e11-4eae-b9ff-7067f66b709a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.609833 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.609863 [ 287 ] {} TCP-Session: 9d642aad-d84a-4cb0-bced-bf0e4773ef12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.609847 [ 288 ] {} TCP-Session: 588a5c32-6adc-4eaa-b84a-d009e1cec597 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.609892 [ 289 ] {} TCP-Session: 7cd53469-f774-470e-b08b-4837cfadd5ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.609822 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.609811 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.609960 [ 3 ] {} TCP-Session: 5c8f2cb2-cdd8-4d4b-8be6-1202e2900a6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.609787 [ 292 ] {} TCP-Session: 0009159d-a076-4760-85ce-960ce141a2a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.609987 [ 294 ] {} TCP-Session: 9532a98b-02ab-463a-826f-7e0e60baa25c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.609766 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.610054 [ 293 ] {} TCP-Session: 74d2f2d4-50d5-45e7-8a7d-41f77d471e78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.647806 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55723 2026.02.12 06:44:39.647910 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.647938 [ 291 ] {} TCP-Session: 085f4bcc-d67c-4cb4-b909-3e6a16cb0453 Authenticating user 'default' from [fd00:1122:3344:101::e]:55723 2026.02.12 06:44:39.647961 [ 291 ] {} TCP-Session: 085f4bcc-d67c-4cb4-b909-3e6a16cb0453 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.647974 [ 291 ] {} TCP-Session: 085f4bcc-d67c-4cb4-b909-3e6a16cb0453 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648188 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53278 2026.02.12 06:44:39.648217 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64133 2026.02.12 06:44:39.648242 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34193 2026.02.12 06:44:39.648264 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49038 2026.02.12 06:44:39.648308 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.648316 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.648337 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.648340 [ 294 ] {} TCP-Session: c03427f0-b3e6-445a-a34f-a02b693662ea Authenticating user 'default' from [fd00:1122:3344:101::e]:64133 2026.02.12 06:44:39.648359 [ 292 ] {} TCP-Session: 75ae744e-4df1-44c5-8197-e8200b0f2ce0 Authenticating user 'default' from [fd00:1122:3344:101::e]:53278 2026.02.12 06:44:39.648371 [ 287 ] {} TCP-Session: 9158986a-3f2d-4cd7-bc75-45078df05489 Authenticating user 'default' from [fd00:1122:3344:101::e]:34193 2026.02.12 06:44:39.648381 [ 294 ] {} TCP-Session: c03427f0-b3e6-445a-a34f-a02b693662ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648401 [ 292 ] {} TCP-Session: 75ae744e-4df1-44c5-8197-e8200b0f2ce0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648421 [ 294 ] {} TCP-Session: c03427f0-b3e6-445a-a34f-a02b693662ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648409 [ 287 ] {} TCP-Session: 9158986a-3f2d-4cd7-bc75-45078df05489 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648450 [ 292 ] {} TCP-Session: 75ae744e-4df1-44c5-8197-e8200b0f2ce0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648477 [ 287 ] {} TCP-Session: 9158986a-3f2d-4cd7-bc75-45078df05489 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648376 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.648257 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36930 2026.02.12 06:44:39.648536 [ 289 ] {} TCP-Session: d6914703-9e0a-437b-bce8-c8f216a93081 Authenticating user 'default' from [fd00:1122:3344:101::e]:49038 2026.02.12 06:44:39.648227 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33092 2026.02.12 06:44:39.648573 [ 289 ] {} TCP-Session: d6914703-9e0a-437b-bce8-c8f216a93081 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648213 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63270 2026.02.12 06:44:39.648600 [ 289 ] {} TCP-Session: d6914703-9e0a-437b-bce8-c8f216a93081 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648600 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.648365 [ 291 ] {} TCP-Session: 085f4bcc-d67c-4cb4-b909-3e6a16cb0453 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:39.648657 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.648642 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.648700 [ 293 ] {} TCP-Session: a5a962ff-f93f-40db-8a21-1e476afd3b0a Authenticating user 'default' from [fd00:1122:3344:101::e]:63270 2026.02.12 06:44:39.648716 [ 3 ] {} TCP-Session: 88f971ca-933e-404d-abab-3f8697a221c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:33092 2026.02.12 06:44:39.648724 [ 293 ] {} TCP-Session: a5a962ff-f93f-40db-8a21-1e476afd3b0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648735 [ 3 ] {} TCP-Session: 88f971ca-933e-404d-abab-3f8697a221c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648746 [ 293 ] {} TCP-Session: a5a962ff-f93f-40db-8a21-1e476afd3b0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648756 [ 3 ] {} TCP-Session: 88f971ca-933e-404d-abab-3f8697a221c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648654 [ 288 ] {} TCP-Session: 70e04966-8d0f-4e5e-bb1a-7e38a678a2dd Authenticating user 'default' from [fd00:1122:3344:101::e]:36930 2026.02.12 06:44:39.648277 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51174 2026.02.12 06:44:39.648800 [ 288 ] {} TCP-Session: 70e04966-8d0f-4e5e-bb1a-7e38a678a2dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648822 [ 291 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} executeQuery: (from [fd00:1122:3344:101::e]:55723) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:44:39.648840 [ 288 ] {} TCP-Session: 70e04966-8d0f-4e5e-bb1a-7e38a678a2dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648869 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.648896 [ 290 ] {} TCP-Session: a127069f-6a95-4d61-8767-ef83fbca1d13 Authenticating user 'default' from [fd00:1122:3344:101::e]:51174 2026.02.12 06:44:39.648920 [ 290 ] {} TCP-Session: a127069f-6a95-4d61-8767-ef83fbca1d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.648932 [ 290 ] {} TCP-Session: a127069f-6a95-4d61-8767-ef83fbca1d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.649092 [ 291 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:44:39.649149 [ 291 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:44:39.649429 [ 291 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:44:39.650453 [ 298 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} AggregatingTransform: Aggregating 2026.02.12 06:44:39.650507 [ 298 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} Aggregator: Aggregation method: without_key 2026.02.12 06:44:39.650546 [ 298 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001016806 sec. (983.472 rows/sec., 38.42 KiB/sec.) 2026.02.12 06:44:39.650565 [ 298 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} Aggregator: Merging aggregated data 2026.02.12 06:44:39.651693 [ 291 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} executeQuery: Read 1 rows, 40.00 B in 0.002928 sec., 341.53005464480873 rows/sec., 13.34 KiB/sec. 2026.02.12 06:44:39.651843 [ 291 ] {61f5dc25-635b-462b-a242-61a9f7b40fdd} TCPHandler: Processed in 0.003593163 sec. 2026.02.12 06:44:39.651962 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.651990 [ 291 ] {} TCP-Session: 085f4bcc-d67c-4cb4-b909-3e6a16cb0453 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.651991 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.652011 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.652029 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.652061 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.652068 [ 290 ] {} TCP-Session: a127069f-6a95-4d61-8767-ef83fbca1d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.652080 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.652095 [ 287 ] {} TCP-Session: 9158986a-3f2d-4cd7-bc75-45078df05489 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.652113 [ 294 ] {} TCP-Session: c03427f0-b3e6-445a-a34f-a02b693662ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.652138 [ 288 ] {} TCP-Session: 70e04966-8d0f-4e5e-bb1a-7e38a678a2dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.652113 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.652093 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.652203 [ 289 ] {} TCP-Session: d6914703-9e0a-437b-bce8-c8f216a93081 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.652050 [ 292 ] {} TCP-Session: 75ae744e-4df1-44c5-8197-e8200b0f2ce0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.652221 [ 3 ] {} TCP-Session: 88f971ca-933e-404d-abab-3f8697a221c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.652046 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.652280 [ 293 ] {} TCP-Session: a5a962ff-f93f-40db-8a21-1e476afd3b0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.783186 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53076 2026.02.12 06:44:39.783288 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.783314 [ 291 ] {} TCP-Session: 571a1f70-0597-45e2-bfe3-d268b98abbb3 Authenticating user 'default' from [fd00:1122:3344:101::e]:53076 2026.02.12 06:44:39.783336 [ 291 ] {} TCP-Session: 571a1f70-0597-45e2-bfe3-d268b98abbb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.783348 [ 291 ] {} TCP-Session: 571a1f70-0597-45e2-bfe3-d268b98abbb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.783571 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47508 2026.02.12 06:44:39.783698 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.783726 [ 292 ] {} TCP-Session: 8f0d5922-de68-4e99-8dd8-a0edb207a7bb Authenticating user 'default' from [fd00:1122:3344:101::e]:47508 2026.02.12 06:44:39.783742 [ 291 ] {} TCP-Session: 571a1f70-0597-45e2-bfe3-d268b98abbb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:39.783749 [ 292 ] {} TCP-Session: 8f0d5922-de68-4e99-8dd8-a0edb207a7bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.783804 [ 292 ] {} TCP-Session: 8f0d5922-de68-4e99-8dd8-a0edb207a7bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.783831 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45821 2026.02.12 06:44:39.783845 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50877 2026.02.12 06:44:39.783876 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46568 2026.02.12 06:44:39.783886 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55433 2026.02.12 06:44:39.783868 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41001 2026.02.12 06:44:39.783946 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.783956 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.783964 [ 291 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} executeQuery: (from [fd00:1122:3344:101::e]:53076) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.02.12 06:44:39.783995 [ 293 ] {} TCP-Session: 39d3364e-47e2-4172-9729-be3d0cf441c3 Authenticating user 'default' from [fd00:1122:3344:101::e]:45821 2026.02.12 06:44:39.784001 [ 289 ] {} TCP-Session: e36d03db-b92e-40fb-9dc7-3306874d33c7 Authenticating user 'default' from [fd00:1122:3344:101::e]:46568 2026.02.12 06:44:39.784014 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.784035 [ 293 ] {} TCP-Session: 39d3364e-47e2-4172-9729-be3d0cf441c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784043 [ 289 ] {} TCP-Session: e36d03db-b92e-40fb-9dc7-3306874d33c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784060 [ 293 ] {} TCP-Session: 39d3364e-47e2-4172-9729-be3d0cf441c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784024 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.784071 [ 289 ] {} TCP-Session: e36d03db-b92e-40fb-9dc7-3306874d33c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784102 [ 288 ] {} TCP-Session: e7bd2db6-83a9-4a68-8f9e-481dd40df70f Authenticating user 'default' from [fd00:1122:3344:101::e]:41001 2026.02.12 06:44:39.784062 [ 290 ] {} TCP-Session: 40eaf6be-86e8-4aa2-b515-05d6e5599ab9 Authenticating user 'default' from [fd00:1122:3344:101::e]:55433 2026.02.12 06:44:39.784133 [ 288 ] {} TCP-Session: e7bd2db6-83a9-4a68-8f9e-481dd40df70f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784157 [ 290 ] {} TCP-Session: 40eaf6be-86e8-4aa2-b515-05d6e5599ab9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784171 [ 288 ] {} TCP-Session: e7bd2db6-83a9-4a68-8f9e-481dd40df70f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784185 [ 290 ] {} TCP-Session: 40eaf6be-86e8-4aa2-b515-05d6e5599ab9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.783854 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37790 2026.02.12 06:44:39.783843 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59506 2026.02.12 06:44:39.783946 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.784304 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.784310 [ 3 ] {} TCP-Session: d33e0eff-34bb-4206-ab1e-c7dd1d6d7126 Authenticating user 'default' from [fd00:1122:3344:101::e]:50877 2026.02.12 06:44:39.784323 [ 291 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.02.12 06:44:39.784353 [ 3 ] {} TCP-Session: d33e0eff-34bb-4206-ab1e-c7dd1d6d7126 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784335 [ 287 ] {} TCP-Session: 754a303e-c3c9-4924-a3c4-60a9674e8e3a Authenticating user 'default' from [fd00:1122:3344:101::e]:37790 2026.02.12 06:44:39.784389 [ 3 ] {} TCP-Session: d33e0eff-34bb-4206-ab1e-c7dd1d6d7126 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784406 [ 291 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} InterpreterSelectQuery: FetchColumns -> Complete 2026.02.12 06:44:39.784413 [ 287 ] {} TCP-Session: 754a303e-c3c9-4924-a3c4-60a9674e8e3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784329 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.02.12 06:44:39.784444 [ 287 ] {} TCP-Session: 754a303e-c3c9-4924-a3c4-60a9674e8e3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784475 [ 294 ] {} TCP-Session: 36386f8e-9839-4d04-a78e-4da6a01759d7 Authenticating user 'default' from [fd00:1122:3344:101::e]:59506 2026.02.12 06:44:39.784497 [ 294 ] {} TCP-Session: 36386f8e-9839-4d04-a78e-4da6a01759d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784510 [ 294 ] {} TCP-Session: 36386f8e-9839-4d04-a78e-4da6a01759d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.784794 [ 291 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} oximeter.version (5a96b978-eb90-4217-8590-a33fef1745e2) (SelectExecutor): Key condition: unknown 2026.02.12 06:44:39.786057 [ 336 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} AggregatingTransform: Aggregating 2026.02.12 06:44:39.786110 [ 336 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} Aggregator: Aggregation method: without_key 2026.02.12 06:44:39.786145 [ 336 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001230652 sec. (812.577 rows/sec., 31.74 KiB/sec.) 2026.02.12 06:44:39.786163 [ 336 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} Aggregator: Merging aggregated data 2026.02.12 06:44:39.787206 [ 291 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} executeQuery: Read 1 rows, 40.00 B in 0.003315 sec., 301.65912518853696 rows/sec., 11.78 KiB/sec. 2026.02.12 06:44:39.787406 [ 291 ] {26a6ce43-e993-4918-8a38-c5aab14d0254} TCPHandler: Processed in 0.003829129 sec. 2026.02.12 06:44:39.787541 [ 291 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.787561 [ 293 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.787571 [ 291 ] {} TCP-Session: 571a1f70-0597-45e2-bfe3-d268b98abbb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.787585 [ 290 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.787608 [ 293 ] {} TCP-Session: 39d3364e-47e2-4172-9729-be3d0cf441c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.787613 [ 3 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.787637 [ 290 ] {} TCP-Session: 40eaf6be-86e8-4aa2-b515-05d6e5599ab9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.787653 [ 294 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.787668 [ 287 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.787681 [ 289 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.787694 [ 294 ] {} TCP-Session: 36386f8e-9839-4d04-a78e-4da6a01759d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.787718 [ 287 ] {} TCP-Session: 754a303e-c3c9-4924-a3c4-60a9674e8e3a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.787736 [ 289 ] {} TCP-Session: e36d03db-b92e-40fb-9dc7-3306874d33c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.787663 [ 3 ] {} TCP-Session: d33e0eff-34bb-4206-ab1e-c7dd1d6d7126 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.787635 [ 288 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.787602 [ 292 ] {} TCPHandler: Done processing connection. 2026.02.12 06:44:39.787821 [ 288 ] {} TCP-Session: e7bd2db6-83a9-4a68-8f9e-481dd40df70f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.787853 [ 292 ] {} TCP-Session: 8f0d5922-de68-4e99-8dd8-a0edb207a7bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.02.12 06:44:39.922105 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 2026.02.12 06:44:39.939673 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:39.939734 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:39.946172 [ 243 ] {} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.12 06:44:39.946937 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:39.950020 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 294 2026.02.12 06:44:42.194114 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:42.194292 [ 4 ] {6934f8e3-0364-4f03-8088-c04f1e4a228d} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:42.194359 [ 4 ] {6934f8e3-0364-4f03-8088-c04f1e4a228d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:42.195030 [ 4 ] {6934f8e3-0364-4f03-8088-c04f1e4a228d} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:42.195083 [ 4 ] {6934f8e3-0364-4f03-8088-c04f1e4a228d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:42.195478 [ 4 ] {6934f8e3-0364-4f03-8088-c04f1e4a228d} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.12 06:44:42.195708 [ 4 ] {6934f8e3-0364-4f03-8088-c04f1e4a228d} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:42.195871 [ 4 ] {6934f8e3-0364-4f03-8088-c04f1e4a228d} executeQuery: Read 66 rows, 5.38 KiB in 0.001627 sec., 40565.457897971726 rows/sec., 3.23 MiB/sec. 2026.02.12 06:44:42.195921 [ 4 ] {6934f8e3-0364-4f03-8088-c04f1e4a228d} TCPHandler: Processed in 0.00193663 sec. 2026.02.12 06:44:42.196036 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:42.196138 [ 4 ] {c8dd0806-1993-46e6-a451-ff1b6abc92b1} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:42.196182 [ 4 ] {c8dd0806-1993-46e6-a451-ff1b6abc92b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:42.196591 [ 4 ] {c8dd0806-1993-46e6-a451-ff1b6abc92b1} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:42.196630 [ 4 ] {c8dd0806-1993-46e6-a451-ff1b6abc92b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:42.196931 [ 4 ] {c8dd0806-1993-46e6-a451-ff1b6abc92b1} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.12 06:44:42.197132 [ 4 ] {c8dd0806-1993-46e6-a451-ff1b6abc92b1} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:42.197265 [ 4 ] {c8dd0806-1993-46e6-a451-ff1b6abc92b1} executeQuery: Read 5 rows, 385.00 B in 0.00115 sec., 4347.826086956522 rows/sec., 326.94 KiB/sec. 2026.02.12 06:44:42.197302 [ 4 ] {c8dd0806-1993-46e6-a451-ff1b6abc92b1} TCPHandler: Processed in 0.001318773 sec. 2026.02.12 06:44:42.197411 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:42.197505 [ 4 ] {473ea605-467a-462a-bddf-3e91ba7e46b6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:42.197545 [ 4 ] {473ea605-467a-462a-bddf-3e91ba7e46b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:42.197945 [ 4 ] {473ea605-467a-462a-bddf-3e91ba7e46b6} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:42.197982 [ 4 ] {473ea605-467a-462a-bddf-3e91ba7e46b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:42.198308 [ 4 ] {473ea605-467a-462a-bddf-3e91ba7e46b6} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.12 06:44:42.198515 [ 4 ] {473ea605-467a-462a-bddf-3e91ba7e46b6} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:42.198642 [ 4 ] {473ea605-467a-462a-bddf-3e91ba7e46b6} executeQuery: Read 69 rows, 5.52 KiB in 0.001155 sec., 59740.25974025974 rows/sec., 4.66 MiB/sec. 2026.02.12 06:44:42.198679 [ 4 ] {473ea605-467a-462a-bddf-3e91ba7e46b6} TCPHandler: Processed in 0.001317844 sec. 2026.02.12 06:44:42.198786 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:42.198881 [ 4 ] {1cc4d8d2-f9b7-40cb-9476-03b4e37a82b3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:42.198924 [ 4 ] {1cc4d8d2-f9b7-40cb-9476-03b4e37a82b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:42.199340 [ 4 ] {1cc4d8d2-f9b7-40cb-9476-03b4e37a82b3} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:42.199376 [ 4 ] {1cc4d8d2-f9b7-40cb-9476-03b4e37a82b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:42.199716 [ 4 ] {1cc4d8d2-f9b7-40cb-9476-03b4e37a82b3} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.12 06:44:42.199921 [ 4 ] {1cc4d8d2-f9b7-40cb-9476-03b4e37a82b3} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:42.200051 [ 4 ] {1cc4d8d2-f9b7-40cb-9476-03b4e37a82b3} executeQuery: Read 160 rows, 11.41 KiB in 0.001189 sec., 134566.8629100084 rows/sec., 9.37 MiB/sec. 2026.02.12 06:44:42.200087 [ 4 ] {1cc4d8d2-f9b7-40cb-9476-03b4e37a82b3} TCPHandler: Processed in 0.001349615 sec. 2026.02.12 06:44:42.200187 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:42.200283 [ 4 ] {3138ca0c-5748-4aa0-a9df-84b7165e7739} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:42.200336 [ 4 ] {3138ca0c-5748-4aa0-a9df-84b7165e7739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:42.201065 [ 4 ] {3138ca0c-5748-4aa0-a9df-84b7165e7739} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:42.201101 [ 4 ] {3138ca0c-5748-4aa0-a9df-84b7165e7739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:42.201611 [ 4 ] {3138ca0c-5748-4aa0-a9df-84b7165e7739} MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) 2026.02.12 06:44:42.201825 [ 4 ] {3138ca0c-5748-4aa0-a9df-84b7165e7739} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:42.201963 [ 4 ] {3138ca0c-5748-4aa0-a9df-84b7165e7739} executeQuery: Read 5 rows, 9.17 KiB in 0.001698 sec., 2944.6407538280328 rows/sec., 5.28 MiB/sec. 2026.02.12 06:44:42.202022 [ 4 ] {3138ca0c-5748-4aa0-a9df-84b7165e7739} TCPHandler: Processed in 0.001883158 sec. 2026.02.12 06:44:42.202129 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:42.202224 [ 4 ] {69d92f41-618d-4a71-8499-8fb4d59ca1f2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:42.202265 [ 4 ] {69d92f41-618d-4a71-8499-8fb4d59ca1f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:42.202601 [ 4 ] {69d92f41-618d-4a71-8499-8fb4d59ca1f2} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:42.202638 [ 4 ] {69d92f41-618d-4a71-8499-8fb4d59ca1f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:42.202933 [ 4 ] {69d92f41-618d-4a71-8499-8fb4d59ca1f2} MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) 2026.02.12 06:44:42.203152 [ 4 ] {69d92f41-618d-4a71-8499-8fb4d59ca1f2} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:42.203278 [ 4 ] {69d92f41-618d-4a71-8499-8fb4d59ca1f2} executeQuery: Read 60 rows, 4.14 KiB in 0.001072 sec., 55970.14925373134 rows/sec., 3.77 MiB/sec. 2026.02.12 06:44:42.203312 [ 4 ] {69d92f41-618d-4a71-8499-8fb4d59ca1f2} TCPHandler: Processed in 0.001232871 sec. 2026.02.12 06:44:46.267166 [ 27 ] {} DNSResolver: Updating DNS cache 2026.02.12 06:44:46.267237 [ 27 ] {} DNSResolver: Updated DNS cache 2026.02.12 06:44:46.422386 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 19168 2026.02.12 06:44:46.422944 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:46.422993 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:46.423494 [ 244 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.12 06:44:46.423728 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:46.423878 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19168 2026.02.12 06:44:46.469138 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 1218 2026.02.12 06:44:46.472319 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:46.472362 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:46.473573 [ 242 ] {} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:44:46.473841 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:46.474201 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1218 2026.02.12 06:44:47.203609 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.203801 [ 4 ] {9451fab3-b893-44ff-9466-bded725abab6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:44:47.203874 [ 4 ] {9451fab3-b893-44ff-9466-bded725abab6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:44:47.204610 [ 4 ] {9451fab3-b893-44ff-9466-bded725abab6} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.204654 [ 4 ] {9451fab3-b893-44ff-9466-bded725abab6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.205049 [ 4 ] {9451fab3-b893-44ff-9466-bded725abab6} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:44:47.205276 [ 4 ] {9451fab3-b893-44ff-9466-bded725abab6} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.205411 [ 26 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.02.12 06:44:47.205430 [ 4 ] {9451fab3-b893-44ff-9466-bded725abab6} executeQuery: Read 266 rows, 17.30 KiB in 0.001681 sec., 158239.14336704343 rows/sec., 10.05 MiB/sec. 2026.02.12 06:44:47.205478 [ 26 ] {} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.205499 [ 4 ] {9451fab3-b893-44ff-9466-bded725abab6} TCPHandler: Processed in 0.002023772 sec. 2026.02.12 06:44:47.205505 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.205634 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.205647 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2026.02.12 06:44:47.205739 [ 4 ] {fca7b108-ca28-4aa7-a333-803147446444} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:47.205788 [ 4 ] {fca7b108-ca28-4aa7-a333-803147446444} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:47.205789 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:47.205835 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 266 rows starting from the beginning of the part 2026.02.12 06:44:47.205905 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 266 rows starting from the beginning of the part 2026.02.12 06:44:47.205950 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 266 rows starting from the beginning of the part 2026.02.12 06:44:47.206024 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 266 rows starting from the beginning of the part 2026.02.12 06:44:47.206080 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 266 rows starting from the beginning of the part 2026.02.12 06:44:47.206559 [ 4 ] {fca7b108-ca28-4aa7-a333-803147446444} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.206601 [ 4 ] {fca7b108-ca28-4aa7-a333-803147446444} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.206997 [ 4 ] {fca7b108-ca28-4aa7-a333-803147446444} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.12 06:44:47.207124 [ 192 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 1330 rows, containing 5 columns (5 merged, 0 gathered) in 0.00153908 sec., 864152.6106505186 rows/sec., 58.20 MiB/sec. 2026.02.12 06:44:47.207214 [ 4 ] {fca7b108-ca28-4aa7-a333-803147446444} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.207301 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.02.12 06:44:47.207362 [ 4 ] {fca7b108-ca28-4aa7-a333-803147446444} executeQuery: Read 824 rows, 67.47 KiB in 0.001646 sec., 500607.53341433784 rows/sec., 40.03 MiB/sec. 2026.02.12 06:44:47.207407 [ 4 ] {fca7b108-ca28-4aa7-a333-803147446444} TCPHandler: Processed in 0.001825187 sec. 2026.02.12 06:44:47.207528 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.207579 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.207627 [ 4 ] {e988667b-e0f5-4b63-bc3a-5b123cc8e0cc} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:47.207658 [ 197 ] {104fcacf-471b-4b77-b51d-abdf8db3ebef::all_1_29_7} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.02.12 06:44:47.207673 [ 4 ] {e988667b-e0f5-4b63-bc3a-5b123cc8e0cc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:47.207739 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.02.12 06:44:47.208116 [ 4 ] {e988667b-e0f5-4b63-bc3a-5b123cc8e0cc} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.208157 [ 4 ] {e988667b-e0f5-4b63-bc3a-5b123cc8e0cc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.208471 [ 4 ] {e988667b-e0f5-4b63-bc3a-5b123cc8e0cc} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.12 06:44:47.208690 [ 4 ] {e988667b-e0f5-4b63-bc3a-5b123cc8e0cc} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.208818 [ 4 ] {e988667b-e0f5-4b63-bc3a-5b123cc8e0cc} executeQuery: Read 169 rows, 10.71 KiB in 0.001211 sec., 139554.08753096615 rows/sec., 8.64 MiB/sec. 2026.02.12 06:44:47.208855 [ 4 ] {e988667b-e0f5-4b63-bc3a-5b123cc8e0cc} TCPHandler: Processed in 0.001376915 sec. 2026.02.12 06:44:47.208968 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.209061 [ 4 ] {5fd5bbaa-a368-4217-8259-a857da923fa4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:44:47.209101 [ 4 ] {5fd5bbaa-a368-4217-8259-a857da923fa4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:44:47.209514 [ 4 ] {5fd5bbaa-a368-4217-8259-a857da923fa4} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.209550 [ 4 ] {5fd5bbaa-a368-4217-8259-a857da923fa4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.209864 [ 4 ] {5fd5bbaa-a368-4217-8259-a857da923fa4} MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) 2026.02.12 06:44:47.210071 [ 4 ] {5fd5bbaa-a368-4217-8259-a857da923fa4} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.210211 [ 4 ] {5fd5bbaa-a368-4217-8259-a857da923fa4} executeQuery: Read 140 rows, 9.27 KiB in 0.001168 sec., 119863.01369863014 rows/sec., 7.75 MiB/sec. 2026.02.12 06:44:47.210250 [ 4 ] {5fd5bbaa-a368-4217-8259-a857da923fa4} TCPHandler: Processed in 0.001332114 sec. 2026.02.12 06:44:47.210363 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.210458 [ 4 ] {68cc9a5d-494f-4328-bbc8-7284aefdd445} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:44:47.210496 [ 4 ] {68cc9a5d-494f-4328-bbc8-7284aefdd445} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:44:47.210901 [ 4 ] {68cc9a5d-494f-4328-bbc8-7284aefdd445} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.210937 [ 4 ] {68cc9a5d-494f-4328-bbc8-7284aefdd445} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.211243 [ 4 ] {68cc9a5d-494f-4328-bbc8-7284aefdd445} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:44:47.211455 [ 4 ] {68cc9a5d-494f-4328-bbc8-7284aefdd445} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.211557 [ 25 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Selected 5 parts from all_1_25_6 to all_29_29_0 2026.02.12 06:44:47.211579 [ 4 ] {68cc9a5d-494f-4328-bbc8-7284aefdd445} executeQuery: Read 139 rows, 8.10 KiB in 0.001139 sec., 122036.87445127305 rows/sec., 6.94 MiB/sec. 2026.02.12 06:44:47.211601 [ 25 ] {} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.211623 [ 4 ] {68cc9a5d-494f-4328-bbc8-7284aefdd445} TCPHandler: Processed in 0.001308224 sec. 2026.02.12 06:44:47.211626 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.211737 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} MergeTask::PrepareStage: Merging 5 parts: from all_1_25_6 to all_29_29_0 into Compact with storage Full 2026.02.12 06:44:47.211744 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.211858 [ 4 ] {f9d2d139-4b4e-4397-9765-6f7bb143eea4} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:47.211865 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:47.211899 [ 4 ] {f9d2d139-4b4e-4397-9765-6f7bb143eea4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:47.211909 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_6, total 139 rows starting from the beginning of the part 2026.02.12 06:44:47.211986 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 139 rows starting from the beginning of the part 2026.02.12 06:44:47.212042 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 139 rows starting from the beginning of the part 2026.02.12 06:44:47.212087 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 139 rows starting from the beginning of the part 2026.02.12 06:44:47.212131 [ 194 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 139 rows starting from the beginning of the part 2026.02.12 06:44:47.212479 [ 4 ] {f9d2d139-4b4e-4397-9765-6f7bb143eea4} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.212519 [ 4 ] {f9d2d139-4b4e-4397-9765-6f7bb143eea4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.212861 [ 4 ] {f9d2d139-4b4e-4397-9765-6f7bb143eea4} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.12 06:44:47.213012 [ 192 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} MergeTask::MergeProjectionsStage: Merge sorted 695 rows, containing 5 columns (5 merged, 0 gathered) in 0.001316234 sec., 528021.6131782039 rows/sec., 32.05 MiB/sec. 2026.02.12 06:44:47.213082 [ 4 ] {f9d2d139-4b4e-4397-9765-6f7bb143eea4} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.213190 [ 195 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} MergedBlockOutputStream: filled checksums all_1_29_7 (state Temporary) 2026.02.12 06:44:47.213224 [ 4 ] {f9d2d139-4b4e-4397-9765-6f7bb143eea4} executeQuery: Read 499 rows, 36.16 KiB in 0.001384 sec., 360549.1329479769 rows/sec., 25.52 MiB/sec. 2026.02.12 06:44:47.213262 [ 4 ] {f9d2d139-4b4e-4397-9765-6f7bb143eea4} TCPHandler: Processed in 0.001567111 sec. 2026.02.12 06:44:47.213371 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.213465 [ 4 ] {4f07a7c7-5888-46a3-9eed-9ea7af269df2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:44:47.213481 [ 195 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_merge_all_1_29_7 to all_1_29_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.213507 [ 4 ] {4f07a7c7-5888-46a3-9eed-9ea7af269df2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:44:47.213550 [ 195 ] {7b29bf0c-b56d-4d76-84c0-97fa75c076c3::all_1_29_7} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3) (MergerMutator): Merged 5 parts: [all_1_25_6, all_29_29_0] -> all_1_29_7 2026.02.12 06:44:47.213639 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.02.12 06:44:47.213836 [ 4 ] {4f07a7c7-5888-46a3-9eed-9ea7af269df2} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.213870 [ 4 ] {4f07a7c7-5888-46a3-9eed-9ea7af269df2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.214169 [ 4 ] {4f07a7c7-5888-46a3-9eed-9ea7af269df2} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.02.12 06:44:47.214378 [ 4 ] {4f07a7c7-5888-46a3-9eed-9ea7af269df2} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.214503 [ 4 ] {4f07a7c7-5888-46a3-9eed-9ea7af269df2} executeQuery: Read 6 rows, 321.00 B in 0.001056 sec., 5681.818181818181 rows/sec., 296.85 KiB/sec. 2026.02.12 06:44:47.214540 [ 4 ] {4f07a7c7-5888-46a3-9eed-9ea7af269df2} TCPHandler: Processed in 0.001218051 sec. 2026.02.12 06:44:47.214641 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.214735 [ 4 ] {b04c9eb1-19a6-4f7a-9fbe-f027572b34f9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:47.214775 [ 4 ] {b04c9eb1-19a6-4f7a-9fbe-f027572b34f9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:47.215164 [ 4 ] {b04c9eb1-19a6-4f7a-9fbe-f027572b34f9} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.215200 [ 4 ] {b04c9eb1-19a6-4f7a-9fbe-f027572b34f9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.215530 [ 4 ] {b04c9eb1-19a6-4f7a-9fbe-f027572b34f9} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.12 06:44:47.215735 [ 4 ] {b04c9eb1-19a6-4f7a-9fbe-f027572b34f9} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.215864 [ 4 ] {b04c9eb1-19a6-4f7a-9fbe-f027572b34f9} executeQuery: Read 258 rows, 17.59 KiB in 0.001148 sec., 224738.67595818816 rows/sec., 14.96 MiB/sec. 2026.02.12 06:44:47.215900 [ 4 ] {b04c9eb1-19a6-4f7a-9fbe-f027572b34f9} TCPHandler: Processed in 0.001307484 sec. 2026.02.12 06:44:47.216009 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.216103 [ 4 ] {93fd0725-ea19-4b23-8a94-1be6f63420c6} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:44:47.216143 [ 4 ] {93fd0725-ea19-4b23-8a94-1be6f63420c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:44:47.216447 [ 4 ] {93fd0725-ea19-4b23-8a94-1be6f63420c6} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.216483 [ 4 ] {93fd0725-ea19-4b23-8a94-1be6f63420c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.216773 [ 4 ] {93fd0725-ea19-4b23-8a94-1be6f63420c6} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.02.12 06:44:47.216979 [ 4 ] {93fd0725-ea19-4b23-8a94-1be6f63420c6} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.217083 [ 25 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.02.12 06:44:47.217107 [ 4 ] {93fd0725-ea19-4b23-8a94-1be6f63420c6} executeQuery: Read 1 rows, 69.00 B in 0.001022 sec., 978.4735812133073 rows/sec., 65.93 KiB/sec. 2026.02.12 06:44:47.217115 [ 25 ] {} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.217147 [ 25 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.217150 [ 4 ] {93fd0725-ea19-4b23-8a94-1be6f63420c6} TCPHandler: Processed in 0.001189521 sec. 2026.02.12 06:44:47.217226 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.02.12 06:44:47.217272 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.217336 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:47.217370 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 27 rows starting from the beginning of the part 2026.02.12 06:44:47.217371 [ 4 ] {1d0d5ceb-a430-483c-98b3-f1973aba1561} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:47.217425 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part 2026.02.12 06:44:47.217437 [ 4 ] {1d0d5ceb-a430-483c-98b3-f1973aba1561} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:47.217475 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part 2026.02.12 06:44:47.217520 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part 2026.02.12 06:44:47.217559 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part 2026.02.12 06:44:47.217600 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part 2026.02.12 06:44:47.218233 [ 4 ] {1d0d5ceb-a430-483c-98b3-f1973aba1561} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.218273 [ 4 ] {1d0d5ceb-a430-483c-98b3-f1973aba1561} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.218427 [ 189 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.001232742 sec., 25958.39194251514 rows/sec., 1.70 MiB/sec. 2026.02.12 06:44:47.218567 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.02.12 06:44:47.218843 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.218858 [ 4 ] {1d0d5ceb-a430-483c-98b3-f1973aba1561} MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) 2026.02.12 06:44:47.218931 [ 194 ] {c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a::all_1_31_6} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.02.12 06:44:47.219011 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.02.12 06:44:47.219099 [ 4 ] {1d0d5ceb-a430-483c-98b3-f1973aba1561} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.219246 [ 4 ] {1d0d5ceb-a430-483c-98b3-f1973aba1561} executeQuery: Read 36 rows, 66.06 KiB in 0.001893 sec., 19017.43264659271 rows/sec., 34.08 MiB/sec. 2026.02.12 06:44:47.219305 [ 4 ] {1d0d5ceb-a430-483c-98b3-f1973aba1561} TCPHandler: Processed in 0.002083883 sec. 2026.02.12 06:44:47.219417 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:47.219511 [ 4 ] {a349212f-2aef-4473-b4c4-b434919677fd} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:47.219552 [ 4 ] {a349212f-2aef-4473-b4c4-b434919677fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:47.219865 [ 4 ] {a349212f-2aef-4473-b4c4-b434919677fd} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.219901 [ 4 ] {a349212f-2aef-4473-b4c4-b434919677fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.220198 [ 4 ] {a349212f-2aef-4473-b4c4-b434919677fd} MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) 2026.02.12 06:44:47.220401 [ 4 ] {a349212f-2aef-4473-b4c4-b434919677fd} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.220529 [ 4 ] {a349212f-2aef-4473-b4c4-b434919677fd} executeQuery: Read 88 rows, 5.66 KiB in 0.001037 sec., 84860.17357762778 rows/sec., 5.33 MiB/sec. 2026.02.12 06:44:47.220565 [ 4 ] {a349212f-2aef-4473-b4c4-b434919677fd} TCPHandler: Processed in 0.001196431 sec. 2026.02.12 06:44:47.450188 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 2026.02.12 06:44:47.467547 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:47.467592 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:47.473768 [ 243 ] {} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.12 06:44:47.474482 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:47.477352 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 302 2026.02.12 06:44:48.000208 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 300.04 MiB, peak 310.62 MiB, free memory in arenas 0.00 B, will set to 298.67 MiB (RSS), difference: -1.37 MiB 2026.02.12 06:44:52.221486 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:52.221789 [ 4 ] {a093bfa3-bc4a-4253-98ae-cd5e2f6eacd5} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.02.12 06:44:52.221895 [ 4 ] {a093bfa3-bc4a-4253-98ae-cd5e2f6eacd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.02.12 06:44:52.222739 [ 4 ] {a093bfa3-bc4a-4253-98ae-cd5e2f6eacd5} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:52.222787 [ 4 ] {a093bfa3-bc4a-4253-98ae-cd5e2f6eacd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:52.223173 [ 4 ] {a093bfa3-bc4a-4253-98ae-cd5e2f6eacd5} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.02.12 06:44:52.223400 [ 4 ] {a093bfa3-bc4a-4253-98ae-cd5e2f6eacd5} oximeter.fields_ipaddr (ff274c43-c338-44ba-9dd3-0583403fd06b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:52.223564 [ 4 ] {a093bfa3-bc4a-4253-98ae-cd5e2f6eacd5} executeQuery: Read 4 rows, 334.00 B in 0.001851 sec., 2160.9940572663427 rows/sec., 176.21 KiB/sec. 2026.02.12 06:44:52.223613 [ 4 ] {a093bfa3-bc4a-4253-98ae-cd5e2f6eacd5} TCPHandler: Processed in 0.002308889 sec. 2026.02.12 06:44:52.223730 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:52.223833 [ 4 ] {54b54fce-cf37-4547-86c6-be8a832c680e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:52.223878 [ 4 ] {54b54fce-cf37-4547-86c6-be8a832c680e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:52.224731 [ 4 ] {54b54fce-cf37-4547-86c6-be8a832c680e} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:52.224769 [ 4 ] {54b54fce-cf37-4547-86c6-be8a832c680e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:52.225180 [ 4 ] {54b54fce-cf37-4547-86c6-be8a832c680e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.12 06:44:52.225389 [ 4 ] {54b54fce-cf37-4547-86c6-be8a832c680e} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:52.225523 [ 4 ] {54b54fce-cf37-4547-86c6-be8a832c680e} executeQuery: Read 1208 rows, 102.09 KiB in 0.001713 sec., 705195.5633391711 rows/sec., 58.20 MiB/sec. 2026.02.12 06:44:52.225562 [ 4 ] {54b54fce-cf37-4547-86c6-be8a832c680e} TCPHandler: Processed in 0.001883528 sec. 2026.02.12 06:44:52.225675 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:52.225777 [ 4 ] {7a071237-9377-4c35-a391-b1ff633a1ddf} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:52.225817 [ 4 ] {7a071237-9377-4c35-a391-b1ff633a1ddf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:52.226210 [ 4 ] {7a071237-9377-4c35-a391-b1ff633a1ddf} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:52.226249 [ 4 ] {7a071237-9377-4c35-a391-b1ff633a1ddf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:52.226544 [ 4 ] {7a071237-9377-4c35-a391-b1ff633a1ddf} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.12 06:44:52.226749 [ 4 ] {7a071237-9377-4c35-a391-b1ff633a1ddf} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:52.226878 [ 4 ] {7a071237-9377-4c35-a391-b1ff633a1ddf} executeQuery: Read 9 rows, 671.00 B in 0.001122 sec., 8021.390374331551 rows/sec., 584.02 KiB/sec. 2026.02.12 06:44:52.226915 [ 4 ] {7a071237-9377-4c35-a391-b1ff633a1ddf} TCPHandler: Processed in 0.001291873 sec. 2026.02.12 06:44:52.227018 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:52.227112 [ 4 ] {4d7dca30-df80-4732-98c3-af0dd05f1ba2} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:44:52.227151 [ 4 ] {4d7dca30-df80-4732-98c3-af0dd05f1ba2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:44:52.227641 [ 4 ] {4d7dca30-df80-4732-98c3-af0dd05f1ba2} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:52.227678 [ 4 ] {4d7dca30-df80-4732-98c3-af0dd05f1ba2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:52.228004 [ 4 ] {4d7dca30-df80-4732-98c3-af0dd05f1ba2} MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) 2026.02.12 06:44:52.228221 [ 4 ] {4d7dca30-df80-4732-98c3-af0dd05f1ba2} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:52.228353 [ 4 ] {4d7dca30-df80-4732-98c3-af0dd05f1ba2} executeQuery: Read 228 rows, 15.81 KiB in 0.001259 sec., 181096.10802223987 rows/sec., 12.26 MiB/sec. 2026.02.12 06:44:52.228389 [ 4 ] {4d7dca30-df80-4732-98c3-af0dd05f1ba2} TCPHandler: Processed in 0.001420296 sec. 2026.02.12 06:44:52.228509 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:52.228609 [ 4 ] {acad492f-7cc1-4d79-8862-448e6cfe0ba3} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:52.228652 [ 4 ] {acad492f-7cc1-4d79-8862-448e6cfe0ba3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:52.229205 [ 4 ] {acad492f-7cc1-4d79-8862-448e6cfe0ba3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:52.229242 [ 4 ] {acad492f-7cc1-4d79-8862-448e6cfe0ba3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:52.229563 [ 4 ] {acad492f-7cc1-4d79-8862-448e6cfe0ba3} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.12 06:44:52.229792 [ 4 ] {acad492f-7cc1-4d79-8862-448e6cfe0ba3} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:52.229920 [ 4 ] {acad492f-7cc1-4d79-8862-448e6cfe0ba3} executeQuery: Read 529 rows, 40.13 KiB in 0.001333 sec., 396849.21230307576 rows/sec., 29.40 MiB/sec. 2026.02.12 06:44:52.229957 [ 4 ] {acad492f-7cc1-4d79-8862-448e6cfe0ba3} TCPHandler: Processed in 0.001496309 sec. 2026.02.12 06:44:52.230076 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:52.230171 [ 4 ] {51773b2c-47af-4b74-b9a0-fa94fcbc482e} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:52.230214 [ 4 ] {51773b2c-47af-4b74-b9a0-fa94fcbc482e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:52.230764 [ 4 ] {51773b2c-47af-4b74-b9a0-fa94fcbc482e} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:52.230800 [ 4 ] {51773b2c-47af-4b74-b9a0-fa94fcbc482e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:52.231177 [ 4 ] {51773b2c-47af-4b74-b9a0-fa94fcbc482e} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.12 06:44:52.231426 [ 4 ] {51773b2c-47af-4b74-b9a0-fa94fcbc482e} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:52.231557 [ 4 ] {51773b2c-47af-4b74-b9a0-fa94fcbc482e} executeQuery: Read 846 rows, 58.31 KiB in 0.001405 sec., 602135.231316726 rows/sec., 40.53 MiB/sec. 2026.02.12 06:44:52.231593 [ 4 ] {51773b2c-47af-4b74-b9a0-fa94fcbc482e} TCPHandler: Processed in 0.001566391 sec. 2026.02.12 06:44:52.231717 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:52.231811 [ 4 ] {5bf56e6f-8e83-4269-9e35-cb2ff9eb1136} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:52.231865 [ 4 ] {5bf56e6f-8e83-4269-9e35-cb2ff9eb1136} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:52.232608 [ 4 ] {5bf56e6f-8e83-4269-9e35-cb2ff9eb1136} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:52.232646 [ 4 ] {5bf56e6f-8e83-4269-9e35-cb2ff9eb1136} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:52.233146 [ 4 ] {5bf56e6f-8e83-4269-9e35-cb2ff9eb1136} MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) 2026.02.12 06:44:52.233386 [ 4 ] {5bf56e6f-8e83-4269-9e35-cb2ff9eb1136} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:52.233535 [ 4 ] {5bf56e6f-8e83-4269-9e35-cb2ff9eb1136} executeQuery: Read 5 rows, 9.17 KiB in 0.001742 sec., 2870.264064293915 rows/sec., 5.14 MiB/sec. 2026.02.12 06:44:52.233597 [ 4 ] {5bf56e6f-8e83-4269-9e35-cb2ff9eb1136} TCPHandler: Processed in 0.00193507 sec. 2026.02.12 06:44:52.233717 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:52.233810 [ 4 ] {302568e4-17b1-4325-8ffe-95071f4ec0ec} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:52.233851 [ 4 ] {302568e4-17b1-4325-8ffe-95071f4ec0ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:52.234204 [ 4 ] {302568e4-17b1-4325-8ffe-95071f4ec0ec} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:52.234244 [ 4 ] {302568e4-17b1-4325-8ffe-95071f4ec0ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:52.234560 [ 4 ] {302568e4-17b1-4325-8ffe-95071f4ec0ec} MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) 2026.02.12 06:44:52.234794 [ 4 ] {302568e4-17b1-4325-8ffe-95071f4ec0ec} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:52.234923 [ 4 ] {302568e4-17b1-4325-8ffe-95071f4ec0ec} executeQuery: Read 60 rows, 4.14 KiB in 0.001132 sec., 53003.5335689046 rows/sec., 3.57 MiB/sec. 2026.02.12 06:44:52.234957 [ 4 ] {302568e4-17b1-4325-8ffe-95071f4ec0ec} TCPHandler: Processed in 0.001291173 sec. 2026.02.12 06:44:53.923966 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 19616 2026.02.12 06:44:53.924552 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:53.924592 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:53.925086 [ 244 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.12 06:44:53.925315 [ 244 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:53.925436 [ 100 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.12 06:44:53.925446 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19616 2026.02.12 06:44:53.925483 [ 100 ] {} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:53.925538 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:53.925662 [ 192 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.12 06:44:53.925765 [ 192 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:53.925802 [ 192 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 17248 rows starting from the beginning of the part 2026.02.12 06:44:53.925869 [ 192 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 448 rows starting from the beginning of the part 2026.02.12 06:44:53.925920 [ 192 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 512 rows starting from the beginning of the part 2026.02.12 06:44:53.925968 [ 192 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 448 rows starting from the beginning of the part 2026.02.12 06:44:53.926011 [ 192 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 512 rows starting from the beginning of the part 2026.02.12 06:44:53.926091 [ 192 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 448 rows starting from the beginning of the part 2026.02.12 06:44:53.928038 [ 189 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 19616 rows, containing 4 columns (4 merged, 0 gathered) in 0.002426403 sec., 8084394.8841144685 rows/sec., 115.65 MiB/sec. 2026.02.12 06:44:53.928438 [ 200 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.12 06:44:53.928716 [ 200 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:53.928782 [ 200 ] {39861737-06f1-4c46-92fa-63934fb5f9b2::all_1_41_8} system.asynchronous_metric_log (39861737-06f1-4c46-92fa-63934fb5f9b2) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.12 06:44:53.928859 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. 2026.02.12 06:44:54.977436 [ 243 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 2026.02.12 06:44:54.995771 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:54.995840 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:55.000337 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 303.38 MiB, peak 310.62 MiB, free memory in arenas 0.00 B, will set to 298.93 MiB (RSS), difference: -4.46 MiB 2026.02.12 06:44:55.001933 [ 243 ] {} MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) 2026.02.12 06:44:55.002640 [ 243 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:55.002945 [ 123 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 2026.02.12 06:44:55.003019 [ 123 ] {} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:55.003042 [ 123 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:55.003185 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full 2026.02.12 06:44:55.006088 [ 243 ] {} SystemLog (system.metric_log): Flushed system log up to offset 309 2026.02.12 06:44:55.007056 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:55.008676 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part 2026.02.12 06:44:55.013704 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part 2026.02.12 06:44:55.018466 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part 2026.02.12 06:44:55.023123 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part 2026.02.12 06:44:55.027674 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part 2026.02.12 06:44:55.031581 [ 192 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part 2026.02.12 06:44:55.086652 [ 189 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.083527041 sec., 3699.4007724995313 rows/sec., 19.13 MiB/sec. 2026.02.12 06:44:55.089670 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) 2026.02.12 06:44:55.091748 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:55.091863 [ 187 ] {c9993f83-3e77-4a3a-bbce-89af00a42aa0::all_1_41_8} system.metric_log (c9993f83-3e77-4a3a-bbce-89af00a42aa0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 2026.02.12 06:44:55.094393 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. 2026.02.12 06:44:56.000246 [ 247 ] {} AsynchronousMetrics: MemoryTracking: was 295.49 MiB, peak 310.62 MiB, free memory in arenas 0.00 B, will set to 300.13 MiB (RSS), difference: 4.63 MiB 2026.02.12 06:44:56.474536 [ 242 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1256 2026.02.12 06:44:56.477029 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:56.477077 [ 242 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:56.478308 [ 242 ] {} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:44:56.478593 [ 242 ] {} system.query_log (40fcd4f1-4c0f-4aca-b4c1-08a48b3de59c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:56.478961 [ 242 ] {} SystemLog (system.query_log): Flushed system log up to offset 1256 2026.02.12 06:44:57.201708 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.201917 [ 4 ] {d54780f8-7710-4ced-a6b8-7f6ac03d5062} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.02.12 06:44:57.201985 [ 4 ] {d54780f8-7710-4ced-a6b8-7f6ac03d5062} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.02.12 06:44:57.202687 [ 4 ] {d54780f8-7710-4ced-a6b8-7f6ac03d5062} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.202741 [ 4 ] {d54780f8-7710-4ced-a6b8-7f6ac03d5062} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.203143 [ 4 ] {d54780f8-7710-4ced-a6b8-7f6ac03d5062} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:44:57.203370 [ 4 ] {d54780f8-7710-4ced-a6b8-7f6ac03d5062} oximeter.fields_i16 (104fcacf-471b-4b77-b51d-abdf8db3ebef): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.203533 [ 4 ] {d54780f8-7710-4ced-a6b8-7f6ac03d5062} executeQuery: Read 266 rows, 17.30 KiB in 0.001662 sec., 160048.13477737666 rows/sec., 10.17 MiB/sec. 2026.02.12 06:44:57.203580 [ 4 ] {d54780f8-7710-4ced-a6b8-7f6ac03d5062} TCPHandler: Processed in 0.002055793 sec. 2026.02.12 06:44:57.203702 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.203805 [ 4 ] {02754c26-3621-48a9-b266-b60b673bcea9} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.02.12 06:44:57.203848 [ 4 ] {02754c26-3621-48a9-b266-b60b673bcea9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.02.12 06:44:57.204506 [ 4 ] {02754c26-3621-48a9-b266-b60b673bcea9} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.204544 [ 4 ] {02754c26-3621-48a9-b266-b60b673bcea9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.204916 [ 4 ] {02754c26-3621-48a9-b266-b60b673bcea9} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.12 06:44:57.205122 [ 4 ] {02754c26-3621-48a9-b266-b60b673bcea9} oximeter.fields_string (b9cd91d4-479c-4dc1-8eb8-47727e48b0e3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.205256 [ 4 ] {02754c26-3621-48a9-b266-b60b673bcea9} executeQuery: Read 824 rows, 67.47 KiB in 0.001475 sec., 558644.0677966102 rows/sec., 44.67 MiB/sec. 2026.02.12 06:44:57.205295 [ 4 ] {02754c26-3621-48a9-b266-b60b673bcea9} TCPHandler: Processed in 0.001645932 sec. 2026.02.12 06:44:57.205409 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.205504 [ 4 ] {1a96a5ab-165a-49eb-9700-14cc3093ce61} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.02.12 06:44:57.205545 [ 4 ] {1a96a5ab-165a-49eb-9700-14cc3093ce61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.02.12 06:44:57.205970 [ 4 ] {1a96a5ab-165a-49eb-9700-14cc3093ce61} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.206007 [ 4 ] {1a96a5ab-165a-49eb-9700-14cc3093ce61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.206316 [ 4 ] {1a96a5ab-165a-49eb-9700-14cc3093ce61} MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) 2026.02.12 06:44:57.206533 [ 4 ] {1a96a5ab-165a-49eb-9700-14cc3093ce61} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.206646 [ 140 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 2026.02.12 06:44:57.206661 [ 4 ] {1a96a5ab-165a-49eb-9700-14cc3093ce61} executeQuery: Read 169 rows, 10.71 KiB in 0.001176 sec., 143707.48299319728 rows/sec., 8.89 MiB/sec. 2026.02.12 06:44:57.206715 [ 140 ] {} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.206723 [ 4 ] {1a96a5ab-165a-49eb-9700-14cc3093ce61} TCPHandler: Processed in 0.001364115 sec. 2026.02.12 06:44:57.206746 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.206847 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.206884 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergeTask::PrepareStage: Merging 6 parts: from all_1_51_10 to all_56_56_0 into Compact with storage Full 2026.02.12 06:44:57.206947 [ 4 ] {eb5ec10d-afbd-476f-a601-9d5f8333797f} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.02.12 06:44:57.206990 [ 4 ] {eb5ec10d-afbd-476f-a601-9d5f8333797f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.02.12 06:44:57.207051 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:57.207093 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 192 rows starting from the beginning of the part 2026.02.12 06:44:57.207169 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 171 rows starting from the beginning of the part 2026.02.12 06:44:57.207222 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 5 rows starting from the beginning of the part 2026.02.12 06:44:57.207271 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 169 rows starting from the beginning of the part 2026.02.12 06:44:57.207315 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 9 rows starting from the beginning of the part 2026.02.12 06:44:57.207367 [ 186 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 169 rows starting from the beginning of the part 2026.02.12 06:44:57.207404 [ 4 ] {eb5ec10d-afbd-476f-a601-9d5f8333797f} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.207446 [ 4 ] {eb5ec10d-afbd-476f-a601-9d5f8333797f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.207781 [ 4 ] {eb5ec10d-afbd-476f-a601-9d5f8333797f} MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) 2026.02.12 06:44:57.208015 [ 4 ] {eb5ec10d-afbd-476f-a601-9d5f8333797f} oximeter.fields_u32 (1c3d6af9-b896-417c-ac6a-5a0d82f696fc): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.208151 [ 4 ] {eb5ec10d-afbd-476f-a601-9d5f8333797f} executeQuery: Read 140 rows, 9.27 KiB in 0.001222 sec., 114566.28477905074 rows/sec., 7.40 MiB/sec. 2026.02.12 06:44:57.208189 [ 4 ] {eb5ec10d-afbd-476f-a601-9d5f8333797f} TCPHandler: Processed in 0.001391686 sec. 2026.02.12 06:44:57.208304 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.208399 [ 4 ] {1931cdcc-dc1c-4b5b-8b23-50e5352777aa} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.02.12 06:44:57.208411 [ 189 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergeTask::MergeProjectionsStage: Merge sorted 715 rows, containing 5 columns (5 merged, 0 gathered) in 0.001584291 sec., 451305.97851026105 rows/sec., 29.86 MiB/sec. 2026.02.12 06:44:57.208438 [ 4 ] {1931cdcc-dc1c-4b5b-8b23-50e5352777aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.02.12 06:44:57.208618 [ 196 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) 2026.02.12 06:44:57.208867 [ 4 ] {1931cdcc-dc1c-4b5b-8b23-50e5352777aa} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.208911 [ 4 ] {1931cdcc-dc1c-4b5b-8b23-50e5352777aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.208923 [ 196 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.209016 [ 196 ] {7218423f-ee06-40a4-aa9e-e401692d0d13::all_1_56_11} oximeter.fields_u16 (7218423f-ee06-40a4-aa9e-e401692d0d13) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 2026.02.12 06:44:57.209134 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.02.12 06:44:57.209235 [ 4 ] {1931cdcc-dc1c-4b5b-8b23-50e5352777aa} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:44:57.209449 [ 4 ] {1931cdcc-dc1c-4b5b-8b23-50e5352777aa} oximeter.fields_u8 (7b29bf0c-b56d-4d76-84c0-97fa75c076c3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.209584 [ 4 ] {1931cdcc-dc1c-4b5b-8b23-50e5352777aa} executeQuery: Read 139 rows, 8.10 KiB in 0.001203 sec., 115544.47215295096 rows/sec., 6.57 MiB/sec. 2026.02.12 06:44:57.209621 [ 4 ] {1931cdcc-dc1c-4b5b-8b23-50e5352777aa} TCPHandler: Processed in 0.001366125 sec. 2026.02.12 06:44:57.209739 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.209833 [ 4 ] {5f81d62c-c187-4797-b65a-ca5acd3aee70} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.02.12 06:44:57.209873 [ 4 ] {5f81d62c-c187-4797-b65a-ca5acd3aee70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.02.12 06:44:57.210427 [ 4 ] {5f81d62c-c187-4797-b65a-ca5acd3aee70} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.210464 [ 4 ] {5f81d62c-c187-4797-b65a-ca5acd3aee70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.210785 [ 4 ] {5f81d62c-c187-4797-b65a-ca5acd3aee70} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.12 06:44:57.211001 [ 4 ] {5f81d62c-c187-4797-b65a-ca5acd3aee70} oximeter.fields_uuid (007be59e-0e92-43b1-a6ad-bf3d129d9124): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.211131 [ 4 ] {5f81d62c-c187-4797-b65a-ca5acd3aee70} executeQuery: Read 499 rows, 36.16 KiB in 0.001315 sec., 379467.68060836504 rows/sec., 26.86 MiB/sec. 2026.02.12 06:44:57.211168 [ 4 ] {5f81d62c-c187-4797-b65a-ca5acd3aee70} TCPHandler: Processed in 0.001478168 sec. 2026.02.12 06:44:57.211279 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.211399 [ 4 ] {63323a1f-6008-48ab-8fc6-2dd186ad6ec7} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.02.12 06:44:57.211446 [ 4 ] {63323a1f-6008-48ab-8fc6-2dd186ad6ec7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.02.12 06:44:57.211778 [ 4 ] {63323a1f-6008-48ab-8fc6-2dd186ad6ec7} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.211814 [ 4 ] {63323a1f-6008-48ab-8fc6-2dd186ad6ec7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.212132 [ 4 ] {63323a1f-6008-48ab-8fc6-2dd186ad6ec7} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.02.12 06:44:57.212345 [ 4 ] {63323a1f-6008-48ab-8fc6-2dd186ad6ec7} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.212452 [ 126 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 2026.02.12 06:44:57.212474 [ 4 ] {63323a1f-6008-48ab-8fc6-2dd186ad6ec7} executeQuery: Read 6 rows, 321.00 B in 0.001094 sec., 5484.460694698355 rows/sec., 286.54 KiB/sec. 2026.02.12 06:44:57.212502 [ 126 ] {} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.212517 [ 4 ] {63323a1f-6008-48ab-8fc6-2dd186ad6ec7} TCPHandler: Processed in 0.001286663 sec. 2026.02.12 06:44:57.212526 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.212607 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_25_5 to all_30_30_0 into Compact with storage Full 2026.02.12 06:44:57.212636 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.212707 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.02.12 06:44:57.212738 [ 4 ] {8764434a-afa6-4abb-9b86-e673c771d599} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:57.212740 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 150 rows starting from the beginning of the part 2026.02.12 06:44:57.212789 [ 4 ] {8764434a-afa6-4abb-9b86-e673c771d599} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.02.12 06:44:57.212807 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:57.212850 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:57.212881 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:57.212914 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:57.212945 [ 186 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part 2026.02.12 06:44:57.213191 [ 4 ] {8764434a-afa6-4abb-9b86-e673c771d599} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.213232 [ 4 ] {8764434a-afa6-4abb-9b86-e673c771d599} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.213582 [ 4 ] {8764434a-afa6-4abb-9b86-e673c771d599} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.12 06:44:57.213663 [ 196 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 4 columns (4 merged, 0 gathered) in 0.001083888 sec., 166068.81891855985 rows/sec., 8.47 MiB/sec. 2026.02.12 06:44:57.213805 [ 4 ] {8764434a-afa6-4abb-9b86-e673c771d599} oximeter.measurements_cumulativeu64 (436009a7-ea7b-4560-9d67-55a8eaccbd6c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.213812 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) 2026.02.12 06:44:57.213942 [ 4 ] {8764434a-afa6-4abb-9b86-e673c771d599} executeQuery: Read 258 rows, 17.59 KiB in 0.001222 sec., 211129.2962356792 rows/sec., 14.06 MiB/sec. 2026.02.12 06:44:57.213986 [ 4 ] {8764434a-afa6-4abb-9b86-e673c771d599} TCPHandler: Processed in 0.001398847 sec. 2026.02.12 06:44:57.214100 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.214142 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.214196 [ 4 ] {a8277eb1-1da9-44bb-b1dd-45fa3d658918} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.02.12 06:44:57.214228 [ 202 ] {cc9dd22c-c260-49d3-89d6-a172ba4017be::all_1_30_6} oximeter.measurements_bool (cc9dd22c-c260-49d3-89d6-a172ba4017be) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 2026.02.12 06:44:57.214242 [ 4 ] {a8277eb1-1da9-44bb-b1dd-45fa3d658918} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.02.12 06:44:57.214318 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. 2026.02.12 06:44:57.214557 [ 4 ] {a8277eb1-1da9-44bb-b1dd-45fa3d658918} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.214597 [ 4 ] {a8277eb1-1da9-44bb-b1dd-45fa3d658918} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.214895 [ 4 ] {a8277eb1-1da9-44bb-b1dd-45fa3d658918} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.02.12 06:44:57.215100 [ 4 ] {a8277eb1-1da9-44bb-b1dd-45fa3d658918} oximeter.measurements_f64 (c3a0dcda-fb7f-424e-8db3-d32f4d57ba4a): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.215226 [ 4 ] {a8277eb1-1da9-44bb-b1dd-45fa3d658918} executeQuery: Read 1 rows, 69.00 B in 0.001048 sec., 954.1984732824427 rows/sec., 64.30 KiB/sec. 2026.02.12 06:44:57.215261 [ 4 ] {a8277eb1-1da9-44bb-b1dd-45fa3d658918} TCPHandler: Processed in 0.001209821 sec. 2026.02.12 06:44:57.215366 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.215460 [ 4 ] {1bc0459d-f544-4974-bfc3-ac00f03f0076} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.02.12 06:44:57.215513 [ 4 ] {1bc0459d-f544-4974-bfc3-ac00f03f0076} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.02.12 06:44:57.216287 [ 4 ] {1bc0459d-f544-4974-bfc3-ac00f03f0076} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.216324 [ 4 ] {1bc0459d-f544-4974-bfc3-ac00f03f0076} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.216881 [ 4 ] {1bc0459d-f544-4974-bfc3-ac00f03f0076} MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) 2026.02.12 06:44:57.217101 [ 4 ] {1bc0459d-f544-4974-bfc3-ac00f03f0076} oximeter.measurements_histogramu64 (9dd1cb2e-6676-4972-9866-8e5ed1d306d3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.217238 [ 4 ] {1bc0459d-f544-4974-bfc3-ac00f03f0076} executeQuery: Read 36 rows, 66.06 KiB in 0.001795 sec., 20055.710306406687 rows/sec., 35.94 MiB/sec. 2026.02.12 06:44:57.217290 [ 4 ] {1bc0459d-f544-4974-bfc3-ac00f03f0076} TCPHandler: Processed in 0.00197287 sec. 2026.02.12 06:44:57.217404 [ 4 ] {} TCP-Session: 689f6ec0-f430-45ae-bced-2dbe596ebb72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.02.12 06:44:57.217500 [ 4 ] {5cc54996-eaa9-409a-b742-80fad02ed791} executeQuery: (from [fd00:1122:3344:101::d]:51140) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.02.12 06:44:57.217541 [ 4 ] {5cc54996-eaa9-409a-b742-80fad02ed791} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.02.12 06:44:57.217854 [ 4 ] {5cc54996-eaa9-409a-b742-80fad02ed791} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.02.12 06:44:57.217891 [ 4 ] {5cc54996-eaa9-409a-b742-80fad02ed791} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.02.12 06:44:57.218199 [ 4 ] {5cc54996-eaa9-409a-b742-80fad02ed791} MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) 2026.02.12 06:44:57.218405 [ 4 ] {5cc54996-eaa9-409a-b742-80fad02ed791} oximeter.measurements_u64 (e6cfdd5b-9abc-4d9a-af51-bf584c00230f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.02.12 06:44:57.218532 [ 4 ] {5cc54996-eaa9-409a-b742-80fad02ed791} executeQuery: Read 88 rows, 5.66 KiB in 0.001051 sec., 83729.78116079923 rows/sec., 5.26 MiB/sec. 2026.02.12 06:44:57.218567 [ 4 ] {5cc54996-eaa9-409a-b742-80fad02ed791} TCPHandler: Processed in 0.001212341 sec.