[ Dec 19 19:57:17 Enabled. ] [ Dec 19 19:57:17 Rereading configuration. ] [ Dec 19 19:57:19 Rereading configuration. ] [ Dec 19 19:57:28 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] + set -o errexit + set -o pipefail + . /lib/svc/share/smf_include.sh ++ SMF_EXIT_OK=0 ++ SMF_EXIT_NODAEMON=94 ++ SMF_EXIT_ERR_FATAL=95 ++ SMF_EXIT_ERR_CONFIG=96 ++ SMF_EXIT_MON_DEGRADE=97 ++ SMF_EXIT_MON_OFFLINE=98 ++ SMF_EXIT_ERR_NOSMF=99 ++ SMF_EXIT_ERR_PERM=100 ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default + LISTEN_ADDR=fd00:1122:3344:101::e ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default + LISTEN_PORT=8123 ++ svcprop -c -p config/store svc:/oxide/clickhouse:default + DATASTORE=/data + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 [ Dec 19 19:57:28 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2025.12.19 19:57:30.833280 [ 1 ] {} Application: Will watch for the process with pid 25794 2025.12.19 19:57:30.833746 [ 1 ] {} Application: Forked a child process to watch 2025.12.19 19:57:31.041153 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25794 2025.12.19 19:57:31.043709 [ 1 ] {} Application: starting up 2025.12.19 19:57:31.043885 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2025.12.19 19:57:31.255516 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2025.12.19 19:57:31.284181 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2025.12.19 19:57:31.284230 [ 1 ] {} Application: Initializing DateLUT. 2025.12.19 19:57:31.284247 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2025.12.19 19:57:31.284300 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2025.12.19 19:57:31.284651 [ 1 ] {} Application: Initializing interserver credentials. 2025.12.19 19:57:31.288505 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.19 19:57:31.289273 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.19 19:57:31.291575 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2025.12.19 19:57:31.291603 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2025.12.19 19:57:31.291619 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2025.12.19 19:57:31.293655 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.19 19:57:31.294644 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2025.12.19 19:57:31.300076 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.19 19:57:31.300834 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2025.12.19 19:57:31.302088 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.19 19:57:31.302151 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.19 19:57:31.303150 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2025.12.19 19:57:31.303558 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2025.12.19 19:57:31.308699 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2025.12.19 19:57:31.309322 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2025.12.19 19:57:31.315798 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2025.12.19 19:57:31.316191 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2025.12.19 19:57:31.316559 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2025.12.19 19:57:31.316891 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2025.12.19 19:57:31.318243 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2025.12.19 19:57:31.318268 [ 1 ] {} Application: Loading metadata from /data/ 2025.12.19 19:57:31.318354 [ 127 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:57:31.318875 [ 127 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:57:31.330333 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2025.12.19 19:57:31.330359 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000164382 sec 2025.12.19 19:57:31.330380 [ 1 ] {} ReferentialDeps: No tables 2025.12.19 19:57:31.330394 [ 1 ] {} LoadingDeps: No tables 2025.12.19 19:57:31.331054 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2025.12.19 19:57:31.331610 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2025.12.19 19:57:31.350510 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2025.12.19 19:57:31.350556 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2025.12.19 19:57:31.350579 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2025.12.19 19:57:31.350591 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2025.12.19 19:57:31.350624 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2025.12.19 19:57:31.350643 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2025.12.19 19:57:31.353298 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2025.12.19 19:57:31.353350 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2025.12.19 19:57:31.353372 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2025.12.19 19:57:31.353526 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2025.12.19 19:57:31.353569 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2025.12.19 19:57:31.353583 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2025.12.19 19:57:31.353601 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2025.12.19 19:57:31.353613 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2025.12.19 19:57:31.353642 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2025.12.19 19:57:31.353660 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2025.12.19 19:57:31.385117 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2025.12.19 19:57:31.387473 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2025.12.19 19:57:31.387509 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.5451e-05 sec 2025.12.19 19:57:31.387525 [ 1 ] {} ReferentialDeps: No tables 2025.12.19 19:57:31.387539 [ 1 ] {} LoadingDeps: No tables 2025.12.19 19:57:31.387566 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2025.12.19 19:57:31.387789 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2025.12.19 19:57:31.387839 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2025.12.19 19:57:31.387855 [ 1 ] {} Application: Loaded metadata. 2025.12.19 19:57:31.387869 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2025.12.19 19:57:31.387883 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2025.12.19 19:57:31.393185 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2025.12.19 19:57:31.393381 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.79 MiB (RSS), difference: 92.01 MiB 2025.12.19 19:57:31.396122 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.392e-05 sec. 2025.12.19 19:57:31.396413 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2025.12.19 19:57:31.397690 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2025.12.19 19:57:31.397709 [ 1 ] {} Application: Ready for connections. 2025.12.19 19:57:32.000174 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.80 MiB, peak 116.80 MiB, free memory in arenas 0.00 B, will set to 118.33 MiB (RSS), difference: 1.52 MiB 2025.12.19 19:57:32.559289 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37918 2025.12.19 19:57:32.561482 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:32.561554 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Authenticating user 'default' from [fd00:1122:3344:101::d]:37918 2025.12.19 19:57:32.561600 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.561613 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.561709 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.19 19:57:32.561742 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:32.561757 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:32.563943 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46211 2025.12.19 19:57:32.563969 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34470 2025.12.19 19:57:32.564083 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50808 2025.12.19 19:57:32.564219 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:32.564273 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Authenticating user 'default' from [fd00:1122:3344:101::d]:46211 2025.12.19 19:57:32.564301 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.564319 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:62721 2025.12.19 19:57:32.564340 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:32.564336 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.564374 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:32.564385 [ 5 ] {} TCP-Session: 001e79dc-d963-40fe-ac90-fafb96e2dc0f Authenticating user 'default' from [fd00:1122:3344:101::d]:34470 2025.12.19 19:57:32.564431 [ 254 ] {} TCP-Session: a4ed79d4-88c7-45e5-b470-17c9af570c66 Authenticating user 'default' from [fd00:1122:3344:101::d]:50808 2025.12.19 19:57:32.564439 [ 5 ] {} TCP-Session: 001e79dc-d963-40fe-ac90-fafb96e2dc0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.564456 [ 254 ] {} TCP-Session: a4ed79d4-88c7-45e5-b470-17c9af570c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.564465 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:32.564480 [ 5 ] {} TCP-Session: 001e79dc-d963-40fe-ac90-fafb96e2dc0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.564489 [ 254 ] {} TCP-Session: a4ed79d4-88c7-45e5-b470-17c9af570c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.564522 [ 255 ] {} TCP-Session: f0fc51db-43c0-47f4-a414-2dd313b51103 Authenticating user 'default' from [fd00:1122:3344:101::d]:62721 2025.12.19 19:57:32.564432 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:50269 2025.12.19 19:57:32.564554 [ 255 ] {} TCP-Session: f0fc51db-43c0-47f4-a414-2dd313b51103 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.564551 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40867 2025.12.19 19:57:32.564621 [ 255 ] {} TCP-Session: f0fc51db-43c0-47f4-a414-2dd313b51103 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.564643 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38704 2025.12.19 19:57:32.564708 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:52102 2025.12.19 19:57:32.564941 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:32.564947 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:32.564983 [ 256 ] {} TCP-Session: 889aaf58-7927-4ee6-9a14-4c070557dc3a Authenticating user 'default' from [fd00:1122:3344:101::d]:50269 2025.12.19 19:57:32.564999 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:32.565015 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:32.565044 [ 257 ] {} TCP-Session: 4acb0b25-53e1-461f-a980-1b8b213b1895 Authenticating user 'default' from [fd00:1122:3344:101::d]:40867 2025.12.19 19:57:32.565044 [ 256 ] {} TCP-Session: 889aaf58-7927-4ee6-9a14-4c070557dc3a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.565075 [ 259 ] {} TCP-Session: 8bfd4524-011a-4bb6-959b-fb0534e81544 Authenticating user 'default' from [fd00:1122:3344:101::d]:52102 2025.12.19 19:57:32.565087 [ 257 ] {} TCP-Session: 4acb0b25-53e1-461f-a980-1b8b213b1895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.565104 [ 259 ] {} TCP-Session: 8bfd4524-011a-4bb6-959b-fb0534e81544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.565122 [ 257 ] {} TCP-Session: 4acb0b25-53e1-461f-a980-1b8b213b1895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.565131 [ 259 ] {} TCP-Session: 8bfd4524-011a-4bb6-959b-fb0534e81544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.565090 [ 256 ] {} TCP-Session: 889aaf58-7927-4ee6-9a14-4c070557dc3a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.565005 [ 258 ] {} TCP-Session: 5a8c1abb-834a-4081-b17e-b07b7f67aadf Authenticating user 'default' from [fd00:1122:3344:101::d]:38704 2025.12.19 19:57:32.565209 [ 258 ] {} TCP-Session: 5a8c1abb-834a-4081-b17e-b07b7f67aadf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.565237 [ 258 ] {} TCP-Session: 5a8c1abb-834a-4081-b17e-b07b7f67aadf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:32.568343 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.574265 [ 3 ] {27cc0582-0109-4b2b-86b8-bc4867bab4da} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.19 19:57:32.709861 [ 3 ] {27cc0582-0109-4b2b-86b8-bc4867bab4da} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37918) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.19 19:57:32.710651 [ 3 ] {27cc0582-0109-4b2b-86b8-bc4867bab4da} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.19 19:57:32.710742 [ 3 ] {27cc0582-0109-4b2b-86b8-bc4867bab4da} TCPHandler: Processed in 0.144373083 sec. 2025.12.19 19:57:32.711195 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.713019 [ 4 ] {d532688c-2fc2-47b1-af56-37d1d9cfe0ed} executeQuery: (from [fd00:1122:3344:101::d]:46211) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.19 19:57:32.713388 [ 4 ] {d532688c-2fc2-47b1-af56-37d1d9cfe0ed} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:46211) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.19 19:57:32.713528 [ 4 ] {d532688c-2fc2-47b1-af56-37d1d9cfe0ed} TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::Exception::Exception, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&) @ 0x000000000a3c7817 in /opt/oxide/clickhouse/clickhouse 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string, std::allocator > const&) const @ 0x00000000147ad091 in /opt/oxide/clickhouse/clickhouse 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x000000001476347d in /opt/oxide/clickhouse/clickhouse 5. DB::JoinedTables::getLeftTableStorage() @ 0x00000000148ec08b in /opt/oxide/clickhouse/clickhouse 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, std::optional, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&, std::shared_ptr const&, std::shared_ptr) @ 0x0000000014866701 in /opt/oxide/clickhouse/clickhouse 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr const&, std::shared_ptr const&, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x0000000014864f66 in /opt/oxide/clickhouse/clickhouse 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b3d46 in /opt/oxide/clickhouse/clickhouse 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr const&, std::shared_ptr, DB::SelectQueryOptions const&, std::vector, std::allocator >, std::allocator, std::allocator > > > const&) @ 0x00000000148b2a83 in /opt/oxide/clickhouse/clickhouse 10. std::__detail::_MakeUniq::__single_object std::make_unique&, std::shared_ptr&, DB::SelectQueryOptions const&>(std::shared_ptr&, std::shared_ptr&, DB::SelectQueryOptions const&) @ 0x000000001483d407 in /opt/oxide/clickhouse/clickhouse 11. DB::InterpreterFactory::get(std::shared_ptr&, std::shared_ptr, DB::SelectQueryOptions const&) @ 0x000000001483c8d5 in /opt/oxide/clickhouse/clickhouse 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000014a5f216 in /opt/oxide/clickhouse/clickhouse 13. DB::executeQuery(std::__cxx11::basic_string, std::allocator > const&, std::shared_ptr, bool, DB::QueryProcessingStage::Enum) @ 0x0000000014a5bd46 in /opt/oxide/clickhouse/clickhouse 14. DB::TCPHandler::runImpl() @ 0x00000000153fbaaa in /opt/oxide/clickhouse/clickhouse 15. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 16. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 17. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 18. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 20. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 2025.12.19 19:57:32.713612 [ 4 ] {d532688c-2fc2-47b1-af56-37d1d9cfe0ed} TCPHandler: Processed in 0.002602477 sec. 2025.12.19 19:57:32.715840 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.716712 [ 3 ] {e5674023-02c5-42a9-94ac-f6ed7b61cff1} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2025.12.19 19:57:32.717325 [ 3 ] {e5674023-02c5-42a9-94ac-f6ed7b61cff1} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2025.12.19 19:57:32.730366 [ 3 ] {e5674023-02c5-42a9-94ac-f6ed7b61cff1} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2025.12.19 19:57:32.730390 [ 3 ] {e5674023-02c5-42a9-94ac-f6ed7b61cff1} TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.1761e-05 sec 2025.12.19 19:57:32.730421 [ 3 ] {e5674023-02c5-42a9-94ac-f6ed7b61cff1} ReferentialDeps: No tables 2025.12.19 19:57:32.730432 [ 3 ] {e5674023-02c5-42a9-94ac-f6ed7b61cff1} LoadingDeps: No tables 2025.12.19 19:57:32.730455 [ 3 ] {e5674023-02c5-42a9-94ac-f6ed7b61cff1} DatabaseAtomic (oximeter): Starting up tables. 2025.12.19 19:57:32.731101 [ 3 ] {e5674023-02c5-42a9-94ac-f6ed7b61cff1} TCPHandler: Processed in 0.0154123 sec. 2025.12.19 19:57:32.731258 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.731412 [ 3 ] {c55a0b41-7dae-4aef-9370-4b0dac25ab97} executeQuery: (from [fd00:1122:3344:101::d]:37918) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2025.12.19 19:57:32.731479 [ 3 ] {c55a0b41-7dae-4aef-9370-4b0dac25ab97} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2025.12.19 19:57:32.736394 [ 3 ] {c55a0b41-7dae-4aef-9370-4b0dac25ab97} StoragePolicy (default): Storage policy default created, total volumes 1 2025.12.19 19:57:32.740074 [ 3 ] {c55a0b41-7dae-4aef-9370-4b0dac25ab97} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd): Loading data parts 2025.12.19 19:57:32.742411 [ 3 ] {c55a0b41-7dae-4aef-9370-4b0dac25ab97} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd): There are no data parts 2025.12.19 19:57:32.753056 [ 3 ] {c55a0b41-7dae-4aef-9370-4b0dac25ab97} TCPHandler: Processed in 0.021849736 sec. 2025.12.19 19:57:32.753220 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.753424 [ 3 ] {4acec36f-c475-44a5-a47e-9c8a50318cab} executeQuery: (from [fd00:1122:3344:101::d]:37918) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.753493 [ 3 ] {4acec36f-c475-44a5-a47e-9c8a50318cab} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2025.12.19 19:57:32.773283 [ 3 ] {4acec36f-c475-44a5-a47e-9c8a50318cab} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Loading data parts 2025.12.19 19:57:32.773483 [ 3 ] {4acec36f-c475-44a5-a47e-9c8a50318cab} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): There are no data parts 2025.12.19 19:57:32.780550 [ 3 ] {4acec36f-c475-44a5-a47e-9c8a50318cab} TCPHandler: Processed in 0.027379403 sec. 2025.12.19 19:57:32.780831 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.781155 [ 3 ] {c523deae-d344-4331-8d6e-c3c30d60c35c} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.781262 [ 3 ] {c523deae-d344-4331-8d6e-c3c30d60c35c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2025.12.19 19:57:32.783412 [ 3 ] {c523deae-d344-4331-8d6e-c3c30d60c35c} oximeter.measurements_i8 (2ffcfefc-bf90-4758-a71c-435e72edfbbb): Loading data parts 2025.12.19 19:57:32.783580 [ 3 ] {c523deae-d344-4331-8d6e-c3c30d60c35c} oximeter.measurements_i8 (2ffcfefc-bf90-4758-a71c-435e72edfbbb): There are no data parts 2025.12.19 19:57:32.785742 [ 3 ] {c523deae-d344-4331-8d6e-c3c30d60c35c} TCPHandler: Processed in 0.005013082 sec. 2025.12.19 19:57:32.785890 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.786063 [ 3 ] {d97fbf95-bf2f-4b99-8de6-61cf68a10cb8} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.786107 [ 3 ] {d97fbf95-bf2f-4b99-8de6-61cf68a10cb8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2025.12.19 19:57:32.787717 [ 3 ] {d97fbf95-bf2f-4b99-8de6-61cf68a10cb8} oximeter.measurements_u8 (ee33e2e8-c289-4a90-bffb-e15a0de308c5): Loading data parts 2025.12.19 19:57:32.787873 [ 3 ] {d97fbf95-bf2f-4b99-8de6-61cf68a10cb8} oximeter.measurements_u8 (ee33e2e8-c289-4a90-bffb-e15a0de308c5): There are no data parts 2025.12.19 19:57:32.798275 [ 3 ] {d97fbf95-bf2f-4b99-8de6-61cf68a10cb8} TCPHandler: Processed in 0.012434888 sec. 2025.12.19 19:57:32.798438 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.798601 [ 3 ] {a8c981e2-617a-4eb4-a5c3-86bf934e171e} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.798655 [ 3 ] {a8c981e2-617a-4eb4-a5c3-86bf934e171e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2025.12.19 19:57:32.801388 [ 3 ] {a8c981e2-617a-4eb4-a5c3-86bf934e171e} oximeter.measurements_i16 (65919ff4-0068-4024-be24-a4b20ae3ffa3): Loading data parts 2025.12.19 19:57:32.801541 [ 3 ] {a8c981e2-617a-4eb4-a5c3-86bf934e171e} oximeter.measurements_i16 (65919ff4-0068-4024-be24-a4b20ae3ffa3): There are no data parts 2025.12.19 19:57:32.811793 [ 3 ] {a8c981e2-617a-4eb4-a5c3-86bf934e171e} TCPHandler: Processed in 0.013405788 sec. 2025.12.19 19:57:32.811944 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.812110 [ 3 ] {978ce108-7c93-4d61-a021-2584166882ef} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.812175 [ 3 ] {978ce108-7c93-4d61-a021-2584166882ef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2025.12.19 19:57:32.815764 [ 3 ] {978ce108-7c93-4d61-a021-2584166882ef} oximeter.measurements_u16 (5782ebaf-7529-4339-95ff-24caed1ba082): Loading data parts 2025.12.19 19:57:32.815902 [ 3 ] {978ce108-7c93-4d61-a021-2584166882ef} oximeter.measurements_u16 (5782ebaf-7529-4339-95ff-24caed1ba082): There are no data parts 2025.12.19 19:57:32.817128 [ 3 ] {978ce108-7c93-4d61-a021-2584166882ef} TCPHandler: Processed in 0.005235854 sec. 2025.12.19 19:57:32.817278 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.817442 [ 3 ] {2322b264-2a6a-42b5-8c02-4f75437e0cf5} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.817503 [ 3 ] {2322b264-2a6a-42b5-8c02-4f75437e0cf5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2025.12.19 19:57:32.827750 [ 3 ] {2322b264-2a6a-42b5-8c02-4f75437e0cf5} oximeter.measurements_i32 (aee9f170-4703-4496-a18a-3d595d62e37e): Loading data parts 2025.12.19 19:57:32.827899 [ 3 ] {2322b264-2a6a-42b5-8c02-4f75437e0cf5} oximeter.measurements_i32 (aee9f170-4703-4496-a18a-3d595d62e37e): There are no data parts 2025.12.19 19:57:32.829928 [ 3 ] {2322b264-2a6a-42b5-8c02-4f75437e0cf5} TCPHandler: Processed in 0.012699532 sec. 2025.12.19 19:57:32.830080 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.830235 [ 3 ] {f6250da1-b470-41a9-b58c-a9f7eb988e2a} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.830290 [ 3 ] {f6250da1-b470-41a9-b58c-a9f7eb988e2a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2025.12.19 19:57:32.832869 [ 3 ] {f6250da1-b470-41a9-b58c-a9f7eb988e2a} oximeter.measurements_u32 (1584bf95-5ff8-4761-b61d-f05c97a78998): Loading data parts 2025.12.19 19:57:32.833007 [ 3 ] {f6250da1-b470-41a9-b58c-a9f7eb988e2a} oximeter.measurements_u32 (1584bf95-5ff8-4761-b61d-f05c97a78998): There are no data parts 2025.12.19 19:57:32.834291 [ 3 ] {f6250da1-b470-41a9-b58c-a9f7eb988e2a} TCPHandler: Processed in 0.004260844 sec. 2025.12.19 19:57:32.834426 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.834652 [ 3 ] {05480da8-add7-4b2b-a469-d9f1aac19b66} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.834768 [ 3 ] {05480da8-add7-4b2b-a469-d9f1aac19b66} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2025.12.19 19:57:32.843152 [ 3 ] {05480da8-add7-4b2b-a469-d9f1aac19b66} oximeter.measurements_i64 (143c9c39-6469-4149-a9ae-9f54ddf2e299): Loading data parts 2025.12.19 19:57:32.843441 [ 3 ] {05480da8-add7-4b2b-a469-d9f1aac19b66} oximeter.measurements_i64 (143c9c39-6469-4149-a9ae-9f54ddf2e299): There are no data parts 2025.12.19 19:57:32.845196 [ 3 ] {05480da8-add7-4b2b-a469-d9f1aac19b66} TCPHandler: Processed in 0.010817712 sec. 2025.12.19 19:57:32.845361 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.845515 [ 3 ] {75392aeb-e11e-4286-bb2d-10335a55d510} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.845632 [ 3 ] {75392aeb-e11e-4286-bb2d-10335a55d510} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2025.12.19 19:57:32.859291 [ 3 ] {75392aeb-e11e-4286-bb2d-10335a55d510} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Loading data parts 2025.12.19 19:57:32.859470 [ 3 ] {75392aeb-e11e-4286-bb2d-10335a55d510} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): There are no data parts 2025.12.19 19:57:32.861793 [ 3 ] {75392aeb-e11e-4286-bb2d-10335a55d510} TCPHandler: Processed in 0.016485 sec. 2025.12.19 19:57:32.861949 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.862236 [ 3 ] {94cede77-7332-4b27-86ba-c821ba82457a} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.862352 [ 3 ] {94cede77-7332-4b27-86ba-c821ba82457a} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2025.12.19 19:57:32.865197 [ 3 ] {94cede77-7332-4b27-86ba-c821ba82457a} oximeter.measurements_f32 (c41b6acd-7266-46e7-9e37-177978d6c2e6): Loading data parts 2025.12.19 19:57:32.865380 [ 3 ] {94cede77-7332-4b27-86ba-c821ba82457a} oximeter.measurements_f32 (c41b6acd-7266-46e7-9e37-177978d6c2e6): There are no data parts 2025.12.19 19:57:32.866648 [ 3 ] {94cede77-7332-4b27-86ba-c821ba82457a} TCPHandler: Processed in 0.004748629 sec. 2025.12.19 19:57:32.866780 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.866932 [ 3 ] {10438315-1b12-4cbe-b834-e5f966379fb0} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.867047 [ 3 ] {10438315-1b12-4cbe-b834-e5f966379fb0} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2025.12.19 19:57:32.875546 [ 3 ] {10438315-1b12-4cbe-b834-e5f966379fb0} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Loading data parts 2025.12.19 19:57:32.875740 [ 3 ] {10438315-1b12-4cbe-b834-e5f966379fb0} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): There are no data parts 2025.12.19 19:57:32.877626 [ 3 ] {10438315-1b12-4cbe-b834-e5f966379fb0} TCPHandler: Processed in 0.010893813 sec. 2025.12.19 19:57:32.877771 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.878006 [ 3 ] {4af83cc1-312f-4217-8782-802e0b91e867} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.878130 [ 3 ] {4af83cc1-312f-4217-8782-802e0b91e867} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2025.12.19 19:57:32.892555 [ 3 ] {4af83cc1-312f-4217-8782-802e0b91e867} oximeter.measurements_string (2fd62f54-79d3-479d-9676-58dba88ed1bd): Loading data parts 2025.12.19 19:57:32.892729 [ 3 ] {4af83cc1-312f-4217-8782-802e0b91e867} oximeter.measurements_string (2fd62f54-79d3-479d-9676-58dba88ed1bd): There are no data parts 2025.12.19 19:57:32.895960 [ 3 ] {4af83cc1-312f-4217-8782-802e0b91e867} TCPHandler: Processed in 0.018237429 sec. 2025.12.19 19:57:32.896125 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.896284 [ 3 ] {b3b96c10-6c59-4a67-82b4-1a47e0c34ce1} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.896426 [ 3 ] {b3b96c10-6c59-4a67-82b4-1a47e0c34ce1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2025.12.19 19:57:32.906521 [ 3 ] {b3b96c10-6c59-4a67-82b4-1a47e0c34ce1} oximeter.measurements_bytes (5f348746-8348-4586-b62e-28d09f7edbe7): Loading data parts 2025.12.19 19:57:32.906670 [ 3 ] {b3b96c10-6c59-4a67-82b4-1a47e0c34ce1} oximeter.measurements_bytes (5f348746-8348-4586-b62e-28d09f7edbe7): There are no data parts 2025.12.19 19:57:32.909977 [ 3 ] {b3b96c10-6c59-4a67-82b4-1a47e0c34ce1} TCPHandler: Processed in 0.013901563 sec. 2025.12.19 19:57:32.910126 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.910312 [ 3 ] {0400400e-84ba-4612-9e78-244641036226} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.910450 [ 3 ] {0400400e-84ba-4612-9e78-244641036226} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2025.12.19 19:57:32.922323 [ 3 ] {0400400e-84ba-4612-9e78-244641036226} oximeter.measurements_cumulativei64 (92043edd-ecfe-43fe-8951-4ebe5936bf47): Loading data parts 2025.12.19 19:57:32.922540 [ 3 ] {0400400e-84ba-4612-9e78-244641036226} oximeter.measurements_cumulativei64 (92043edd-ecfe-43fe-8951-4ebe5936bf47): There are no data parts 2025.12.19 19:57:32.924906 [ 3 ] {0400400e-84ba-4612-9e78-244641036226} TCPHandler: Processed in 0.014828914 sec. 2025.12.19 19:57:32.925097 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.925308 [ 3 ] {41fcbf90-c286-4553-8153-19115f834f86} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.925443 [ 3 ] {41fcbf90-c286-4553-8153-19115f834f86} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2025.12.19 19:57:32.927892 [ 3 ] {41fcbf90-c286-4553-8153-19115f834f86} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Loading data parts 2025.12.19 19:57:32.928138 [ 3 ] {41fcbf90-c286-4553-8153-19115f834f86} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): There are no data parts 2025.12.19 19:57:32.937865 [ 3 ] {41fcbf90-c286-4553-8153-19115f834f86} TCPHandler: Processed in 0.012817853 sec. 2025.12.19 19:57:32.938014 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.938264 [ 3 ] {0d2e80e1-2775-472c-bcf6-167e7b5247c6} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.938351 [ 3 ] {0d2e80e1-2775-472c-bcf6-167e7b5247c6} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2025.12.19 19:57:32.941940 [ 3 ] {0d2e80e1-2775-472c-bcf6-167e7b5247c6} oximeter.measurements_cumulativef32 (ea41a2be-5d29-4c9d-8e71-ae514bc951c9): Loading data parts 2025.12.19 19:57:32.942082 [ 3 ] {0d2e80e1-2775-472c-bcf6-167e7b5247c6} oximeter.measurements_cumulativef32 (ea41a2be-5d29-4c9d-8e71-ae514bc951c9): There are no data parts 2025.12.19 19:57:32.943500 [ 3 ] {0d2e80e1-2775-472c-bcf6-167e7b5247c6} TCPHandler: Processed in 0.005535757 sec. 2025.12.19 19:57:32.943640 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.943830 [ 3 ] {9cdf9f6f-22f5-4bff-865a-38b265e5fa44} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.943961 [ 3 ] {9cdf9f6f-22f5-4bff-865a-38b265e5fa44} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2025.12.19 19:57:32.954596 [ 3 ] {9cdf9f6f-22f5-4bff-865a-38b265e5fa44} oximeter.measurements_cumulativef64 (da6acf30-7f18-4ca1-856b-df965be665db): Loading data parts 2025.12.19 19:57:32.954837 [ 3 ] {9cdf9f6f-22f5-4bff-865a-38b265e5fa44} oximeter.measurements_cumulativef64 (da6acf30-7f18-4ca1-856b-df965be665db): There are no data parts 2025.12.19 19:57:32.956870 [ 3 ] {9cdf9f6f-22f5-4bff-865a-38b265e5fa44} TCPHandler: Processed in 0.013279687 sec. 2025.12.19 19:57:32.957022 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.957331 [ 3 ] {f1cf34d4-a8d1-45a6-a1ce-4777d30e5f48} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.957468 [ 3 ] {f1cf34d4-a8d1-45a6-a1ce-4777d30e5f48} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2025.12.19 19:57:32.960458 [ 3 ] {f1cf34d4-a8d1-45a6-a1ce-4777d30e5f48} oximeter.measurements_histogrami8 (a30a52b6-6839-4b73-9b0a-1910fff3f027): Loading data parts 2025.12.19 19:57:32.960639 [ 3 ] {f1cf34d4-a8d1-45a6-a1ce-4777d30e5f48} oximeter.measurements_histogrami8 (a30a52b6-6839-4b73-9b0a-1910fff3f027): There are no data parts 2025.12.19 19:57:32.962061 [ 3 ] {f1cf34d4-a8d1-45a6-a1ce-4777d30e5f48} TCPHandler: Processed in 0.005089933 sec. 2025.12.19 19:57:32.962248 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.962461 [ 3 ] {82dc8c45-c1f8-4dc8-b5ae-4db17fe934cc} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.962596 [ 3 ] {82dc8c45-c1f8-4dc8-b5ae-4db17fe934cc} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2025.12.19 19:57:32.970737 [ 3 ] {82dc8c45-c1f8-4dc8-b5ae-4db17fe934cc} oximeter.measurements_histogramu8 (b360f519-45cb-4bb7-8b0f-89adeb39726a): Loading data parts 2025.12.19 19:57:32.970946 [ 3 ] {82dc8c45-c1f8-4dc8-b5ae-4db17fe934cc} oximeter.measurements_histogramu8 (b360f519-45cb-4bb7-8b0f-89adeb39726a): There are no data parts 2025.12.19 19:57:32.974066 [ 3 ] {82dc8c45-c1f8-4dc8-b5ae-4db17fe934cc} TCPHandler: Processed in 0.011867653 sec. 2025.12.19 19:57:32.974224 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.974531 [ 3 ] {b84c21a8-7acb-46af-a849-6b23e51c0065} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.974675 [ 3 ] {b84c21a8-7acb-46af-a849-6b23e51c0065} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2025.12.19 19:57:32.986852 [ 3 ] {b84c21a8-7acb-46af-a849-6b23e51c0065} oximeter.measurements_histogrami16 (29cf2fd9-4aee-4ea8-bc85-5a0c7cb895e5): Loading data parts 2025.12.19 19:57:32.987021 [ 3 ] {b84c21a8-7acb-46af-a849-6b23e51c0065} oximeter.measurements_histogrami16 (29cf2fd9-4aee-4ea8-bc85-5a0c7cb895e5): There are no data parts 2025.12.19 19:57:32.990290 [ 3 ] {b84c21a8-7acb-46af-a849-6b23e51c0065} TCPHandler: Processed in 0.016120807 sec. 2025.12.19 19:57:32.990588 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:32.990807 [ 3 ] {5a41af5d-4d52-4e35-8b12-9d7d2ae2b29f} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:32.990987 [ 3 ] {5a41af5d-4d52-4e35-8b12-9d7d2ae2b29f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2025.12.19 19:57:32.993198 [ 3 ] {5a41af5d-4d52-4e35-8b12-9d7d2ae2b29f} oximeter.measurements_histogramu16 (411f9fd4-3335-4c09-a84c-fb9ac5fbf0af): Loading data parts 2025.12.19 19:57:32.993441 [ 3 ] {5a41af5d-4d52-4e35-8b12-9d7d2ae2b29f} oximeter.measurements_histogramu16 (411f9fd4-3335-4c09-a84c-fb9ac5fbf0af): There are no data parts 2025.12.19 19:57:33.000161 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 124.06 MiB, peak 124.06 MiB, free memory in arenas 0.00 B, will set to 132.53 MiB (RSS), difference: 8.47 MiB 2025.12.19 19:57:33.000293 [ 3 ] {5a41af5d-4d52-4e35-8b12-9d7d2ae2b29f} TCPHandler: Processed in 0.009753821 sec. 2025.12.19 19:57:33.000556 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.000772 [ 3 ] {a2142e6f-adec-484a-90ca-e8fde418ddd2} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.000912 [ 3 ] {a2142e6f-adec-484a-90ca-e8fde418ddd2} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2025.12.19 19:57:33.003329 [ 3 ] {a2142e6f-adec-484a-90ca-e8fde418ddd2} oximeter.measurements_histogrami32 (2043fc2f-9102-4e4f-b071-61329aa0d31d): Loading data parts 2025.12.19 19:57:33.003487 [ 3 ] {a2142e6f-adec-484a-90ca-e8fde418ddd2} oximeter.measurements_histogrami32 (2043fc2f-9102-4e4f-b071-61329aa0d31d): There are no data parts 2025.12.19 19:57:33.021170 [ 3 ] {a2142e6f-adec-484a-90ca-e8fde418ddd2} TCPHandler: Processed in 0.020662024 sec. 2025.12.19 19:57:33.021356 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.021629 [ 3 ] {096f2100-c513-457b-91e8-715a046091ac} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.021792 [ 3 ] {096f2100-c513-457b-91e8-715a046091ac} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2025.12.19 19:57:33.033706 [ 3 ] {096f2100-c513-457b-91e8-715a046091ac} oximeter.measurements_histogramu32 (f210842c-0399-4da5-ba09-367d2c3329a7): Loading data parts 2025.12.19 19:57:33.033874 [ 3 ] {096f2100-c513-457b-91e8-715a046091ac} oximeter.measurements_histogramu32 (f210842c-0399-4da5-ba09-367d2c3329a7): There are no data parts 2025.12.19 19:57:33.035961 [ 3 ] {096f2100-c513-457b-91e8-715a046091ac} TCPHandler: Processed in 0.014664412 sec. 2025.12.19 19:57:33.036181 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.036448 [ 3 ] {b38eff44-c873-48f6-81a7-615f5e2b8de3} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.036583 [ 3 ] {b38eff44-c873-48f6-81a7-615f5e2b8de3} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2025.12.19 19:57:33.039663 [ 3 ] {b38eff44-c873-48f6-81a7-615f5e2b8de3} oximeter.measurements_histogrami64 (97cce788-5713-4347-8e55-5bd4cb4ca9ba): Loading data parts 2025.12.19 19:57:33.039808 [ 3 ] {b38eff44-c873-48f6-81a7-615f5e2b8de3} oximeter.measurements_histogrami64 (97cce788-5713-4347-8e55-5bd4cb4ca9ba): There are no data parts 2025.12.19 19:57:33.041207 [ 3 ] {b38eff44-c873-48f6-81a7-615f5e2b8de3} TCPHandler: Processed in 0.005075462 sec. 2025.12.19 19:57:33.041354 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.041563 [ 3 ] {b8787c8b-5909-4f4f-b1be-e420128a9014} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.041710 [ 3 ] {b8787c8b-5909-4f4f-b1be-e420128a9014} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2025.12.19 19:57:33.052259 [ 3 ] {b8787c8b-5909-4f4f-b1be-e420128a9014} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Loading data parts 2025.12.19 19:57:33.052477 [ 3 ] {b8787c8b-5909-4f4f-b1be-e420128a9014} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): There are no data parts 2025.12.19 19:57:33.054510 [ 3 ] {b8787c8b-5909-4f4f-b1be-e420128a9014} TCPHandler: Processed in 0.013204107 sec. 2025.12.19 19:57:33.054659 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.054965 [ 3 ] {ace4127a-b845-4371-bcec-5c604b0d11df} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.055101 [ 3 ] {ace4127a-b845-4371-bcec-5c604b0d11df} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2025.12.19 19:57:33.058022 [ 3 ] {ace4127a-b845-4371-bcec-5c604b0d11df} oximeter.measurements_histogramf32 (f5b14c8a-0ba7-4b99-bd35-cbb46ee0c929): Loading data parts 2025.12.19 19:57:33.058153 [ 3 ] {ace4127a-b845-4371-bcec-5c604b0d11df} oximeter.measurements_histogramf32 (f5b14c8a-0ba7-4b99-bd35-cbb46ee0c929): There are no data parts 2025.12.19 19:57:33.059494 [ 3 ] {ace4127a-b845-4371-bcec-5c604b0d11df} TCPHandler: Processed in 0.00488275 sec. 2025.12.19 19:57:33.059630 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.059839 [ 3 ] {853e1a17-e967-4699-a1f1-c4b61bee3b36} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.059981 [ 3 ] {853e1a17-e967-4699-a1f1-c4b61bee3b36} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2025.12.19 19:57:33.068028 [ 3 ] {853e1a17-e967-4699-a1f1-c4b61bee3b36} oximeter.measurements_histogramf64 (4e4161d7-9cb1-4b57-82a0-26a212e31368): Loading data parts 2025.12.19 19:57:33.068298 [ 3 ] {853e1a17-e967-4699-a1f1-c4b61bee3b36} oximeter.measurements_histogramf64 (4e4161d7-9cb1-4b57-82a0-26a212e31368): There are no data parts 2025.12.19 19:57:33.070042 [ 3 ] {853e1a17-e967-4699-a1f1-c4b61bee3b36} TCPHandler: Processed in 0.010460709 sec. 2025.12.19 19:57:33.070189 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.070458 [ 3 ] {a9b001ca-82ce-4456-a183-5e4c21bea129} executeQuery: (from [fd00:1122:3344:101::d]:37918) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.070582 [ 3 ] {a9b001ca-82ce-4456-a183-5e4c21bea129} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2025.12.19 19:57:33.073496 [ 3 ] {a9b001ca-82ce-4456-a183-5e4c21bea129} oximeter.fields_bool (be3980c2-a493-4327-983d-3491587c6c5b): Loading data parts 2025.12.19 19:57:33.073684 [ 3 ] {a9b001ca-82ce-4456-a183-5e4c21bea129} oximeter.fields_bool (be3980c2-a493-4327-983d-3491587c6c5b): There are no data parts 2025.12.19 19:57:33.075043 [ 3 ] {a9b001ca-82ce-4456-a183-5e4c21bea129} TCPHandler: Processed in 0.004909291 sec. 2025.12.19 19:57:33.075272 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.075424 [ 3 ] {0625588f-85d8-4819-b845-577a78124413} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.075548 [ 3 ] {0625588f-85d8-4819-b845-577a78124413} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2025.12.19 19:57:33.085807 [ 3 ] {0625588f-85d8-4819-b845-577a78124413} oximeter.fields_i8 (1d179b19-b01a-4bf0-8772-43efa81aa741): Loading data parts 2025.12.19 19:57:33.086035 [ 3 ] {0625588f-85d8-4819-b845-577a78124413} oximeter.fields_i8 (1d179b19-b01a-4bf0-8772-43efa81aa741): There are no data parts 2025.12.19 19:57:33.088074 [ 3 ] {0625588f-85d8-4819-b845-577a78124413} TCPHandler: Processed in 0.012848463 sec. 2025.12.19 19:57:33.088236 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.088545 [ 3 ] {88298ba4-1588-4d41-bc7e-e46e9c9cbc4f} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.088633 [ 3 ] {88298ba4-1588-4d41-bc7e-e46e9c9cbc4f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2025.12.19 19:57:33.090594 [ 3 ] {88298ba4-1588-4d41-bc7e-e46e9c9cbc4f} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Loading data parts 2025.12.19 19:57:33.090740 [ 3 ] {88298ba4-1588-4d41-bc7e-e46e9c9cbc4f} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): There are no data parts 2025.12.19 19:57:33.101165 [ 3 ] {88298ba4-1588-4d41-bc7e-e46e9c9cbc4f} TCPHandler: Processed in 0.012988654 sec. 2025.12.19 19:57:33.101426 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.101580 [ 3 ] {f63cf6ff-a197-4451-946c-368cfb95241d} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.101722 [ 3 ] {f63cf6ff-a197-4451-946c-368cfb95241d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2025.12.19 19:57:33.116251 [ 3 ] {f63cf6ff-a197-4451-946c-368cfb95241d} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Loading data parts 2025.12.19 19:57:33.116559 [ 3 ] {f63cf6ff-a197-4451-946c-368cfb95241d} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): There are no data parts 2025.12.19 19:57:33.120014 [ 3 ] {f63cf6ff-a197-4451-946c-368cfb95241d} TCPHandler: Processed in 0.018640382 sec. 2025.12.19 19:57:33.120165 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.120403 [ 3 ] {20cba6bf-725e-47a9-9307-ca63f2cfd7b1} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.120496 [ 3 ] {20cba6bf-725e-47a9-9307-ca63f2cfd7b1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2025.12.19 19:57:33.122434 [ 3 ] {20cba6bf-725e-47a9-9307-ca63f2cfd7b1} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Loading data parts 2025.12.19 19:57:33.122620 [ 3 ] {20cba6bf-725e-47a9-9307-ca63f2cfd7b1} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): There are no data parts 2025.12.19 19:57:33.130837 [ 3 ] {20cba6bf-725e-47a9-9307-ca63f2cfd7b1} TCPHandler: Processed in 0.010720471 sec. 2025.12.19 19:57:33.131065 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.131252 [ 3 ] {66286fe4-6c88-476c-a6d5-e67bca300188} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.131366 [ 3 ] {66286fe4-6c88-476c-a6d5-e67bca300188} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2025.12.19 19:57:33.133731 [ 3 ] {66286fe4-6c88-476c-a6d5-e67bca300188} oximeter.fields_i32 (e90c72d2-ffb6-4dee-839e-86fc1383769c): Loading data parts 2025.12.19 19:57:33.133939 [ 3 ] {66286fe4-6c88-476c-a6d5-e67bca300188} oximeter.fields_i32 (e90c72d2-ffb6-4dee-839e-86fc1383769c): There are no data parts 2025.12.19 19:57:33.136135 [ 3 ] {66286fe4-6c88-476c-a6d5-e67bca300188} TCPHandler: Processed in 0.005131213 sec. 2025.12.19 19:57:33.136280 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.136502 [ 3 ] {c38bf762-05db-4c18-afd9-e2ed0de9b97f} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.136609 [ 3 ] {c38bf762-05db-4c18-afd9-e2ed0de9b97f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2025.12.19 19:57:33.138459 [ 3 ] {c38bf762-05db-4c18-afd9-e2ed0de9b97f} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Loading data parts 2025.12.19 19:57:33.138623 [ 3 ] {c38bf762-05db-4c18-afd9-e2ed0de9b97f} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): There are no data parts 2025.12.19 19:57:33.148699 [ 3 ] {c38bf762-05db-4c18-afd9-e2ed0de9b97f} TCPHandler: Processed in 0.012467559 sec. 2025.12.19 19:57:33.148968 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.149162 [ 3 ] {d68fd97d-126d-4eeb-a02a-e05cb8ecc885} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.149381 [ 3 ] {d68fd97d-126d-4eeb-a02a-e05cb8ecc885} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2025.12.19 19:57:33.151982 [ 3 ] {d68fd97d-126d-4eeb-a02a-e05cb8ecc885} oximeter.fields_i64 (6c8c49be-985a-4da4-9ee8-e3b4972a262e): Loading data parts 2025.12.19 19:57:33.152199 [ 3 ] {d68fd97d-126d-4eeb-a02a-e05cb8ecc885} oximeter.fields_i64 (6c8c49be-985a-4da4-9ee8-e3b4972a262e): There are no data parts 2025.12.19 19:57:33.154442 [ 3 ] {d68fd97d-126d-4eeb-a02a-e05cb8ecc885} TCPHandler: Processed in 0.005535837 sec. 2025.12.19 19:57:33.154589 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.154844 [ 3 ] {30bc2967-88df-44d4-93ca-96f110aed8b7} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.154972 [ 3 ] {30bc2967-88df-44d4-93ca-96f110aed8b7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2025.12.19 19:57:33.156946 [ 3 ] {30bc2967-88df-44d4-93ca-96f110aed8b7} oximeter.fields_u64 (b19ee539-30de-4f31-b70f-1cf52e767605): Loading data parts 2025.12.19 19:57:33.157092 [ 3 ] {30bc2967-88df-44d4-93ca-96f110aed8b7} oximeter.fields_u64 (b19ee539-30de-4f31-b70f-1cf52e767605): There are no data parts 2025.12.19 19:57:33.164552 [ 3 ] {30bc2967-88df-44d4-93ca-96f110aed8b7} TCPHandler: Processed in 0.010010624 sec. 2025.12.19 19:57:33.164817 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.165099 [ 3 ] {43610eff-75a2-44d7-a3b5-8db221abc822} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.165284 [ 3 ] {43610eff-75a2-44d7-a3b5-8db221abc822} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2025.12.19 19:57:33.167627 [ 3 ] {43610eff-75a2-44d7-a3b5-8db221abc822} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Loading data parts 2025.12.19 19:57:33.167867 [ 3 ] {43610eff-75a2-44d7-a3b5-8db221abc822} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): There are no data parts 2025.12.19 19:57:33.170083 [ 3 ] {43610eff-75a2-44d7-a3b5-8db221abc822} TCPHandler: Processed in 0.005356855 sec. 2025.12.19 19:57:33.170240 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.170614 [ 3 ] {80de8e20-bbae-43b1-8687-b98623bf641c} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.170761 [ 3 ] {80de8e20-bbae-43b1-8687-b98623bf641c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2025.12.19 19:57:33.172850 [ 3 ] {80de8e20-bbae-43b1-8687-b98623bf641c} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Loading data parts 2025.12.19 19:57:33.172992 [ 3 ] {80de8e20-bbae-43b1-8687-b98623bf641c} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): There are no data parts 2025.12.19 19:57:33.182861 [ 3 ] {80de8e20-bbae-43b1-8687-b98623bf641c} TCPHandler: Processed in 0.012677341 sec. 2025.12.19 19:57:33.183016 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.183169 [ 3 ] {43394b1c-9a25-42e1-aa5a-7c12b8f287fa} executeQuery: (from [fd00:1122:3344:101::d]:37918) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2025.12.19 19:57:33.183302 [ 3 ] {43394b1c-9a25-42e1-aa5a-7c12b8f287fa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2025.12.19 19:57:33.186116 [ 3 ] {43394b1c-9a25-42e1-aa5a-7c12b8f287fa} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Loading data parts 2025.12.19 19:57:33.186388 [ 3 ] {43394b1c-9a25-42e1-aa5a-7c12b8f287fa} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): There are no data parts 2025.12.19 19:57:33.188700 [ 3 ] {43394b1c-9a25-42e1-aa5a-7c12b8f287fa} TCPHandler: Processed in 0.005733339 sec. 2025.12.19 19:57:33.188880 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.189257 [ 3 ] {1736927a-0032-401c-a7d7-0fd944517d4d} executeQuery: (from [fd00:1122:3344:101::d]:37918) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2025.12.19 19:57:33.189395 [ 3 ] {1736927a-0032-401c-a7d7-0fd944517d4d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2025.12.19 19:57:33.191231 [ 3 ] {1736927a-0032-401c-a7d7-0fd944517d4d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): Loading data parts 2025.12.19 19:57:33.191470 [ 3 ] {1736927a-0032-401c-a7d7-0fd944517d4d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): There are no data parts 2025.12.19 19:57:33.199523 [ 3 ] {1736927a-0032-401c-a7d7-0fd944517d4d} TCPHandler: Processed in 0.010701451 sec. 2025.12.19 19:57:33.199813 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:33.200266 [ 4 ] {8780ebdf-5402-49f8-bbcf-440bb6907ee9} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2025.12.19 19:57:33.201660 [ 4 ] {8780ebdf-5402-49f8-bbcf-440bb6907ee9} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2025.12.19 19:57:33.226211 [ 261 ] {8780ebdf-5402-49f8-bbcf-440bb6907ee9} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:33.226480 [ 261 ] {8780ebdf-5402-49f8-bbcf-440bb6907ee9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:57:33.233482 [ 261 ] {8780ebdf-5402-49f8-bbcf-440bb6907ee9} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:33.233549 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50951 2025.12.19 19:57:33.234216 [ 261 ] {8780ebdf-5402-49f8-bbcf-440bb6907ee9} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:33.234588 [ 4 ] {8780ebdf-5402-49f8-bbcf-440bb6907ee9} executeQuery: Read 1 rows, 16.00 B in 0.034464 sec., 29.015784586815226 rows/sec., 464.25 B/sec. 2025.12.19 19:57:33.234882 [ 4 ] {8780ebdf-5402-49f8-bbcf-440bb6907ee9} TCPHandler: Processed in 0.035199244 sec. 2025.12.19 19:57:33.235599 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:33.235646 [ 262 ] {} TCP-Session: f581bf8a-b85e-45ca-aa76-9e619b14c414 Authenticating user 'default' from [fd00:1122:3344:101::b]:50951 2025.12.19 19:57:33.235668 [ 262 ] {} TCP-Session: f581bf8a-b85e-45ca-aa76-9e619b14c414 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.235739 [ 262 ] {} TCP-Session: f581bf8a-b85e-45ca-aa76-9e619b14c414 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.235843 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.19 19:57:33.235869 [ 262 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:33.235960 [ 262 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:33.239027 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54167 2025.12.19 19:57:33.239109 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:52491 2025.12.19 19:57:33.239141 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:33.239177 [ 263 ] {} TCP-Session: d799dbe5-af85-4e79-a1e0-67d2f77143ad Authenticating user 'default' from [fd00:1122:3344:101::b]:54167 2025.12.19 19:57:33.239200 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45305 2025.12.19 19:57:33.239267 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:33.239288 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64245 2025.12.19 19:57:33.239294 [ 263 ] {} TCP-Session: d799dbe5-af85-4e79-a1e0-67d2f77143ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.239315 [ 264 ] {} TCP-Session: bb2bc179-abc5-4d8f-95cc-585c38d45188 Authenticating user 'default' from [fd00:1122:3344:101::b]:52491 2025.12.19 19:57:33.239369 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41422 2025.12.19 19:57:33.239403 [ 263 ] {} TCP-Session: d799dbe5-af85-4e79-a1e0-67d2f77143ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.239445 [ 264 ] {} TCP-Session: bb2bc179-abc5-4d8f-95cc-585c38d45188 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.239490 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:33.239518 [ 264 ] {} TCP-Session: bb2bc179-abc5-4d8f-95cc-585c38d45188 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.239609 [ 265 ] {} TCP-Session: 6c1db6ba-9d7f-4f98-a5cf-74e02f8abbcb Authenticating user 'default' from [fd00:1122:3344:101::b]:45305 2025.12.19 19:57:33.239668 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:41867 2025.12.19 19:57:33.239606 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:33.239529 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:38907 2025.12.19 19:57:33.239774 [ 265 ] {} TCP-Session: 6c1db6ba-9d7f-4f98-a5cf-74e02f8abbcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.239769 [ 267 ] {} TCP-Session: a6eea928-8608-4f34-8370-ea3ee6170ef2 Authenticating user 'default' from [fd00:1122:3344:101::b]:41422 2025.12.19 19:57:33.239518 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:33.239993 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:33.239896 [ 265 ] {} TCP-Session: 6c1db6ba-9d7f-4f98-a5cf-74e02f8abbcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.239885 [ 267 ] {} TCP-Session: a6eea928-8608-4f34-8370-ea3ee6170ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.240090 [ 266 ] {} TCP-Session: e7a8bf68-1c9c-4213-a026-77f6e0033098 Authenticating user 'default' from [fd00:1122:3344:101::b]:64245 2025.12.19 19:57:33.240122 [ 267 ] {} TCP-Session: a6eea928-8608-4f34-8370-ea3ee6170ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.239882 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:33.240140 [ 268 ] {} TCP-Session: be10df21-67e2-4f87-bb34-3cdd1820cca7 Authenticating user 'default' from [fd00:1122:3344:101::b]:38907 2025.12.19 19:57:33.240212 [ 269 ] {} TCP-Session: 92ebad54-b0af-45c7-83bb-70837907f7b5 Authenticating user 'default' from [fd00:1122:3344:101::b]:41867 2025.12.19 19:57:33.240194 [ 266 ] {} TCP-Session: e7a8bf68-1c9c-4213-a026-77f6e0033098 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.240293 [ 268 ] {} TCP-Session: be10df21-67e2-4f87-bb34-3cdd1820cca7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.240322 [ 269 ] {} TCP-Session: 92ebad54-b0af-45c7-83bb-70837907f7b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.240303 [ 266 ] {} TCP-Session: e7a8bf68-1c9c-4213-a026-77f6e0033098 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.240414 [ 268 ] {} TCP-Session: be10df21-67e2-4f87-bb34-3cdd1820cca7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:33.240440 [ 269 ] {} TCP-Session: 92ebad54-b0af-45c7-83bb-70837907f7b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.000240 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 134.19 MiB, peak 134.19 MiB, free memory in arenas 0.00 B, will set to 138.66 MiB (RSS), difference: 4.47 MiB 2025.12.19 19:57:34.246335 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:62571 2025.12.19 19:57:34.248928 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:34.248991 [ 270 ] {} TCP-Session: bea9851b-a935-4faa-84d1-fc0bf8c1bbf0 Authenticating user 'default' from [fd00:1122:3344:101::c]:62571 2025.12.19 19:57:34.249016 [ 270 ] {} TCP-Session: bea9851b-a935-4faa-84d1-fc0bf8c1bbf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.249149 [ 270 ] {} TCP-Session: bea9851b-a935-4faa-84d1-fc0bf8c1bbf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.249225 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.19 19:57:34.249255 [ 270 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:34.249386 [ 270 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:34.252385 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64596 2025.12.19 19:57:34.252617 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:34.252644 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60590 2025.12.19 19:57:34.252664 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64867 2025.12.19 19:57:34.252733 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48571 2025.12.19 19:57:34.252656 [ 271 ] {} TCP-Session: 18facfdd-d817-4c06-af3b-45c71ed80596 Authenticating user 'default' from [fd00:1122:3344:101::c]:64596 2025.12.19 19:57:34.252855 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45890 2025.12.19 19:57:34.252971 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:60988 2025.12.19 19:57:34.252920 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:34.252882 [ 271 ] {} TCP-Session: 18facfdd-d817-4c06-af3b-45c71ed80596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.253117 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:34.253196 [ 271 ] {} TCP-Session: 18facfdd-d817-4c06-af3b-45c71ed80596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.253230 [ 273 ] {} TCP-Session: bbda8c43-1662-412c-9c12-f8a10b09de68 Authenticating user 'default' from [fd00:1122:3344:101::c]:60590 2025.12.19 19:57:34.253187 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38902 2025.12.19 19:57:34.253296 [ 273 ] {} TCP-Session: bbda8c43-1662-412c-9c12-f8a10b09de68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.253338 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:34.253362 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:34.253151 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:34.253479 [ 275 ] {} TCP-Session: 8b02f9a8-448c-45c5-bac0-64a35810f4e4 Authenticating user 'default' from [fd00:1122:3344:101::c]:45890 2025.12.19 19:57:34.253429 [ 276 ] {} TCP-Session: b6b8c38f-eb0b-4c21-8a6a-8442f61d9604 Authenticating user 'default' from [fd00:1122:3344:101::c]:60988 2025.12.19 19:57:34.253521 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:34.253592 [ 275 ] {} TCP-Session: 8b02f9a8-448c-45c5-bac0-64a35810f4e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.253569 [ 276 ] {} TCP-Session: b6b8c38f-eb0b-4c21-8a6a-8442f61d9604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.253565 [ 274 ] {} TCP-Session: fed1d62d-0be8-40c7-8214-9e4ce3c9b156 Authenticating user 'default' from [fd00:1122:3344:101::c]:48571 2025.12.19 19:57:34.253853 [ 276 ] {} TCP-Session: b6b8c38f-eb0b-4c21-8a6a-8442f61d9604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.253869 [ 275 ] {} TCP-Session: 8b02f9a8-448c-45c5-bac0-64a35810f4e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.253847 [ 277 ] {} TCP-Session: 5c1873eb-0395-4e44-a27b-de409d4eee0d Authenticating user 'default' from [fd00:1122:3344:101::c]:38902 2025.12.19 19:57:34.253949 [ 274 ] {} TCP-Session: fed1d62d-0be8-40c7-8214-9e4ce3c9b156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.253413 [ 273 ] {} TCP-Session: bbda8c43-1662-412c-9c12-f8a10b09de68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.253291 [ 272 ] {} TCP-Session: d6d1af00-f094-4c22-85b7-efc0fb568aea Authenticating user 'default' from [fd00:1122:3344:101::c]:64867 2025.12.19 19:57:34.254065 [ 274 ] {} TCP-Session: fed1d62d-0be8-40c7-8214-9e4ce3c9b156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.254044 [ 277 ] {} TCP-Session: 5c1873eb-0395-4e44-a27b-de409d4eee0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.254184 [ 272 ] {} TCP-Session: d6d1af00-f094-4c22-85b7-efc0fb568aea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.254197 [ 277 ] {} TCP-Session: 5c1873eb-0395-4e44-a27b-de409d4eee0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:34.254307 [ 272 ] {} TCP-Session: d6d1af00-f094-4c22-85b7-efc0fb568aea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.401047 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64741 2025.12.19 19:57:35.403190 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:35.403426 [ 278 ] {} TCP-Session: ba2e520d-2747-4017-b151-9aeee94c14dc Authenticating user 'default' from [fd00:1122:3344:101::a]:64741 2025.12.19 19:57:35.403455 [ 278 ] {} TCP-Session: ba2e520d-2747-4017-b151-9aeee94c14dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.403473 [ 278 ] {} TCP-Session: ba2e520d-2747-4017-b151-9aeee94c14dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.403649 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.19 19:57:35.403681 [ 278 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:35.403823 [ 278 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:35.406964 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:54921 2025.12.19 19:57:35.406980 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41815 2025.12.19 19:57:35.407008 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:41327 2025.12.19 19:57:35.407124 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61979 2025.12.19 19:57:35.407246 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:35.407347 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:35.407256 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61755 2025.12.19 19:57:35.407451 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:35.407509 [ 281 ] {} TCP-Session: fa58b39d-2be3-44fa-90d6-9e3cbcfc6aa0 Authenticating user 'default' from [fd00:1122:3344:101::a]:41327 2025.12.19 19:57:35.407505 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62616 2025.12.19 19:57:35.407479 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:35.407584 [ 282 ] {} TCP-Session: d99af356-71e5-402c-94e5-3bfa2a0a7d04 Authenticating user 'default' from [fd00:1122:3344:101::a]:61979 2025.12.19 19:57:35.407624 [ 281 ] {} TCP-Session: fa58b39d-2be3-44fa-90d6-9e3cbcfc6aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.407615 [ 280 ] {} TCP-Session: 656549b3-2d46-40aa-b633-62eca634a21f Authenticating user 'default' from [fd00:1122:3344:101::a]:41815 2025.12.19 19:57:35.407603 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:35.407728 [ 280 ] {} TCP-Session: 656549b3-2d46-40aa-b633-62eca634a21f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.407732 [ 281 ] {} TCP-Session: fa58b39d-2be3-44fa-90d6-9e3cbcfc6aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.407718 [ 282 ] {} TCP-Session: d99af356-71e5-402c-94e5-3bfa2a0a7d04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.407872 [ 280 ] {} TCP-Session: 656549b3-2d46-40aa-b633-62eca634a21f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.407851 [ 283 ] {} TCP-Session: fd2cea96-5dda-4158-98fb-16ca603e09ef Authenticating user 'default' from [fd00:1122:3344:101::a]:61755 2025.12.19 19:57:35.407712 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:35.407972 [ 283 ] {} TCP-Session: fd2cea96-5dda-4158-98fb-16ca603e09ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.407946 [ 282 ] {} TCP-Session: d99af356-71e5-402c-94e5-3bfa2a0a7d04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.407474 [ 279 ] {} TCP-Session: 02635c0a-f029-46f7-bf2a-8e06eb3ab358 Authenticating user 'default' from [fd00:1122:3344:101::a]:54921 2025.12.19 19:57:35.408177 [ 283 ] {} TCP-Session: fd2cea96-5dda-4158-98fb-16ca603e09ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.408162 [ 284 ] {} TCP-Session: 433184ce-2bc1-46c2-a3d2-a12405c05421 Authenticating user 'default' from [fd00:1122:3344:101::a]:62616 2025.12.19 19:57:35.407598 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63145 2025.12.19 19:57:35.408284 [ 279 ] {} TCP-Session: 02635c0a-f029-46f7-bf2a-8e06eb3ab358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.408294 [ 284 ] {} TCP-Session: 433184ce-2bc1-46c2-a3d2-a12405c05421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.408417 [ 279 ] {} TCP-Session: 02635c0a-f029-46f7-bf2a-8e06eb3ab358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.408431 [ 284 ] {} TCP-Session: 433184ce-2bc1-46c2-a3d2-a12405c05421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.408469 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:35.408690 [ 285 ] {} TCP-Session: dbd529c9-fbc9-4680-96e7-a33d7131cfa1 Authenticating user 'default' from [fd00:1122:3344:101::a]:63145 2025.12.19 19:57:35.408715 [ 285 ] {} TCP-Session: dbd529c9-fbc9-4680-96e7-a33d7131cfa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:35.408860 [ 285 ] {} TCP-Session: dbd529c9-fbc9-4680-96e7-a33d7131cfa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:38.854055 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2025.12.19 19:57:38.854160 [ 244 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2025.12.19 19:57:38.854281 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 2025.12.19 19:57:38.854366 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2025.12.19 19:57:38.861686 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Loading data parts 2025.12.19 19:57:38.861849 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): There are no data parts 2025.12.19 19:57:38.867118 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:38.867161 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:57:38.872977 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Loading data parts 2025.12.19 19:57:38.873282 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): There are no data parts 2025.12.19 19:57:38.875355 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:38.875951 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:38.876150 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 2025.12.19 19:57:38.898042 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:38.898092 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:57:38.904576 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:38.905818 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:38.909055 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2025.12.19 19:57:39.000178 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.83 MiB, peak 148.83 MiB, free memory in arenas 0.00 B, will set to 153.95 MiB (RSS), difference: 9.12 MiB 2025.12.19 19:57:41.354059 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2025.12.19 19:57:41.354184 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2025.12.19 19:57:41.373576 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Loading data parts 2025.12.19 19:57:41.373787 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): There are no data parts 2025.12.19 19:57:41.391539 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:41.391583 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:41.393341 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:41.393862 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:41.394307 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2025.12.19 19:57:42.000172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.15 MiB, peak 158.15 MiB, free memory in arenas 0.00 B, will set to 154.96 MiB (RSS), difference: -3.18 MiB 2025.12.19 19:57:46.318922 [ 123 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:57:46.319099 [ 123 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:57:46.376360 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 2025.12.19 19:57:46.377123 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:46.377173 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:46.378003 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:57:46.378467 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:46.378626 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2025.12.19 19:57:46.409252 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2025.12.19 19:57:46.427514 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:46.427584 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:46.435116 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:57:46.436321 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:46.439759 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2025.12.19 19:57:47.000181 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.71 MiB, peak 159.71 MiB, free memory in arenas 0.00 B, will set to 157.66 MiB (RSS), difference: 1.95 MiB 2025.12.19 19:57:51.476764 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58102 2025.12.19 19:57:51.478747 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:51.478786 [ 286 ] {} TCP-Session: b0ec82f6-8da0-41f5-8f67-02ac3b442b73 Authenticating user 'default' from [fd00:1122:3344:101::e]:58102 2025.12.19 19:57:51.478809 [ 286 ] {} TCP-Session: b0ec82f6-8da0-41f5-8f67-02ac3b442b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.478886 [ 286 ] {} TCP-Session: b0ec82f6-8da0-41f5-8f67-02ac3b442b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.478943 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2025.12.19 19:57:51.478968 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:51.479043 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2025.12.19 19:57:51.479487 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34011 2025.12.19 19:57:51.479626 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:51.479665 [ 287 ] {} TCP-Session: 553dd935-f635-4a76-b660-b41dbc80cd4b Authenticating user 'default' from [fd00:1122:3344:101::e]:34011 2025.12.19 19:57:51.479668 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45849 2025.12.19 19:57:51.479692 [ 287 ] {} TCP-Session: 553dd935-f635-4a76-b660-b41dbc80cd4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.479667 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62298 2025.12.19 19:57:51.479730 [ 287 ] {} TCP-Session: 553dd935-f635-4a76-b660-b41dbc80cd4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.479755 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35269 2025.12.19 19:57:51.479820 [ 286 ] {} TCP-Session: b0ec82f6-8da0-41f5-8f67-02ac3b442b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:51.479925 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42423 2025.12.19 19:57:51.480013 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:51.480029 [ 286 ] {563db62a-d42b-4bab-bc50-802da2907858} executeQuery: (from [fd00:1122:3344:101::e]:58102) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.19 19:57:51.480066 [ 288 ] {} TCP-Session: bad618d3-5427-4e51-af4e-f7cfe82a78bc Authenticating user 'default' from [fd00:1122:3344:101::e]:45849 2025.12.19 19:57:51.480097 [ 288 ] {} TCP-Session: bad618d3-5427-4e51-af4e-f7cfe82a78bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480111 [ 288 ] {} TCP-Session: bad618d3-5427-4e51-af4e-f7cfe82a78bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480129 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:51.480192 [ 290 ] {} TCP-Session: 39725b6a-c408-43eb-9957-ffc89de98132 Authenticating user 'default' from [fd00:1122:3344:101::e]:35269 2025.12.19 19:57:51.480206 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47238 2025.12.19 19:57:51.480219 [ 290 ] {} TCP-Session: 39725b6a-c408-43eb-9957-ffc89de98132 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480259 [ 290 ] {} TCP-Session: 39725b6a-c408-43eb-9957-ffc89de98132 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480270 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:51.480329 [ 289 ] {} TCP-Session: 4cb3f7ac-c9b5-4ab6-bd02-47b6e8f2a725 Authenticating user 'default' from [fd00:1122:3344:101::e]:62298 2025.12.19 19:57:51.480330 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:51.480362 [ 289 ] {} TCP-Session: 4cb3f7ac-c9b5-4ab6-bd02-47b6e8f2a725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480384 [ 291 ] {} TCP-Session: 2628bcd3-4e77-482f-88b4-c8d486beb717 Authenticating user 'default' from [fd00:1122:3344:101::e]:42423 2025.12.19 19:57:51.480386 [ 289 ] {} TCP-Session: 4cb3f7ac-c9b5-4ab6-bd02-47b6e8f2a725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480421 [ 291 ] {} TCP-Session: 2628bcd3-4e77-482f-88b4-c8d486beb717 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480442 [ 291 ] {} TCP-Session: 2628bcd3-4e77-482f-88b4-c8d486beb717 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480496 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:51.480518 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40211 2025.12.19 19:57:51.480556 [ 292 ] {} TCP-Session: f470c124-4889-43bd-bb6f-42be4c5b4839 Authenticating user 'default' from [fd00:1122:3344:101::e]:47238 2025.12.19 19:57:51.480581 [ 292 ] {} TCP-Session: f470c124-4889-43bd-bb6f-42be4c5b4839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480595 [ 292 ] {} TCP-Session: f470c124-4889-43bd-bb6f-42be4c5b4839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.480614 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42242 2025.12.19 19:57:51.482702 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:51.482708 [ 286 ] {563db62a-d42b-4bab-bc50-802da2907858} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.19 19:57:51.482730 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:51.482754 [ 293 ] {} TCP-Session: 60399754-c3d5-457f-96ed-2ab4ba8471f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:40211 2025.12.19 19:57:51.482781 [ 294 ] {} TCP-Session: 31087562-f6e5-4d2b-80e8-69e5c2a1e426 Authenticating user 'default' from [fd00:1122:3344:101::e]:42242 2025.12.19 19:57:51.482789 [ 293 ] {} TCP-Session: 60399754-c3d5-457f-96ed-2ab4ba8471f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.482807 [ 294 ] {} TCP-Session: 31087562-f6e5-4d2b-80e8-69e5c2a1e426 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.482816 [ 293 ] {} TCP-Session: 60399754-c3d5-457f-96ed-2ab4ba8471f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.482829 [ 294 ] {} TCP-Session: 31087562-f6e5-4d2b-80e8-69e5c2a1e426 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.489570 [ 286 ] {563db62a-d42b-4bab-bc50-802da2907858} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:51.502270 [ 286 ] {563db62a-d42b-4bab-bc50-802da2907858} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd) (SelectExecutor): Key condition: unknown 2025.12.19 19:57:51.517747 [ 296 ] {563db62a-d42b-4bab-bc50-802da2907858} AggregatingTransform: Aggregating 2025.12.19 19:57:51.519830 [ 296 ] {563db62a-d42b-4bab-bc50-802da2907858} Aggregator: Aggregation method: without_key 2025.12.19 19:57:51.520482 [ 296 ] {563db62a-d42b-4bab-bc50-802da2907858} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.008053224 sec. (124.174 rows/sec., 4.85 KiB/sec.) 2025.12.19 19:57:51.520512 [ 296 ] {563db62a-d42b-4bab-bc50-802da2907858} Aggregator: Merging aggregated data 2025.12.19 19:57:51.520546 [ 296 ] {563db62a-d42b-4bab-bc50-802da2907858} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2025.12.19 19:57:51.524133 [ 286 ] {563db62a-d42b-4bab-bc50-802da2907858} executeQuery: Read 1 rows, 40.00 B in 0.044175 sec., 22.637238256932655 rows/sec., 905.49 B/sec. 2025.12.19 19:57:51.524311 [ 286 ] {563db62a-d42b-4bab-bc50-802da2907858} TCPHandler: Processed in 0.044659981 sec. 2025.12.19 19:57:51.525029 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:51.525071 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:51.525078 [ 286 ] {} TCP-Session: b0ec82f6-8da0-41f5-8f67-02ac3b442b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.525092 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:51.525112 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:51.525134 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:51.525166 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:51.525175 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:51.525204 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:51.525224 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:51.525243 [ 291 ] {} TCP-Session: 2628bcd3-4e77-482f-88b4-c8d486beb717 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.525268 [ 289 ] {} TCP-Session: 4cb3f7ac-c9b5-4ab6-bd02-47b6e8f2a725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.525280 [ 294 ] {} TCP-Session: 31087562-f6e5-4d2b-80e8-69e5c2a1e426 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.525198 [ 292 ] {} TCP-Session: f470c124-4889-43bd-bb6f-42be4c5b4839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.525185 [ 288 ] {} TCP-Session: bad618d3-5427-4e51-af4e-f7cfe82a78bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.525164 [ 293 ] {} TCP-Session: 60399754-c3d5-457f-96ed-2ab4ba8471f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.525128 [ 287 ] {} TCP-Session: 553dd935-f635-4a76-b660-b41dbc80cd4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:51.525218 [ 290 ] {} TCP-Session: 39725b6a-c408-43eb-9957-ffc89de98132 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:52.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.93 MiB, peak 162.03 MiB, free memory in arenas 0.00 B, will set to 161.17 MiB (RSS), difference: 7.24 MiB 2025.12.19 19:57:53.244287 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.244472 [ 3 ] {e28dd009-49b8-42a3-aa5e-9334279c5020} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.244738 [ 3 ] {e28dd009-49b8-42a3-aa5e-9334279c5020} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.244799 [ 3 ] {e28dd009-49b8-42a3-aa5e-9334279c5020} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.245224 [ 3 ] {e28dd009-49b8-42a3-aa5e-9334279c5020} TCPHandler: Processed in 0.001079421 sec. 2025.12.19 19:57:53.254588 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.254767 [ 3 ] {b075ffcd-a29c-4dc8-8206-1d7850c51265} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.259232 [ 3 ] {b075ffcd-a29c-4dc8-8206-1d7850c51265} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.259290 [ 3 ] {b075ffcd-a29c-4dc8-8206-1d7850c51265} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.263139 [ 3 ] {b075ffcd-a29c-4dc8-8206-1d7850c51265} TCPHandler: Processed in 0.008622809 sec. 2025.12.19 19:57:53.264336 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.264468 [ 3 ] {1057cd8b-138c-4502-aca1-48470b33feb2} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.264787 [ 3 ] {1057cd8b-138c-4502-aca1-48470b33feb2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.264833 [ 3 ] {1057cd8b-138c-4502-aca1-48470b33feb2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.265238 [ 3 ] {1057cd8b-138c-4502-aca1-48470b33feb2} TCPHandler: Processed in 0.0009583 sec. 2025.12.19 19:57:53.267493 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.267642 [ 3 ] {e0a09b9f-7213-4875-bc30-52e7c81bb7c1} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.267952 [ 3 ] {e0a09b9f-7213-4875-bc30-52e7c81bb7c1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.268007 [ 3 ] {e0a09b9f-7213-4875-bc30-52e7c81bb7c1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.268364 [ 3 ] {e0a09b9f-7213-4875-bc30-52e7c81bb7c1} TCPHandler: Processed in 0.000931609 sec. 2025.12.19 19:57:53.268937 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.269058 [ 3 ] {4e9ea213-31f7-4b29-a3a1-daa2fb2497b2} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.269312 [ 3 ] {4e9ea213-31f7-4b29-a3a1-daa2fb2497b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.269357 [ 3 ] {4e9ea213-31f7-4b29-a3a1-daa2fb2497b2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.269762 [ 3 ] {4e9ea213-31f7-4b29-a3a1-daa2fb2497b2} TCPHandler: Processed in 0.000883409 sec. 2025.12.19 19:57:53.270004 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.270121 [ 3 ] {cda712fd-a735-477d-ad7e-c7ceddfaa5ed} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.270360 [ 3 ] {cda712fd-a735-477d-ad7e-c7ceddfaa5ed} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.270403 [ 3 ] {cda712fd-a735-477d-ad7e-c7ceddfaa5ed} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.270726 [ 3 ] {cda712fd-a735-477d-ad7e-c7ceddfaa5ed} TCPHandler: Processed in 0.000773498 sec. 2025.12.19 19:57:53.270970 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.271087 [ 3 ] {cad3e7c9-1044-4a34-aa04-7a37d8a945b1} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.271323 [ 3 ] {cad3e7c9-1044-4a34-aa04-7a37d8a945b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.271370 [ 3 ] {cad3e7c9-1044-4a34-aa04-7a37d8a945b1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.271705 [ 3 ] {cad3e7c9-1044-4a34-aa04-7a37d8a945b1} TCPHandler: Processed in 0.000783458 sec. 2025.12.19 19:57:53.271947 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.272062 [ 3 ] {8e3a9303-fab4-4ab3-a07a-7b507b64ee20} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.272297 [ 3 ] {8e3a9303-fab4-4ab3-a07a-7b507b64ee20} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.272338 [ 3 ] {8e3a9303-fab4-4ab3-a07a-7b507b64ee20} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.272669 [ 3 ] {8e3a9303-fab4-4ab3-a07a-7b507b64ee20} TCPHandler: Processed in 0.000772318 sec. 2025.12.19 19:57:53.272906 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.273023 [ 3 ] {adfda0d2-5573-42f9-984f-b43567cadc09} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.273259 [ 3 ] {adfda0d2-5573-42f9-984f-b43567cadc09} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.273302 [ 3 ] {adfda0d2-5573-42f9-984f-b43567cadc09} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.273617 [ 3 ] {adfda0d2-5573-42f9-984f-b43567cadc09} TCPHandler: Processed in 0.000759468 sec. 2025.12.19 19:57:53.273852 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.273970 [ 3 ] {42994d94-3e64-40db-81ba-aeeef16ea230} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.274213 [ 3 ] {42994d94-3e64-40db-81ba-aeeef16ea230} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.274257 [ 3 ] {42994d94-3e64-40db-81ba-aeeef16ea230} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.274589 [ 3 ] {42994d94-3e64-40db-81ba-aeeef16ea230} TCPHandler: Processed in 0.000785748 sec. 2025.12.19 19:57:53.274832 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.274953 [ 3 ] {cfdd12a6-aa15-4758-aa68-2b50d73d44c0} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.275194 [ 3 ] {cfdd12a6-aa15-4758-aa68-2b50d73d44c0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.275236 [ 3 ] {cfdd12a6-aa15-4758-aa68-2b50d73d44c0} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.275576 [ 3 ] {cfdd12a6-aa15-4758-aa68-2b50d73d44c0} TCPHandler: Processed in 0.000792718 sec. 2025.12.19 19:57:53.275808 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.275925 [ 3 ] {ecb477e2-4188-47fd-8ab4-98f910247294} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.276173 [ 3 ] {ecb477e2-4188-47fd-8ab4-98f910247294} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.276215 [ 3 ] {ecb477e2-4188-47fd-8ab4-98f910247294} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.276536 [ 3 ] {ecb477e2-4188-47fd-8ab4-98f910247294} TCPHandler: Processed in 0.000776618 sec. 2025.12.19 19:57:53.276792 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.276910 [ 3 ] {976de72f-adc1-4dcc-b7b6-e86036b747dc} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.277158 [ 3 ] {976de72f-adc1-4dcc-b7b6-e86036b747dc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.277204 [ 3 ] {976de72f-adc1-4dcc-b7b6-e86036b747dc} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.277537 [ 3 ] {976de72f-adc1-4dcc-b7b6-e86036b747dc} TCPHandler: Processed in 0.000792998 sec. 2025.12.19 19:57:53.290861 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.291008 [ 3 ] {27292857-2c7d-4738-8da4-00bbefc67fe4} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:57:53.291324 [ 3 ] {27292857-2c7d-4738-8da4-00bbefc67fe4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.291376 [ 3 ] {27292857-2c7d-4738-8da4-00bbefc67fe4} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:53.291772 [ 3 ] {27292857-2c7d-4738-8da4-00bbefc67fe4} TCPHandler: Processed in 0.00098081 sec. 2025.12.19 19:57:53.292699 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.292813 [ 3 ] {4f22bee4-776f-4f3e-ad15-188dcbcaf963} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.19 19:57:53.292856 [ 3 ] {4f22bee4-776f-4f3e-ad15-188dcbcaf963} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:57:53.293414 [ 3 ] {4f22bee4-776f-4f3e-ad15-188dcbcaf963} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.293458 [ 3 ] {4f22bee4-776f-4f3e-ad15-188dcbcaf963} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.298749 [ 3 ] {4f22bee4-776f-4f3e-ad15-188dcbcaf963} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.299178 [ 3 ] {4f22bee4-776f-4f3e-ad15-188dcbcaf963} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.299354 [ 3 ] {4f22bee4-776f-4f3e-ad15-188dcbcaf963} executeQuery: Read 14 rows, 4.75 KiB in 0.006572 sec., 2130.249543517955 rows/sec., 722.32 KiB/sec. 2025.12.19 19:57:53.299397 [ 3 ] {4f22bee4-776f-4f3e-ad15-188dcbcaf963} TCPHandler: Processed in 0.00675196 sec. 2025.12.19 19:57:53.299542 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.299642 [ 3 ] {eea4a161-e217-426b-b78b-f8b3f0aebe05} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:57:53.299684 [ 3 ] {eea4a161-e217-426b-b78b-f8b3f0aebe05} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:57:53.304624 [ 3 ] {eea4a161-e217-426b-b78b-f8b3f0aebe05} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.304661 [ 3 ] {eea4a161-e217-426b-b78b-f8b3f0aebe05} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.308312 [ 3 ] {eea4a161-e217-426b-b78b-f8b3f0aebe05} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.308857 [ 3 ] {eea4a161-e217-426b-b78b-f8b3f0aebe05} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.308998 [ 3 ] {eea4a161-e217-426b-b78b-f8b3f0aebe05} executeQuery: Read 410 rows, 26.63 KiB in 0.009379 sec., 43714.68173579273 rows/sec., 2.77 MiB/sec. 2025.12.19 19:57:53.309036 [ 3 ] {eea4a161-e217-426b-b78b-f8b3f0aebe05} TCPHandler: Processed in 0.009546639 sec. 2025.12.19 19:57:53.309165 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.309270 [ 3 ] {4998622c-f2f4-4dca-806c-73a2e65ca532} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.19 19:57:53.309312 [ 3 ] {4998622c-f2f4-4dca-806c-73a2e65ca532} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.19 19:57:53.309765 [ 3 ] {4998622c-f2f4-4dca-806c-73a2e65ca532} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.309804 [ 3 ] {4998622c-f2f4-4dca-806c-73a2e65ca532} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.310323 [ 3 ] {4998622c-f2f4-4dca-806c-73a2e65ca532} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.310919 [ 3 ] {4998622c-f2f4-4dca-806c-73a2e65ca532} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.311060 [ 3 ] {4998622c-f2f4-4dca-806c-73a2e65ca532} executeQuery: Read 4 rows, 334.00 B in 0.001814 sec., 2205.071664829107 rows/sec., 179.81 KiB/sec. 2025.12.19 19:57:53.311102 [ 3 ] {4998622c-f2f4-4dca-806c-73a2e65ca532} TCPHandler: Processed in 0.00198822 sec. 2025.12.19 19:57:53.311231 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.311334 [ 3 ] {70034582-5020-401f-aa50-eb7e807416af} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:57:53.311376 [ 3 ] {70034582-5020-401f-aa50-eb7e807416af} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:57:53.312459 [ 3 ] {70034582-5020-401f-aa50-eb7e807416af} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.312495 [ 3 ] {70034582-5020-401f-aa50-eb7e807416af} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.313074 [ 3 ] {70034582-5020-401f-aa50-eb7e807416af} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.313699 [ 3 ] {70034582-5020-401f-aa50-eb7e807416af} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.313875 [ 3 ] {70034582-5020-401f-aa50-eb7e807416af} executeQuery: Read 1078 rows, 87.59 KiB in 0.00256 sec., 421093.74999999994 rows/sec., 33.41 MiB/sec. 2025.12.19 19:57:53.313927 [ 3 ] {70034582-5020-401f-aa50-eb7e807416af} TCPHandler: Processed in 0.002750169 sec. 2025.12.19 19:57:53.314066 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.314166 [ 3 ] {a76597e0-900e-4699-bb2d-de2c11aede42} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:57:53.314209 [ 3 ] {a76597e0-900e-4699-bb2d-de2c11aede42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:57:53.314881 [ 3 ] {a76597e0-900e-4699-bb2d-de2c11aede42} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.314926 [ 3 ] {a76597e0-900e-4699-bb2d-de2c11aede42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.315545 [ 3 ] {a76597e0-900e-4699-bb2d-de2c11aede42} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.316118 [ 3 ] {a76597e0-900e-4699-bb2d-de2c11aede42} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.316297 [ 3 ] {a76597e0-900e-4699-bb2d-de2c11aede42} executeQuery: Read 219 rows, 13.35 KiB in 0.002151 sec., 101813.11018131101 rows/sec., 6.06 MiB/sec. 2025.12.19 19:57:53.316348 [ 3 ] {a76597e0-900e-4699-bb2d-de2c11aede42} TCPHandler: Processed in 0.002342064 sec. 2025.12.19 19:57:53.316518 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.316631 [ 3 ] {0f89f44a-8272-4534-a6e6-6732279cb780} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:57:53.316677 [ 3 ] {0f89f44a-8272-4534-a6e6-6732279cb780} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:57:53.317472 [ 3 ] {0f89f44a-8272-4534-a6e6-6732279cb780} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.317504 [ 3 ] {0f89f44a-8272-4534-a6e6-6732279cb780} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.318009 [ 3 ] {0f89f44a-8272-4534-a6e6-6732279cb780} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.318503 [ 3 ] {0f89f44a-8272-4534-a6e6-6732279cb780} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.318646 [ 3 ] {0f89f44a-8272-4534-a6e6-6732279cb780} executeQuery: Read 212 rows, 14.00 KiB in 0.00204 sec., 103921.56862745098 rows/sec., 6.70 MiB/sec. 2025.12.19 19:57:53.318684 [ 3 ] {0f89f44a-8272-4534-a6e6-6732279cb780} TCPHandler: Processed in 0.002232203 sec. 2025.12.19 19:57:53.318808 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.318911 [ 3 ] {0ef8b46a-18db-4a8a-bcbf-caa42eeaed15} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:57:53.318951 [ 3 ] {0ef8b46a-18db-4a8a-bcbf-caa42eeaed15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:57:53.319461 [ 3 ] {0ef8b46a-18db-4a8a-bcbf-caa42eeaed15} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.319495 [ 3 ] {0ef8b46a-18db-4a8a-bcbf-caa42eeaed15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.319933 [ 3 ] {0ef8b46a-18db-4a8a-bcbf-caa42eeaed15} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.320384 [ 3 ] {0ef8b46a-18db-4a8a-bcbf-caa42eeaed15} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.320525 [ 3 ] {0ef8b46a-18db-4a8a-bcbf-caa42eeaed15} executeQuery: Read 211 rows, 12.27 KiB in 0.001634 sec., 129130.96695226438 rows/sec., 7.33 MiB/sec. 2025.12.19 19:57:53.320564 [ 3 ] {0ef8b46a-18db-4a8a-bcbf-caa42eeaed15} TCPHandler: Processed in 0.001806818 sec. 2025.12.19 19:57:53.320683 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.320779 [ 3 ] {1010fb78-f902-46bb-9682-b805bdfeb275} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:57:53.320819 [ 3 ] {1010fb78-f902-46bb-9682-b805bdfeb275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:57:53.321465 [ 3 ] {1010fb78-f902-46bb-9682-b805bdfeb275} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.321504 [ 3 ] {1010fb78-f902-46bb-9682-b805bdfeb275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.322075 [ 3 ] {1010fb78-f902-46bb-9682-b805bdfeb275} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.322630 [ 3 ] {1010fb78-f902-46bb-9682-b805bdfeb275} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.322770 [ 3 ] {1010fb78-f902-46bb-9682-b805bdfeb275} executeQuery: Read 629 rows, 44.48 KiB in 0.002011 sec., 312779.7115862754 rows/sec., 21.60 MiB/sec. 2025.12.19 19:57:53.322809 [ 3 ] {1010fb78-f902-46bb-9682-b805bdfeb275} TCPHandler: Processed in 0.002176903 sec. 2025.12.19 19:57:53.322931 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.323034 [ 3 ] {2e6e0d68-7dba-4d8c-a2d5-40a635b1e5f6} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:57:53.323078 [ 3 ] {2e6e0d68-7dba-4d8c-a2d5-40a635b1e5f6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:57:53.323506 [ 3 ] {2e6e0d68-7dba-4d8c-a2d5-40a635b1e5f6} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.323547 [ 3 ] {2e6e0d68-7dba-4d8c-a2d5-40a635b1e5f6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.329956 [ 3 ] {2e6e0d68-7dba-4d8c-a2d5-40a635b1e5f6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.330544 [ 3 ] {2e6e0d68-7dba-4d8c-a2d5-40a635b1e5f6} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.330694 [ 3 ] {2e6e0d68-7dba-4d8c-a2d5-40a635b1e5f6} executeQuery: Read 6 rows, 321.00 B in 0.007677 sec., 781.5552950371239 rows/sec., 40.83 KiB/sec. 2025.12.19 19:57:53.330736 [ 3 ] {2e6e0d68-7dba-4d8c-a2d5-40a635b1e5f6} TCPHandler: Processed in 0.007853592 sec. 2025.12.19 19:57:53.330870 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.330977 [ 3 ] {af0dc090-4255-4fbe-a4a9-a26e914136e7} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:57:53.331022 [ 3 ] {af0dc090-4255-4fbe-a4a9-a26e914136e7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:57:53.331451 [ 3 ] {af0dc090-4255-4fbe-a4a9-a26e914136e7} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.331490 [ 3 ] {af0dc090-4255-4fbe-a4a9-a26e914136e7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.332081 [ 3 ] {af0dc090-4255-4fbe-a4a9-a26e914136e7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.332695 [ 3 ] {af0dc090-4255-4fbe-a4a9-a26e914136e7} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.332843 [ 3 ] {af0dc090-4255-4fbe-a4a9-a26e914136e7} executeQuery: Read 156 rows, 9.85 KiB in 0.001883 sec., 82846.52150823156 rows/sec., 5.11 MiB/sec. 2025.12.19 19:57:53.332881 [ 3 ] {af0dc090-4255-4fbe-a4a9-a26e914136e7} TCPHandler: Processed in 0.002073212 sec. 2025.12.19 19:57:53.332995 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.333086 [ 3 ] {4c27541b-ad2b-4ba9-9ba9-aff41bce673c} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:57:53.333125 [ 3 ] {4c27541b-ad2b-4ba9-9ba9-aff41bce673c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:57:53.333440 [ 3 ] {4c27541b-ad2b-4ba9-9ba9-aff41bce673c} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.333474 [ 3 ] {4c27541b-ad2b-4ba9-9ba9-aff41bce673c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.333894 [ 3 ] {4c27541b-ad2b-4ba9-9ba9-aff41bce673c} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.334438 [ 3 ] {4c27541b-ad2b-4ba9-9ba9-aff41bce673c} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.334582 [ 3 ] {4c27541b-ad2b-4ba9-9ba9-aff41bce673c} executeQuery: Read 1 rows, 69.00 B in 0.001507 sec., 663.5700066357 rows/sec., 44.71 KiB/sec. 2025.12.19 19:57:53.334620 [ 3 ] {4c27541b-ad2b-4ba9-9ba9-aff41bce673c} TCPHandler: Processed in 0.001673628 sec. 2025.12.19 19:57:53.334755 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.334854 [ 3 ] {cbe08f5b-d4ce-4f8f-8bb9-d9df356dd1ff} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:57:53.334910 [ 3 ] {cbe08f5b-d4ce-4f8f-8bb9-d9df356dd1ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:57:53.335830 [ 3 ] {cbe08f5b-d4ce-4f8f-8bb9-d9df356dd1ff} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.335869 [ 3 ] {cbe08f5b-d4ce-4f8f-8bb9-d9df356dd1ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.339899 [ 3 ] {cbe08f5b-d4ce-4f8f-8bb9-d9df356dd1ff} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.340366 [ 3 ] {cbe08f5b-d4ce-4f8f-8bb9-d9df356dd1ff} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.340519 [ 3 ] {cbe08f5b-d4ce-4f8f-8bb9-d9df356dd1ff} executeQuery: Read 10 rows, 18.35 KiB in 0.005684 sec., 1759.3244194229417 rows/sec., 3.15 MiB/sec. 2025.12.19 19:57:53.340588 [ 3 ] {cbe08f5b-d4ce-4f8f-8bb9-d9df356dd1ff} TCPHandler: Processed in 0.005883031 sec. 2025.12.19 19:57:53.340709 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:53.340806 [ 3 ] {48e66a94-4b3e-4f3a-b695-a25a4d354822} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:57:53.340848 [ 3 ] {48e66a94-4b3e-4f3a-b695-a25a4d354822} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:57:53.341193 [ 3 ] {48e66a94-4b3e-4f3a-b695-a25a4d354822} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.341230 [ 3 ] {48e66a94-4b3e-4f3a-b695-a25a4d354822} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.341720 [ 3 ] {48e66a94-4b3e-4f3a-b695-a25a4d354822} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:57:53.342228 [ 3 ] {48e66a94-4b3e-4f3a-b695-a25a4d354822} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.342370 [ 3 ] {48e66a94-4b3e-4f3a-b695-a25a4d354822} executeQuery: Read 44 rows, 2.38 KiB in 0.001583 sec., 27795.325331648768 rows/sec., 1.47 MiB/sec. 2025.12.19 19:57:53.342411 [ 3 ] {48e66a94-4b3e-4f3a-b695-a25a4d354822} TCPHandler: Processed in 0.001754178 sec. 2025.12.19 19:57:53.878934 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 433 entries to flush up to offset 1409 2025.12.19 19:57:53.879420 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.879475 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.880265 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:57:53.880780 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.880931 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1409 2025.12.19 19:57:53.939960 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2025.12.19 19:57:53.957786 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:57:53.957861 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:57:53.964521 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:57:53.966028 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:57:53.971298 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2025.12.19 19:57:54.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 163.14 MiB, peak 167.14 MiB, free memory in arenas 0.00 B, will set to 164.62 MiB (RSS), difference: 1.48 MiB 2025.12.19 19:57:54.142330 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43870 2025.12.19 19:57:54.142443 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.142474 [ 286 ] {} TCP-Session: 19bc55c3-c3c1-4f66-9fc8-6db8937bad91 Authenticating user 'default' from [fd00:1122:3344:101::e]:43870 2025.12.19 19:57:54.142500 [ 286 ] {} TCP-Session: 19bc55c3-c3c1-4f66-9fc8-6db8937bad91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.142516 [ 286 ] {} TCP-Session: 19bc55c3-c3c1-4f66-9fc8-6db8937bad91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.142752 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38527 2025.12.19 19:57:54.142785 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62531 2025.12.19 19:57:54.142765 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46405 2025.12.19 19:57:54.142851 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38924 2025.12.19 19:57:54.142866 [ 286 ] {} TCP-Session: 19bc55c3-c3c1-4f66-9fc8-6db8937bad91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:54.142871 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37438 2025.12.19 19:57:54.142905 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.142943 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.142943 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.142959 [ 289 ] {} TCP-Session: 8cd5f347-5583-447a-9441-60cde5934d13 Authenticating user 'default' from [fd00:1122:3344:101::e]:62531 2025.12.19 19:57:54.142978 [ 292 ] {} TCP-Session: 9c0556ab-a2b3-41cc-af96-18a5bd9a1f3f Authenticating user 'default' from [fd00:1122:3344:101::e]:38924 2025.12.19 19:57:54.142987 [ 288 ] {} TCP-Session: 825585ec-d684-4816-a51b-3c268aa36c0f Authenticating user 'default' from [fd00:1122:3344:101::e]:46405 2025.12.19 19:57:54.142987 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.143021 [ 288 ] {} TCP-Session: 825585ec-d684-4816-a51b-3c268aa36c0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143018 [ 292 ] {} TCP-Session: 9c0556ab-a2b3-41cc-af96-18a5bd9a1f3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143044 [ 294 ] {} TCP-Session: 1c48113a-d40d-44bd-9195-dd0358e3b78e Authenticating user 'default' from [fd00:1122:3344:101::e]:37438 2025.12.19 19:57:54.143048 [ 288 ] {} TCP-Session: 825585ec-d684-4816-a51b-3c268aa36c0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143059 [ 292 ] {} TCP-Session: 9c0556ab-a2b3-41cc-af96-18a5bd9a1f3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143074 [ 286 ] {7b6e31e1-d971-4213-9170-870f817194a2} executeQuery: (from [fd00:1122:3344:101::e]:43870) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.19 19:57:54.143079 [ 294 ] {} TCP-Session: 1c48113a-d40d-44bd-9195-dd0358e3b78e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143004 [ 289 ] {} TCP-Session: 8cd5f347-5583-447a-9441-60cde5934d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143123 [ 294 ] {} TCP-Session: 1c48113a-d40d-44bd-9195-dd0358e3b78e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143146 [ 289 ] {} TCP-Session: 8cd5f347-5583-447a-9441-60cde5934d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.142882 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.142862 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42173 2025.12.19 19:57:54.143224 [ 287 ] {} TCP-Session: 9affcbb9-cbdb-4f01-913b-53881cd7b208 Authenticating user 'default' from [fd00:1122:3344:101::e]:38527 2025.12.19 19:57:54.142835 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35076 2025.12.19 19:57:54.143259 [ 287 ] {} TCP-Session: 9affcbb9-cbdb-4f01-913b-53881cd7b208 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.142826 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63881 2025.12.19 19:57:54.143279 [ 287 ] {} TCP-Session: 9affcbb9-cbdb-4f01-913b-53881cd7b208 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143281 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.143350 [ 293 ] {} TCP-Session: 432c66d2-5352-48e1-9b91-c67cd401cb0e Authenticating user 'default' from [fd00:1122:3344:101::e]:42173 2025.12.19 19:57:54.143368 [ 293 ] {} TCP-Session: 432c66d2-5352-48e1-9b91-c67cd401cb0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143381 [ 293 ] {} TCP-Session: 432c66d2-5352-48e1-9b91-c67cd401cb0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143408 [ 286 ] {7b6e31e1-d971-4213-9170-870f817194a2} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.19 19:57:54.143450 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.143482 [ 291 ] {} TCP-Session: e935616a-0def-427d-90df-83ddbc40d383 Authenticating user 'default' from [fd00:1122:3344:101::e]:35076 2025.12.19 19:57:54.143482 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.143491 [ 286 ] {7b6e31e1-d971-4213-9170-870f817194a2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:54.143526 [ 290 ] {} TCP-Session: 1d90c218-eb19-452d-8097-366bba71ab5d Authenticating user 'default' from [fd00:1122:3344:101::e]:63881 2025.12.19 19:57:54.143500 [ 291 ] {} TCP-Session: e935616a-0def-427d-90df-83ddbc40d383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143553 [ 290 ] {} TCP-Session: 1d90c218-eb19-452d-8097-366bba71ab5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143565 [ 291 ] {} TCP-Session: e935616a-0def-427d-90df-83ddbc40d383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143590 [ 290 ] {} TCP-Session: 1d90c218-eb19-452d-8097-366bba71ab5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.143832 [ 286 ] {7b6e31e1-d971-4213-9170-870f817194a2} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd) (SelectExecutor): Key condition: unknown 2025.12.19 19:57:54.144799 [ 260 ] {7b6e31e1-d971-4213-9170-870f817194a2} AggregatingTransform: Aggregating 2025.12.19 19:57:54.144843 [ 260 ] {7b6e31e1-d971-4213-9170-870f817194a2} Aggregator: Aggregation method: without_key 2025.12.19 19:57:54.144879 [ 260 ] {7b6e31e1-d971-4213-9170-870f817194a2} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.00094338 sec. (1060.018 rows/sec., 41.41 KiB/sec.) 2025.12.19 19:57:54.144896 [ 260 ] {7b6e31e1-d971-4213-9170-870f817194a2} Aggregator: Merging aggregated data 2025.12.19 19:57:54.146252 [ 286 ] {7b6e31e1-d971-4213-9170-870f817194a2} executeQuery: Read 1 rows, 40.00 B in 0.003246 sec., 308.07147258163894 rows/sec., 12.03 KiB/sec. 2025.12.19 19:57:54.146380 [ 286 ] {7b6e31e1-d971-4213-9170-870f817194a2} TCPHandler: Processed in 0.003641188 sec. 2025.12.19 19:57:54.146509 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.146538 [ 286 ] {} TCP-Session: 19bc55c3-c3c1-4f66-9fc8-6db8937bad91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.146547 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.146559 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.146575 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.146598 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.146612 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.146634 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.146664 [ 291 ] {} TCP-Session: e935616a-0def-427d-90df-83ddbc40d383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.146647 [ 292 ] {} TCP-Session: 9c0556ab-a2b3-41cc-af96-18a5bd9a1f3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.146699 [ 290 ] {} TCP-Session: 1d90c218-eb19-452d-8097-366bba71ab5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.146639 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.146634 [ 288 ] {} TCP-Session: 825585ec-d684-4816-a51b-3c268aa36c0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.146616 [ 287 ] {} TCP-Session: 9affcbb9-cbdb-4f01-913b-53881cd7b208 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.146772 [ 293 ] {} TCP-Session: 432c66d2-5352-48e1-9b91-c67cd401cb0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.146597 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.146591 [ 294 ] {} TCP-Session: 1c48113a-d40d-44bd-9195-dd0358e3b78e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.146838 [ 289 ] {} TCP-Session: 8cd5f347-5583-447a-9441-60cde5934d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149172 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51981 2025.12.19 19:57:54.149238 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.149262 [ 286 ] {} TCP-Session: d7de5570-462a-4cd0-8d8b-fb8ea6428fc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:51981 2025.12.19 19:57:54.149281 [ 286 ] {} TCP-Session: d7de5570-462a-4cd0-8d8b-fb8ea6428fc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149296 [ 286 ] {} TCP-Session: d7de5570-462a-4cd0-8d8b-fb8ea6428fc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149457 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34666 2025.12.19 19:57:54.149473 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46863 2025.12.19 19:57:54.149492 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55908 2025.12.19 19:57:54.149516 [ 286 ] {} TCP-Session: d7de5570-462a-4cd0-8d8b-fb8ea6428fc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:57:54.149518 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51050 2025.12.19 19:57:54.149550 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.149537 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53294 2025.12.19 19:57:54.149566 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.149585 [ 288 ] {} TCP-Session: d284063e-19f2-4a61-ac85-d786df48fcbb Authenticating user 'default' from [fd00:1122:3344:101::e]:46863 2025.12.19 19:57:54.149599 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.149610 [ 290 ] {} TCP-Session: 2f12fcde-bf16-42f7-9af4-e57a266253cd Authenticating user 'default' from [fd00:1122:3344:101::e]:55908 2025.12.19 19:57:54.149622 [ 288 ] {} TCP-Session: d284063e-19f2-4a61-ac85-d786df48fcbb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149633 [ 292 ] {} TCP-Session: 79c26ca5-57d4-427a-9206-fbace80cdc8f Authenticating user 'default' from [fd00:1122:3344:101::e]:51050 2025.12.19 19:57:54.149646 [ 290 ] {} TCP-Session: 2f12fcde-bf16-42f7-9af4-e57a266253cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149656 [ 288 ] {} TCP-Session: d284063e-19f2-4a61-ac85-d786df48fcbb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149667 [ 292 ] {} TCP-Session: 79c26ca5-57d4-427a-9206-fbace80cdc8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149667 [ 286 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} executeQuery: (from [fd00:1122:3344:101::e]:51981) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.19 19:57:54.149697 [ 292 ] {} TCP-Session: 79c26ca5-57d4-427a-9206-fbace80cdc8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149678 [ 290 ] {} TCP-Session: 2f12fcde-bf16-42f7-9af4-e57a266253cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149640 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.149530 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64091 2025.12.19 19:57:54.149784 [ 294 ] {} TCP-Session: c2c3d95e-fc85-4b4c-9a04-b8735d912889 Authenticating user 'default' from [fd00:1122:3344:101::e]:53294 2025.12.19 19:57:54.149527 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.149816 [ 294 ] {} TCP-Session: c2c3d95e-fc85-4b4c-9a04-b8735d912889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149842 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.149853 [ 294 ] {} TCP-Session: c2c3d95e-fc85-4b4c-9a04-b8735d912889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149847 [ 287 ] {} TCP-Session: d3735bab-d2b3-4454-b162-7e1ee607e7ed Authenticating user 'default' from [fd00:1122:3344:101::e]:34666 2025.12.19 19:57:54.149877 [ 293 ] {} TCP-Session: 0e80151b-564d-4cff-bf6d-310f4a2a6f1e Authenticating user 'default' from [fd00:1122:3344:101::e]:64091 2025.12.19 19:57:54.149899 [ 286 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.19 19:57:54.149921 [ 293 ] {} TCP-Session: 0e80151b-564d-4cff-bf6d-310f4a2a6f1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149906 [ 287 ] {} TCP-Session: d3735bab-d2b3-4454-b162-7e1ee607e7ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149963 [ 286 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:57:54.149977 [ 287 ] {} TCP-Session: d3735bab-d2b3-4454-b162-7e1ee607e7ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149958 [ 293 ] {} TCP-Session: 0e80151b-564d-4cff-bf6d-310f4a2a6f1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.149500 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38297 2025.12.19 19:57:54.149486 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56741 2025.12.19 19:57:54.150135 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.150160 [ 291 ] {} TCP-Session: 2cdfed54-e4f8-415d-b319-3215fd1e6e3b Authenticating user 'default' from [fd00:1122:3344:101::e]:38297 2025.12.19 19:57:54.150165 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:57:54.150178 [ 291 ] {} TCP-Session: 2cdfed54-e4f8-415d-b319-3215fd1e6e3b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.150198 [ 289 ] {} TCP-Session: ed2110df-de9b-4112-b032-f559e1af1dfb Authenticating user 'default' from [fd00:1122:3344:101::e]:56741 2025.12.19 19:57:54.150202 [ 291 ] {} TCP-Session: 2cdfed54-e4f8-415d-b319-3215fd1e6e3b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.150222 [ 289 ] {} TCP-Session: ed2110df-de9b-4112-b032-f559e1af1dfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.150225 [ 286 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd) (SelectExecutor): Key condition: unknown 2025.12.19 19:57:54.150244 [ 289 ] {} TCP-Session: ed2110df-de9b-4112-b032-f559e1af1dfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.151061 [ 337 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} AggregatingTransform: Aggregating 2025.12.19 19:57:54.151109 [ 337 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} Aggregator: Aggregation method: without_key 2025.12.19 19:57:54.151147 [ 337 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000823468 sec. (1214.376 rows/sec., 47.44 KiB/sec.) 2025.12.19 19:57:54.151166 [ 337 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} Aggregator: Merging aggregated data 2025.12.19 19:57:54.152465 [ 286 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} executeQuery: Read 1 rows, 40.00 B in 0.00284 sec., 352.11267605633805 rows/sec., 13.75 KiB/sec. 2025.12.19 19:57:54.152602 [ 286 ] {2285f655-64e0-4b29-ab92-59a65c665c1c} TCPHandler: Processed in 0.003150082 sec. 2025.12.19 19:57:54.152675 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.152704 [ 286 ] {} TCP-Session: d7de5570-462a-4cd0-8d8b-fb8ea6428fc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.152703 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.152725 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.152752 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.152760 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.152780 [ 294 ] {} TCP-Session: c2c3d95e-fc85-4b4c-9a04-b8735d912889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.152791 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.152809 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.152857 [ 289 ] {} TCP-Session: ed2110df-de9b-4112-b032-f559e1af1dfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.152826 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.152882 [ 290 ] {} TCP-Session: 2f12fcde-bf16-42f7-9af4-e57a266253cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.152816 [ 292 ] {} TCP-Session: 79c26ca5-57d4-427a-9206-fbace80cdc8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.152915 [ 293 ] {} TCP-Session: 0e80151b-564d-4cff-bf6d-310f4a2a6f1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.152799 [ 288 ] {} TCP-Session: d284063e-19f2-4a61-ac85-d786df48fcbb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.152775 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.19 19:57:54.152758 [ 287 ] {} TCP-Session: d3735bab-d2b3-4454-b162-7e1ee607e7ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:57:54.153011 [ 291 ] {} TCP-Session: 2cdfed54-e4f8-415d-b319-3215fd1e6e3b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:01.319134 [ 93 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:58:01.319198 [ 93 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:58:01.381151 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 1921 2025.12.19 19:58:01.381640 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:01.381682 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:01.382305 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:01.382751 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:01.382889 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1921 2025.12.19 19:58:01.394975 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 148 2025.12.19 19:58:01.398325 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:01.398382 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:01.399692 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:01.400163 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:01.400472 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 148 2025.12.19 19:58:01.471522 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2025.12.19 19:58:01.488910 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:01.488980 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:01.495348 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:01.496649 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:01.499939 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2025.12.19 19:58:02.000206 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.32 MiB, peak 174.98 MiB, free memory in arenas 0.00 B, will set to 166.57 MiB (RSS), difference: 1.25 MiB 2025.12.19 19:58:03.258724 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.258911 [ 3 ] {7be75b1c-69a6-4bb8-b4e1-42a0088b9c32} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:58:03.258987 [ 3 ] {7be75b1c-69a6-4bb8-b4e1-42a0088b9c32} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:58:03.259872 [ 3 ] {7be75b1c-69a6-4bb8-b4e1-42a0088b9c32} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.259927 [ 3 ] {7be75b1c-69a6-4bb8-b4e1-42a0088b9c32} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.260528 [ 3 ] {7be75b1c-69a6-4bb8-b4e1-42a0088b9c32} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.261023 [ 3 ] {7be75b1c-69a6-4bb8-b4e1-42a0088b9c32} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.261196 [ 3 ] {7be75b1c-69a6-4bb8-b4e1-42a0088b9c32} executeQuery: Read 410 rows, 26.63 KiB in 0.002337 sec., 175438.59649122806 rows/sec., 11.13 MiB/sec. 2025.12.19 19:58:03.261250 [ 3 ] {7be75b1c-69a6-4bb8-b4e1-42a0088b9c32} TCPHandler: Processed in 0.002652377 sec. 2025.12.19 19:58:03.261386 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.261496 [ 3 ] {124a3ab4-d813-47ce-a2fd-b5bee95fcbb1} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:03.261542 [ 3 ] {124a3ab4-d813-47ce-a2fd-b5bee95fcbb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:03.262537 [ 3 ] {124a3ab4-d813-47ce-a2fd-b5bee95fcbb1} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.262582 [ 3 ] {124a3ab4-d813-47ce-a2fd-b5bee95fcbb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.263093 [ 3 ] {124a3ab4-d813-47ce-a2fd-b5bee95fcbb1} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.263612 [ 3 ] {124a3ab4-d813-47ce-a2fd-b5bee95fcbb1} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.263759 [ 3 ] {124a3ab4-d813-47ce-a2fd-b5bee95fcbb1} executeQuery: Read 1076 rows, 87.44 KiB in 0.002292 sec., 469458.98778359505 rows/sec., 37.26 MiB/sec. 2025.12.19 19:58:03.263801 [ 3 ] {124a3ab4-d813-47ce-a2fd-b5bee95fcbb1} TCPHandler: Processed in 0.002468886 sec. 2025.12.19 19:58:03.263926 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.264033 [ 3 ] {b51eb084-cef9-489f-8c13-590a42062fe0} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:03.264078 [ 3 ] {b51eb084-cef9-489f-8c13-590a42062fe0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:03.264613 [ 3 ] {b51eb084-cef9-489f-8c13-590a42062fe0} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.264657 [ 3 ] {b51eb084-cef9-489f-8c13-590a42062fe0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.265141 [ 3 ] {b51eb084-cef9-489f-8c13-590a42062fe0} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.265584 [ 3 ] {b51eb084-cef9-489f-8c13-590a42062fe0} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.265742 [ 3 ] {b51eb084-cef9-489f-8c13-590a42062fe0} executeQuery: Read 215 rows, 13.07 KiB in 0.001735 sec., 123919.30835734871 rows/sec., 7.36 MiB/sec. 2025.12.19 19:58:03.265785 [ 3 ] {b51eb084-cef9-489f-8c13-590a42062fe0} TCPHandler: Processed in 0.001910479 sec. 2025.12.19 19:58:03.265918 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.266022 [ 3 ] {8a546029-451a-42ac-8e50-88cc9049c891} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:58:03.266067 [ 3 ] {8a546029-451a-42ac-8e50-88cc9049c891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:58:03.266581 [ 3 ] {8a546029-451a-42ac-8e50-88cc9049c891} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.266620 [ 3 ] {8a546029-451a-42ac-8e50-88cc9049c891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.267089 [ 3 ] {8a546029-451a-42ac-8e50-88cc9049c891} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.267594 [ 3 ] {8a546029-451a-42ac-8e50-88cc9049c891} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.267739 [ 3 ] {8a546029-451a-42ac-8e50-88cc9049c891} executeQuery: Read 212 rows, 14.00 KiB in 0.001742 sec., 121699.196326062 rows/sec., 7.85 MiB/sec. 2025.12.19 19:58:03.267781 [ 3 ] {8a546029-451a-42ac-8e50-88cc9049c891} TCPHandler: Processed in 0.00192301 sec. 2025.12.19 19:58:03.267913 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.268014 [ 3 ] {04352834-499c-479d-9c8a-aeed9f22e147} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:58:03.268060 [ 3 ] {04352834-499c-479d-9c8a-aeed9f22e147} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:58:03.268653 [ 3 ] {04352834-499c-479d-9c8a-aeed9f22e147} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.268693 [ 3 ] {04352834-499c-479d-9c8a-aeed9f22e147} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.269127 [ 3 ] {04352834-499c-479d-9c8a-aeed9f22e147} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.269727 [ 3 ] {04352834-499c-479d-9c8a-aeed9f22e147} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.269875 [ 3 ] {04352834-499c-479d-9c8a-aeed9f22e147} executeQuery: Read 211 rows, 12.27 KiB in 0.001882 sec., 112114.77151965993 rows/sec., 6.37 MiB/sec. 2025.12.19 19:58:03.269914 [ 3 ] {04352834-499c-479d-9c8a-aeed9f22e147} TCPHandler: Processed in 0.002053271 sec. 2025.12.19 19:58:03.270041 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.270140 [ 3 ] {c82e3dd5-f50c-4aa5-b258-b5f62b77b9e9} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:03.270182 [ 3 ] {c82e3dd5-f50c-4aa5-b258-b5f62b77b9e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:03.270851 [ 3 ] {c82e3dd5-f50c-4aa5-b258-b5f62b77b9e9} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.270890 [ 3 ] {c82e3dd5-f50c-4aa5-b258-b5f62b77b9e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.271369 [ 3 ] {c82e3dd5-f50c-4aa5-b258-b5f62b77b9e9} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.271839 [ 3 ] {c82e3dd5-f50c-4aa5-b258-b5f62b77b9e9} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.271984 [ 3 ] {c82e3dd5-f50c-4aa5-b258-b5f62b77b9e9} executeQuery: Read 625 rows, 44.15 KiB in 0.001866 sec., 334941.050375134 rows/sec., 23.11 MiB/sec. 2025.12.19 19:58:03.272022 [ 3 ] {c82e3dd5-f50c-4aa5-b258-b5f62b77b9e9} TCPHandler: Processed in 0.002031171 sec. 2025.12.19 19:58:03.272147 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.272246 [ 3 ] {30f39d44-3e91-488b-bccf-e77566547824} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:58:03.272289 [ 3 ] {30f39d44-3e91-488b-bccf-e77566547824} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:58:03.272647 [ 3 ] {30f39d44-3e91-488b-bccf-e77566547824} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.272683 [ 3 ] {30f39d44-3e91-488b-bccf-e77566547824} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.273144 [ 3 ] {30f39d44-3e91-488b-bccf-e77566547824} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.273630 [ 3 ] {30f39d44-3e91-488b-bccf-e77566547824} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.273782 [ 3 ] {30f39d44-3e91-488b-bccf-e77566547824} executeQuery: Read 6 rows, 321.00 B in 0.001556 sec., 3856.041131105398 rows/sec., 201.46 KiB/sec. 2025.12.19 19:58:03.273829 [ 3 ] {30f39d44-3e91-488b-bccf-e77566547824} TCPHandler: Processed in 0.001729828 sec. 2025.12.19 19:58:03.273982 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.274110 [ 3 ] {c6d9ef56-2b5d-4b15-b7ef-44a33bb93fec} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:03.274157 [ 3 ] {c6d9ef56-2b5d-4b15-b7ef-44a33bb93fec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:03.274674 [ 3 ] {c6d9ef56-2b5d-4b15-b7ef-44a33bb93fec} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.274719 [ 3 ] {c6d9ef56-2b5d-4b15-b7ef-44a33bb93fec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.275270 [ 3 ] {c6d9ef56-2b5d-4b15-b7ef-44a33bb93fec} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.275804 [ 3 ] {c6d9ef56-2b5d-4b15-b7ef-44a33bb93fec} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.275963 [ 3 ] {c6d9ef56-2b5d-4b15-b7ef-44a33bb93fec} executeQuery: Read 154 rows, 9.71 KiB in 0.001874 sec., 82177.16115261473 rows/sec., 5.06 MiB/sec. 2025.12.19 19:58:03.276010 [ 3 ] {c6d9ef56-2b5d-4b15-b7ef-44a33bb93fec} TCPHandler: Processed in 0.002081121 sec. 2025.12.19 19:58:03.276162 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.276271 [ 3 ] {81185d8a-3edb-44c2-9aa8-6364e3b56f26} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:58:03.276320 [ 3 ] {81185d8a-3edb-44c2-9aa8-6364e3b56f26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:58:03.276787 [ 3 ] {81185d8a-3edb-44c2-9aa8-6364e3b56f26} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.276828 [ 3 ] {81185d8a-3edb-44c2-9aa8-6364e3b56f26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.277764 [ 3 ] {81185d8a-3edb-44c2-9aa8-6364e3b56f26} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.278392 [ 3 ] {81185d8a-3edb-44c2-9aa8-6364e3b56f26} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.278537 [ 3 ] {81185d8a-3edb-44c2-9aa8-6364e3b56f26} executeQuery: Read 1 rows, 69.00 B in 0.002291 sec., 436.4906154517678 rows/sec., 29.41 KiB/sec. 2025.12.19 19:58:03.278576 [ 3 ] {81185d8a-3edb-44c2-9aa8-6364e3b56f26} TCPHandler: Processed in 0.002472606 sec. 2025.12.19 19:58:03.278699 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.278803 [ 3 ] {363f0e0e-4352-4ff1-8203-eb4f694aaec8} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:03.278859 [ 3 ] {363f0e0e-4352-4ff1-8203-eb4f694aaec8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:03.279624 [ 3 ] {363f0e0e-4352-4ff1-8203-eb4f694aaec8} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.279666 [ 3 ] {363f0e0e-4352-4ff1-8203-eb4f694aaec8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.280308 [ 3 ] {363f0e0e-4352-4ff1-8203-eb4f694aaec8} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.280868 [ 3 ] {363f0e0e-4352-4ff1-8203-eb4f694aaec8} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.281018 [ 3 ] {363f0e0e-4352-4ff1-8203-eb4f694aaec8} executeQuery: Read 10 rows, 18.35 KiB in 0.002235 sec., 4474.27293064877 rows/sec., 8.02 MiB/sec. 2025.12.19 19:58:03.281082 [ 3 ] {363f0e0e-4352-4ff1-8203-eb4f694aaec8} TCPHandler: Processed in 0.002433955 sec. 2025.12.19 19:58:03.281207 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:03.281306 [ 3 ] {00c7daba-3011-4099-8f8d-5153a9425ff6} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:03.281349 [ 3 ] {00c7daba-3011-4099-8f8d-5153a9425ff6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:03.281713 [ 3 ] {00c7daba-3011-4099-8f8d-5153a9425ff6} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:03.281751 [ 3 ] {00c7daba-3011-4099-8f8d-5153a9425ff6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:58:03.282248 [ 3 ] {00c7daba-3011-4099-8f8d-5153a9425ff6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:03.282801 [ 3 ] {00c7daba-3011-4099-8f8d-5153a9425ff6} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:03.282954 [ 3 ] {00c7daba-3011-4099-8f8d-5153a9425ff6} executeQuery: Read 44 rows, 2.38 KiB in 0.001668 sec., 26378.896882494006 rows/sec., 1.40 MiB/sec. 2025.12.19 19:58:03.282991 [ 3 ] {00c7daba-3011-4099-8f8d-5153a9425ff6} TCPHandler: Processed in 0.001839489 sec. 2025.12.19 19:58:08.246284 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.246518 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:08.246860 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:08.251451 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:08.251737 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:08.251816 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:08.252019 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 14-element set) 2025.12.19 19:58:08.254657 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:08.257101 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.19 19:58:08.257135 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:08.261112 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:08.261147 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.12.19 19:58:08.294970 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} executeQuery: Read 14 rows, 483.00 B in 0.048532 sec., 288.469463446798 rows/sec., 9.72 KiB/sec. 2025.12.19 19:58:08.295085 [ 3 ] {e9d16bc5-2642-4005-bfcc-fa5b540bf767} TCPHandler: Processed in 0.048925266 sec. 2025.12.19 19:58:08.295410 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.295571 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:08.295854 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:08.295891 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:08.296091 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:08.296178 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:08.296313 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 15-element set) 2025.12.19 19:58:08.296351 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:08.296373 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.19 19:58:08.296389 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:08.296439 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:08.296465 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.12.19 19:58:08.297197 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} executeQuery: Read 14 rows, 483.00 B in 0.001695 sec., 8259.587020648969 rows/sec., 278.28 KiB/sec. 2025.12.19 19:58:08.297285 [ 3 ] {4c7c256c-748e-4ea5-970b-8bd570d997a8} TCPHandler: Processed in 0.00196421 sec. 2025.12.19 19:58:08.297521 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.297657 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:08.297890 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:08.297922 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:08.298088 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:08.298144 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:08.298276 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 16-element set) 2025.12.19 19:58:08.298311 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:08.298338 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.19 19:58:08.298356 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:08.298391 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:08.298411 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.12.19 19:58:08.298932 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} executeQuery: Read 14 rows, 483.00 B in 0.001328 sec., 10542.168674698796 rows/sec., 355.18 KiB/sec. 2025.12.19 19:58:08.299015 [ 3 ] {f6462544-e72c-4663-8a66-c1148ae40022} TCPHandler: Processed in 0.001549546 sec. 2025.12.19 19:58:08.299936 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.300081 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:08.300331 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:08.300367 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:08.300542 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:08.300595 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:08.300696 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 17-element set) 2025.12.19 19:58:08.300727 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:08.300747 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.19 19:58:08.300761 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:08.300793 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:08.300810 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.12.19 19:58:08.301328 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} executeQuery: Read 14 rows, 483.00 B in 0.001297 sec., 10794.14032382421 rows/sec., 363.67 KiB/sec. 2025.12.19 19:58:08.301415 [ 3 ] {225c8e23-d878-4255-a88f-82ad2ef61f81} TCPHandler: Processed in 0.001528956 sec. 2025.12.19 19:58:08.301621 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.301753 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:08.301981 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:08.302018 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:08.302187 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:08.302240 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:08.302342 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 18-element set) 2025.12.19 19:58:08.302370 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:08.302389 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.19 19:58:08.302404 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:08.302437 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:08.302454 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.12.19 19:58:08.303119 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} executeQuery: Read 14 rows, 483.00 B in 0.001416 sec., 9887.005649717514 rows/sec., 333.11 KiB/sec. 2025.12.19 19:58:08.303204 [ 3 ] {3f2df9e7-258b-43e3-912b-4a9980248af3} TCPHandler: Processed in 0.001633657 sec. 2025.12.19 19:58:08.303416 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.303556 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:08.303834 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:08.303884 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:08.304142 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:08.304203 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:08.304307 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 19-element set) 2025.12.19 19:58:08.304338 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:08.304357 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.19 19:58:08.304372 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:08.304417 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:08.304437 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.12.19 19:58:08.305048 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} executeQuery: Read 14 rows, 483.00 B in 0.001542 sec., 9079.11802853437 rows/sec., 305.89 KiB/sec. 2025.12.19 19:58:08.305133 [ 3 ] {9c2f625e-7b2e-42e2-9cb6-30db988f094d} TCPHandler: Processed in 0.001766858 sec. 2025.12.19 19:58:08.305336 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.305495 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} executeQuery: (from [fd00:1122:3344:101::d]:37918) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:08.305739 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:08.305774 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:08.305958 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:08.306014 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:08.306115 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 20-element set) 2025.12.19 19:58:08.306145 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:08.306164 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2025.12.19 19:58:08.306178 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:08.306220 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:08.306240 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 2025.12.19 19:58:08.306783 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} executeQuery: Read 14 rows, 483.00 B in 0.001356 sec., 10324.48377581121 rows/sec., 347.85 KiB/sec. 2025.12.19 19:58:08.306865 [ 3 ] {24f7da9f-009e-477c-840f-44899414d2e7} TCPHandler: Processed in 0.001588806 sec. 2025.12.19 19:58:08.307520 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.307628 [ 3 ] {c17d3093-3fc9-4f76-b044-ad6701a3189d} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.19 19:58:08.307670 [ 3 ] {c17d3093-3fc9-4f76-b044-ad6701a3189d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:08.308244 [ 3 ] {c17d3093-3fc9-4f76-b044-ad6701a3189d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.308287 [ 3 ] {c17d3093-3fc9-4f76-b044-ad6701a3189d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.308875 [ 3 ] {c17d3093-3fc9-4f76-b044-ad6701a3189d} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:08.309258 [ 3 ] {c17d3093-3fc9-4f76-b044-ad6701a3189d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.309421 [ 3 ] {c17d3093-3fc9-4f76-b044-ad6701a3189d} executeQuery: Read 7 rows, 801.00 B in 0.001824 sec., 3837.719298245614 rows/sec., 428.85 KiB/sec. 2025.12.19 19:58:08.309461 [ 3 ] {c17d3093-3fc9-4f76-b044-ad6701a3189d} TCPHandler: Processed in 0.001992541 sec. 2025.12.19 19:58:08.309576 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.309677 [ 3 ] {2d6bee00-0a96-4f8e-895f-2f0310298a94} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.19 19:58:08.309720 [ 3 ] {2d6bee00-0a96-4f8e-895f-2f0310298a94} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.19 19:58:08.310164 [ 3 ] {2d6bee00-0a96-4f8e-895f-2f0310298a94} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.310202 [ 3 ] {2d6bee00-0a96-4f8e-895f-2f0310298a94} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.310624 [ 3 ] {2d6bee00-0a96-4f8e-895f-2f0310298a94} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:08.311054 [ 3 ] {2d6bee00-0a96-4f8e-895f-2f0310298a94} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.311203 [ 3 ] {2d6bee00-0a96-4f8e-895f-2f0310298a94} executeQuery: Read 4 rows, 334.00 B in 0.001548 sec., 2583.9793281653747 rows/sec., 210.71 KiB/sec. 2025.12.19 19:58:08.311247 [ 3 ] {2d6bee00-0a96-4f8e-895f-2f0310298a94} TCPHandler: Processed in 0.001722108 sec. 2025.12.19 19:58:08.311374 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.311476 [ 3 ] {6577024f-4d4c-4961-9859-d2446943933c} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:08.311603 [ 3 ] {6577024f-4d4c-4961-9859-d2446943933c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:08.312026 [ 3 ] {6577024f-4d4c-4961-9859-d2446943933c} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.312061 [ 3 ] {6577024f-4d4c-4961-9859-d2446943933c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.312477 [ 3 ] {6577024f-4d4c-4961-9859-d2446943933c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:08.312951 [ 3 ] {6577024f-4d4c-4961-9859-d2446943933c} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.313099 [ 3 ] {6577024f-4d4c-4961-9859-d2446943933c} executeQuery: Read 44 rows, 4.02 KiB in 0.001643 sec., 26780.27997565429 rows/sec., 2.39 MiB/sec. 2025.12.19 19:58:08.313143 [ 3 ] {6577024f-4d4c-4961-9859-d2446943933c} TCPHandler: Processed in 0.001828089 sec. 2025.12.19 19:58:08.313259 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.313437 [ 3 ] {907dfc19-2a6e-4558-8d20-5f2b66a6572b} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:08.313481 [ 3 ] {907dfc19-2a6e-4558-8d20-5f2b66a6572b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:08.313902 [ 3 ] {907dfc19-2a6e-4558-8d20-5f2b66a6572b} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.313941 [ 3 ] {907dfc19-2a6e-4558-8d20-5f2b66a6572b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.314360 [ 3 ] {907dfc19-2a6e-4558-8d20-5f2b66a6572b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:08.314797 [ 3 ] {907dfc19-2a6e-4558-8d20-5f2b66a6572b} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.314943 [ 3 ] {907dfc19-2a6e-4558-8d20-5f2b66a6572b} executeQuery: Read 23 rows, 1.71 KiB in 0.001525 sec., 15081.967213114753 rows/sec., 1.09 MiB/sec. 2025.12.19 19:58:08.314986 [ 3 ] {907dfc19-2a6e-4558-8d20-5f2b66a6572b} TCPHandler: Processed in 0.001777378 sec. 2025.12.19 19:58:08.315093 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.315188 [ 3 ] {6c216bd2-685b-4c22-8213-e9f388538acf} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:08.315229 [ 3 ] {6c216bd2-685b-4c22-8213-e9f388538acf} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:08.315652 [ 3 ] {6c216bd2-685b-4c22-8213-e9f388538acf} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.315689 [ 3 ] {6c216bd2-685b-4c22-8213-e9f388538acf} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.316097 [ 3 ] {6c216bd2-685b-4c22-8213-e9f388538acf} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:08.316545 [ 3 ] {6c216bd2-685b-4c22-8213-e9f388538acf} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.316681 [ 3 ] {6c216bd2-685b-4c22-8213-e9f388538acf} executeQuery: Read 43 rows, 3.46 KiB in 0.001511 sec., 28457.974851091993 rows/sec., 2.23 MiB/sec. 2025.12.19 19:58:08.316722 [ 3 ] {6c216bd2-685b-4c22-8213-e9f388538acf} TCPHandler: Processed in 0.001678017 sec. 2025.12.19 19:58:08.316836 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.316930 [ 3 ] {e1eecf30-5712-4305-8db6-32d24f1bed1d} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:08.316972 [ 3 ] {e1eecf30-5712-4305-8db6-32d24f1bed1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:08.319743 [ 3 ] {e1eecf30-5712-4305-8db6-32d24f1bed1d} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.319782 [ 3 ] {e1eecf30-5712-4305-8db6-32d24f1bed1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.320280 [ 3 ] {e1eecf30-5712-4305-8db6-32d24f1bed1d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:08.320808 [ 3 ] {e1eecf30-5712-4305-8db6-32d24f1bed1d} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.320948 [ 3 ] {e1eecf30-5712-4305-8db6-32d24f1bed1d} executeQuery: Read 10 rows, 768.00 B in 0.004037 sec., 2477.086945751796 rows/sec., 185.78 KiB/sec. 2025.12.19 19:58:08.320990 [ 3 ] {e1eecf30-5712-4305-8db6-32d24f1bed1d} TCPHandler: Processed in 0.004204603 sec. 2025.12.19 19:58:08.321099 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.321191 [ 3 ] {68326b11-e265-49e0-923e-88bcaf7a085c} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:08.321246 [ 3 ] {68326b11-e265-49e0-923e-88bcaf7a085c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:08.321966 [ 3 ] {68326b11-e265-49e0-923e-88bcaf7a085c} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.322004 [ 3 ] {68326b11-e265-49e0-923e-88bcaf7a085c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.322697 [ 3 ] {68326b11-e265-49e0-923e-88bcaf7a085c} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:08.323375 [ 3 ] {68326b11-e265-49e0-923e-88bcaf7a085c} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.323570 [ 3 ] {68326b11-e265-49e0-923e-88bcaf7a085c} executeQuery: Read 19 rows, 34.86 KiB in 0.002394 sec., 7936.507936507937 rows/sec., 14.22 MiB/sec. 2025.12.19 19:58:08.323647 [ 3 ] {68326b11-e265-49e0-923e-88bcaf7a085c} TCPHandler: Processed in 0.002596377 sec. 2025.12.19 19:58:08.323784 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.323901 [ 3 ] {b5be5b9f-e7a6-4d3d-b5fa-fabacf61d353} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.19 19:58:08.323957 [ 3 ] {b5be5b9f-e7a6-4d3d-b5fa-fabacf61d353} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.19 19:58:08.324397 [ 3 ] {b5be5b9f-e7a6-4d3d-b5fa-fabacf61d353} oximeter.measurements_i64 (143c9c39-6469-4149-a9ae-9f54ddf2e299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.324438 [ 3 ] {b5be5b9f-e7a6-4d3d-b5fa-fabacf61d353} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.325079 [ 3 ] {b5be5b9f-e7a6-4d3d-b5fa-fabacf61d353} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2025.12.19 19:58:08.325644 [ 3 ] {b5be5b9f-e7a6-4d3d-b5fa-fabacf61d353} oximeter.measurements_i64 (143c9c39-6469-4149-a9ae-9f54ddf2e299): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.325809 [ 3 ] {b5be5b9f-e7a6-4d3d-b5fa-fabacf61d353} executeQuery: Read 21 rows, 1.57 KiB in 0.001931 sec., 10875.194199896427 rows/sec., 812.20 KiB/sec. 2025.12.19 19:58:08.325855 [ 3 ] {b5be5b9f-e7a6-4d3d-b5fa-fabacf61d353} TCPHandler: Processed in 0.002132013 sec. 2025.12.19 19:58:08.325986 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:08.326099 [ 3 ] {72d309e2-e9fa-4974-a03a-e64bb92a7d2e} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:08.326152 [ 3 ] {72d309e2-e9fa-4974-a03a-e64bb92a7d2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:08.326575 [ 3 ] {72d309e2-e9fa-4974-a03a-e64bb92a7d2e} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.326617 [ 3 ] {72d309e2-e9fa-4974-a03a-e64bb92a7d2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.327149 [ 3 ] {72d309e2-e9fa-4974-a03a-e64bb92a7d2e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:08.327722 [ 3 ] {72d309e2-e9fa-4974-a03a-e64bb92a7d2e} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.327897 [ 3 ] {72d309e2-e9fa-4974-a03a-e64bb92a7d2e} executeQuery: Read 8 rows, 516.00 B in 0.001821 sec., 4393.190554640308 rows/sec., 276.72 KiB/sec. 2025.12.19 19:58:08.327944 [ 3 ] {72d309e2-e9fa-4974-a03a-e64bb92a7d2e} TCPHandler: Processed in 0.002015031 sec. 2025.12.19 19:58:08.883126 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2369 2025.12.19 19:58:08.883571 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:08.883610 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:08.884147 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:08.884566 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:08.884694 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2369 2025.12.19 19:58:09.000162 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2025.12.19 19:58:09.017584 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:09.017630 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:09.023808 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:09.024952 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:09.027905 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2025.12.19 19:58:10.000207 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.72 MiB, peak 174.98 MiB, free memory in arenas 0.00 B, will set to 169.82 MiB (RSS), difference: 1.10 MiB 2025.12.19 19:58:11.400883 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 202 2025.12.19 19:58:11.403543 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:11.403603 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:11.404951 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:11.405434 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:11.405765 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 202 2025.12.19 19:58:13.265118 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.265372 [ 3 ] {a02fe712-12d4-44c5-ac2f-8185308d4200} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:58:13.265491 [ 3 ] {a02fe712-12d4-44c5-ac2f-8185308d4200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:58:13.266728 [ 3 ] {a02fe712-12d4-44c5-ac2f-8185308d4200} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.266800 [ 3 ] {a02fe712-12d4-44c5-ac2f-8185308d4200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.267576 [ 3 ] {a02fe712-12d4-44c5-ac2f-8185308d4200} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:13.268187 [ 3 ] {a02fe712-12d4-44c5-ac2f-8185308d4200} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.268407 [ 3 ] {a02fe712-12d4-44c5-ac2f-8185308d4200} executeQuery: Read 410 rows, 26.63 KiB in 0.003107 sec., 131960.09011908594 rows/sec., 8.37 MiB/sec. 2025.12.19 19:58:13.268499 [ 3 ] {a02fe712-12d4-44c5-ac2f-8185308d4200} TCPHandler: Processed in 0.003583427 sec. 2025.12.19 19:58:13.268677 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.268811 [ 3 ] {aabe91c2-1e66-4bea-abf0-a8265e7339fb} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:13.268869 [ 3 ] {aabe91c2-1e66-4bea-abf0-a8265e7339fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:13.270025 [ 3 ] {aabe91c2-1e66-4bea-abf0-a8265e7339fb} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.270065 [ 3 ] {aabe91c2-1e66-4bea-abf0-a8265e7339fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.270839 [ 3 ] {aabe91c2-1e66-4bea-abf0-a8265e7339fb} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:13.271534 [ 3 ] {aabe91c2-1e66-4bea-abf0-a8265e7339fb} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.271727 [ 3 ] {aabe91c2-1e66-4bea-abf0-a8265e7339fb} executeQuery: Read 1080 rows, 87.78 KiB in 0.00295 sec., 366101.69491525425 rows/sec., 29.06 MiB/sec. 2025.12.19 19:58:13.271780 [ 3 ] {aabe91c2-1e66-4bea-abf0-a8265e7339fb} TCPHandler: Processed in 0.003166322 sec. 2025.12.19 19:58:13.271944 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.272070 [ 3 ] {8db3afaf-4e93-4a88-91bb-58a9610fd3ed} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:13.272125 [ 3 ] {8db3afaf-4e93-4a88-91bb-58a9610fd3ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:13.272782 [ 3 ] {8db3afaf-4e93-4a88-91bb-58a9610fd3ed} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.272828 [ 3 ] {8db3afaf-4e93-4a88-91bb-58a9610fd3ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.273500 [ 3 ] {8db3afaf-4e93-4a88-91bb-58a9610fd3ed} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:13.274318 [ 3 ] {8db3afaf-4e93-4a88-91bb-58a9610fd3ed} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.274511 [ 3 ] {8db3afaf-4e93-4a88-91bb-58a9610fd3ed} executeQuery: Read 215 rows, 13.07 KiB in 0.002472 sec., 86974.11003236247 rows/sec., 5.16 MiB/sec. 2025.12.19 19:58:13.274565 [ 3 ] {8db3afaf-4e93-4a88-91bb-58a9610fd3ed} TCPHandler: Processed in 0.002683508 sec. 2025.12.19 19:58:13.274745 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.274875 [ 3 ] {8e158383-6df9-4e2b-88eb-500e777ef306} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:58:13.274931 [ 3 ] {8e158383-6df9-4e2b-88eb-500e777ef306} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:58:13.275649 [ 3 ] {8e158383-6df9-4e2b-88eb-500e777ef306} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.275697 [ 3 ] {8e158383-6df9-4e2b-88eb-500e777ef306} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.276379 [ 3 ] {8e158383-6df9-4e2b-88eb-500e777ef306} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:13.277280 [ 3 ] {8e158383-6df9-4e2b-88eb-500e777ef306} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.277477 [ 3 ] {8e158383-6df9-4e2b-88eb-500e777ef306} executeQuery: Read 212 rows, 14.00 KiB in 0.002634 sec., 80485.95292331056 rows/sec., 5.19 MiB/sec. 2025.12.19 19:58:13.277532 [ 3 ] {8e158383-6df9-4e2b-88eb-500e777ef306} TCPHandler: Processed in 0.0028524 sec. 2025.12.19 19:58:13.277698 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.277832 [ 3 ] {cbe5e3db-92f1-420d-9b5f-5462936f4897} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:58:13.277890 [ 3 ] {cbe5e3db-92f1-420d-9b5f-5462936f4897} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:58:13.278699 [ 3 ] {cbe5e3db-92f1-420d-9b5f-5462936f4897} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.278746 [ 3 ] {cbe5e3db-92f1-420d-9b5f-5462936f4897} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.279673 [ 3 ] {cbe5e3db-92f1-420d-9b5f-5462936f4897} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:13.281107 [ 3 ] {cbe5e3db-92f1-420d-9b5f-5462936f4897} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.281293 [ 3 ] {cbe5e3db-92f1-420d-9b5f-5462936f4897} executeQuery: Read 211 rows, 12.27 KiB in 0.003494 sec., 60389.23869490555 rows/sec., 3.43 MiB/sec. 2025.12.19 19:58:13.281344 [ 3 ] {cbe5e3db-92f1-420d-9b5f-5462936f4897} TCPHandler: Processed in 0.003711848 sec. 2025.12.19 19:58:13.281497 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.281611 [ 3 ] {979a6afa-897f-43e3-bd5e-7bab62413cad} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:13.281662 [ 3 ] {979a6afa-897f-43e3-bd5e-7bab62413cad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:13.282490 [ 3 ] {979a6afa-897f-43e3-bd5e-7bab62413cad} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.282553 [ 3 ] {979a6afa-897f-43e3-bd5e-7bab62413cad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.283443 [ 3 ] {979a6afa-897f-43e3-bd5e-7bab62413cad} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:13.284565 [ 3 ] {979a6afa-897f-43e3-bd5e-7bab62413cad} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.284788 [ 3 ] {979a6afa-897f-43e3-bd5e-7bab62413cad} executeQuery: Read 633 rows, 44.80 KiB in 0.003205 sec., 197503.90015600625 rows/sec., 13.65 MiB/sec. 2025.12.19 19:58:13.284842 [ 3 ] {979a6afa-897f-43e3-bd5e-7bab62413cad} TCPHandler: Processed in 0.003403235 sec. 2025.12.19 19:58:13.285526 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.285648 [ 3 ] {f3742051-951c-4318-9350-1e7375d32077} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:58:13.285703 [ 3 ] {f3742051-951c-4318-9350-1e7375d32077} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:58:13.286229 [ 3 ] {f3742051-951c-4318-9350-1e7375d32077} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.286275 [ 3 ] {f3742051-951c-4318-9350-1e7375d32077} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.286969 [ 3 ] {f3742051-951c-4318-9350-1e7375d32077} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:13.287920 [ 3 ] {f3742051-951c-4318-9350-1e7375d32077} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.288110 [ 3 ] {f3742051-951c-4318-9350-1e7375d32077} executeQuery: Read 6 rows, 321.00 B in 0.002493 sec., 2406.7388688327314 rows/sec., 125.74 KiB/sec. 2025.12.19 19:58:13.288160 [ 3 ] {f3742051-951c-4318-9350-1e7375d32077} TCPHandler: Processed in 0.002698148 sec. 2025.12.19 19:58:13.288367 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.288491 [ 3 ] {2650fde5-e78a-4867-a75b-59bd9192953b} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:13.288546 [ 3 ] {2650fde5-e78a-4867-a75b-59bd9192953b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:13.289092 [ 3 ] {2650fde5-e78a-4867-a75b-59bd9192953b} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.289136 [ 3 ] {2650fde5-e78a-4867-a75b-59bd9192953b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.289839 [ 3 ] {2650fde5-e78a-4867-a75b-59bd9192953b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:13.290832 [ 3 ] {2650fde5-e78a-4867-a75b-59bd9192953b} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.291041 [ 3 ] {2650fde5-e78a-4867-a75b-59bd9192953b} executeQuery: Read 164 rows, 10.47 KiB in 0.002577 sec., 63639.89134652697 rows/sec., 3.97 MiB/sec. 2025.12.19 19:58:13.291091 [ 3 ] {2650fde5-e78a-4867-a75b-59bd9192953b} TCPHandler: Processed in 0.002832509 sec. 2025.12.19 19:58:13.291586 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.291700 [ 3 ] {d66f06e1-5179-48a5-923f-2cedddd4c279} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:58:13.291779 [ 3 ] {d66f06e1-5179-48a5-923f-2cedddd4c279} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:58:13.292804 [ 3 ] {d66f06e1-5179-48a5-923f-2cedddd4c279} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.292848 [ 3 ] {d66f06e1-5179-48a5-923f-2cedddd4c279} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.293444 [ 3 ] {d66f06e1-5179-48a5-923f-2cedddd4c279} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:13.294051 [ 3 ] {d66f06e1-5179-48a5-923f-2cedddd4c279} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.294234 [ 3 ] {d66f06e1-5179-48a5-923f-2cedddd4c279} executeQuery: Read 1 rows, 69.00 B in 0.002561 sec., 390.4724716907458 rows/sec., 26.31 KiB/sec. 2025.12.19 19:58:13.294284 [ 3 ] {d66f06e1-5179-48a5-923f-2cedddd4c279} TCPHandler: Processed in 0.002757909 sec. 2025.12.19 19:58:13.294431 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.294555 [ 3 ] {909d93ca-ecc0-43e1-87bd-d386c2f605a0} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:13.294630 [ 3 ] {909d93ca-ecc0-43e1-87bd-d386c2f605a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:13.295583 [ 3 ] {909d93ca-ecc0-43e1-87bd-d386c2f605a0} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.295625 [ 3 ] {909d93ca-ecc0-43e1-87bd-d386c2f605a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.296433 [ 3 ] {909d93ca-ecc0-43e1-87bd-d386c2f605a0} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:13.297153 [ 3 ] {909d93ca-ecc0-43e1-87bd-d386c2f605a0} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.297349 [ 3 ] {909d93ca-ecc0-43e1-87bd-d386c2f605a0} executeQuery: Read 10 rows, 18.35 KiB in 0.002822 sec., 3543.586109142452 rows/sec., 6.35 MiB/sec. 2025.12.19 19:58:13.297424 [ 3 ] {909d93ca-ecc0-43e1-87bd-d386c2f605a0} TCPHandler: Processed in 0.003056581 sec. 2025.12.19 19:58:13.297574 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:13.297681 [ 3 ] {6877a3e2-cb97-45a7-ab08-5a12cc096ff2} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:13.297727 [ 3 ] {6877a3e2-cb97-45a7-ab08-5a12cc096ff2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:13.298085 [ 3 ] {6877a3e2-cb97-45a7-ab08-5a12cc096ff2} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:13.298121 [ 3 ] {6877a3e2-cb97-45a7-ab08-5a12cc096ff2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:13.298629 [ 3 ] {6877a3e2-cb97-45a7-ab08-5a12cc096ff2} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:13.299312 [ 3 ] {6877a3e2-cb97-45a7-ab08-5a12cc096ff2} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:13.299477 [ 3 ] {6877a3e2-cb97-45a7-ab08-5a12cc096ff2} executeQuery: Read 54 rows, 3.01 KiB in 0.001821 sec., 29654.036243822076 rows/sec., 1.62 MiB/sec. 2025.12.19 19:58:13.299522 [ 3 ] {6877a3e2-cb97-45a7-ab08-5a12cc096ff2} TCPHandler: Processed in 0.0020052 sec. 2025.12.19 19:58:16.319442 [ 65 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:58:16.319510 [ 65 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:58:16.384889 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2881 2025.12.19 19:58:16.385367 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:16.385404 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:16.386001 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:16.386429 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:16.386556 [ 65 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:16.386585 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2881 2025.12.19 19:58:16.386613 [ 65 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:16.386636 [ 65 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:16.389326 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:16.391829 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:16.391939 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part 2025.12.19 19:58:16.392056 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part 2025.12.19 19:58:16.392121 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 433 rows starting from the beginning of the part 2025.12.19 19:58:16.392172 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 512 rows starting from the beginning of the part 2025.12.19 19:58:16.392226 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 448 rows starting from the beginning of the part 2025.12.19 19:58:16.392334 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 512 rows starting from the beginning of the part 2025.12.19 19:58:16.432486 [ 200 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2881 rows, containing 4 columns (4 merged, 0 gathered) in 0.045713952 sec., 63022.33506304596 rows/sec., 923.18 KiB/sec. 2025.12.19 19:58:16.433377 [ 198 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:16.433933 [ 198 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:16.434009 [ 198 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_6_1} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:16.434106 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2025.12.19 19:58:16.528090 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2025.12.19 19:58:16.546920 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:16.546979 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:16.553386 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:16.554499 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:16.554783 [ 64 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:16.554828 [ 64 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:16.554851 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:16.554969 [ 198 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:16.558363 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2025.12.19 19:58:16.559337 [ 198 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:16.560870 [ 198 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2025.12.19 19:58:16.565796 [ 198 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2025.12.19 19:58:16.570397 [ 198 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2025.12.19 19:58:16.574783 [ 198 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.12.19 19:58:16.582444 [ 198 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2025.12.19 19:58:16.586757 [ 198 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2025.12.19 19:58:16.645267 [ 200 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.090351184 sec., 509.1244847438856 rows/sec., 2.63 MiB/sec. 2025.12.19 19:58:16.647923 [ 199 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:16.650607 [ 199 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:16.650722 [ 199 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_6_1} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:16.652752 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2025.12.19 19:58:17.000210 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 171.02 MiB, peak 180.56 MiB, free memory in arenas 0.00 B, will set to 181.25 MiB (RSS), difference: 10.23 MiB 2025.12.19 19:58:18.246866 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:18.247046 [ 3 ] {86ba684e-cb1c-4450-bfdf-f48221894f98} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:18.247115 [ 3 ] {86ba684e-cb1c-4450-bfdf-f48221894f98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:18.247783 [ 3 ] {86ba684e-cb1c-4450-bfdf-f48221894f98} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:18.247833 [ 3 ] {86ba684e-cb1c-4450-bfdf-f48221894f98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:18.248309 [ 3 ] {86ba684e-cb1c-4450-bfdf-f48221894f98} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:18.248857 [ 3 ] {86ba684e-cb1c-4450-bfdf-f48221894f98} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:18.249069 [ 3 ] {86ba684e-cb1c-4450-bfdf-f48221894f98} executeQuery: Read 46 rows, 4.26 KiB in 0.002071 sec., 22211.49203283438 rows/sec., 2.01 MiB/sec. 2025.12.19 19:58:18.249128 [ 3 ] {86ba684e-cb1c-4450-bfdf-f48221894f98} TCPHandler: Processed in 0.002391784 sec. 2025.12.19 19:58:18.249261 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:18.249368 [ 3 ] {e184f137-7c78-4b95-b2e1-62b080d5682a} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:18.249414 [ 3 ] {e184f137-7c78-4b95-b2e1-62b080d5682a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:18.249898 [ 3 ] {e184f137-7c78-4b95-b2e1-62b080d5682a} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:18.249941 [ 3 ] {e184f137-7c78-4b95-b2e1-62b080d5682a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:18.250389 [ 3 ] {e184f137-7c78-4b95-b2e1-62b080d5682a} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:18.250903 [ 3 ] {e184f137-7c78-4b95-b2e1-62b080d5682a} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:18.251080 [ 3 ] {e184f137-7c78-4b95-b2e1-62b080d5682a} executeQuery: Read 21 rows, 1.58 KiB in 0.001737 sec., 12089.810017271157 rows/sec., 909.10 KiB/sec. 2025.12.19 19:58:18.251122 [ 3 ] {e184f137-7c78-4b95-b2e1-62b080d5682a} TCPHandler: Processed in 0.00191489 sec. 2025.12.19 19:58:18.251242 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:18.251346 [ 3 ] {210a5a50-a202-49b0-a087-8c1683372165} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:18.251388 [ 3 ] {210a5a50-a202-49b0-a087-8c1683372165} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:18.251815 [ 3 ] {210a5a50-a202-49b0-a087-8c1683372165} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:18.251853 [ 3 ] {210a5a50-a202-49b0-a087-8c1683372165} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:18.252266 [ 3 ] {210a5a50-a202-49b0-a087-8c1683372165} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:18.252745 [ 3 ] {210a5a50-a202-49b0-a087-8c1683372165} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:18.252903 [ 3 ] {210a5a50-a202-49b0-a087-8c1683372165} executeQuery: Read 29 rows, 2.32 KiB in 0.001581 sec., 18342.82099936749 rows/sec., 1.44 MiB/sec. 2025.12.19 19:58:18.252942 [ 3 ] {210a5a50-a202-49b0-a087-8c1683372165} TCPHandler: Processed in 0.001750988 sec. 2025.12.19 19:58:18.253065 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:18.253164 [ 3 ] {15479f14-bb25-4b02-8bf3-bd270c4dee40} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:18.253208 [ 3 ] {15479f14-bb25-4b02-8bf3-bd270c4dee40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:18.253601 [ 3 ] {15479f14-bb25-4b02-8bf3-bd270c4dee40} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:18.253640 [ 3 ] {15479f14-bb25-4b02-8bf3-bd270c4dee40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:18.254124 [ 3 ] {15479f14-bb25-4b02-8bf3-bd270c4dee40} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:18.254618 [ 3 ] {15479f14-bb25-4b02-8bf3-bd270c4dee40} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:18.254774 [ 3 ] {15479f14-bb25-4b02-8bf3-bd270c4dee40} executeQuery: Read 10 rows, 780.00 B in 0.001631 sec., 6131.207847946045 rows/sec., 467.03 KiB/sec. 2025.12.19 19:58:18.254814 [ 3 ] {15479f14-bb25-4b02-8bf3-bd270c4dee40} TCPHandler: Processed in 0.001799018 sec. 2025.12.19 19:58:18.254924 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:18.255023 [ 3 ] {93d3d1de-78ce-4b10-bbf9-d93d37693d1d} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:18.255079 [ 3 ] {93d3d1de-78ce-4b10-bbf9-d93d37693d1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:18.255900 [ 3 ] {93d3d1de-78ce-4b10-bbf9-d93d37693d1d} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:18.255939 [ 3 ] {93d3d1de-78ce-4b10-bbf9-d93d37693d1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:18.256695 [ 3 ] {93d3d1de-78ce-4b10-bbf9-d93d37693d1d} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:18.257215 [ 3 ] {93d3d1de-78ce-4b10-bbf9-d93d37693d1d} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:18.257403 [ 3 ] {93d3d1de-78ce-4b10-bbf9-d93d37693d1d} executeQuery: Read 21 rows, 38.53 KiB in 0.002403 sec., 8739.076154806491 rows/sec., 15.66 MiB/sec. 2025.12.19 19:58:18.257469 [ 3 ] {93d3d1de-78ce-4b10-bbf9-d93d37693d1d} TCPHandler: Processed in 0.002594277 sec. 2025.12.19 19:58:18.257591 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:18.257690 [ 3 ] {63668db4-cd82-4737-857e-aa24e4cec589} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:18.257735 [ 3 ] {63668db4-cd82-4737-857e-aa24e4cec589} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:18.258059 [ 3 ] {63668db4-cd82-4737-857e-aa24e4cec589} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:18.258096 [ 3 ] {63668db4-cd82-4737-857e-aa24e4cec589} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:18.258614 [ 3 ] {63668db4-cd82-4737-857e-aa24e4cec589} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:18.259092 [ 3 ] {63668db4-cd82-4737-857e-aa24e4cec589} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:18.259247 [ 3 ] {63668db4-cd82-4737-857e-aa24e4cec589} executeQuery: Read 10 rows, 645.00 B in 0.001578 sec., 6337.135614702154 rows/sec., 399.17 KiB/sec. 2025.12.19 19:58:18.259286 [ 3 ] {63668db4-cd82-4737-857e-aa24e4cec589} TCPHandler: Processed in 0.001745388 sec. 2025.12.19 19:58:21.406133 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 236 2025.12.19 19:58:21.408493 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:21.408540 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:21.409850 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:21.410326 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:21.410637 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 236 2025.12.19 19:58:23.257420 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.257594 [ 3 ] {a73b6ac0-f997-42a3-9e43-ef99d83fe74b} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:58:23.257660 [ 3 ] {a73b6ac0-f997-42a3-9e43-ef99d83fe74b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:58:23.258543 [ 3 ] {a73b6ac0-f997-42a3-9e43-ef99d83fe74b} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.258592 [ 3 ] {a73b6ac0-f997-42a3-9e43-ef99d83fe74b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.259102 [ 3 ] {a73b6ac0-f997-42a3-9e43-ef99d83fe74b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:23.259565 [ 3 ] {a73b6ac0-f997-42a3-9e43-ef99d83fe74b} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.259730 [ 3 ] {a73b6ac0-f997-42a3-9e43-ef99d83fe74b} executeQuery: Read 410 rows, 26.63 KiB in 0.002184 sec., 187728.93772893772 rows/sec., 11.91 MiB/sec. 2025.12.19 19:58:23.259783 [ 3 ] {a73b6ac0-f997-42a3-9e43-ef99d83fe74b} TCPHandler: Processed in 0.002486476 sec. 2025.12.19 19:58:23.259912 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.260018 [ 3 ] {66947a14-4f27-4056-abd0-62768b249cdc} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:23.260063 [ 3 ] {66947a14-4f27-4056-abd0-62768b249cdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:23.260988 [ 3 ] {66947a14-4f27-4056-abd0-62768b249cdc} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.261027 [ 3 ] {66947a14-4f27-4056-abd0-62768b249cdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.261611 [ 3 ] {66947a14-4f27-4056-abd0-62768b249cdc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:23.262055 [ 3 ] {66947a14-4f27-4056-abd0-62768b249cdc} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.262178 [ 42 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:23.262194 [ 3 ] {66947a14-4f27-4056-abd0-62768b249cdc} executeQuery: Read 1080 rows, 87.78 KiB in 0.002201 sec., 490686.05179463886 rows/sec., 38.95 MiB/sec. 2025.12.19 19:58:23.262247 [ 42 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.262257 [ 3 ] {66947a14-4f27-4056-abd0-62768b249cdc} TCPHandler: Processed in 0.002397855 sec. 2025.12.19 19:58:23.262278 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.262397 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.262403 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:23.262504 [ 3 ] {d4141208-ddac-48da-993f-42dcf5d6987f} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:23.262528 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:23.262548 [ 3 ] {d4141208-ddac-48da-993f-42dcf5d6987f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:23.262586 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1078 rows starting from the beginning of the part 2025.12.19 19:58:23.262695 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1076 rows starting from the beginning of the part 2025.12.19 19:58:23.262750 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part 2025.12.19 19:58:23.262808 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1080 rows starting from the beginning of the part 2025.12.19 19:58:23.262870 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 46 rows starting from the beginning of the part 2025.12.19 19:58:23.262946 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1080 rows starting from the beginning of the part 2025.12.19 19:58:23.263114 [ 3 ] {d4141208-ddac-48da-993f-42dcf5d6987f} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.263154 [ 3 ] {d4141208-ddac-48da-993f-42dcf5d6987f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.263695 [ 3 ] {d4141208-ddac-48da-993f-42dcf5d6987f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:23.264153 [ 3 ] {d4141208-ddac-48da-993f-42dcf5d6987f} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.264273 [ 42 ] {} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:23.264316 [ 42 ] {} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.264317 [ 3 ] {d4141208-ddac-48da-993f-42dcf5d6987f} executeQuery: Read 215 rows, 13.07 KiB in 0.001834 sec., 117230.09814612869 rows/sec., 6.96 MiB/sec. 2025.12.19 19:58:23.264341 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.264378 [ 3 ] {d4141208-ddac-48da-993f-42dcf5d6987f} TCPHandler: Processed in 0.002033761 sec. 2025.12.19 19:58:23.264475 [ 200 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:23.264522 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.264626 [ 3 ] {9c19bfba-2326-4b94-8cff-5a6d24e64367} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:58:23.264628 [ 200 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:23.264671 [ 3 ] {9c19bfba-2326-4b94-8cff-5a6d24e64367} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:58:23.264694 [ 200 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 219 rows starting from the beginning of the part 2025.12.19 19:58:23.264794 [ 200 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 215 rows starting from the beginning of the part 2025.12.19 19:58:23.264852 [ 200 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part 2025.12.19 19:58:23.264900 [ 200 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 215 rows starting from the beginning of the part 2025.12.19 19:58:23.264944 [ 200 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part 2025.12.19 19:58:23.264995 [ 200 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 215 rows starting from the beginning of the part 2025.12.19 19:58:23.265106 [ 191 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 4404 rows, containing 5 columns (5 merged, 0 gathered) in 0.002739578 sec., 1607546.8557566167 rows/sec., 134.06 MiB/sec. 2025.12.19 19:58:23.265177 [ 3 ] {9c19bfba-2326-4b94-8cff-5a6d24e64367} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.265219 [ 3 ] {9c19bfba-2326-4b94-8cff-5a6d24e64367} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:58:23.265505 [ 188 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:23.265774 [ 3 ] {9c19bfba-2326-4b94-8cff-5a6d24e64367} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:23.266121 [ 191 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 908 rows, containing 5 columns (5 merged, 0 gathered) in 0.001711608 sec., 530495.3003257755 rows/sec., 33.88 MiB/sec. 2025.12.19 19:58:23.266172 [ 191 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.266274 [ 3 ] {9c19bfba-2326-4b94-8cff-5a6d24e64367} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.266283 [ 191 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_6_1} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:23.266351 [ 197 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:23.266407 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. 2025.12.19 19:58:23.266424 [ 3 ] {9c19bfba-2326-4b94-8cff-5a6d24e64367} executeQuery: Read 212 rows, 14.00 KiB in 0.001819 sec., 116547.5536008796 rows/sec., 7.52 MiB/sec. 2025.12.19 19:58:23.266484 [ 3 ] {9c19bfba-2326-4b94-8cff-5a6d24e64367} TCPHandler: Processed in 0.002014241 sec. 2025.12.19 19:58:23.266595 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.266686 [ 3 ] {292f9aeb-5326-4682-804d-5841c8e96cf8} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:58:23.266723 [ 3 ] {292f9aeb-5326-4682-804d-5841c8e96cf8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:58:23.266833 [ 197 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.266894 [ 197 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_6_1} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:23.266961 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.19 19:58:23.267158 [ 3 ] {292f9aeb-5326-4682-804d-5841c8e96cf8} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.267192 [ 3 ] {292f9aeb-5326-4682-804d-5841c8e96cf8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.267709 [ 3 ] {292f9aeb-5326-4682-804d-5841c8e96cf8} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:23.268224 [ 3 ] {292f9aeb-5326-4682-804d-5841c8e96cf8} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.268357 [ 3 ] {292f9aeb-5326-4682-804d-5841c8e96cf8} executeQuery: Read 211 rows, 12.27 KiB in 0.001682 sec., 125445.89774078479 rows/sec., 7.12 MiB/sec. 2025.12.19 19:58:23.268394 [ 3 ] {292f9aeb-5326-4682-804d-5841c8e96cf8} TCPHandler: Processed in 0.001845319 sec. 2025.12.19 19:58:23.268510 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.268611 [ 3 ] {0dae9f72-da09-4645-bfaf-b59fd9080034} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:23.268652 [ 3 ] {0dae9f72-da09-4645-bfaf-b59fd9080034} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:23.269320 [ 3 ] {0dae9f72-da09-4645-bfaf-b59fd9080034} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.269357 [ 3 ] {0dae9f72-da09-4645-bfaf-b59fd9080034} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.269848 [ 3 ] {0dae9f72-da09-4645-bfaf-b59fd9080034} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:23.270280 [ 3 ] {0dae9f72-da09-4645-bfaf-b59fd9080034} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.270397 [ 42 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:23.270418 [ 3 ] {0dae9f72-da09-4645-bfaf-b59fd9080034} executeQuery: Read 633 rows, 44.80 KiB in 0.001825 sec., 346849.31506849313 rows/sec., 23.97 MiB/sec. 2025.12.19 19:58:23.270445 [ 42 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.270463 [ 3 ] {0dae9f72-da09-4645-bfaf-b59fd9080034} TCPHandler: Processed in 0.002004321 sec. 2025.12.19 19:58:23.270476 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.270589 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:23.270597 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.270709 [ 3 ] {34b051ec-d9d7-4a8f-b13c-da9bd5a3c3fd} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:58:23.270718 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:23.270753 [ 3 ] {34b051ec-d9d7-4a8f-b13c-da9bd5a3c3fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:58:23.270776 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 629 rows starting from the beginning of the part 2025.12.19 19:58:23.270876 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 625 rows starting from the beginning of the part 2025.12.19 19:58:23.270930 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 43 rows starting from the beginning of the part 2025.12.19 19:58:23.270981 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 633 rows starting from the beginning of the part 2025.12.19 19:58:23.271029 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part 2025.12.19 19:58:23.271080 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 633 rows starting from the beginning of the part 2025.12.19 19:58:23.271109 [ 3 ] {34b051ec-d9d7-4a8f-b13c-da9bd5a3c3fd} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.271161 [ 3 ] {34b051ec-d9d7-4a8f-b13c-da9bd5a3c3fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.271715 [ 3 ] {34b051ec-d9d7-4a8f-b13c-da9bd5a3c3fd} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:23.272177 [ 3 ] {34b051ec-d9d7-4a8f-b13c-da9bd5a3c3fd} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.272314 [ 3 ] {34b051ec-d9d7-4a8f-b13c-da9bd5a3c3fd} executeQuery: Read 6 rows, 321.00 B in 0.001623 sec., 3696.857670979667 rows/sec., 193.15 KiB/sec. 2025.12.19 19:58:23.272349 [ 3 ] {34b051ec-d9d7-4a8f-b13c-da9bd5a3c3fd} TCPHandler: Processed in 0.001803049 sec. 2025.12.19 19:58:23.272465 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.272572 [ 3 ] {369d534f-cd9d-49b5-9120-b511dcd368ab} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:23.272619 [ 3 ] {369d534f-cd9d-49b5-9120-b511dcd368ab} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:23.272769 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2592 rows, containing 5 columns (5 merged, 0 gathered) in 0.002225333 sec., 1164769.497419038 rows/sec., 85.19 MiB/sec. 2025.12.19 19:58:23.273036 [ 3 ] {369d534f-cd9d-49b5-9120-b511dcd368ab} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.273074 [ 3 ] {369d534f-cd9d-49b5-9120-b511dcd368ab} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.273092 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:23.273542 [ 3 ] {369d534f-cd9d-49b5-9120-b511dcd368ab} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:23.273700 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.273795 [ 186 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_6_1} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:23.273870 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2025.12.19 19:58:23.274071 [ 3 ] {369d534f-cd9d-49b5-9120-b511dcd368ab} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.274174 [ 42 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:23.274208 [ 42 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.274211 [ 3 ] {369d534f-cd9d-49b5-9120-b511dcd368ab} executeQuery: Read 164 rows, 10.47 KiB in 0.001662 sec., 98676.293622142 rows/sec., 6.15 MiB/sec. 2025.12.19 19:58:23.274225 [ 42 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.274258 [ 3 ] {369d534f-cd9d-49b5-9120-b511dcd368ab} TCPHandler: Processed in 0.001842599 sec. 2025.12.19 19:58:23.274340 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:23.274378 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.274463 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:23.274478 [ 3 ] {912036e7-afb7-4d55-a86e-6c57f56e783f} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:58:23.274506 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 156 rows starting from the beginning of the part 2025.12.19 19:58:23.274527 [ 3 ] {912036e7-afb7-4d55-a86e-6c57f56e783f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:58:23.274593 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 154 rows starting from the beginning of the part 2025.12.19 19:58:23.274651 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:23.274695 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 164 rows starting from the beginning of the part 2025.12.19 19:58:23.274741 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:23.274797 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 164 rows starting from the beginning of the part 2025.12.19 19:58:23.274853 [ 3 ] {912036e7-afb7-4d55-a86e-6c57f56e783f} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.274895 [ 3 ] {912036e7-afb7-4d55-a86e-6c57f56e783f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.275373 [ 3 ] {912036e7-afb7-4d55-a86e-6c57f56e783f} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:23.275923 [ 3 ] {912036e7-afb7-4d55-a86e-6c57f56e783f} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.275941 [ 186 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 5 columns (5 merged, 0 gathered) in 0.001644357 sec., 400156.4137228108 rows/sec., 24.95 MiB/sec. 2025.12.19 19:58:23.276065 [ 3 ] {912036e7-afb7-4d55-a86e-6c57f56e783f} executeQuery: Read 1 rows, 69.00 B in 0.001606 sec., 622.66500622665 rows/sec., 41.96 KiB/sec. 2025.12.19 19:58:23.276105 [ 3 ] {912036e7-afb7-4d55-a86e-6c57f56e783f} TCPHandler: Processed in 0.001779059 sec. 2025.12.19 19:58:23.276227 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.276238 [ 197 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:23.276322 [ 3 ] {f40db2bc-078f-4140-a59a-7f24ad9e3977} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:23.276377 [ 3 ] {f40db2bc-078f-4140-a59a-7f24ad9e3977} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:23.276747 [ 197 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.276813 [ 197 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_6_1} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:23.276880 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2025.12.19 19:58:23.277141 [ 3 ] {f40db2bc-078f-4140-a59a-7f24ad9e3977} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.277176 [ 3 ] {f40db2bc-078f-4140-a59a-7f24ad9e3977} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.277867 [ 3 ] {f40db2bc-078f-4140-a59a-7f24ad9e3977} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:23.278308 [ 3 ] {f40db2bc-078f-4140-a59a-7f24ad9e3977} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.278413 [ 53 ] {} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:23.278447 [ 3 ] {f40db2bc-078f-4140-a59a-7f24ad9e3977} executeQuery: Read 10 rows, 18.35 KiB in 0.002142 sec., 4668.534080298787 rows/sec., 8.37 MiB/sec. 2025.12.19 19:58:23.278451 [ 53 ] {} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.278480 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.278512 [ 3 ] {f40db2bc-078f-4140-a59a-7f24ad9e3977} TCPHandler: Processed in 0.002335694 sec. 2025.12.19 19:58:23.278560 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:23.278636 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:23.278736 [ 3 ] {e35c6a16-2d80-480b-9984-9ca2b1d18e3f} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:23.278779 [ 3 ] {e35c6a16-2d80-480b-9984-9ca2b1d18e3f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:23.278786 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:23.278841 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:23.278964 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:23.279085 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 19 rows starting from the beginning of the part 2025.12.19 19:58:23.279120 [ 3 ] {e35c6a16-2d80-480b-9984-9ca2b1d18e3f} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.279160 [ 3 ] {e35c6a16-2d80-480b-9984-9ca2b1d18e3f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.279198 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:23.279310 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part 2025.12.19 19:58:23.279413 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:23.279640 [ 3 ] {e35c6a16-2d80-480b-9984-9ca2b1d18e3f} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:23.280185 [ 3 ] {e35c6a16-2d80-480b-9984-9ca2b1d18e3f} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.280283 [ 53 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:23.280308 [ 53 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.280322 [ 3 ] {e35c6a16-2d80-480b-9984-9ca2b1d18e3f} executeQuery: Read 54 rows, 3.01 KiB in 0.001606 sec., 33623.9103362391 rows/sec., 1.83 MiB/sec. 2025.12.19 19:58:23.280327 [ 53 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.280359 [ 3 ] {e35c6a16-2d80-480b-9984-9ca2b1d18e3f} TCPHandler: Processed in 0.001773699 sec. 2025.12.19 19:58:23.280409 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:23.280502 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:23.280530 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 44 rows starting from the beginning of the part 2025.12.19 19:58:23.280580 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 44 rows starting from the beginning of the part 2025.12.19 19:58:23.280620 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part 2025.12.19 19:58:23.280656 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part 2025.12.19 19:58:23.280692 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:23.280730 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part 2025.12.19 19:58:23.281306 [ 188 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 80 rows, containing 19 columns (19 merged, 0 gathered) in 0.002777998 sec., 28797.71691700282 rows/sec., 51.60 MiB/sec. 2025.12.19 19:58:23.281652 [ 189 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 214 rows, containing 4 columns (4 merged, 0 gathered) in 0.001273253 sec., 168073.43081068728 rows/sec., 9.15 MiB/sec. 2025.12.19 19:58:23.281704 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:23.281876 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:23.282269 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.282356 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_6_1} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:23.282423 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.282445 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2025.12.19 19:58:23.282500 [ 186 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_6_1} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:23.282564 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2025.12.19 19:58:23.886781 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3329 2025.12.19 19:58:23.887423 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:23.887461 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:23.888104 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:23.888609 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:23.888744 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3329 2025.12.19 19:58:24.058548 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2025.12.19 19:58:24.075763 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:24.075824 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:58:24.081680 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:24.082843 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:24.086480 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2025.12.19 19:58:28.246979 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:28.247169 [ 3 ] {a0c7024f-6841-43d0-91ed-2ce744174467} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:28.247236 [ 3 ] {a0c7024f-6841-43d0-91ed-2ce744174467} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:28.247887 [ 3 ] {a0c7024f-6841-43d0-91ed-2ce744174467} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:28.247939 [ 3 ] {a0c7024f-6841-43d0-91ed-2ce744174467} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:58:28.248457 [ 3 ] {a0c7024f-6841-43d0-91ed-2ce744174467} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:28.248956 [ 3 ] {a0c7024f-6841-43d0-91ed-2ce744174467} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:28.249130 [ 3 ] {a0c7024f-6841-43d0-91ed-2ce744174467} executeQuery: Read 48 rows, 4.46 KiB in 0.002009 sec., 23892.483822797414 rows/sec., 2.17 MiB/sec. 2025.12.19 19:58:28.249181 [ 3 ] {a0c7024f-6841-43d0-91ed-2ce744174467} TCPHandler: Processed in 0.002333274 sec. 2025.12.19 19:58:28.249319 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:28.249423 [ 3 ] {24c4cad6-b2a0-4abf-8f0a-3dadfb0f1391} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:28.249473 [ 3 ] {24c4cad6-b2a0-4abf-8f0a-3dadfb0f1391} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:28.249921 [ 3 ] {24c4cad6-b2a0-4abf-8f0a-3dadfb0f1391} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:28.249960 [ 3 ] {24c4cad6-b2a0-4abf-8f0a-3dadfb0f1391} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:58:28.250472 [ 3 ] {24c4cad6-b2a0-4abf-8f0a-3dadfb0f1391} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:28.250981 [ 3 ] {24c4cad6-b2a0-4abf-8f0a-3dadfb0f1391} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:28.251131 [ 3 ] {24c4cad6-b2a0-4abf-8f0a-3dadfb0f1391} executeQuery: Read 22 rows, 1.65 KiB in 0.001733 sec., 12694.748990190421 rows/sec., 954.59 KiB/sec. 2025.12.19 19:58:28.251172 [ 3 ] {24c4cad6-b2a0-4abf-8f0a-3dadfb0f1391} TCPHandler: Processed in 0.00190533 sec. 2025.12.19 19:58:28.251307 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:28.251411 [ 3 ] {5aa4dfbc-0b94-4800-9f64-13f49309cd13} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:28.251455 [ 3 ] {5aa4dfbc-0b94-4800-9f64-13f49309cd13} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:28.251892 [ 3 ] {5aa4dfbc-0b94-4800-9f64-13f49309cd13} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:28.251930 [ 3 ] {5aa4dfbc-0b94-4800-9f64-13f49309cd13} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:58:28.252368 [ 3 ] {5aa4dfbc-0b94-4800-9f64-13f49309cd13} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:28.252808 [ 3 ] {5aa4dfbc-0b94-4800-9f64-13f49309cd13} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:28.252944 [ 3 ] {5aa4dfbc-0b94-4800-9f64-13f49309cd13} executeQuery: Read 30 rows, 2.40 KiB in 0.001555 sec., 19292.60450160772 rows/sec., 1.51 MiB/sec. 2025.12.19 19:58:28.252981 [ 3 ] {5aa4dfbc-0b94-4800-9f64-13f49309cd13} TCPHandler: Processed in 0.001729089 sec. 2025.12.19 19:58:28.253097 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:28.253193 [ 3 ] {41a7f63d-900e-4ff2-be10-9a6a1c2dee8b} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:28.253237 [ 3 ] {41a7f63d-900e-4ff2-be10-9a6a1c2dee8b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:28.253602 [ 3 ] {41a7f63d-900e-4ff2-be10-9a6a1c2dee8b} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:28.253639 [ 3 ] {41a7f63d-900e-4ff2-be10-9a6a1c2dee8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:58:28.254091 [ 3 ] {41a7f63d-900e-4ff2-be10-9a6a1c2dee8b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:28.254565 [ 3 ] {41a7f63d-900e-4ff2-be10-9a6a1c2dee8b} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:28.254697 [ 3 ] {41a7f63d-900e-4ff2-be10-9a6a1c2dee8b} executeQuery: Read 10 rows, 780.00 B in 0.001524 sec., 6561.679790026247 rows/sec., 499.82 KiB/sec. 2025.12.19 19:58:28.254733 [ 3 ] {41a7f63d-900e-4ff2-be10-9a6a1c2dee8b} TCPHandler: Processed in 0.001685358 sec. 2025.12.19 19:58:28.254851 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:28.254945 [ 3 ] {73939cb6-c167-48d9-a5e3-7ca5f58c0ecb} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:28.255000 [ 3 ] {73939cb6-c167-48d9-a5e3-7ca5f58c0ecb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:28.255846 [ 3 ] {73939cb6-c167-48d9-a5e3-7ca5f58c0ecb} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:28.255883 [ 3 ] {73939cb6-c167-48d9-a5e3-7ca5f58c0ecb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:58:28.256511 [ 3 ] {73939cb6-c167-48d9-a5e3-7ca5f58c0ecb} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:28.256923 [ 3 ] {73939cb6-c167-48d9-a5e3-7ca5f58c0ecb} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:28.257062 [ 3 ] {73939cb6-c167-48d9-a5e3-7ca5f58c0ecb} executeQuery: Read 22 rows, 40.37 KiB in 0.002137 sec., 10294.805802526907 rows/sec., 18.45 MiB/sec. 2025.12.19 19:58:28.257122 [ 3 ] {73939cb6-c167-48d9-a5e3-7ca5f58c0ecb} TCPHandler: Processed in 0.002318004 sec. 2025.12.19 19:58:28.257239 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:28.257334 [ 3 ] {4296b32d-e4e8-4d99-8136-1541e5d0f27b} executeQuery: (from [fd00:1122:3344:101::d]:37918) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:28.257376 [ 3 ] {4296b32d-e4e8-4d99-8136-1541e5d0f27b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:28.257698 [ 3 ] {4296b32d-e4e8-4d99-8136-1541e5d0f27b} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:28.257735 [ 3 ] {4296b32d-e4e8-4d99-8136-1541e5d0f27b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:58:28.258201 [ 3 ] {4296b32d-e4e8-4d99-8136-1541e5d0f27b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:28.258618 [ 3 ] {4296b32d-e4e8-4d99-8136-1541e5d0f27b} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:28.258748 [ 3 ] {4296b32d-e4e8-4d99-8136-1541e5d0f27b} executeQuery: Read 10 rows, 645.00 B in 0.001434 sec., 6973.50069735007 rows/sec., 439.25 KiB/sec. 2025.12.19 19:58:28.258782 [ 3 ] {4296b32d-e4e8-4d99-8136-1541e5d0f27b} TCPHandler: Processed in 0.001592386 sec. 2025.12.19 19:58:31.319566 [ 40 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:58:31.319640 [ 40 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:58:31.388941 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3841 2025.12.19 19:58:31.389525 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:31.389584 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:31.390080 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:58:31.390320 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:31.390467 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3841 2025.12.19 19:58:31.410944 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 270 2025.12.19 19:58:31.413247 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:31.413307 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:31.414510 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:31.414795 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:31.415137 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 270 2025.12.19 19:58:31.586675 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2025.12.19 19:58:31.604705 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:31.604764 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:31.611029 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:58:31.611701 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:31.614692 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2025.12.19 19:58:32.000306 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 183.38 MiB, peak 189.22 MiB, free memory in arenas 0.00 B, will set to 184.43 MiB (RSS), difference: 1.05 MiB 2025.12.19 19:58:32.566756 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.19 19:58:32.566859 [ 3 ] {} TCP-Session: 36681c94-a185-4071-bfd9-63b366edab9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:33.000260 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 182.39 MiB, peak 189.22 MiB, free memory in arenas 0.00 B, will set to 184.43 MiB (RSS), difference: 2.04 MiB 2025.12.19 19:58:33.257766 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.257949 [ 4 ] {cd9a715e-8a7e-4a7d-bd18-1dd1b1b03c42} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:58:33.258019 [ 4 ] {cd9a715e-8a7e-4a7d-bd18-1dd1b1b03c42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:58:33.258852 [ 4 ] {cd9a715e-8a7e-4a7d-bd18-1dd1b1b03c42} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.258906 [ 4 ] {cd9a715e-8a7e-4a7d-bd18-1dd1b1b03c42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.259321 [ 4 ] {cd9a715e-8a7e-4a7d-bd18-1dd1b1b03c42} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:33.259567 [ 4 ] {cd9a715e-8a7e-4a7d-bd18-1dd1b1b03c42} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.259734 [ 39 ] {} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.19 19:58:33.259742 [ 4 ] {cd9a715e-8a7e-4a7d-bd18-1dd1b1b03c42} executeQuery: Read 410 rows, 26.63 KiB in 0.001842 sec., 222584.14766558088 rows/sec., 14.12 MiB/sec. 2025.12.19 19:58:33.259807 [ 39 ] {} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.259836 [ 4 ] {cd9a715e-8a7e-4a7d-bd18-1dd1b1b03c42} TCPHandler: Processed in 0.002197353 sec. 2025.12.19 19:58:33.259839 [ 39 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.259976 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.259983 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.19 19:58:33.260099 [ 4 ] {9d019102-b636-4baf-aef5-9b4c6545dbb9} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:33.260137 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:33.260156 [ 4 ] {9d019102-b636-4baf-aef5-9b4c6545dbb9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:33.260184 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 410 rows starting from the beginning of the part 2025.12.19 19:58:33.260283 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 410 rows starting from the beginning of the part 2025.12.19 19:58:33.260340 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 410 rows starting from the beginning of the part 2025.12.19 19:58:33.260387 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 410 rows starting from the beginning of the part 2025.12.19 19:58:33.260428 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 410 rows starting from the beginning of the part 2025.12.19 19:58:33.261066 [ 4 ] {9d019102-b636-4baf-aef5-9b4c6545dbb9} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.261111 [ 4 ] {9d019102-b636-4baf-aef5-9b4c6545dbb9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.261558 [ 4 ] {9d019102-b636-4baf-aef5-9b4c6545dbb9} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:58:33.261559 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001624637 sec., 1261820.332788186 rows/sec., 84.86 MiB/sec. 2025.12.19 19:58:33.261720 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.19 19:58:33.261840 [ 4 ] {9d019102-b636-4baf-aef5-9b4c6545dbb9} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.261998 [ 4 ] {9d019102-b636-4baf-aef5-9b4c6545dbb9} executeQuery: Read 1080 rows, 87.78 KiB in 0.001947 sec., 554699.5377503852 rows/sec., 44.03 MiB/sec. 2025.12.19 19:58:33.262016 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.262038 [ 4 ] {9d019102-b636-4baf-aef5-9b4c6545dbb9} TCPHandler: Processed in 0.002133022 sec. 2025.12.19 19:58:33.262094 [ 195 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_5_1} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.19 19:58:33.262165 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.262168 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.12.19 19:58:33.262267 [ 4 ] {2855328e-daa9-4ab5-b365-647c81ffdcd0} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:33.262311 [ 4 ] {2855328e-daa9-4ab5-b365-647c81ffdcd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:33.262844 [ 4 ] {2855328e-daa9-4ab5-b365-647c81ffdcd0} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.262883 [ 4 ] {2855328e-daa9-4ab5-b365-647c81ffdcd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.263268 [ 4 ] {2855328e-daa9-4ab5-b365-647c81ffdcd0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:58:33.263492 [ 4 ] {2855328e-daa9-4ab5-b365-647c81ffdcd0} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.263634 [ 4 ] {2855328e-daa9-4ab5-b365-647c81ffdcd0} executeQuery: Read 215 rows, 13.07 KiB in 0.001356 sec., 158554.57227138642 rows/sec., 9.41 MiB/sec. 2025.12.19 19:58:33.263672 [ 4 ] {2855328e-daa9-4ab5-b365-647c81ffdcd0} TCPHandler: Processed in 0.001528916 sec. 2025.12.19 19:58:33.263789 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.263892 [ 4 ] {e4177367-080c-46d5-b344-37c86a584a61} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:58:33.263937 [ 4 ] {e4177367-080c-46d5-b344-37c86a584a61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:58:33.264477 [ 4 ] {e4177367-080c-46d5-b344-37c86a584a61} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.264530 [ 4 ] {e4177367-080c-46d5-b344-37c86a584a61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.264999 [ 4 ] {e4177367-080c-46d5-b344-37c86a584a61} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:33.265334 [ 4 ] {e4177367-080c-46d5-b344-37c86a584a61} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.265486 [ 37 ] {} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.19 19:58:33.265519 [ 4 ] {e4177367-080c-46d5-b344-37c86a584a61} executeQuery: Read 212 rows, 14.00 KiB in 0.001649 sec., 128562.76531231048 rows/sec., 8.29 MiB/sec. 2025.12.19 19:58:33.265547 [ 37 ] {} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.265573 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.265577 [ 4 ] {e4177367-080c-46d5-b344-37c86a584a61} TCPHandler: Processed in 0.001840309 sec. 2025.12.19 19:58:33.265669 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.19 19:58:33.265707 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.265806 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:33.265814 [ 4 ] {cad2d671-4d84-4a39-80dd-080d7de7f7b8} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:58:33.265855 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 212 rows starting from the beginning of the part 2025.12.19 19:58:33.265870 [ 4 ] {cad2d671-4d84-4a39-80dd-080d7de7f7b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:58:33.265959 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 212 rows starting from the beginning of the part 2025.12.19 19:58:33.266014 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2025.12.19 19:58:33.266067 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2025.12.19 19:58:33.266117 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2025.12.19 19:58:33.266362 [ 4 ] {cad2d671-4d84-4a39-80dd-080d7de7f7b8} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.266406 [ 4 ] {cad2d671-4d84-4a39-80dd-080d7de7f7b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.266796 [ 4 ] {cad2d671-4d84-4a39-80dd-080d7de7f7b8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:33.267076 [ 4 ] {cad2d671-4d84-4a39-80dd-080d7de7f7b8} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.267194 [ 37 ] {} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.19 19:58:33.267222 [ 4 ] {cad2d671-4d84-4a39-80dd-080d7de7f7b8} executeQuery: Read 211 rows, 12.27 KiB in 0.001429 sec., 147655.7032890133 rows/sec., 8.38 MiB/sec. 2025.12.19 19:58:33.267231 [ 37 ] {} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.267264 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.267268 [ 4 ] {cad2d671-4d84-4a39-80dd-080d7de7f7b8} TCPHandler: Processed in 0.001612787 sec. 2025.12.19 19:58:33.267325 [ 194 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1060 rows, containing 5 columns (5 merged, 0 gathered) in 0.001698318 sec., 624146.9501000402 rows/sec., 42.63 MiB/sec. 2025.12.19 19:58:33.267346 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.19 19:58:33.267386 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.267444 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:33.267474 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 211 rows starting from the beginning of the part 2025.12.19 19:58:33.267475 [ 195 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.19 19:58:33.267489 [ 4 ] {f442f179-2ea1-4b3b-8f2e-9c9aa2d835da} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:33.267539 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 211 rows starting from the beginning of the part 2025.12.19 19:58:33.267546 [ 4 ] {f442f179-2ea1-4b3b-8f2e-9c9aa2d835da} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:33.267607 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 211 rows starting from the beginning of the part 2025.12.19 19:58:33.267661 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 211 rows starting from the beginning of the part 2025.12.19 19:58:33.267723 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 211 rows starting from the beginning of the part 2025.12.19 19:58:33.267776 [ 195 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.267856 [ 195 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_5_1} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.19 19:58:33.267933 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.19 19:58:33.268333 [ 4 ] {f442f179-2ea1-4b3b-8f2e-9c9aa2d835da} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.268380 [ 4 ] {f442f179-2ea1-4b3b-8f2e-9c9aa2d835da} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.268841 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001528986 sec., 689999.7776304034 rows/sec., 41.81 MiB/sec. 2025.12.19 19:58:33.268881 [ 4 ] {f442f179-2ea1-4b3b-8f2e-9c9aa2d835da} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:58:33.268967 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.19 19:58:33.269165 [ 4 ] {f442f179-2ea1-4b3b-8f2e-9c9aa2d835da} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.269264 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.269302 [ 4 ] {f442f179-2ea1-4b3b-8f2e-9c9aa2d835da} executeQuery: Read 633 rows, 44.80 KiB in 0.001833 sec., 345335.5155482815 rows/sec., 23.87 MiB/sec. 2025.12.19 19:58:33.269336 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_5_1} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.19 19:58:33.269344 [ 4 ] {f442f179-2ea1-4b3b-8f2e-9c9aa2d835da} TCPHandler: Processed in 0.00200929 sec. 2025.12.19 19:58:33.269393 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.19 19:58:33.269457 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.269553 [ 4 ] {957c853e-e04b-4c27-a300-eefa27937906} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:58:33.269596 [ 4 ] {957c853e-e04b-4c27-a300-eefa27937906} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:58:33.269927 [ 4 ] {957c853e-e04b-4c27-a300-eefa27937906} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.269964 [ 4 ] {957c853e-e04b-4c27-a300-eefa27937906} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.270275 [ 4 ] {957c853e-e04b-4c27-a300-eefa27937906} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:33.270491 [ 4 ] {957c853e-e04b-4c27-a300-eefa27937906} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.270626 [ 4 ] {957c853e-e04b-4c27-a300-eefa27937906} executeQuery: Read 6 rows, 321.00 B in 0.001093 sec., 5489.478499542543 rows/sec., 286.80 KiB/sec. 2025.12.19 19:58:33.270663 [ 4 ] {957c853e-e04b-4c27-a300-eefa27937906} TCPHandler: Processed in 0.001256143 sec. 2025.12.19 19:58:33.270781 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.270875 [ 4 ] {f36b9eda-471a-46db-bced-d6c8cba5b0c2} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:33.270919 [ 4 ] {f36b9eda-471a-46db-bced-d6c8cba5b0c2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:33.271317 [ 4 ] {f36b9eda-471a-46db-bced-d6c8cba5b0c2} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.271355 [ 4 ] {f36b9eda-471a-46db-bced-d6c8cba5b0c2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.271693 [ 4 ] {f36b9eda-471a-46db-bced-d6c8cba5b0c2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:58:33.271905 [ 4 ] {f36b9eda-471a-46db-bced-d6c8cba5b0c2} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.272036 [ 4 ] {f36b9eda-471a-46db-bced-d6c8cba5b0c2} executeQuery: Read 164 rows, 10.47 KiB in 0.00118 sec., 138983.05084745763 rows/sec., 8.67 MiB/sec. 2025.12.19 19:58:33.272073 [ 4 ] {f36b9eda-471a-46db-bced-d6c8cba5b0c2} TCPHandler: Processed in 0.001341813 sec. 2025.12.19 19:58:33.272188 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.272284 [ 4 ] {5b42071d-a09b-4328-b3c9-242674e37321} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:58:33.272355 [ 4 ] {5b42071d-a09b-4328-b3c9-242674e37321} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:58:33.272658 [ 4 ] {5b42071d-a09b-4328-b3c9-242674e37321} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.272695 [ 4 ] {5b42071d-a09b-4328-b3c9-242674e37321} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.273009 [ 4 ] {5b42071d-a09b-4328-b3c9-242674e37321} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:58:33.273224 [ 4 ] {5b42071d-a09b-4328-b3c9-242674e37321} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.273331 [ 37 ] {} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.19 19:58:33.273357 [ 4 ] {5b42071d-a09b-4328-b3c9-242674e37321} executeQuery: Read 1 rows, 69.00 B in 0.001092 sec., 915.7509157509156 rows/sec., 61.71 KiB/sec. 2025.12.19 19:58:33.273369 [ 37 ] {} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.273399 [ 4 ] {5b42071d-a09b-4328-b3c9-242674e37321} TCPHandler: Processed in 0.001260053 sec. 2025.12.19 19:58:33.273426 [ 37 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.273521 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.273527 [ 194 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.19 19:58:33.273623 [ 4 ] {65a6d16b-0ae0-45b1-a4c9-eef459af19e5} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:33.273644 [ 194 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:33.273674 [ 194 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2025.12.19 19:58:33.273681 [ 4 ] {65a6d16b-0ae0-45b1-a4c9-eef459af19e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:33.273751 [ 194 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2025.12.19 19:58:33.273806 [ 194 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2025.12.19 19:58:33.273863 [ 194 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2025.12.19 19:58:33.273928 [ 194 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2025.12.19 19:58:33.274501 [ 4 ] {65a6d16b-0ae0-45b1-a4c9-eef459af19e5} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.274539 [ 4 ] {65a6d16b-0ae0-45b1-a4c9-eef459af19e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.274684 [ 195 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001205302 sec., 4148.337926926198 rows/sec., 279.53 KiB/sec. 2025.12.19 19:58:33.274871 [ 193 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.19 19:58:33.275106 [ 4 ] {65a6d16b-0ae0-45b1-a4c9-eef459af19e5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:58:33.275218 [ 193 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.275307 [ 193 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_5_1} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.19 19:58:33.275378 [ 4 ] {65a6d16b-0ae0-45b1-a4c9-eef459af19e5} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.275402 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.19 19:58:33.275532 [ 4 ] {65a6d16b-0ae0-45b1-a4c9-eef459af19e5} executeQuery: Read 10 rows, 18.35 KiB in 0.001928 sec., 5186.721991701244 rows/sec., 9.29 MiB/sec. 2025.12.19 19:58:33.275602 [ 4 ] {65a6d16b-0ae0-45b1-a4c9-eef459af19e5} TCPHandler: Processed in 0.002131212 sec. 2025.12.19 19:58:33.275721 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:33.275818 [ 4 ] {4f166829-0aa0-4c00-9fe5-ad4a45e527d6} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:33.275861 [ 4 ] {4f166829-0aa0-4c00-9fe5-ad4a45e527d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:33.276200 [ 4 ] {4f166829-0aa0-4c00-9fe5-ad4a45e527d6} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:33.276238 [ 4 ] {4f166829-0aa0-4c00-9fe5-ad4a45e527d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:33.276552 [ 4 ] {4f166829-0aa0-4c00-9fe5-ad4a45e527d6} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:58:33.276760 [ 4 ] {4f166829-0aa0-4c00-9fe5-ad4a45e527d6} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:33.276881 [ 4 ] {4f166829-0aa0-4c00-9fe5-ad4a45e527d6} executeQuery: Read 54 rows, 3.01 KiB in 0.001091 sec., 49495.87534372136 rows/sec., 2.70 MiB/sec. 2025.12.19 19:58:33.276915 [ 4 ] {4f166829-0aa0-4c00-9fe5-ad4a45e527d6} TCPHandler: Processed in 0.001254123 sec. 2025.12.19 19:58:38.247034 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.247263 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} executeQuery: (from [fd00:1122:3344:101::d]:46211) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.247586 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.247622 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.247861 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.247933 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.248071 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2025.12.19 19:58:38.248207 [ 261 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.248208 [ 299 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.248355 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.248384 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.250662 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.250690 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.250748 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.250791 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.251799 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} executeQuery: Read 21 rows, 794.00 B in 0.004625 sec., 4540.540540540541 rows/sec., 167.65 KiB/sec. 2025.12.19 19:58:38.251920 [ 4 ] {9c2c44ac-a5e5-495a-a7b5-1c15a4cf9268} TCPHandler: Processed in 0.005007271 sec. 2025.12.19 19:58:38.252222 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.252354 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.252563 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.252596 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.252780 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.252835 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.252937 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2025.12.19 19:58:38.253001 [ 340 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.253032 [ 260 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.253127 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.253153 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.253208 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.253226 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.253256 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} 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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.253304 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} 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_underlay_prefixes', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.254005 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} executeQuery: Read 21 rows, 794.00 B in 0.001703 sec., 12331.180270111567 rows/sec., 455.31 KiB/sec. 2025.12.19 19:58:38.254119 [ 4 ] {52f59a2c-e23d-40d8-847f-3a50b5179239} TCPHandler: Processed in 0.00194591 sec. 2025.12.19 19:58:38.254377 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.254507 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.254707 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.254739 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.254916 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.254969 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.255068 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2025.12.19 19:58:38.255137 [ 340 ] {ea7dede6-9878-42af-99ea-14099642cbff} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.255140 [ 299 ] {ea7dede6-9878-42af-99ea-14099642cbff} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.255267 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.255302 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.255363 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.255387 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.255421 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.255466 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} 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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.256094 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} executeQuery: Read 21 rows, 794.00 B in 0.001636 sec., 12836.185819070904 rows/sec., 473.96 KiB/sec. 2025.12.19 19:58:38.256207 [ 4 ] {ea7dede6-9878-42af-99ea-14099642cbff} TCPHandler: Processed in 0.001880349 sec. 2025.12.19 19:58:38.256428 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.256559 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.256768 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.256802 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.256982 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.257036 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.257140 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2025.12.19 19:58:38.257214 [ 299 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.257223 [ 260 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.257326 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.257362 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.257422 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.257441 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.257478 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.257511 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} 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:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.258121 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} executeQuery: Read 21 rows, 794.00 B in 0.001613 sec., 13019.218846869187 rows/sec., 480.71 KiB/sec. 2025.12.19 19:58:38.258243 [ 4 ] {c9a0ed9e-796f-4d19-93fa-ad3a1a45d0e9} TCPHandler: Processed in 0.00186543 sec. 2025.12.19 19:58:38.258449 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.258582 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.258797 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.258831 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.259013 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.259066 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.259195 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2025.12.19 19:58:38.259262 [ 302 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.259265 [ 260 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.259352 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.259379 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.259434 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.259452 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.259483 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.259514 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.260107 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} executeQuery: Read 21 rows, 794.00 B in 0.001577 sec., 13316.423589093214 rows/sec., 491.69 KiB/sec. 2025.12.19 19:58:38.260219 [ 4 ] {865f42a3-e2b9-4255-af41-f1e083bf2ae8} TCPHandler: Processed in 0.001828649 sec. 2025.12.19 19:58:38.260411 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.260538 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.260739 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.260772 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.260946 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.260999 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.261190 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2025.12.19 19:58:38.261268 [ 302 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.261270 [ 299 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.261370 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.261397 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.261456 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.261473 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.261504 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.261534 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} 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_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.262100 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} executeQuery: Read 21 rows, 794.00 B in 0.001588 sec., 13224.181360201512 rows/sec., 488.28 KiB/sec. 2025.12.19 19:58:38.262209 [ 4 ] {235586ee-5253-41f5-9fc2-f273f6ff51ae} TCPHandler: Processed in 0.001828099 sec. 2025.12.19 19:58:38.262406 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.262537 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.262745 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.262780 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.262967 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.263028 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.263128 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2025.12.19 19:58:38.263198 [ 260 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.263200 [ 299 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.263295 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.263322 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.263377 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.263395 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.263424 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.263455 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} 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:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.264117 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} executeQuery: Read 21 rows, 794.00 B in 0.001632 sec., 12867.64705882353 rows/sec., 475.12 KiB/sec. 2025.12.19 19:58:38.264204 [ 4 ] {333004c5-28f4-4645-8010-2d4dd258c7fe} TCPHandler: Processed in 0.001846919 sec. 2025.12.19 19:58:38.264404 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.264537 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.264740 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.264773 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.264952 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.265004 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.265102 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2025.12.19 19:58:38.265162 [ 333 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.265174 [ 302 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.265254 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.265280 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.265333 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.265351 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.265380 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.265409 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} 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:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.265933 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} executeQuery: Read 21 rows, 794.00 B in 0.00145 sec., 14482.758620689656 rows/sec., 534.75 KiB/sec. 2025.12.19 19:58:38.266029 [ 4 ] {a7c409fd-b905-4838-88c4-cfae40ed09a3} TCPHandler: Processed in 0.001674197 sec. 2025.12.19 19:58:38.266227 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.266365 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.266570 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.266603 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.266821 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.266902 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.267007 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2025.12.19 19:58:38.267072 [ 299 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.267086 [ 333 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.267162 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.267186 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.267241 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.267258 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.267289 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.267322 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.267888 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} executeQuery: Read 21 rows, 794.00 B in 0.001575 sec., 13333.333333333334 rows/sec., 492.31 KiB/sec. 2025.12.19 19:58:38.267976 [ 4 ] {068f5dc7-a3ee-4600-8878-68d35cd8a0eb} TCPHandler: Processed in 0.001797108 sec. 2025.12.19 19:58:38.268201 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.268335 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.268549 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.268608 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.268825 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.268883 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.269002 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2025.12.19 19:58:38.269070 [ 341 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.269079 [ 302 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.269190 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.269218 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.269291 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.269318 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.269352 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.269385 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.270006 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} executeQuery: Read 21 rows, 794.00 B in 0.001725 sec., 12173.913043478262 rows/sec., 449.50 KiB/sec. 2025.12.19 19:58:38.270115 [ 4 ] {6c7ace4e-bf4e-4ece-8d17-e521e1bb120f} TCPHandler: Processed in 0.00196404 sec. 2025.12.19 19:58:38.270343 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.270478 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.270695 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.270730 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.270923 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.270977 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.271080 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2025.12.19 19:58:38.271144 [ 330 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.271144 [ 326 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.271249 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.271275 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.271331 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.271349 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.271381 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.271413 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.271970 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} executeQuery: Read 21 rows, 794.00 B in 0.001548 sec., 13565.891472868218 rows/sec., 500.90 KiB/sec. 2025.12.19 19:58:38.272076 [ 4 ] {b5676c12-8091-4430-bd15-afeb432f5bd9} TCPHandler: Processed in 0.001783619 sec. 2025.12.19 19:58:38.272278 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.272411 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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: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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.272651 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.272687 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} 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: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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.272883 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.272937 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.273035 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2025.12.19 19:58:38.273096 [ 299 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.273101 [ 330 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.273193 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.273219 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.273274 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.273291 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.273321 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} 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: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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.273351 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} 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: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', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.273899 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} executeQuery: Read 21 rows, 794.00 B in 0.001543 sec., 13609.850939727801 rows/sec., 502.52 KiB/sec. 2025.12.19 19:58:38.274007 [ 4 ] {f49635be-983a-44b5-9bcf-ca5ea182d4ab} TCPHandler: Processed in 0.001778839 sec. 2025.12.19 19:58:38.274242 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.274375 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.274583 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.274617 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.274826 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.274879 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.274984 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2025.12.19 19:58:38.275044 [ 326 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.275043 [ 306 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.275134 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.275160 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.275214 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.275230 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.275260 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.275306 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} 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:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.275824 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} executeQuery: Read 21 rows, 794.00 B in 0.001503 sec., 13972.055888223553 rows/sec., 515.90 KiB/sec. 2025.12.19 19:58:38.275929 [ 4 ] {765233a5-8a8c-4614-aa07-a09bafffc28d} TCPHandler: Processed in 0.001736538 sec. 2025.12.19 19:58:38.276145 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.276279 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} executeQuery: (from [fd00:1122:3344:101::d]:46211) 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:58:38.276487 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:58:38.276523 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:58:38.276712 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.276763 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:38.276860 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2025.12.19 19:58:38.276919 [ 306 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:58:38.276921 [ 330 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:58:38.277006 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2025.12.19 19:58:38.277032 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:58:38.277086 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:58:38.277103 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 21 rows with 2 streams 2025.12.19 19:58:38.277133 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.277163 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} 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_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:58:38.277762 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} executeQuery: Read 21 rows, 794.00 B in 0.001538 sec., 13654.09622886866 rows/sec., 504.16 KiB/sec. 2025.12.19 19:58:38.277857 [ 4 ] {f5444076-2991-4c2a-82d2-bc9674e0f1b1} TCPHandler: Processed in 0.001761548 sec. 2025.12.19 19:58:38.281763 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.281871 [ 4 ] {664a2a1c-de71-4ce8-9ab0-bfb7afc0c73d} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.19 19:58:38.281914 [ 4 ] {664a2a1c-de71-4ce8-9ab0-bfb7afc0c73d} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:58:38.282413 [ 4 ] {664a2a1c-de71-4ce8-9ab0-bfb7afc0c73d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:38.282453 [ 4 ] {664a2a1c-de71-4ce8-9ab0-bfb7afc0c73d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:38.282879 [ 4 ] {664a2a1c-de71-4ce8-9ab0-bfb7afc0c73d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:38.283100 [ 4 ] {664a2a1c-de71-4ce8-9ab0-bfb7afc0c73d} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:38.283243 [ 4 ] {664a2a1c-de71-4ce8-9ab0-bfb7afc0c73d} executeQuery: Read 14 rows, 2.01 KiB in 0.001402 sec., 9985.73466476462 rows/sec., 1.40 MiB/sec. 2025.12.19 19:58:38.283282 [ 4 ] {664a2a1c-de71-4ce8-9ab0-bfb7afc0c73d} TCPHandler: Processed in 0.001569507 sec. 2025.12.19 19:58:38.283417 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.283513 [ 4 ] {bfaf68e5-5fbe-4ff0-b986-4beb23cb79f0} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.19 19:58:38.283555 [ 4 ] {bfaf68e5-5fbe-4ff0-b986-4beb23cb79f0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.19 19:58:38.283954 [ 4 ] {bfaf68e5-5fbe-4ff0-b986-4beb23cb79f0} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:38.283990 [ 4 ] {bfaf68e5-5fbe-4ff0-b986-4beb23cb79f0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:38.284294 [ 4 ] {bfaf68e5-5fbe-4ff0-b986-4beb23cb79f0} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2025.12.19 19:58:38.284525 [ 4 ] {bfaf68e5-5fbe-4ff0-b986-4beb23cb79f0} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:38.284654 [ 4 ] {bfaf68e5-5fbe-4ff0-b986-4beb23cb79f0} executeQuery: Read 2 rows, 167.00 B in 0.00116 sec., 1724.1379310344828 rows/sec., 140.59 KiB/sec. 2025.12.19 19:58:38.284690 [ 4 ] {bfaf68e5-5fbe-4ff0-b986-4beb23cb79f0} TCPHandler: Processed in 0.001322164 sec. 2025.12.19 19:58:38.284832 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.284926 [ 4 ] {e16f5820-2b35-42ea-8d1a-446b474f1488} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:38.284965 [ 4 ] {e16f5820-2b35-42ea-8d1a-446b474f1488} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:38.285430 [ 4 ] {e16f5820-2b35-42ea-8d1a-446b474f1488} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:38.285466 [ 4 ] {e16f5820-2b35-42ea-8d1a-446b474f1488} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:38.285830 [ 4 ] {e16f5820-2b35-42ea-8d1a-446b474f1488} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:58:38.286078 [ 4 ] {e16f5820-2b35-42ea-8d1a-446b474f1488} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:38.286229 [ 4 ] {e16f5820-2b35-42ea-8d1a-446b474f1488} executeQuery: Read 75 rows, 6.54 KiB in 0.00132 sec., 56818.181818181816 rows/sec., 4.84 MiB/sec. 2025.12.19 19:58:38.286268 [ 4 ] {e16f5820-2b35-42ea-8d1a-446b474f1488} TCPHandler: Processed in 0.001486335 sec. 2025.12.19 19:58:38.286390 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.286485 [ 4 ] {8efa78f6-11bf-471c-9bfb-13f919e2ba70} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:38.286526 [ 4 ] {8efa78f6-11bf-471c-9bfb-13f919e2ba70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:38.286945 [ 4 ] {8efa78f6-11bf-471c-9bfb-13f919e2ba70} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:38.286980 [ 4 ] {8efa78f6-11bf-471c-9bfb-13f919e2ba70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:38.287298 [ 4 ] {8efa78f6-11bf-471c-9bfb-13f919e2ba70} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:58:38.287525 [ 4 ] {8efa78f6-11bf-471c-9bfb-13f919e2ba70} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:38.287663 [ 4 ] {8efa78f6-11bf-471c-9bfb-13f919e2ba70} executeQuery: Read 24 rows, 1.79 KiB in 0.001196 sec., 20066.889632107024 rows/sec., 1.46 MiB/sec. 2025.12.19 19:58:38.287702 [ 4 ] {8efa78f6-11bf-471c-9bfb-13f919e2ba70} TCPHandler: Processed in 0.001361124 sec. 2025.12.19 19:58:38.287813 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.287916 [ 4 ] {7518ea8c-9438-4650-9848-6b886a7eebea} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:38.287956 [ 4 ] {7518ea8c-9438-4650-9848-6b886a7eebea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:38.288379 [ 4 ] {7518ea8c-9438-4650-9848-6b886a7eebea} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:38.288414 [ 4 ] {7518ea8c-9438-4650-9848-6b886a7eebea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:38.288732 [ 4 ] {7518ea8c-9438-4650-9848-6b886a7eebea} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:58:38.288978 [ 4 ] {7518ea8c-9438-4650-9848-6b886a7eebea} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:38.289115 [ 4 ] {7518ea8c-9438-4650-9848-6b886a7eebea} executeQuery: Read 60 rows, 4.80 KiB in 0.001224 sec., 49019.60784313725 rows/sec., 3.83 MiB/sec. 2025.12.19 19:58:38.289152 [ 4 ] {7518ea8c-9438-4650-9848-6b886a7eebea} TCPHandler: Processed in 0.001388214 sec. 2025.12.19 19:58:38.289277 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.289371 [ 4 ] {70a6c399-4fd4-4810-a9f5-4afbd7f8ec4c} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:38.289414 [ 4 ] {70a6c399-4fd4-4810-a9f5-4afbd7f8ec4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:38.289833 [ 4 ] {70a6c399-4fd4-4810-a9f5-4afbd7f8ec4c} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:38.289870 [ 4 ] {70a6c399-4fd4-4810-a9f5-4afbd7f8ec4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:38.290214 [ 4 ] {70a6c399-4fd4-4810-a9f5-4afbd7f8ec4c} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:58:38.290457 [ 4 ] {70a6c399-4fd4-4810-a9f5-4afbd7f8ec4c} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:38.290587 [ 4 ] {70a6c399-4fd4-4810-a9f5-4afbd7f8ec4c} executeQuery: Read 91 rows, 6.51 KiB in 0.001234 sec., 73743.92220421393 rows/sec., 5.15 MiB/sec. 2025.12.19 19:58:38.290625 [ 4 ] {70a6c399-4fd4-4810-a9f5-4afbd7f8ec4c} TCPHandler: Processed in 0.001399744 sec. 2025.12.19 19:58:38.290745 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.290842 [ 4 ] {20a1f77e-fcb2-4b39-9de9-77a1b940916d} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:38.290898 [ 4 ] {20a1f77e-fcb2-4b39-9de9-77a1b940916d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:38.291690 [ 4 ] {20a1f77e-fcb2-4b39-9de9-77a1b940916d} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:38.291726 [ 4 ] {20a1f77e-fcb2-4b39-9de9-77a1b940916d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:38.292327 [ 4 ] {20a1f77e-fcb2-4b39-9de9-77a1b940916d} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:58:38.292736 [ 4 ] {20a1f77e-fcb2-4b39-9de9-77a1b940916d} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:38.292883 [ 4 ] {20a1f77e-fcb2-4b39-9de9-77a1b940916d} executeQuery: Read 22 rows, 40.37 KiB in 0.002061 sec., 10674.429888403689 rows/sec., 19.13 MiB/sec. 2025.12.19 19:58:38.292940 [ 4 ] {20a1f77e-fcb2-4b39-9de9-77a1b940916d} TCPHandler: Processed in 0.002248243 sec. 2025.12.19 19:58:38.293057 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:38.293156 [ 4 ] {2104f235-e3bd-48b6-87b9-7b7eacf928ac} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:38.293201 [ 4 ] {2104f235-e3bd-48b6-87b9-7b7eacf928ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:38.293567 [ 4 ] {2104f235-e3bd-48b6-87b9-7b7eacf928ac} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:38.293602 [ 4 ] {2104f235-e3bd-48b6-87b9-7b7eacf928ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:38.293924 [ 4 ] {2104f235-e3bd-48b6-87b9-7b7eacf928ac} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:58:38.294153 [ 4 ] {2104f235-e3bd-48b6-87b9-7b7eacf928ac} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:38.294275 [ 4 ] {2104f235-e3bd-48b6-87b9-7b7eacf928ac} executeQuery: Read 34 rows, 2.31 KiB in 0.001149 sec., 29590.94865100087 rows/sec., 1.97 MiB/sec. 2025.12.19 19:58:38.294310 [ 4 ] {2104f235-e3bd-48b6-87b9-7b7eacf928ac} TCPHandler: Processed in 0.001312824 sec. 2025.12.19 19:58:38.890986 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4289 2025.12.19 19:58:38.891513 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:38.891557 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:38.892098 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:58:38.892343 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:38.892465 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4289 2025.12.19 19:58:39.115207 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2025.12.19 19:58:39.132129 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:39.132184 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2025.12.19 19:58:39.138259 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:58:39.138974 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:39.142106 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2025.12.19 19:58:40.000226 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 185.94 MiB, peak 190.26 MiB, free memory in arenas 0.00 B, will set to 187.68 MiB (RSS), difference: 1.74 MiB 2025.12.19 19:58:41.415790 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 336 2025.12.19 19:58:41.418806 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:41.418867 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:41.420103 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:41.420404 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:41.420554 [ 26 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:41.420628 [ 26 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:41.420651 [ 26 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:41.420736 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 336 2025.12.19 19:58:41.420761 [ 194 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:41.421411 [ 194 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:41.421590 [ 194 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2025.12.19 19:58:41.421997 [ 194 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part 2025.12.19 19:58:41.422365 [ 194 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 54 rows starting from the beginning of the part 2025.12.19 19:58:41.422724 [ 194 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 34 rows starting from the beginning of the part 2025.12.19 19:58:41.423070 [ 194 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 34 rows starting from the beginning of the part 2025.12.19 19:58:41.423417 [ 194 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 66 rows starting from the beginning of the part 2025.12.19 19:58:41.429321 [ 195 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 336 rows, containing 72 columns (72 merged, 0 gathered) in 0.008608299 sec., 39032.10146394776 rows/sec., 37.37 MiB/sec. 2025.12.19 19:58:41.430609 [ 192 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:41.431295 [ 192 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:41.431383 [ 192 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_6_1} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:41.431634 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. 2025.12.19 19:58:43.275285 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.275542 [ 4 ] {8f3bacc7-450c-4775-a088-413fc24846c7} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:58:43.275645 [ 4 ] {8f3bacc7-450c-4775-a088-413fc24846c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:58:43.276822 [ 4 ] {8f3bacc7-450c-4775-a088-413fc24846c7} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.276891 [ 4 ] {8f3bacc7-450c-4775-a088-413fc24846c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.277540 [ 4 ] {8f3bacc7-450c-4775-a088-413fc24846c7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:43.277900 [ 4 ] {8f3bacc7-450c-4775-a088-413fc24846c7} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.278137 [ 4 ] {8f3bacc7-450c-4775-a088-413fc24846c7} executeQuery: Read 410 rows, 26.63 KiB in 0.002663 sec., 153961.69733383402 rows/sec., 9.77 MiB/sec. 2025.12.19 19:58:43.278220 [ 4 ] {8f3bacc7-450c-4775-a088-413fc24846c7} TCPHandler: Processed in 0.003144482 sec. 2025.12.19 19:58:43.278414 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.278555 [ 4 ] {e0b48aad-8063-41f4-8b58-2b18b8e1ade0} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:43.278619 [ 4 ] {e0b48aad-8063-41f4-8b58-2b18b8e1ade0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:43.280094 [ 4 ] {e0b48aad-8063-41f4-8b58-2b18b8e1ade0} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.280143 [ 4 ] {e0b48aad-8063-41f4-8b58-2b18b8e1ade0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.280740 [ 4 ] {e0b48aad-8063-41f4-8b58-2b18b8e1ade0} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:58:43.281091 [ 4 ] {e0b48aad-8063-41f4-8b58-2b18b8e1ade0} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.281292 [ 4 ] {e0b48aad-8063-41f4-8b58-2b18b8e1ade0} executeQuery: Read 1106 rows, 89.79 KiB in 0.002773 sec., 398846.01514605124 rows/sec., 31.62 MiB/sec. 2025.12.19 19:58:43.281349 [ 4 ] {e0b48aad-8063-41f4-8b58-2b18b8e1ade0} TCPHandler: Processed in 0.003002171 sec. 2025.12.19 19:58:43.281568 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.281721 [ 4 ] {2579a7ee-86bf-489f-ba21-96de14c55c24} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:43.281778 [ 4 ] {2579a7ee-86bf-489f-ba21-96de14c55c24} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:43.282504 [ 4 ] {2579a7ee-86bf-489f-ba21-96de14c55c24} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.282553 [ 4 ] {2579a7ee-86bf-489f-ba21-96de14c55c24} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.283001 [ 4 ] {2579a7ee-86bf-489f-ba21-96de14c55c24} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:58:43.283318 [ 4 ] {2579a7ee-86bf-489f-ba21-96de14c55c24} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.283509 [ 4 ] {2579a7ee-86bf-489f-ba21-96de14c55c24} executeQuery: Read 215 rows, 13.07 KiB in 0.001817 sec., 118326.91249312053 rows/sec., 7.02 MiB/sec. 2025.12.19 19:58:43.283565 [ 4 ] {2579a7ee-86bf-489f-ba21-96de14c55c24} TCPHandler: Processed in 0.002061322 sec. 2025.12.19 19:58:43.283728 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.283899 [ 4 ] {b6d16abb-b749-4308-84df-5fb761d548f3} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:58:43.283955 [ 4 ] {b6d16abb-b749-4308-84df-5fb761d548f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:58:43.285079 [ 4 ] {b6d16abb-b749-4308-84df-5fb761d548f3} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.285122 [ 4 ] {b6d16abb-b749-4308-84df-5fb761d548f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.285601 [ 4 ] {b6d16abb-b749-4308-84df-5fb761d548f3} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:43.285941 [ 4 ] {b6d16abb-b749-4308-84df-5fb761d548f3} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.286126 [ 4 ] {b6d16abb-b749-4308-84df-5fb761d548f3} executeQuery: Read 212 rows, 14.00 KiB in 0.002259 sec., 93846.83488269144 rows/sec., 6.05 MiB/sec. 2025.12.19 19:58:43.286176 [ 4 ] {b6d16abb-b749-4308-84df-5fb761d548f3} TCPHandler: Processed in 0.002511456 sec. 2025.12.19 19:58:43.286326 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.286444 [ 4 ] {632f27c7-dc1b-4ce0-8a8c-4291a92193b0} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:58:43.286495 [ 4 ] {632f27c7-dc1b-4ce0-8a8c-4291a92193b0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:58:43.287206 [ 4 ] {632f27c7-dc1b-4ce0-8a8c-4291a92193b0} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.287253 [ 4 ] {632f27c7-dc1b-4ce0-8a8c-4291a92193b0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.287666 [ 4 ] {632f27c7-dc1b-4ce0-8a8c-4291a92193b0} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:43.287960 [ 4 ] {632f27c7-dc1b-4ce0-8a8c-4291a92193b0} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.288129 [ 4 ] {632f27c7-dc1b-4ce0-8a8c-4291a92193b0} executeQuery: Read 211 rows, 12.27 KiB in 0.001716 sec., 122960.37296037296 rows/sec., 6.98 MiB/sec. 2025.12.19 19:58:43.288179 [ 4 ] {632f27c7-dc1b-4ce0-8a8c-4291a92193b0} TCPHandler: Processed in 0.001910499 sec. 2025.12.19 19:58:43.288536 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.288661 [ 4 ] {84830476-2a93-433a-976d-9b87834189e5} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:43.288716 [ 4 ] {84830476-2a93-433a-976d-9b87834189e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:43.289794 [ 4 ] {84830476-2a93-433a-976d-9b87834189e5} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.289837 [ 4 ] {84830476-2a93-433a-976d-9b87834189e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.290293 [ 4 ] {84830476-2a93-433a-976d-9b87834189e5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:58:43.290619 [ 4 ] {84830476-2a93-433a-976d-9b87834189e5} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.290794 [ 4 ] {84830476-2a93-433a-976d-9b87834189e5} executeQuery: Read 661 rows, 47.03 KiB in 0.002163 sec., 305594.0822931114 rows/sec., 21.23 MiB/sec. 2025.12.19 19:58:43.290844 [ 4 ] {84830476-2a93-433a-976d-9b87834189e5} TCPHandler: Processed in 0.002369634 sec. 2025.12.19 19:58:43.291017 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.291134 [ 4 ] {e8efadf7-ed61-4fe4-97d8-47c57abf0390} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:58:43.291188 [ 4 ] {e8efadf7-ed61-4fe4-97d8-47c57abf0390} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:58:43.291658 [ 4 ] {e8efadf7-ed61-4fe4-97d8-47c57abf0390} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.291704 [ 4 ] {e8efadf7-ed61-4fe4-97d8-47c57abf0390} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.292157 [ 4 ] {e8efadf7-ed61-4fe4-97d8-47c57abf0390} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:43.292484 [ 4 ] {e8efadf7-ed61-4fe4-97d8-47c57abf0390} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.292616 [ 30 ] {} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2025.12.19 19:58:43.292650 [ 4 ] {e8efadf7-ed61-4fe4-97d8-47c57abf0390} executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. 2025.12.19 19:58:43.292663 [ 30 ] {} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.292686 [ 30 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.292695 [ 4 ] {e8efadf7-ed61-4fe4-97d8-47c57abf0390} TCPHandler: Processed in 0.001748208 sec. 2025.12.19 19:58:43.292828 [ 194 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2025.12.19 19:58:43.292857 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.292922 [ 194 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:43.292955 [ 194 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2025.12.19 19:58:43.292979 [ 4 ] {ea348b8c-be94-4674-b2c1-ebb604d3f275} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:43.293022 [ 194 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2025.12.19 19:58:43.293038 [ 4 ] {ea348b8c-be94-4674-b2c1-ebb604d3f275} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:43.293076 [ 194 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2025.12.19 19:58:43.293124 [ 194 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2025.12.19 19:58:43.293172 [ 194 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.12.19 19:58:43.293219 [ 194 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2025.12.19 19:58:43.294104 [ 195 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001320334 sec., 27265.828191957487 rows/sec., 1.39 MiB/sec. 2025.12.19 19:58:43.294220 [ 4 ] {ea348b8c-be94-4674-b2c1-ebb604d3f275} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.294313 [ 4 ] {ea348b8c-be94-4674-b2c1-ebb604d3f275} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.294420 [ 187 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2025.12.19 19:58:43.294973 [ 187 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.295089 [ 187 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_6_1} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2025.12.19 19:58:43.295206 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.19 19:58:43.295294 [ 4 ] {ea348b8c-be94-4674-b2c1-ebb604d3f275} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:58:43.295628 [ 4 ] {ea348b8c-be94-4674-b2c1-ebb604d3f275} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.295804 [ 4 ] {ea348b8c-be94-4674-b2c1-ebb604d3f275} executeQuery: Read 264 rows, 17.57 KiB in 0.002886 sec., 91476.09147609147 rows/sec., 5.95 MiB/sec. 2025.12.19 19:58:43.295861 [ 4 ] {ea348b8c-be94-4674-b2c1-ebb604d3f275} TCPHandler: Processed in 0.003103012 sec. 2025.12.19 19:58:43.296008 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.296126 [ 4 ] {8164fe2f-5f71-420a-a891-4e263b14f96a} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:58:43.296175 [ 4 ] {8164fe2f-5f71-420a-a891-4e263b14f96a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:58:43.296821 [ 4 ] {8164fe2f-5f71-420a-a891-4e263b14f96a} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.296887 [ 4 ] {8164fe2f-5f71-420a-a891-4e263b14f96a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.297483 [ 4 ] {8164fe2f-5f71-420a-a891-4e263b14f96a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:58:43.297817 [ 4 ] {8164fe2f-5f71-420a-a891-4e263b14f96a} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.298006 [ 4 ] {8164fe2f-5f71-420a-a891-4e263b14f96a} executeQuery: Read 1 rows, 69.00 B in 0.001852 sec., 539.9568034557236 rows/sec., 36.38 KiB/sec. 2025.12.19 19:58:43.298059 [ 4 ] {8164fe2f-5f71-420a-a891-4e263b14f96a} TCPHandler: Processed in 0.002065921 sec. 2025.12.19 19:58:43.298221 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.298434 [ 4 ] {fa0cc337-493c-497c-aa95-3b6cb9c03234} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:43.298517 [ 4 ] {fa0cc337-493c-497c-aa95-3b6cb9c03234} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:43.299673 [ 4 ] {fa0cc337-493c-497c-aa95-3b6cb9c03234} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.299714 [ 4 ] {fa0cc337-493c-497c-aa95-3b6cb9c03234} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.300488 [ 4 ] {fa0cc337-493c-497c-aa95-3b6cb9c03234} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:58:43.300830 [ 4 ] {fa0cc337-493c-497c-aa95-3b6cb9c03234} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.301015 [ 4 ] {fa0cc337-493c-497c-aa95-3b6cb9c03234} executeQuery: Read 10 rows, 18.35 KiB in 0.002609 sec., 3832.8861632809503 rows/sec., 6.87 MiB/sec. 2025.12.19 19:58:43.301092 [ 4 ] {fa0cc337-493c-497c-aa95-3b6cb9c03234} TCPHandler: Processed in 0.00293258 sec. 2025.12.19 19:58:43.301256 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:43.301425 [ 4 ] {7cf44323-6ec3-4c4b-8c77-2ab3bdb34d39} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:43.301492 [ 4 ] {7cf44323-6ec3-4c4b-8c77-2ab3bdb34d39} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:43.301978 [ 4 ] {7cf44323-6ec3-4c4b-8c77-2ab3bdb34d39} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:43.302022 [ 4 ] {7cf44323-6ec3-4c4b-8c77-2ab3bdb34d39} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:43.302500 [ 4 ] {7cf44323-6ec3-4c4b-8c77-2ab3bdb34d39} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:58:43.302816 [ 4 ] {7cf44323-6ec3-4c4b-8c77-2ab3bdb34d39} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:43.302986 [ 4 ] {7cf44323-6ec3-4c4b-8c77-2ab3bdb34d39} executeQuery: Read 84 rows, 5.12 KiB in 0.001586 sec., 52963.43001261034 rows/sec., 3.15 MiB/sec. 2025.12.19 19:58:43.303034 [ 4 ] {7cf44323-6ec3-4c4b-8c77-2ab3bdb34d39} TCPHandler: Processed in 0.001839439 sec. 2025.12.19 19:58:44.240842 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60812 2025.12.19 19:58:44.240950 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:58:44.240979 [ 3 ] {} TCP-Session: e5ce973d-29e7-4033-9e63-29a71a5962d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60812 2025.12.19 19:58:44.241002 [ 3 ] {} TCP-Session: e5ce973d-29e7-4033-9e63-29a71a5962d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.241015 [ 3 ] {} TCP-Session: e5ce973d-29e7-4033-9e63-29a71a5962d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.241220 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43203 2025.12.19 19:58:44.241243 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56123 2025.12.19 19:58:44.241327 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:58:44.241353 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:58:44.241363 [ 286 ] {} TCP-Session: 41849bf5-950a-4438-aa48-582365c7ea0c Authenticating user 'default' from [fd00:1122:3344:101::e]:43203 2025.12.19 19:58:44.241389 [ 287 ] {} TCP-Session: cda4d68c-1c24-429b-8fd4-d6d3c3811371 Authenticating user 'default' from [fd00:1122:3344:101::e]:56123 2025.12.19 19:58:44.241398 [ 286 ] {} TCP-Session: 41849bf5-950a-4438-aa48-582365c7ea0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.241423 [ 287 ] {} TCP-Session: cda4d68c-1c24-429b-8fd4-d6d3c3811371 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.241424 [ 286 ] {} TCP-Session: 41849bf5-950a-4438-aa48-582365c7ea0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.241445 [ 287 ] {} TCP-Session: cda4d68c-1c24-429b-8fd4-d6d3c3811371 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.243586 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59723 2025.12.19 19:58:44.243609 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61968 2025.12.19 19:58:44.243620 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43148 2025.12.19 19:58:44.243629 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56265 2025.12.19 19:58:44.243687 [ 3 ] {} TCP-Session: e5ce973d-29e7-4033-9e63-29a71a5962d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:44.243607 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52955 2025.12.19 19:58:44.243884 [ 3 ] {544d7387-6827-468f-83dd-c8750b2dda57} executeQuery: (from [fd00:1122:3344:101::e]:60812) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.19 19:58:44.243937 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:58:44.243943 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:58:44.243970 [ 288 ] {} TCP-Session: 216a3656-a0f3-45ad-ab57-5233d39d075d Authenticating user 'default' from [fd00:1122:3344:101::e]:59723 2025.12.19 19:58:44.243986 [ 292 ] {} TCP-Session: 4a8f941c-fc31-4870-98c0-ba1e69f3297c Authenticating user 'default' from [fd00:1122:3344:101::e]:56265 2025.12.19 19:58:44.243990 [ 288 ] {} TCP-Session: 216a3656-a0f3-45ad-ab57-5233d39d075d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.243988 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:58:44.244014 [ 292 ] {} TCP-Session: 4a8f941c-fc31-4870-98c0-ba1e69f3297c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.244016 [ 288 ] {} TCP-Session: 216a3656-a0f3-45ad-ab57-5233d39d075d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.244061 [ 292 ] {} TCP-Session: 4a8f941c-fc31-4870-98c0-ba1e69f3297c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.244057 [ 289 ] {} TCP-Session: b8dbb219-b8cc-4c36-8d31-a244aa15176f Authenticating user 'default' from [fd00:1122:3344:101::e]:52955 2025.12.19 19:58:44.244108 [ 289 ] {} TCP-Session: b8dbb219-b8cc-4c36-8d31-a244aa15176f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.244130 [ 289 ] {} TCP-Session: b8dbb219-b8cc-4c36-8d31-a244aa15176f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.244197 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:58:44.244215 [ 3 ] {544d7387-6827-468f-83dd-c8750b2dda57} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.19 19:58:44.244233 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:58:44.244236 [ 291 ] {} TCP-Session: e6e1983f-c31e-4bac-bff1-83dd4974bc8a Authenticating user 'default' from [fd00:1122:3344:101::e]:43148 2025.12.19 19:58:44.244272 [ 290 ] {} TCP-Session: 19024c76-1ecb-4c3b-8fb3-ca2e0faa40a3 Authenticating user 'default' from [fd00:1122:3344:101::e]:61968 2025.12.19 19:58:44.244281 [ 291 ] {} TCP-Session: e6e1983f-c31e-4bac-bff1-83dd4974bc8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.244281 [ 3 ] {544d7387-6827-468f-83dd-c8750b2dda57} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:58:44.244308 [ 291 ] {} TCP-Session: e6e1983f-c31e-4bac-bff1-83dd4974bc8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.244298 [ 290 ] {} TCP-Session: 19024c76-1ecb-4c3b-8fb3-ca2e0faa40a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.244359 [ 290 ] {} TCP-Session: 19024c76-1ecb-4c3b-8fb3-ca2e0faa40a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.244592 [ 3 ] {544d7387-6827-468f-83dd-c8750b2dda57} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd) (SelectExecutor): Key condition: unknown 2025.12.19 19:58:44.244683 [ 3 ] {544d7387-6827-468f-83dd-c8750b2dda57} Aggregator: Compile expression max()(UInt64) 0 2025.12.19 19:58:44.798264 [ 330 ] {544d7387-6827-468f-83dd-c8750b2dda57} AggregatingTransform: Aggregating 2025.12.19 19:58:44.798335 [ 330 ] {544d7387-6827-468f-83dd-c8750b2dda57} Aggregator: Aggregation method: without_key 2025.12.19 19:58:44.798381 [ 330 ] {544d7387-6827-468f-83dd-c8750b2dda57} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001375095 sec. (727.222 rows/sec., 28.41 KiB/sec.) 2025.12.19 19:58:44.798405 [ 330 ] {544d7387-6827-468f-83dd-c8750b2dda57} Aggregator: Merging aggregated data 2025.12.19 19:58:44.799855 [ 3 ] {544d7387-6827-468f-83dd-c8750b2dda57} executeQuery: Read 1 rows, 40.00 B in 0.556018 sec., 1.7985029261642609 rows/sec., 71.94 B/sec. 2025.12.19 19:58:44.800107 [ 3 ] {544d7387-6827-468f-83dd-c8750b2dda57} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2025.12.19 19:58:44.800142 [ 3 ] {544d7387-6827-468f-83dd-c8750b2dda57} TCPHandler: Processed in 0.556572536 sec. 2025.12.19 19:58:44.800299 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.19 19:58:44.800330 [ 287 ] {} TCPHandler: Done processing connection. 2025.12.19 19:58:44.800348 [ 286 ] {} TCP-Session: 41849bf5-950a-4438-aa48-582365c7ea0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.800359 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.19 19:58:44.800385 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.19 19:58:44.800396 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.19 19:58:44.800420 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.19 19:58:44.800412 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.19 19:58:44.800455 [ 289 ] {} TCP-Session: b8dbb219-b8cc-4c36-8d31-a244aa15176f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.800473 [ 3 ] {} TCP-Session: e5ce973d-29e7-4033-9e63-29a71a5962d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.800505 [ 291 ] {} TCP-Session: e6e1983f-c31e-4bac-bff1-83dd4974bc8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.800460 [ 292 ] {} TCP-Session: 4a8f941c-fc31-4870-98c0-ba1e69f3297c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.800404 [ 287 ] {} TCP-Session: cda4d68c-1c24-429b-8fd4-d6d3c3811371 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.800343 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.19 19:58:44.800422 [ 290 ] {} TCP-Session: 19024c76-1ecb-4c3b-8fb3-ca2e0faa40a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:44.800604 [ 288 ] {} TCP-Session: 216a3656-a0f3-45ad-ab57-5233d39d075d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:58:45.000318 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 189.28 MiB, peak 201.41 MiB, free memory in arenas 0.00 B, will set to 207.77 MiB (RSS), difference: 18.48 MiB 2025.12.19 19:58:46.319893 [ 81 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:58:46.319941 [ 81 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:58:46.392761 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4801 2025.12.19 19:58:46.393259 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:46.393304 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:46.393799 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:58:46.394027 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:46.394160 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4801 2025.12.19 19:58:46.642395 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2025.12.19 19:58:46.659678 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:46.659739 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:46.665460 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:58:46.666122 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:46.669122 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2025.12.19 19:58:48.252305 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:48.252496 [ 4 ] {6dea7b66-74e8-454d-91e1-f698eaeae3e2} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:48.252567 [ 4 ] {6dea7b66-74e8-454d-91e1-f698eaeae3e2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:48.253186 [ 4 ] {6dea7b66-74e8-454d-91e1-f698eaeae3e2} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.253237 [ 4 ] {6dea7b66-74e8-454d-91e1-f698eaeae3e2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.253663 [ 4 ] {6dea7b66-74e8-454d-91e1-f698eaeae3e2} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:58:48.253899 [ 4 ] {6dea7b66-74e8-454d-91e1-f698eaeae3e2} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.254029 [ 103 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:58:48.254057 [ 4 ] {6dea7b66-74e8-454d-91e1-f698eaeae3e2} executeQuery: Read 76 rows, 6.66 KiB in 0.001619 sec., 46942.557134033355 rows/sec., 4.02 MiB/sec. 2025.12.19 19:58:48.254104 [ 103 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.254121 [ 4 ] {6dea7b66-74e8-454d-91e1-f698eaeae3e2} TCPHandler: Processed in 0.0019432 sec. 2025.12.19 19:58:48.254129 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.254229 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:58:48.254247 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:48.254325 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:48.254355 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1126 rows starting from the beginning of the part 2025.12.19 19:58:48.254354 [ 4 ] {1ec7050c-2372-4127-9468-a2eaf269db1c} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:48.254408 [ 4 ] {1ec7050c-2372-4127-9468-a2eaf269db1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:48.254408 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part 2025.12.19 19:58:48.254459 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1080 rows starting from the beginning of the part 2025.12.19 19:58:48.254499 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 75 rows starting from the beginning of the part 2025.12.19 19:58:48.254534 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1106 rows starting from the beginning of the part 2025.12.19 19:58:48.254572 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 76 rows starting from the beginning of the part 2025.12.19 19:58:48.254830 [ 4 ] {1ec7050c-2372-4127-9468-a2eaf269db1c} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.254868 [ 4 ] {1ec7050c-2372-4127-9468-a2eaf269db1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.255176 [ 4 ] {1ec7050c-2372-4127-9468-a2eaf269db1c} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:58:48.255396 [ 4 ] {1ec7050c-2372-4127-9468-a2eaf269db1c} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.255528 [ 103 ] {} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:58:48.255558 [ 103 ] {} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.255564 [ 4 ] {1ec7050c-2372-4127-9468-a2eaf269db1c} executeQuery: Read 23 rows, 1.73 KiB in 0.001234 sec., 18638.573743922203 rows/sec., 1.37 MiB/sec. 2025.12.19 19:58:48.255574 [ 103 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.255613 [ 4 ] {1ec7050c-2372-4127-9468-a2eaf269db1c} TCPHandler: Processed in 0.001418395 sec. 2025.12.19 19:58:48.255682 [ 187 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:58:48.255727 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:48.255815 [ 187 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:48.255829 [ 4 ] {1e56f39c-6f7a-49a9-8478-d178a31afbb1} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:48.255859 [ 187 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 244 rows starting from the beginning of the part 2025.12.19 19:58:48.255876 [ 4 ] {1e56f39c-6f7a-49a9-8478-d178a31afbb1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:48.255881 [ 195 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 3511 rows, containing 5 columns (5 merged, 0 gathered) in 0.001690257 sec., 2077198.9111714966 rows/sec., 173.88 MiB/sec. 2025.12.19 19:58:48.255963 [ 187 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part 2025.12.19 19:58:48.256024 [ 187 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 215 rows starting from the beginning of the part 2025.12.19 19:58:48.256097 [ 187 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 24 rows starting from the beginning of the part 2025.12.19 19:58:48.256117 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:58:48.256159 [ 187 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 215 rows starting from the beginning of the part 2025.12.19 19:58:48.256224 [ 187 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part 2025.12.19 19:58:48.256309 [ 4 ] {1e56f39c-6f7a-49a9-8478-d178a31afbb1} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.256349 [ 4 ] {1e56f39c-6f7a-49a9-8478-d178a31afbb1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.256383 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.256457 [ 194 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_11_2} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:58:48.256524 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. 2025.12.19 19:58:48.256701 [ 4 ] {1e56f39c-6f7a-49a9-8478-d178a31afbb1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:58:48.256929 [ 4 ] {1e56f39c-6f7a-49a9-8478-d178a31afbb1} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.257063 [ 4 ] {1e56f39c-6f7a-49a9-8478-d178a31afbb1} executeQuery: Read 59 rows, 4.72 KiB in 0.001256 sec., 46974.522292993635 rows/sec., 3.67 MiB/sec. 2025.12.19 19:58:48.257077 [ 121 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:58:48.257100 [ 4 ] {1e56f39c-6f7a-49a9-8478-d178a31afbb1} TCPHandler: Processed in 0.001421615 sec. 2025.12.19 19:58:48.257146 [ 121 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.257170 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.257235 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:48.257243 [ 202 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:58:48.257260 [ 194 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 743 rows, containing 5 columns (5 merged, 0 gathered) in 0.001625227 sec., 457166.90653059544 rows/sec., 29.70 MiB/sec. 2025.12.19 19:58:48.257338 [ 4 ] {a9724452-c9ac-4eb0-8afa-a438ba061d26} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:48.257345 [ 202 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:48.257379 [ 202 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 674 rows starting from the beginning of the part 2025.12.19 19:58:48.257385 [ 4 ] {a9724452-c9ac-4eb0-8afa-a438ba061d26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:48.257418 [ 195 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:58:48.257432 [ 202 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part 2025.12.19 19:58:48.257482 [ 202 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 633 rows starting from the beginning of the part 2025.12.19 19:58:48.257522 [ 202 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part 2025.12.19 19:58:48.257567 [ 202 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 661 rows starting from the beginning of the part 2025.12.19 19:58:48.257610 [ 202 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 59 rows starting from the beginning of the part 2025.12.19 19:58:48.257744 [ 195 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.257781 [ 4 ] {a9724452-c9ac-4eb0-8afa-a438ba061d26} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.257823 [ 4 ] {a9724452-c9ac-4eb0-8afa-a438ba061d26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.257831 [ 195 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_11_2} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:58:48.257933 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2025.12.19 19:58:48.258166 [ 4 ] {a9724452-c9ac-4eb0-8afa-a438ba061d26} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:58:48.258384 [ 4 ] {a9724452-c9ac-4eb0-8afa-a438ba061d26} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.258489 [ 121 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:58:48.258518 [ 4 ] {a9724452-c9ac-4eb0-8afa-a438ba061d26} executeQuery: Read 110 rows, 7.86 KiB in 0.0012 sec., 91666.66666666667 rows/sec., 6.40 MiB/sec. 2025.12.19 19:58:48.258519 [ 121 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.258558 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.258562 [ 4 ] {a9724452-c9ac-4eb0-8afa-a438ba061d26} TCPHandler: Processed in 0.001376984 sec. 2025.12.19 19:58:48.258618 [ 202 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2117 rows, containing 5 columns (5 merged, 0 gathered) in 0.001405624 sec., 1506092.6677404484 rows/sec., 111.24 MiB/sec. 2025.12.19 19:58:48.258623 [ 194 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:58:48.258678 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:48.258710 [ 194 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:48.258738 [ 194 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 658 rows starting from the beginning of the part 2025.12.19 19:58:48.258773 [ 4 ] {e4387898-f5c9-4736-acef-4615f5f1e554} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:48.258783 [ 194 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:48.258788 [ 195 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:58:48.258830 [ 194 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 164 rows starting from the beginning of the part 2025.12.19 19:58:48.258830 [ 4 ] {e4387898-f5c9-4736-acef-4615f5f1e554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:48.258872 [ 194 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 91 rows starting from the beginning of the part 2025.12.19 19:58:48.258909 [ 194 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 264 rows starting from the beginning of the part 2025.12.19 19:58:48.258945 [ 194 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part 2025.12.19 19:58:48.259094 [ 195 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.259223 [ 195 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_11_2} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:58:48.259302 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. 2025.12.19 19:58:48.259622 [ 4 ] {e4387898-f5c9-4736-acef-4615f5f1e554} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.259663 [ 4 ] {e4387898-f5c9-4736-acef-4615f5f1e554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.259861 [ 195 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1297 rows, containing 5 columns (5 merged, 0 gathered) in 0.001265534 sec., 1024863.8124301678 rows/sec., 65.74 MiB/sec. 2025.12.19 19:58:48.260103 [ 202 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:58:48.260209 [ 4 ] {e4387898-f5c9-4736-acef-4615f5f1e554} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:58:48.260385 [ 202 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.260453 [ 202 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_11_2} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:58:48.260462 [ 4 ] {e4387898-f5c9-4736-acef-4615f5f1e554} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.260514 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.45 MiB. 2025.12.19 19:58:48.260585 [ 121 ] {} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:58:48.260611 [ 4 ] {e4387898-f5c9-4736-acef-4615f5f1e554} executeQuery: Read 23 rows, 42.20 KiB in 0.001858 sec., 12378.902045209903 rows/sec., 22.18 MiB/sec. 2025.12.19 19:58:48.260615 [ 121 ] {} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.260654 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.260686 [ 4 ] {e4387898-f5c9-4736-acef-4615f5f1e554} TCPHandler: Processed in 0.002056861 sec. 2025.12.19 19:58:48.260715 [ 194 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:58:48.260805 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:48.260880 [ 194 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:48.260900 [ 4 ] {3dcd9cd0-40e1-474c-85f4-a66d61daea0e} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:48.260922 [ 194 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 80 rows starting from the beginning of the part 2025.12.19 19:58:48.260945 [ 4 ] {3dcd9cd0-40e1-474c-85f4-a66d61daea0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:48.261017 [ 194 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 22 rows starting from the beginning of the part 2025.12.19 19:58:48.261101 [ 194 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:48.261187 [ 194 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 22 rows starting from the beginning of the part 2025.12.19 19:58:48.261286 [ 194 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:48.261296 [ 4 ] {3dcd9cd0-40e1-474c-85f4-a66d61daea0e} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.261333 [ 4 ] {3dcd9cd0-40e1-474c-85f4-a66d61daea0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.261370 [ 194 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part 2025.12.19 19:58:48.261656 [ 4 ] {3dcd9cd0-40e1-474c-85f4-a66d61daea0e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:58:48.261896 [ 4 ] {3dcd9cd0-40e1-474c-85f4-a66d61daea0e} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.262000 [ 121 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:58:48.262029 [ 4 ] {3dcd9cd0-40e1-474c-85f4-a66d61daea0e} executeQuery: Read 40 rows, 2.73 KiB in 0.001148 sec., 34843.20557491289 rows/sec., 2.33 MiB/sec. 2025.12.19 19:58:48.262030 [ 121 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:48.262070 [ 121 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:48.262071 [ 4 ] {3dcd9cd0-40e1-474c-85f4-a66d61daea0e} TCPHandler: Processed in 0.001314513 sec. 2025.12.19 19:58:48.262139 [ 202 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:58:48.262213 [ 202 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:48.262239 [ 202 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 214 rows starting from the beginning of the part 2025.12.19 19:58:48.262282 [ 202 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 10 rows starting from the beginning of the part 2025.12.19 19:58:48.262317 [ 202 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 54 rows starting from the beginning of the part 2025.12.19 19:58:48.262353 [ 202 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 34 rows starting from the beginning of the part 2025.12.19 19:58:48.262385 [ 202 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 84 rows starting from the beginning of the part 2025.12.19 19:58:48.262418 [ 202 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 40 rows starting from the beginning of the part 2025.12.19 19:58:48.263116 [ 200 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 436 rows, containing 4 columns (4 merged, 0 gathered) in 0.0009991 sec., 436392.7534781303 rows/sec., 25.16 MiB/sec. 2025.12.19 19:58:48.263414 [ 200 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:58:48.263771 [ 200 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.263855 [ 200 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_11_2} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:58:48.263949 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. 2025.12.19 19:58:48.268392 [ 200 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 167 rows, containing 19 columns (19 merged, 0 gathered) in 0.00770125 sec., 21684.79142996267 rows/sec., 38.86 MiB/sec. 2025.12.19 19:58:48.268808 [ 200 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:58:48.269132 [ 200 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:48.269202 [ 200 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_11_2} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:58:48.269320 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2025.12.19 19:58:51.421369 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 372 2025.12.19 19:58:51.423724 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:51.423761 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:51.424890 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:51.425144 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:51.425366 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 372 2025.12.19 19:58:53.263788 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.263970 [ 4 ] {08576151-944a-4839-9371-65e4d1653a42} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:58:53.264038 [ 4 ] {08576151-944a-4839-9371-65e4d1653a42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:58:53.264903 [ 4 ] {08576151-944a-4839-9371-65e4d1653a42} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.264953 [ 4 ] {08576151-944a-4839-9371-65e4d1653a42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.265377 [ 4 ] {08576151-944a-4839-9371-65e4d1653a42} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:53.265626 [ 4 ] {08576151-944a-4839-9371-65e4d1653a42} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.265785 [ 4 ] {08576151-944a-4839-9371-65e4d1653a42} executeQuery: Read 410 rows, 26.63 KiB in 0.001864 sec., 219957.08154506437 rows/sec., 13.95 MiB/sec. 2025.12.19 19:58:53.265834 [ 4 ] {08576151-944a-4839-9371-65e4d1653a42} TCPHandler: Processed in 0.002172693 sec. 2025.12.19 19:58:53.265959 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.266061 [ 4 ] {4fb6411a-d435-424f-934d-307e25c29d04} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.19 19:58:53.266107 [ 4 ] {4fb6411a-d435-424f-934d-307e25c29d04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.19 19:58:53.266505 [ 4 ] {4fb6411a-d435-424f-934d-307e25c29d04} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.266546 [ 4 ] {4fb6411a-d435-424f-934d-307e25c29d04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.266853 [ 4 ] {4fb6411a-d435-424f-934d-307e25c29d04} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:58:53.267069 [ 4 ] {4fb6411a-d435-424f-934d-307e25c29d04} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.267200 [ 4 ] {4fb6411a-d435-424f-934d-307e25c29d04} executeQuery: Read 8 rows, 668.00 B in 0.001163 sec., 6878.761822871883 rows/sec., 560.91 KiB/sec. 2025.12.19 19:58:53.267239 [ 4 ] {4fb6411a-d435-424f-934d-307e25c29d04} TCPHandler: Processed in 0.001331303 sec. 2025.12.19 19:58:53.267341 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.267436 [ 4 ] {2a29352b-0537-4bd4-bf2e-6c0efdd9595b} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:53.267476 [ 4 ] {2a29352b-0537-4bd4-bf2e-6c0efdd9595b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:53.268369 [ 4 ] {2a29352b-0537-4bd4-bf2e-6c0efdd9595b} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.268406 [ 4 ] {2a29352b-0537-4bd4-bf2e-6c0efdd9595b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.268776 [ 4 ] {2a29352b-0537-4bd4-bf2e-6c0efdd9595b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:58:53.269000 [ 4 ] {2a29352b-0537-4bd4-bf2e-6c0efdd9595b} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.269129 [ 4 ] {2a29352b-0537-4bd4-bf2e-6c0efdd9595b} executeQuery: Read 1126 rows, 91.62 KiB in 0.001714 sec., 656942.8238039673 rows/sec., 52.20 MiB/sec. 2025.12.19 19:58:53.269166 [ 4 ] {2a29352b-0537-4bd4-bf2e-6c0efdd9595b} TCPHandler: Processed in 0.001873689 sec. 2025.12.19 19:58:53.269275 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.269368 [ 4 ] {db161c1e-20dd-456a-94f5-74cdf47f8e82} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:53.269408 [ 4 ] {db161c1e-20dd-456a-94f5-74cdf47f8e82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:53.269878 [ 4 ] {db161c1e-20dd-456a-94f5-74cdf47f8e82} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.269914 [ 4 ] {db161c1e-20dd-456a-94f5-74cdf47f8e82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.270226 [ 4 ] {db161c1e-20dd-456a-94f5-74cdf47f8e82} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:58:53.270436 [ 4 ] {db161c1e-20dd-456a-94f5-74cdf47f8e82} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.270565 [ 4 ] {db161c1e-20dd-456a-94f5-74cdf47f8e82} executeQuery: Read 231 rows, 14.23 KiB in 0.001216 sec., 189967.1052631579 rows/sec., 11.43 MiB/sec. 2025.12.19 19:58:53.270602 [ 4 ] {db161c1e-20dd-456a-94f5-74cdf47f8e82} TCPHandler: Processed in 0.001375404 sec. 2025.12.19 19:58:53.270726 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.270850 [ 4 ] {e469c403-ceeb-4a4f-bc7c-d53136d56c35} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:58:53.270900 [ 4 ] {e469c403-ceeb-4a4f-bc7c-d53136d56c35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:58:53.271464 [ 4 ] {e469c403-ceeb-4a4f-bc7c-d53136d56c35} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.271509 [ 4 ] {e469c403-ceeb-4a4f-bc7c-d53136d56c35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.271899 [ 4 ] {e469c403-ceeb-4a4f-bc7c-d53136d56c35} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:53.272116 [ 4 ] {e469c403-ceeb-4a4f-bc7c-d53136d56c35} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.272250 [ 4 ] {e469c403-ceeb-4a4f-bc7c-d53136d56c35} executeQuery: Read 212 rows, 14.00 KiB in 0.001426 sec., 148667.60168302947 rows/sec., 9.59 MiB/sec. 2025.12.19 19:58:53.272289 [ 4 ] {e469c403-ceeb-4a4f-bc7c-d53136d56c35} TCPHandler: Processed in 0.001625227 sec. 2025.12.19 19:58:53.272390 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.272485 [ 4 ] {66dd8713-c3ad-45a9-ba7a-1e807518cc90} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:58:53.272526 [ 4 ] {66dd8713-c3ad-45a9-ba7a-1e807518cc90} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:58:53.272973 [ 4 ] {66dd8713-c3ad-45a9-ba7a-1e807518cc90} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.273010 [ 4 ] {66dd8713-c3ad-45a9-ba7a-1e807518cc90} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.273322 [ 4 ] {66dd8713-c3ad-45a9-ba7a-1e807518cc90} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:53.273528 [ 4 ] {66dd8713-c3ad-45a9-ba7a-1e807518cc90} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.273662 [ 4 ] {66dd8713-c3ad-45a9-ba7a-1e807518cc90} executeQuery: Read 211 rows, 12.27 KiB in 0.001195 sec., 176569.03765690376 rows/sec., 10.03 MiB/sec. 2025.12.19 19:58:53.273701 [ 4 ] {66dd8713-c3ad-45a9-ba7a-1e807518cc90} TCPHandler: Processed in 0.001360344 sec. 2025.12.19 19:58:53.273808 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.273903 [ 4 ] {8d9a810d-af96-48d0-94e5-df34d4c8322d} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:53.273943 [ 4 ] {8d9a810d-af96-48d0-94e5-df34d4c8322d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:53.274557 [ 4 ] {8d9a810d-af96-48d0-94e5-df34d4c8322d} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.274594 [ 4 ] {8d9a810d-af96-48d0-94e5-df34d4c8322d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.274922 [ 4 ] {8d9a810d-af96-48d0-94e5-df34d4c8322d} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:58:53.275132 [ 4 ] {8d9a810d-af96-48d0-94e5-df34d4c8322d} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.275263 [ 4 ] {8d9a810d-af96-48d0-94e5-df34d4c8322d} executeQuery: Read 683 rows, 48.81 KiB in 0.001378 sec., 495645.86357039184 rows/sec., 34.59 MiB/sec. 2025.12.19 19:58:53.275300 [ 4 ] {8d9a810d-af96-48d0-94e5-df34d4c8322d} TCPHandler: Processed in 0.001541236 sec. 2025.12.19 19:58:53.275409 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.275503 [ 4 ] {4c4391d0-6a47-4455-b0c5-ac3144ac039a} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:58:53.275544 [ 4 ] {4c4391d0-6a47-4455-b0c5-ac3144ac039a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:58:53.275864 [ 4 ] {4c4391d0-6a47-4455-b0c5-ac3144ac039a} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.275899 [ 4 ] {4c4391d0-6a47-4455-b0c5-ac3144ac039a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.276210 [ 4 ] {4c4391d0-6a47-4455-b0c5-ac3144ac039a} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:53.276414 [ 4 ] {4c4391d0-6a47-4455-b0c5-ac3144ac039a} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.276539 [ 4 ] {4c4391d0-6a47-4455-b0c5-ac3144ac039a} executeQuery: Read 6 rows, 321.00 B in 0.001054 sec., 5692.599620493358 rows/sec., 297.42 KiB/sec. 2025.12.19 19:58:53.276575 [ 4 ] {4c4391d0-6a47-4455-b0c5-ac3144ac039a} TCPHandler: Processed in 0.001215773 sec. 2025.12.19 19:58:53.276681 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.276774 [ 4 ] {f2e93d1c-ae10-4fa3-9bce-192cc3071f4a} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:53.276816 [ 4 ] {f2e93d1c-ae10-4fa3-9bce-192cc3071f4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:53.277209 [ 4 ] {f2e93d1c-ae10-4fa3-9bce-192cc3071f4a} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.277243 [ 4 ] {f2e93d1c-ae10-4fa3-9bce-192cc3071f4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.277578 [ 4 ] {f2e93d1c-ae10-4fa3-9bce-192cc3071f4a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:58:53.277789 [ 4 ] {f2e93d1c-ae10-4fa3-9bce-192cc3071f4a} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.277914 [ 4 ] {f2e93d1c-ae10-4fa3-9bce-192cc3071f4a} executeQuery: Read 268 rows, 17.85 KiB in 0.001157 sec., 231633.53500432151 rows/sec., 15.07 MiB/sec. 2025.12.19 19:58:53.277949 [ 4 ] {f2e93d1c-ae10-4fa3-9bce-192cc3071f4a} TCPHandler: Processed in 0.001315993 sec. 2025.12.19 19:58:53.278056 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.278147 [ 4 ] {93cd92ef-0e3a-40ca-bedd-d0ce3f306a0b} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:58:53.278189 [ 4 ] {93cd92ef-0e3a-40ca-bedd-d0ce3f306a0b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:58:53.278497 [ 4 ] {93cd92ef-0e3a-40ca-bedd-d0ce3f306a0b} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.278530 [ 4 ] {93cd92ef-0e3a-40ca-bedd-d0ce3f306a0b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.278832 [ 4 ] {93cd92ef-0e3a-40ca-bedd-d0ce3f306a0b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:58:53.279049 [ 4 ] {93cd92ef-0e3a-40ca-bedd-d0ce3f306a0b} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.279173 [ 4 ] {93cd92ef-0e3a-40ca-bedd-d0ce3f306a0b} executeQuery: Read 1 rows, 69.00 B in 0.001044 sec., 957.8544061302682 rows/sec., 64.54 KiB/sec. 2025.12.19 19:58:53.279208 [ 4 ] {93cd92ef-0e3a-40ca-bedd-d0ce3f306a0b} TCPHandler: Processed in 0.001200042 sec. 2025.12.19 19:58:53.279326 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.279451 [ 4 ] {4257259f-3f1d-4322-94c5-8559bc2fa686} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:53.279518 [ 4 ] {4257259f-3f1d-4322-94c5-8559bc2fa686} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:53.280343 [ 4 ] {4257259f-3f1d-4322-94c5-8559bc2fa686} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.280379 [ 4 ] {4257259f-3f1d-4322-94c5-8559bc2fa686} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.280902 [ 4 ] {4257259f-3f1d-4322-94c5-8559bc2fa686} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:58:53.281133 [ 4 ] {4257259f-3f1d-4322-94c5-8559bc2fa686} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.281267 [ 4 ] {4257259f-3f1d-4322-94c5-8559bc2fa686} executeQuery: Read 18 rows, 33.03 KiB in 0.001842 sec., 9771.986970684038 rows/sec., 17.51 MiB/sec. 2025.12.19 19:58:53.281322 [ 4 ] {4257259f-3f1d-4322-94c5-8559bc2fa686} TCPHandler: Processed in 0.002056141 sec. 2025.12.19 19:58:53.281432 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.281527 [ 4 ] {ee4b423d-05ae-47bd-86f5-3c839b4e3d3a} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2025.12.19 19:58:53.281572 [ 4 ] {ee4b423d-05ae-47bd-86f5-3c839b4e3d3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2025.12.19 19:58:53.281893 [ 4 ] {ee4b423d-05ae-47bd-86f5-3c839b4e3d3a} oximeter.measurements_i64 (143c9c39-6469-4149-a9ae-9f54ddf2e299): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.281927 [ 4 ] {ee4b423d-05ae-47bd-86f5-3c839b4e3d3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.282224 [ 4 ] {ee4b423d-05ae-47bd-86f5-3c839b4e3d3a} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2025.12.19 19:58:53.282445 [ 4 ] {ee4b423d-05ae-47bd-86f5-3c839b4e3d3a} oximeter.measurements_i64 (143c9c39-6469-4149-a9ae-9f54ddf2e299): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.282573 [ 4 ] {ee4b423d-05ae-47bd-86f5-3c839b4e3d3a} executeQuery: Read 6 rows, 434.00 B in 0.001063 sec., 5644.402634054563 rows/sec., 398.71 KiB/sec. 2025.12.19 19:58:53.282616 [ 4 ] {ee4b423d-05ae-47bd-86f5-3c839b4e3d3a} TCPHandler: Processed in 0.001231963 sec. 2025.12.19 19:58:53.282726 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:53.282819 [ 4 ] {e1b5d08f-e406-4872-b722-9bb365bd7a14} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:53.282861 [ 4 ] {e1b5d08f-e406-4872-b722-9bb365bd7a14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:53.283187 [ 4 ] {e1b5d08f-e406-4872-b722-9bb365bd7a14} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.283221 [ 4 ] {e1b5d08f-e406-4872-b722-9bb365bd7a14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.283522 [ 4 ] {e1b5d08f-e406-4872-b722-9bb365bd7a14} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:58:53.283733 [ 4 ] {e1b5d08f-e406-4872-b722-9bb365bd7a14} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.283857 [ 4 ] {e1b5d08f-e406-4872-b722-9bb365bd7a14} executeQuery: Read 84 rows, 5.12 KiB in 0.001057 sec., 79470.1986754967 rows/sec., 4.73 MiB/sec. 2025.12.19 19:58:53.283892 [ 4 ] {e1b5d08f-e406-4872-b722-9bb365bd7a14} TCPHandler: Processed in 0.001213543 sec. 2025.12.19 19:58:53.894412 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5249 2025.12.19 19:58:53.895239 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.895310 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.895778 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:58:53.895997 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.896117 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5249 2025.12.19 19:58:53.896115 [ 126 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:58:53.896182 [ 126 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:53.896205 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:53.896321 [ 194 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:58:53.896434 [ 194 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:53.896471 [ 194 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2881 rows starting from the beginning of the part 2025.12.19 19:58:53.896536 [ 194 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 448 rows starting from the beginning of the part 2025.12.19 19:58:53.896580 [ 194 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 512 rows starting from the beginning of the part 2025.12.19 19:58:53.896625 [ 194 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 448 rows starting from the beginning of the part 2025.12.19 19:58:53.896662 [ 194 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 512 rows starting from the beginning of the part 2025.12.19 19:58:53.896709 [ 194 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 448 rows starting from the beginning of the part 2025.12.19 19:58:53.898078 [ 200 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5249 rows, containing 4 columns (4 merged, 0 gathered) in 0.001798299 sec., 2918869.4427344953 rows/sec., 41.75 MiB/sec. 2025.12.19 19:58:53.898691 [ 198 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:58:53.898948 [ 198 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:53.899014 [ 198 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_11_2} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:58:53.899099 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2025.12.19 19:58:54.169324 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2025.12.19 19:58:54.186866 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:54.186925 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:54.193078 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:58:54.193752 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:54.194043 [ 126 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:58:54.194110 [ 126 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:54.194130 [ 126 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:54.194221 [ 200 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:58:54.196778 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2025.12.19 19:58:54.197023 [ 200 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:58:54.197782 [ 200 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2025.12.19 19:58:54.201168 [ 200 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2025.12.19 19:58:54.204556 [ 200 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2025.12.19 19:58:54.208645 [ 200 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2025.12.19 19:58:54.213018 [ 200 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2025.12.19 19:58:54.217384 [ 200 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2025.12.19 19:58:54.271851 [ 198 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.077665903 sec., 1068.6800358195796 rows/sec., 5.53 MiB/sec. 2025.12.19 19:58:54.274291 [ 191 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:58:54.276311 [ 191 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:54.276421 [ 191 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_11_2} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:58:54.278097 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2025.12.19 19:58:55.000208 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 211.76 MiB, peak 221.67 MiB, free memory in arenas 0.00 B, will set to 220.91 MiB (RSS), difference: 9.15 MiB 2025.12.19 19:58:58.252541 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:58.252718 [ 4 ] {aa7af6e5-68b5-470f-8746-bbf1a79b8ec0} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:58:58.252786 [ 4 ] {aa7af6e5-68b5-470f-8746-bbf1a79b8ec0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:58:58.253446 [ 4 ] {aa7af6e5-68b5-470f-8746-bbf1a79b8ec0} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:58.253496 [ 4 ] {aa7af6e5-68b5-470f-8746-bbf1a79b8ec0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:58.253928 [ 4 ] {aa7af6e5-68b5-470f-8746-bbf1a79b8ec0} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:58:58.254172 [ 4 ] {aa7af6e5-68b5-470f-8746-bbf1a79b8ec0} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:58.254337 [ 4 ] {aa7af6e5-68b5-470f-8746-bbf1a79b8ec0} executeQuery: Read 76 rows, 6.66 KiB in 0.00167 sec., 45508.982035928144 rows/sec., 3.89 MiB/sec. 2025.12.19 19:58:58.254387 [ 4 ] {aa7af6e5-68b5-470f-8746-bbf1a79b8ec0} TCPHandler: Processed in 0.001979511 sec. 2025.12.19 19:58:58.254513 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:58.254618 [ 4 ] {93c5ea3c-4d8a-4498-aeb4-02527b0d7e5f} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:58:58.254664 [ 4 ] {93c5ea3c-4d8a-4498-aeb4-02527b0d7e5f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:58:58.255094 [ 4 ] {93c5ea3c-4d8a-4498-aeb4-02527b0d7e5f} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:58.255130 [ 4 ] {93c5ea3c-4d8a-4498-aeb4-02527b0d7e5f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:58.255530 [ 4 ] {93c5ea3c-4d8a-4498-aeb4-02527b0d7e5f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:58:58.255813 [ 4 ] {93c5ea3c-4d8a-4498-aeb4-02527b0d7e5f} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:58.255955 [ 4 ] {93c5ea3c-4d8a-4498-aeb4-02527b0d7e5f} executeQuery: Read 23 rows, 1.73 KiB in 0.001361 sec., 16899.33872152829 rows/sec., 1.24 MiB/sec. 2025.12.19 19:58:58.255995 [ 4 ] {93c5ea3c-4d8a-4498-aeb4-02527b0d7e5f} TCPHandler: Processed in 0.001533525 sec. 2025.12.19 19:58:58.256114 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:58.256214 [ 4 ] {e8ddcf34-c3c9-4916-be44-529864262ce9} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:58:58.256256 [ 4 ] {e8ddcf34-c3c9-4916-be44-529864262ce9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:58:58.256694 [ 4 ] {e8ddcf34-c3c9-4916-be44-529864262ce9} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:58.256729 [ 4 ] {e8ddcf34-c3c9-4916-be44-529864262ce9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:58.257075 [ 4 ] {e8ddcf34-c3c9-4916-be44-529864262ce9} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:58:58.257301 [ 4 ] {e8ddcf34-c3c9-4916-be44-529864262ce9} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:58.257456 [ 4 ] {e8ddcf34-c3c9-4916-be44-529864262ce9} executeQuery: Read 59 rows, 4.72 KiB in 0.001262 sec., 46751.188589540405 rows/sec., 3.65 MiB/sec. 2025.12.19 19:58:58.257503 [ 4 ] {e8ddcf34-c3c9-4916-be44-529864262ce9} TCPHandler: Processed in 0.001439605 sec. 2025.12.19 19:58:58.257631 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:58.257728 [ 4 ] {fdd521e0-e86f-4ea4-86db-a61812d10425} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:58.257773 [ 4 ] {fdd521e0-e86f-4ea4-86db-a61812d10425} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:58:58.258158 [ 4 ] {fdd521e0-e86f-4ea4-86db-a61812d10425} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:58.258193 [ 4 ] {fdd521e0-e86f-4ea4-86db-a61812d10425} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:58.258525 [ 4 ] {fdd521e0-e86f-4ea4-86db-a61812d10425} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:58:58.258752 [ 4 ] {fdd521e0-e86f-4ea4-86db-a61812d10425} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:58.258885 [ 4 ] {fdd521e0-e86f-4ea4-86db-a61812d10425} executeQuery: Read 110 rows, 7.86 KiB in 0.001177 sec., 93457.94392523363 rows/sec., 6.52 MiB/sec. 2025.12.19 19:58:58.258924 [ 4 ] {fdd521e0-e86f-4ea4-86db-a61812d10425} TCPHandler: Processed in 0.001342024 sec. 2025.12.19 19:58:58.259048 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:58.259144 [ 4 ] {3af1b5d2-4a20-4d7b-bb9d-af2ad1591990} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:58:58.259199 [ 4 ] {3af1b5d2-4a20-4d7b-bb9d-af2ad1591990} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:58:58.259944 [ 4 ] {3af1b5d2-4a20-4d7b-bb9d-af2ad1591990} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:58.259979 [ 4 ] {3af1b5d2-4a20-4d7b-bb9d-af2ad1591990} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:58.260604 [ 4 ] {3af1b5d2-4a20-4d7b-bb9d-af2ad1591990} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:58:58.260870 [ 4 ] {3af1b5d2-4a20-4d7b-bb9d-af2ad1591990} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:58.261028 [ 4 ] {3af1b5d2-4a20-4d7b-bb9d-af2ad1591990} executeQuery: Read 23 rows, 42.20 KiB in 0.001902 sec., 12092.534174553102 rows/sec., 21.67 MiB/sec. 2025.12.19 19:58:58.261125 [ 4 ] {3af1b5d2-4a20-4d7b-bb9d-af2ad1591990} TCPHandler: Processed in 0.002124982 sec. 2025.12.19 19:58:58.261257 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:58:58.261355 [ 4 ] {b67fdc76-3cd5-4e5d-882f-e9ab023f8aad} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:58:58.261399 [ 4 ] {b67fdc76-3cd5-4e5d-882f-e9ab023f8aad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:58:58.261791 [ 4 ] {b67fdc76-3cd5-4e5d-882f-e9ab023f8aad} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:58:58.261827 [ 4 ] {b67fdc76-3cd5-4e5d-882f-e9ab023f8aad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2025.12.19 19:58:58.262151 [ 4 ] {b67fdc76-3cd5-4e5d-882f-e9ab023f8aad} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:58:58.262374 [ 4 ] {b67fdc76-3cd5-4e5d-882f-e9ab023f8aad} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:58:58.262505 [ 4 ] {b67fdc76-3cd5-4e5d-882f-e9ab023f8aad} executeQuery: Read 40 rows, 2.73 KiB in 0.00117 sec., 34188.03418803419 rows/sec., 2.28 MiB/sec. 2025.12.19 19:58:58.262541 [ 4 ] {b67fdc76-3cd5-4e5d-882f-e9ab023f8aad} TCPHandler: Processed in 0.001335464 sec. 2025.12.19 19:59:01.320190 [ 143 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:59:01.320253 [ 143 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:59:01.396316 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5761 2025.12.19 19:59:01.396818 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:01.396882 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:01.397621 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:59:01.397868 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:01.398014 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5761 2025.12.19 19:59:01.425752 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 410 2025.12.19 19:59:01.428173 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:01.428222 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:01.429430 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:59:01.429715 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:01.430040 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 410 2025.12.19 19:59:01.696984 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2025.12.19 19:59:01.714495 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:01.714549 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:01.720209 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:59:01.720884 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:01.723664 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2025.12.19 19:59:03.263470 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.263653 [ 4 ] {a2318782-b0eb-4921-87b1-83306f9c5676} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:59:03.263724 [ 4 ] {a2318782-b0eb-4921-87b1-83306f9c5676} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:59:03.264488 [ 4 ] {a2318782-b0eb-4921-87b1-83306f9c5676} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.264541 [ 4 ] {a2318782-b0eb-4921-87b1-83306f9c5676} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.265029 [ 4 ] {a2318782-b0eb-4921-87b1-83306f9c5676} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:59:03.265308 [ 4 ] {a2318782-b0eb-4921-87b1-83306f9c5676} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.265478 [ 4 ] {a2318782-b0eb-4921-87b1-83306f9c5676} executeQuery: Read 410 rows, 26.63 KiB in 0.001875 sec., 218666.6666666667 rows/sec., 13.87 MiB/sec. 2025.12.19 19:59:03.265531 [ 4 ] {a2318782-b0eb-4921-87b1-83306f9c5676} TCPHandler: Processed in 0.002186672 sec. 2025.12.19 19:59:03.265662 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.265774 [ 4 ] {1271a888-6488-4a2c-b6c3-679d73d6bdf5} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:03.265820 [ 4 ] {1271a888-6488-4a2c-b6c3-679d73d6bdf5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:03.266635 [ 4 ] {1271a888-6488-4a2c-b6c3-679d73d6bdf5} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.266675 [ 4 ] {1271a888-6488-4a2c-b6c3-679d73d6bdf5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.267090 [ 4 ] {1271a888-6488-4a2c-b6c3-679d73d6bdf5} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.19 19:59:03.267317 [ 4 ] {1271a888-6488-4a2c-b6c3-679d73d6bdf5} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.267462 [ 4 ] {1271a888-6488-4a2c-b6c3-679d73d6bdf5} executeQuery: Read 1122 rows, 91.32 KiB in 0.001713 sec., 654991.2434325744 rows/sec., 52.06 MiB/sec. 2025.12.19 19:59:03.267502 [ 4 ] {1271a888-6488-4a2c-b6c3-679d73d6bdf5} TCPHandler: Processed in 0.00189311 sec. 2025.12.19 19:59:03.267622 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.267725 [ 4 ] {96bf768f-9aa4-4f7f-95ac-0417c38c5fdc} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:03.267770 [ 4 ] {96bf768f-9aa4-4f7f-95ac-0417c38c5fdc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:03.268294 [ 4 ] {96bf768f-9aa4-4f7f-95ac-0417c38c5fdc} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.268334 [ 4 ] {96bf768f-9aa4-4f7f-95ac-0417c38c5fdc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.268663 [ 4 ] {96bf768f-9aa4-4f7f-95ac-0417c38c5fdc} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.19 19:59:03.268892 [ 4 ] {96bf768f-9aa4-4f7f-95ac-0417c38c5fdc} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.269025 [ 4 ] {96bf768f-9aa4-4f7f-95ac-0417c38c5fdc} executeQuery: Read 223 rows, 13.67 KiB in 0.001322 sec., 168683.81240544628 rows/sec., 10.10 MiB/sec. 2025.12.19 19:59:03.269064 [ 4 ] {96bf768f-9aa4-4f7f-95ac-0417c38c5fdc} TCPHandler: Processed in 0.001491826 sec. 2025.12.19 19:59:03.269181 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.269276 [ 4 ] {b76bbf77-0e50-4172-8d28-723169872bec} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:59:03.269320 [ 4 ] {b76bbf77-0e50-4172-8d28-723169872bec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:59:03.269782 [ 4 ] {b76bbf77-0e50-4172-8d28-723169872bec} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.269821 [ 4 ] {b76bbf77-0e50-4172-8d28-723169872bec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.270134 [ 4 ] {b76bbf77-0e50-4172-8d28-723169872bec} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:59:03.270359 [ 4 ] {b76bbf77-0e50-4172-8d28-723169872bec} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.270494 [ 4 ] {b76bbf77-0e50-4172-8d28-723169872bec} executeQuery: Read 212 rows, 14.00 KiB in 0.001237 sec., 171382.3767178658 rows/sec., 11.05 MiB/sec. 2025.12.19 19:59:03.270539 [ 4 ] {b76bbf77-0e50-4172-8d28-723169872bec} TCPHandler: Processed in 0.001407125 sec. 2025.12.19 19:59:03.270655 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.270752 [ 4 ] {2354473e-e823-49ad-b778-0f23b4f75c33} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:59:03.270794 [ 4 ] {2354473e-e823-49ad-b778-0f23b4f75c33} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:59:03.271264 [ 4 ] {2354473e-e823-49ad-b778-0f23b4f75c33} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.271303 [ 4 ] {2354473e-e823-49ad-b778-0f23b4f75c33} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.271648 [ 4 ] {2354473e-e823-49ad-b778-0f23b4f75c33} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:59:03.271887 [ 4 ] {2354473e-e823-49ad-b778-0f23b4f75c33} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.272025 [ 4 ] {2354473e-e823-49ad-b778-0f23b4f75c33} executeQuery: Read 211 rows, 12.27 KiB in 0.001293 sec., 163186.38824439287 rows/sec., 9.27 MiB/sec. 2025.12.19 19:59:03.272065 [ 4 ] {2354473e-e823-49ad-b778-0f23b4f75c33} TCPHandler: Processed in 0.001458935 sec. 2025.12.19 19:59:03.272191 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.272287 [ 4 ] {8c341742-4ece-46f3-9085-76428ad96408} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:03.272334 [ 4 ] {8c341742-4ece-46f3-9085-76428ad96408} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:03.272984 [ 4 ] {8c341742-4ece-46f3-9085-76428ad96408} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.273023 [ 4 ] {8c341742-4ece-46f3-9085-76428ad96408} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.273387 [ 4 ] {8c341742-4ece-46f3-9085-76428ad96408} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.19 19:59:03.273615 [ 4 ] {8c341742-4ece-46f3-9085-76428ad96408} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.273752 [ 4 ] {8c341742-4ece-46f3-9085-76428ad96408} executeQuery: Read 669 rows, 47.67 KiB in 0.001484 sec., 450808.6253369272 rows/sec., 31.37 MiB/sec. 2025.12.19 19:59:03.273793 [ 4 ] {8c341742-4ece-46f3-9085-76428ad96408} TCPHandler: Processed in 0.001653308 sec. 2025.12.19 19:59:03.273900 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.274006 [ 4 ] {35478ad0-d7dd-4547-ad44-845348c85afd} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:59:03.274051 [ 4 ] {35478ad0-d7dd-4547-ad44-845348c85afd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:59:03.274390 [ 4 ] {35478ad0-d7dd-4547-ad44-845348c85afd} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.274430 [ 4 ] {35478ad0-d7dd-4547-ad44-845348c85afd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.274758 [ 4 ] {35478ad0-d7dd-4547-ad44-845348c85afd} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:59:03.274988 [ 4 ] {35478ad0-d7dd-4547-ad44-845348c85afd} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.275128 [ 4 ] {35478ad0-d7dd-4547-ad44-845348c85afd} executeQuery: Read 6 rows, 321.00 B in 0.001142 sec., 5253.940455341506 rows/sec., 274.50 KiB/sec. 2025.12.19 19:59:03.275166 [ 4 ] {35478ad0-d7dd-4547-ad44-845348c85afd} TCPHandler: Processed in 0.001316424 sec. 2025.12.19 19:59:03.275275 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.275380 [ 4 ] {461fc11d-3d11-4960-9c10-1227b6c95878} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:03.275425 [ 4 ] {461fc11d-3d11-4960-9c10-1227b6c95878} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:03.275890 [ 4 ] {461fc11d-3d11-4960-9c10-1227b6c95878} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.275931 [ 4 ] {461fc11d-3d11-4960-9c10-1227b6c95878} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.276356 [ 4 ] {461fc11d-3d11-4960-9c10-1227b6c95878} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.19 19:59:03.276650 [ 4 ] {461fc11d-3d11-4960-9c10-1227b6c95878} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.276793 [ 4 ] {461fc11d-3d11-4960-9c10-1227b6c95878} executeQuery: Read 264 rows, 17.57 KiB in 0.001433 sec., 184228.89043963712 rows/sec., 11.98 MiB/sec. 2025.12.19 19:59:03.276833 [ 4 ] {461fc11d-3d11-4960-9c10-1227b6c95878} TCPHandler: Processed in 0.001608607 sec. 2025.12.19 19:59:03.276952 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.277048 [ 4 ] {1cd21f8d-d2f4-452b-9432-56371edd46f5} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:59:03.277092 [ 4 ] {1cd21f8d-d2f4-452b-9432-56371edd46f5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:59:03.277415 [ 4 ] {1cd21f8d-d2f4-452b-9432-56371edd46f5} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.277453 [ 4 ] {1cd21f8d-d2f4-452b-9432-56371edd46f5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.277769 [ 4 ] {1cd21f8d-d2f4-452b-9432-56371edd46f5} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2025.12.19 19:59:03.277991 [ 4 ] {1cd21f8d-d2f4-452b-9432-56371edd46f5} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.278126 [ 4 ] {1cd21f8d-d2f4-452b-9432-56371edd46f5} executeQuery: Read 1 rows, 69.00 B in 0.001097 sec., 911.5770282588878 rows/sec., 61.42 KiB/sec. 2025.12.19 19:59:03.278163 [ 4 ] {1cd21f8d-d2f4-452b-9432-56371edd46f5} TCPHandler: Processed in 0.001260593 sec. 2025.12.19 19:59:03.278280 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.278379 [ 4 ] {9d774dbe-44be-4997-8592-85cca41f7f91} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:03.278434 [ 4 ] {9d774dbe-44be-4997-8592-85cca41f7f91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:03.279188 [ 4 ] {9d774dbe-44be-4997-8592-85cca41f7f91} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.279226 [ 4 ] {9d774dbe-44be-4997-8592-85cca41f7f91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.279749 [ 4 ] {9d774dbe-44be-4997-8592-85cca41f7f91} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.19 19:59:03.279971 [ 4 ] {9d774dbe-44be-4997-8592-85cca41f7f91} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.280107 [ 4 ] {9d774dbe-44be-4997-8592-85cca41f7f91} executeQuery: Read 18 rows, 33.03 KiB in 0.001747 sec., 10303.377218088151 rows/sec., 18.46 MiB/sec. 2025.12.19 19:59:03.280165 [ 4 ] {9d774dbe-44be-4997-8592-85cca41f7f91} TCPHandler: Processed in 0.001937911 sec. 2025.12.19 19:59:03.280284 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:03.280378 [ 4 ] {a5d67750-3b1e-4534-8cde-f7769ea9b224} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:03.280420 [ 4 ] {a5d67750-3b1e-4534-8cde-f7769ea9b224} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:03.280747 [ 4 ] {a5d67750-3b1e-4534-8cde-f7769ea9b224} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:03.280783 [ 4 ] {a5d67750-3b1e-4534-8cde-f7769ea9b224} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:03.281094 [ 4 ] {a5d67750-3b1e-4534-8cde-f7769ea9b224} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.19 19:59:03.281309 [ 4 ] {a5d67750-3b1e-4534-8cde-f7769ea9b224} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:03.281436 [ 4 ] {a5d67750-3b1e-4534-8cde-f7769ea9b224} executeQuery: Read 84 rows, 5.12 KiB in 0.001077 sec., 77994.42896935933 rows/sec., 4.64 MiB/sec. 2025.12.19 19:59:03.281472 [ 4 ] {a5d67750-3b1e-4534-8cde-f7769ea9b224} TCPHandler: Processed in 0.001237083 sec. 2025.12.19 19:59:05.316708 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.316960 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} executeQuery: (from [fd00:1122:3344:101::d]:46211) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:59:05.317325 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:59:05.317366 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:59:05.317621 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:59:05.317694 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:05.317840 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2025.12.19 19:59:05.317956 [ 296 ] {c6835f07-a50b-4705-897b-b02ce21a6750} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:59:05.317970 [ 322 ] {c6835f07-a50b-4705-897b-b02ce21a6750} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:59:05.317970 [ 326 ] {c6835f07-a50b-4705-897b-b02ce21a6750} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.19 19:59:05.318098 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.19 19:59:05.318131 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:59:05.318216 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:59:05.318238 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.12.19 19:59:05.318274 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.318352 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.318416 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.319326 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} executeQuery: Read 35 rows, 1.35 KiB in 0.002469 sec., 14175.779667881734 rows/sec., 545.44 KiB/sec. 2025.12.19 19:59:05.319460 [ 4 ] {c6835f07-a50b-4705-897b-b02ce21a6750} TCPHandler: Processed in 0.002882399 sec. 2025.12.19 19:59:05.319717 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.319866 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} executeQuery: (from [fd00:1122:3344:101::d]:46211) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:59:05.320101 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:59:05.320139 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:59:05.320346 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:59:05.320407 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:05.320515 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2025.12.19 19:59:05.320595 [ 322 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:59:05.320595 [ 326 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:59:05.320601 [ 313 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.19 19:59:05.320722 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.19 19:59:05.320744 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:59:05.320815 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:59:05.320836 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.12.19 19:59:05.320867 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.320899 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.320928 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.321626 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} executeQuery: Read 35 rows, 1.35 KiB in 0.001828 sec., 19146.608315098467 rows/sec., 736.70 KiB/sec. 2025.12.19 19:59:05.321749 [ 4 ] {1a8aec8b-9cbb-4a28-bd03-fbb56fe99636} TCPHandler: Processed in 0.002083602 sec. 2025.12.19 19:59:05.322012 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.322162 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} executeQuery: (from [fd00:1122:3344:101::d]:46211) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:59:05.322399 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:59:05.322438 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:59:05.322651 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:59:05.322706 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:05.322811 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2025.12.19 19:59:05.322886 [ 313 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:59:05.322892 [ 344 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.19 19:59:05.322890 [ 342 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:59:05.323024 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.19 19:59:05.323051 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:59:05.323123 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:59:05.323142 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.12.19 19:59:05.323174 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.323206 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.323236 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.323859 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} executeQuery: Read 35 rows, 1.35 KiB in 0.00176 sec., 19886.363636363636 rows/sec., 765.16 KiB/sec. 2025.12.19 19:59:05.323994 [ 4 ] {684b6870-4010-46f7-935c-1f1d80ad85c8} TCPHandler: Processed in 0.002035571 sec. 2025.12.19 19:59:05.324227 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.324368 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} executeQuery: (from [fd00:1122:3344:101::d]:46211) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:59:05.324595 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:59:05.324634 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:59:05.324845 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:59:05.324898 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:05.325001 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2025.12.19 19:59:05.325067 [ 344 ] {082cdc93-9eb5-4154-a519-53f28383aeae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:59:05.325067 [ 326 ] {082cdc93-9eb5-4154-a519-53f28383aeae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:59:05.325074 [ 342 ] {082cdc93-9eb5-4154-a519-53f28383aeae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.19 19:59:05.325203 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.19 19:59:05.325230 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:59:05.325300 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:59:05.325319 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.12.19 19:59:05.325350 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.325382 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.325412 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.326040 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} executeQuery: Read 35 rows, 1.35 KiB in 0.001734 sec., 20184.54440599769 rows/sec., 776.63 KiB/sec. 2025.12.19 19:59:05.326156 [ 4 ] {082cdc93-9eb5-4154-a519-53f28383aeae} TCPHandler: Processed in 0.001978421 sec. 2025.12.19 19:59:05.326375 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.326513 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} executeQuery: (from [fd00:1122:3344:101::d]:46211) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:59:05.326736 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:59:05.326778 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:59:05.326992 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:59:05.327052 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:05.327153 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2025.12.19 19:59:05.327216 [ 326 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:59:05.327218 [ 344 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:59:05.327248 [ 332 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.19 19:59:05.327333 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.19 19:59:05.327361 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:59:05.327433 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:59:05.327452 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.12.19 19:59:05.327482 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.327517 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.327549 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.328289 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} executeQuery: Read 35 rows, 1.35 KiB in 0.001835 sec., 19073.56948228883 rows/sec., 733.89 KiB/sec. 2025.12.19 19:59:05.328421 [ 4 ] {75be2a75-c629-4b9c-9d96-797d629a13b2} TCPHandler: Processed in 0.002095712 sec. 2025.12.19 19:59:05.328645 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.328784 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} executeQuery: (from [fd00:1122:3344:101::d]:46211) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:59:05.329009 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:59:05.329046 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:59:05.329254 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:59:05.329309 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:05.329411 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2025.12.19 19:59:05.329484 [ 326 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:59:05.329485 [ 344 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.19 19:59:05.329494 [ 315 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:59:05.329631 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.19 19:59:05.329662 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:59:05.329732 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:59:05.329751 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.12.19 19:59:05.329783 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.329816 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.329847 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.330460 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} executeQuery: Read 35 rows, 1.35 KiB in 0.001736 sec., 20161.290322580648 rows/sec., 775.74 KiB/sec. 2025.12.19 19:59:05.330588 [ 4 ] {cdd94c15-a16f-43df-b0b1-7e8ccb6dbf1c} TCPHandler: Processed in 0.00199189 sec. 2025.12.19 19:59:05.443680 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.443863 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} executeQuery: (from [fd00:1122:3344:101::d]:46211) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2025.12.19 19:59:05.444155 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2025.12.19 19:59:05.444194 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2025.12.19 19:59:05.444434 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:59:05.444498 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:05.444622 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2025.12.19 19:59:05.444711 [ 332 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2025.12.19 19:59:05.444736 [ 344 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2025.12.19 19:59:05.444736 [ 326 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2025.12.19 19:59:05.444857 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges 2025.12.19 19:59:05.444886 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Spreading mark ranges among streams (default reading) 2025.12.19 19:59:05.444965 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} MergeTreeReadPool: min_marks_for_concurrent_read=24 2025.12.19 19:59:05.444984 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611) (SelectExecutor): Reading approx. 35 rows with 3 streams 2025.12.19 19:59:05.445018 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.445054 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.445087 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2025.12.19 19:59:05.445861 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} executeQuery: Read 35 rows, 1.35 KiB in 0.002078 sec., 16843.118383060635 rows/sec., 648.07 KiB/sec. 2025.12.19 19:59:05.445986 [ 4 ] {fbdd7815-1217-48b4-b0ec-b7059e5096e7} TCPHandler: Processed in 0.002391275 sec. 2025.12.19 19:59:05.446535 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.446643 [ 4 ] {5d3e7af8-2c40-4efd-9b6a-1369c241d9fc} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2025.12.19 19:59:05.446687 [ 4 ] {5d3e7af8-2c40-4efd-9b6a-1369c241d9fc} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2025.12.19 19:59:05.447194 [ 4 ] {5d3e7af8-2c40-4efd-9b6a-1369c241d9fc} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:05.447236 [ 4 ] {5d3e7af8-2c40-4efd-9b6a-1369c241d9fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:05.447666 [ 4 ] {5d3e7af8-2c40-4efd-9b6a-1369c241d9fc} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2025.12.19 19:59:05.447871 [ 4 ] {5d3e7af8-2c40-4efd-9b6a-1369c241d9fc} oximeter.timeseries_schema (8b6a92eb-6a9d-4869-987b-d6f1ac9f8611): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:05.448018 [ 4 ] {5d3e7af8-2c40-4efd-9b6a-1369c241d9fc} executeQuery: Read 7 rows, 1.42 KiB in 0.001407 sec., 4975.124378109453 rows/sec., 1011.96 KiB/sec. 2025.12.19 19:59:05.448060 [ 4 ] {5d3e7af8-2c40-4efd-9b6a-1369c241d9fc} TCPHandler: Processed in 0.001574076 sec. 2025.12.19 19:59:05.448169 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.448266 [ 4 ] {d8b961ac-219d-4ece-a32b-232979da9d40} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.19 19:59:05.448307 [ 4 ] {d8b961ac-219d-4ece-a32b-232979da9d40} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.19 19:59:05.448708 [ 4 ] {d8b961ac-219d-4ece-a32b-232979da9d40} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:05.448746 [ 4 ] {d8b961ac-219d-4ece-a32b-232979da9d40} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:05.449042 [ 4 ] {d8b961ac-219d-4ece-a32b-232979da9d40} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2025.12.19 19:59:05.449251 [ 4 ] {d8b961ac-219d-4ece-a32b-232979da9d40} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:05.449382 [ 4 ] {d8b961ac-219d-4ece-a32b-232979da9d40} executeQuery: Read 6 rows, 501.00 B in 0.001138 sec., 5272.407732864675 rows/sec., 429.93 KiB/sec. 2025.12.19 19:59:05.449420 [ 4 ] {d8b961ac-219d-4ece-a32b-232979da9d40} TCPHandler: Processed in 0.001298363 sec. 2025.12.19 19:59:05.449526 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.449620 [ 4 ] {c36e0a3d-812c-499d-a319-5f3b553b3480} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:05.449659 [ 4 ] {c36e0a3d-812c-499d-a319-5f3b553b3480} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:05.450614 [ 4 ] {c36e0a3d-812c-499d-a319-5f3b553b3480} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:05.450650 [ 4 ] {c36e0a3d-812c-499d-a319-5f3b553b3480} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:05.451055 [ 4 ] {c36e0a3d-812c-499d-a319-5f3b553b3480} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.19 19:59:05.451264 [ 4 ] {c36e0a3d-812c-499d-a319-5f3b553b3480} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:05.451394 [ 4 ] {c36e0a3d-812c-499d-a319-5f3b553b3480} executeQuery: Read 1220 rows, 103.52 KiB in 0.001794 sec., 680044.5930880713 rows/sec., 56.35 MiB/sec. 2025.12.19 19:59:05.451432 [ 4 ] {c36e0a3d-812c-499d-a319-5f3b553b3480} TCPHandler: Processed in 0.00195334 sec. 2025.12.19 19:59:05.451542 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.451636 [ 4 ] {972d38c5-7ac1-4fe1-b6a2-91b1d2640f73} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:05.451677 [ 4 ] {972d38c5-7ac1-4fe1-b6a2-91b1d2640f73} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:05.452079 [ 4 ] {972d38c5-7ac1-4fe1-b6a2-91b1d2640f73} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:05.452115 [ 4 ] {972d38c5-7ac1-4fe1-b6a2-91b1d2640f73} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:05.452408 [ 4 ] {972d38c5-7ac1-4fe1-b6a2-91b1d2640f73} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.19 19:59:05.452614 [ 4 ] {972d38c5-7ac1-4fe1-b6a2-91b1d2640f73} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:05.452742 [ 4 ] {972d38c5-7ac1-4fe1-b6a2-91b1d2640f73} executeQuery: Read 29 rows, 2.15 KiB in 0.001124 sec., 25800.71174377224 rows/sec., 1.87 MiB/sec. 2025.12.19 19:59:05.452782 [ 4 ] {972d38c5-7ac1-4fe1-b6a2-91b1d2640f73} TCPHandler: Processed in 0.001287233 sec. 2025.12.19 19:59:05.452887 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.452980 [ 4 ] {3d08f281-42d2-4b5f-a43d-c65a50b5a942} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:59:05.453019 [ 4 ] {3d08f281-42d2-4b5f-a43d-c65a50b5a942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:59:05.453476 [ 4 ] {3d08f281-42d2-4b5f-a43d-c65a50b5a942} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:05.453512 [ 4 ] {3d08f281-42d2-4b5f-a43d-c65a50b5a942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:05.453813 [ 4 ] {3d08f281-42d2-4b5f-a43d-c65a50b5a942} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:59:05.454024 [ 4 ] {3d08f281-42d2-4b5f-a43d-c65a50b5a942} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:05.454149 [ 4 ] {3d08f281-42d2-4b5f-a43d-c65a50b5a942} executeQuery: Read 228 rows, 15.81 KiB in 0.001187 sec., 192080.87615838248 rows/sec., 13.01 MiB/sec. 2025.12.19 19:59:05.454186 [ 4 ] {3d08f281-42d2-4b5f-a43d-c65a50b5a942} TCPHandler: Processed in 0.001346503 sec. 2025.12.19 19:59:05.454305 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.454423 [ 4 ] {f87bf152-527b-4f50-8776-7362c6f59b1d} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:05.454471 [ 4 ] {f87bf152-527b-4f50-8776-7362c6f59b1d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:05.455142 [ 4 ] {f87bf152-527b-4f50-8776-7362c6f59b1d} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:05.455187 [ 4 ] {f87bf152-527b-4f50-8776-7362c6f59b1d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:05.455539 [ 4 ] {f87bf152-527b-4f50-8776-7362c6f59b1d} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.19 19:59:05.455744 [ 4 ] {f87bf152-527b-4f50-8776-7362c6f59b1d} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:05.455875 [ 4 ] {f87bf152-527b-4f50-8776-7362c6f59b1d} executeQuery: Read 521 rows, 39.50 KiB in 0.001477 sec., 352742.0446851726 rows/sec., 26.12 MiB/sec. 2025.12.19 19:59:05.455914 [ 4 ] {f87bf152-527b-4f50-8776-7362c6f59b1d} TCPHandler: Processed in 0.001668697 sec. 2025.12.19 19:59:05.456026 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.456120 [ 4 ] {b9beacdf-c1bf-4428-b7ac-19f007378009} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:05.456163 [ 4 ] {b9beacdf-c1bf-4428-b7ac-19f007378009} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:05.457298 [ 4 ] {b9beacdf-c1bf-4428-b7ac-19f007378009} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:05.457335 [ 4 ] {b9beacdf-c1bf-4428-b7ac-19f007378009} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:05.457903 [ 4 ] {b9beacdf-c1bf-4428-b7ac-19f007378009} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.19 19:59:05.458122 [ 4 ] {b9beacdf-c1bf-4428-b7ac-19f007378009} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:05.458252 [ 4 ] {b9beacdf-c1bf-4428-b7ac-19f007378009} executeQuery: Read 3096 rows, 211.79 KiB in 0.002151 sec., 1439330.5439330542 rows/sec., 96.15 MiB/sec. 2025.12.19 19:59:05.458289 [ 4 ] {b9beacdf-c1bf-4428-b7ac-19f007378009} TCPHandler: Processed in 0.002311924 sec. 2025.12.19 19:59:05.458405 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.458499 [ 4 ] {f6ac177b-a8c6-495b-b27c-1fa304174c30} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:05.458553 [ 4 ] {f6ac177b-a8c6-495b-b27c-1fa304174c30} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:05.459293 [ 4 ] {f6ac177b-a8c6-495b-b27c-1fa304174c30} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:05.459330 [ 4 ] {f6ac177b-a8c6-495b-b27c-1fa304174c30} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:05.459823 [ 4 ] {f6ac177b-a8c6-495b-b27c-1fa304174c30} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.19 19:59:05.460038 [ 4 ] {f6ac177b-a8c6-495b-b27c-1fa304174c30} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:05.460175 [ 4 ] {f6ac177b-a8c6-495b-b27c-1fa304174c30} executeQuery: Read 23 rows, 42.20 KiB in 0.001694 sec., 13577.331759149942 rows/sec., 24.33 MiB/sec. 2025.12.19 19:59:05.460231 [ 4 ] {f6ac177b-a8c6-495b-b27c-1fa304174c30} TCPHandler: Processed in 0.001874139 sec. 2025.12.19 19:59:05.460341 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:05.460435 [ 4 ] {6a4480c0-0b54-4842-bf54-3810c44dd091} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:05.460477 [ 4 ] {6a4480c0-0b54-4842-bf54-3810c44dd091} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:05.460795 [ 4 ] {6a4480c0-0b54-4842-bf54-3810c44dd091} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:05.460830 [ 4 ] {6a4480c0-0b54-4842-bf54-3810c44dd091} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:05.461127 [ 4 ] {6a4480c0-0b54-4842-bf54-3810c44dd091} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.19 19:59:05.461330 [ 4 ] {6a4480c0-0b54-4842-bf54-3810c44dd091} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:05.461456 [ 4 ] {6a4480c0-0b54-4842-bf54-3810c44dd091} executeQuery: Read 16 rows, 1.09 KiB in 0.00104 sec., 15384.615384615387 rows/sec., 1.03 MiB/sec. 2025.12.19 19:59:05.461492 [ 4 ] {6a4480c0-0b54-4842-bf54-3810c44dd091} TCPHandler: Processed in 0.001199022 sec. 2025.12.19 19:59:08.249135 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:08.249322 [ 4 ] {8ccfc156-287c-482d-b59a-320a6cdc70ff} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:08.249390 [ 4 ] {8ccfc156-287c-482d-b59a-320a6cdc70ff} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:08.250029 [ 4 ] {8ccfc156-287c-482d-b59a-320a6cdc70ff} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:08.250079 [ 4 ] {8ccfc156-287c-482d-b59a-320a6cdc70ff} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:08.250464 [ 4 ] {8ccfc156-287c-482d-b59a-320a6cdc70ff} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.19 19:59:08.250693 [ 4 ] {8ccfc156-287c-482d-b59a-320a6cdc70ff} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:08.250836 [ 133 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.19 19:59:08.250855 [ 4 ] {8ccfc156-287c-482d-b59a-320a6cdc70ff} executeQuery: Read 30 rows, 2.34 KiB in 0.001582 sec., 18963.337547408344 rows/sec., 1.45 MiB/sec. 2025.12.19 19:59:08.250903 [ 133 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:08.250923 [ 4 ] {8ccfc156-287c-482d-b59a-320a6cdc70ff} TCPHandler: Processed in 0.00193688 sec. 2025.12.19 19:59:08.250929 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:08.251042 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.19 19:59:08.251062 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:08.251147 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:08.251174 [ 4 ] {95e8fcb6-ad8b-433b-8cb8-18cf4e0db537} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:08.251183 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1157 rows starting from the beginning of the part 2025.12.19 19:59:08.251230 [ 4 ] {95e8fcb6-ad8b-433b-8cb8-18cf4e0db537} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:08.251282 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1126 rows starting from the beginning of the part 2025.12.19 19:59:08.251344 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 76 rows starting from the beginning of the part 2025.12.19 19:59:08.251389 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1122 rows starting from the beginning of the part 2025.12.19 19:59:08.251434 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1220 rows starting from the beginning of the part 2025.12.19 19:59:08.251473 [ 197 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part 2025.12.19 19:59:08.251701 [ 4 ] {95e8fcb6-ad8b-433b-8cb8-18cf4e0db537} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:08.251747 [ 4 ] {95e8fcb6-ad8b-433b-8cb8-18cf4e0db537} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:08.252141 [ 4 ] {95e8fcb6-ad8b-433b-8cb8-18cf4e0db537} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.19 19:59:08.252398 [ 4 ] {95e8fcb6-ad8b-433b-8cb8-18cf4e0db537} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:08.252520 [ 133 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.19 19:59:08.252549 [ 4 ] {95e8fcb6-ad8b-433b-8cb8-18cf4e0db537} executeQuery: Read 36 rows, 2.88 KiB in 0.001399 sec., 25732.66619013581 rows/sec., 2.01 MiB/sec. 2025.12.19 19:59:08.252556 [ 133 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:08.252592 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:08.252594 [ 4 ] {95e8fcb6-ad8b-433b-8cb8-18cf4e0db537} TCPHandler: Processed in 0.001591617 sec. 2025.12.19 19:59:08.252707 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.19 19:59:08.252722 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:08.252851 [ 4 ] {5431c5b5-9351-42c6-83f9-4601aa90059c} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:08.252855 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:08.252903 [ 4 ] {5431c5b5-9351-42c6-83f9-4601aa90059c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:08.252907 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 706 rows starting from the beginning of the part 2025.12.19 19:59:08.253010 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 683 rows starting from the beginning of the part 2025.12.19 19:59:08.253066 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 59 rows starting from the beginning of the part 2025.12.19 19:59:08.253123 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 669 rows starting from the beginning of the part 2025.12.19 19:59:08.253168 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 521 rows starting from the beginning of the part 2025.12.19 19:59:08.253225 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 36 rows starting from the beginning of the part 2025.12.19 19:59:08.253301 [ 4 ] {5431c5b5-9351-42c6-83f9-4601aa90059c} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:08.253342 [ 4 ] {5431c5b5-9351-42c6-83f9-4601aa90059c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:08.253459 [ 188 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4731 rows, containing 5 columns (5 merged, 0 gathered) in 0.002456065 sec., 1926251.9518009499 rows/sec., 162.39 MiB/sec. 2025.12.19 19:59:08.253816 [ 196 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.19 19:59:08.253851 [ 4 ] {5431c5b5-9351-42c6-83f9-4601aa90059c} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.19 19:59:08.254218 [ 196 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:08.254272 [ 4 ] {5431c5b5-9351-42c6-83f9-4601aa90059c} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:08.254319 [ 196 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_16_3} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.19 19:59:08.254407 [ 133 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.19 19:59:08.254429 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. 2025.12.19 19:59:08.254442 [ 4 ] {5431c5b5-9351-42c6-83f9-4601aa90059c} executeQuery: Read 66 rows, 4.72 KiB in 0.001613 sec., 40917.54494730316 rows/sec., 2.86 MiB/sec. 2025.12.19 19:59:08.254444 [ 133 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:08.254490 [ 4 ] {5431c5b5-9351-42c6-83f9-4601aa90059c} TCPHandler: Processed in 0.001823749 sec. 2025.12.19 19:59:08.254509 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:08.254604 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.19 19:59:08.254617 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:08.254727 [ 4 ] {92912f59-97c3-4d13-920a-471e9bac1ac7} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:08.254734 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:08.254761 [ 189 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2674 rows, containing 5 columns (5 merged, 0 gathered) in 0.002107382 sec., 1268872.942826692 rows/sec., 94.85 MiB/sec. 2025.12.19 19:59:08.254780 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1297 rows starting from the beginning of the part 2025.12.19 19:59:08.254776 [ 4 ] {92912f59-97c3-4d13-920a-471e9bac1ac7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:08.254877 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 268 rows starting from the beginning of the part 2025.12.19 19:59:08.254936 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 110 rows starting from the beginning of the part 2025.12.19 19:59:08.254987 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 264 rows starting from the beginning of the part 2025.12.19 19:59:08.254997 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.19 19:59:08.255031 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 3096 rows starting from the beginning of the part 2025.12.19 19:59:08.255078 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 66 rows starting from the beginning of the part 2025.12.19 19:59:08.255159 [ 4 ] {92912f59-97c3-4d13-920a-471e9bac1ac7} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:08.255204 [ 4 ] {92912f59-97c3-4d13-920a-471e9bac1ac7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:08.255326 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:08.255420 [ 191 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_16_3} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.19 19:59:08.255503 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. 2025.12.19 19:59:08.255582 [ 4 ] {92912f59-97c3-4d13-920a-471e9bac1ac7} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.19 19:59:08.255867 [ 4 ] {92912f59-97c3-4d13-920a-471e9bac1ac7} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:08.255983 [ 133 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.19 19:59:08.256011 [ 4 ] {92912f59-97c3-4d13-920a-471e9bac1ac7} executeQuery: Read 24 rows, 1.64 KiB in 0.001306 sec., 18376.722817764163 rows/sec., 1.23 MiB/sec. 2025.12.19 19:59:08.256019 [ 133 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:08.256051 [ 133 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:08.256054 [ 4 ] {92912f59-97c3-4d13-920a-471e9bac1ac7} TCPHandler: Processed in 0.001487036 sec. 2025.12.19 19:59:08.256128 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.19 19:59:08.256222 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:08.256251 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 436 rows starting from the beginning of the part 2025.12.19 19:59:08.256300 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 84 rows starting from the beginning of the part 2025.12.19 19:59:08.256341 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 40 rows starting from the beginning of the part 2025.12.19 19:59:08.256377 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 84 rows starting from the beginning of the part 2025.12.19 19:59:08.256414 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part 2025.12.19 19:59:08.256448 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 24 rows starting from the beginning of the part 2025.12.19 19:59:08.257239 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 684 rows, containing 4 columns (4 merged, 0 gathered) in 0.001170022 sec., 584604.3920541665 rows/sec., 34.60 MiB/sec. 2025.12.19 19:59:08.257378 [ 186 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 5101 rows, containing 5 columns (5 merged, 0 gathered) in 0.002852469 sec., 1788275.3502316766 rows/sec., 118.11 MiB/sec. 2025.12.19 19:59:08.257397 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.19 19:59:08.257650 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:08.257714 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_16_3} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.19 19:59:08.257774 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.19 19:59:08.257910 [ 186 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.19 19:59:08.258197 [ 186 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:08.258263 [ 186 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_16_3} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.19 19:59:08.258340 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. 2025.12.19 19:59:08.898280 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6209 2025.12.19 19:59:08.898771 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:08.898808 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:08.899294 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:59:08.899516 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:08.899640 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6209 2025.12.19 19:59:09.223914 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2025.12.19 19:59:09.240961 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:09.241030 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:09.247159 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:59:09.247833 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:09.251094 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2025.12.19 19:59:10.000291 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 223.17 MiB, peak 229.46 MiB, free memory in arenas 0.00 B, will set to 224.23 MiB (RSS), difference: 1.06 MiB 2025.12.19 19:59:11.430435 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 472 2025.12.19 19:59:11.433391 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:11.433445 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:11.434713 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:59:11.434988 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:11.435322 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 472 2025.12.19 19:59:13.274534 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.274748 [ 4 ] {6acd0904-5d70-41fb-8552-eb1d7bed1fd0} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:59:13.274839 [ 4 ] {6acd0904-5d70-41fb-8552-eb1d7bed1fd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:59:13.275845 [ 4 ] {6acd0904-5d70-41fb-8552-eb1d7bed1fd0} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.275909 [ 4 ] {6acd0904-5d70-41fb-8552-eb1d7bed1fd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.276426 [ 4 ] {6acd0904-5d70-41fb-8552-eb1d7bed1fd0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:59:13.276726 [ 4 ] {6acd0904-5d70-41fb-8552-eb1d7bed1fd0} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.276885 [ 78 ] {} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.19 19:59:13.276926 [ 78 ] {} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.276926 [ 4 ] {6acd0904-5d70-41fb-8552-eb1d7bed1fd0} executeQuery: Read 410 rows, 26.63 KiB in 0.002242 sec., 182872.43532560213 rows/sec., 11.60 MiB/sec. 2025.12.19 19:59:13.276951 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.276999 [ 4 ] {6acd0904-5d70-41fb-8552-eb1d7bed1fd0} TCPHandler: Processed in 0.002654097 sec. 2025.12.19 19:59:13.277106 [ 193 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.12.19 19:59:13.277149 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.277276 [ 4 ] {fb9082fd-9ed4-4d1c-bb36-99d01ba524be} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:13.277296 [ 193 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:13.277330 [ 4 ] {fb9082fd-9ed4-4d1c-bb36-99d01ba524be} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:13.277345 [ 193 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 410 rows starting from the beginning of the part 2025.12.19 19:59:13.277476 [ 193 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 410 rows starting from the beginning of the part 2025.12.19 19:59:13.277543 [ 193 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 410 rows starting from the beginning of the part 2025.12.19 19:59:13.277601 [ 193 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 410 rows starting from the beginning of the part 2025.12.19 19:59:13.277658 [ 193 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part 2025.12.19 19:59:13.278565 [ 4 ] {fb9082fd-9ed4-4d1c-bb36-99d01ba524be} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.278609 [ 4 ] {fb9082fd-9ed4-4d1c-bb36-99d01ba524be} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.279053 [ 4 ] {fb9082fd-9ed4-4d1c-bb36-99d01ba524be} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.19 19:59:13.279253 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.002220043 sec., 923405.5376404871 rows/sec., 62.10 MiB/sec. 2025.12.19 19:59:13.279291 [ 4 ] {fb9082fd-9ed4-4d1c-bb36-99d01ba524be} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.279440 [ 4 ] {fb9082fd-9ed4-4d1c-bb36-99d01ba524be} executeQuery: Read 1122 rows, 91.32 KiB in 0.002197 sec., 510696.4041875284 rows/sec., 40.59 MiB/sec. 2025.12.19 19:59:13.279472 [ 189 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.19 19:59:13.279483 [ 4 ] {fb9082fd-9ed4-4d1c-bb36-99d01ba524be} TCPHandler: Processed in 0.002397245 sec. 2025.12.19 19:59:13.279648 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.279757 [ 4 ] {10d0ffcd-2ce6-4e59-aa8e-a452d98fa9ef} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:13.279805 [ 4 ] {10d0ffcd-2ce6-4e59-aa8e-a452d98fa9ef} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:13.279885 [ 189 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.279990 [ 189 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_9_2} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.19 19:59:13.280094 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2025.12.19 19:59:13.280386 [ 4 ] {10d0ffcd-2ce6-4e59-aa8e-a452d98fa9ef} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.280429 [ 4 ] {10d0ffcd-2ce6-4e59-aa8e-a452d98fa9ef} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.280775 [ 4 ] {10d0ffcd-2ce6-4e59-aa8e-a452d98fa9ef} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.19 19:59:13.280991 [ 4 ] {10d0ffcd-2ce6-4e59-aa8e-a452d98fa9ef} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.281110 [ 78 ] {} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.19 19:59:13.281131 [ 4 ] {10d0ffcd-2ce6-4e59-aa8e-a452d98fa9ef} executeQuery: Read 223 rows, 13.67 KiB in 0.0014 sec., 159285.7142857143 rows/sec., 9.53 MiB/sec. 2025.12.19 19:59:13.281148 [ 78 ] {} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.281171 [ 4 ] {10d0ffcd-2ce6-4e59-aa8e-a452d98fa9ef} TCPHandler: Processed in 0.001576787 sec. 2025.12.19 19:59:13.281172 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.281283 [ 189 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.19 19:59:13.281305 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.281411 [ 189 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:13.281420 [ 4 ] {fe82a514-3d8e-4b64-8612-551d3dc88466} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:59:13.281457 [ 189 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 248 rows starting from the beginning of the part 2025.12.19 19:59:13.281480 [ 4 ] {fe82a514-3d8e-4b64-8612-551d3dc88466} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:59:13.281536 [ 189 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 231 rows starting from the beginning of the part 2025.12.19 19:59:13.281604 [ 189 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part 2025.12.19 19:59:13.281665 [ 189 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 223 rows starting from the beginning of the part 2025.12.19 19:59:13.281725 [ 189 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 29 rows starting from the beginning of the part 2025.12.19 19:59:13.281784 [ 189 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 223 rows starting from the beginning of the part 2025.12.19 19:59:13.282047 [ 4 ] {fe82a514-3d8e-4b64-8612-551d3dc88466} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.282094 [ 4 ] {fe82a514-3d8e-4b64-8612-551d3dc88466} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.282473 [ 4 ] {fe82a514-3d8e-4b64-8612-551d3dc88466} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:59:13.282723 [ 4 ] {fe82a514-3d8e-4b64-8612-551d3dc88466} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.282838 [ 78 ] {} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.12.19 19:59:13.282869 [ 4 ] {fe82a514-3d8e-4b64-8612-551d3dc88466} executeQuery: Read 212 rows, 14.00 KiB in 0.001473 sec., 143923.96469789546 rows/sec., 9.28 MiB/sec. 2025.12.19 19:59:13.282875 [ 78 ] {} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.282905 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.282908 [ 4 ] {fe82a514-3d8e-4b64-8612-551d3dc88466} TCPHandler: Processed in 0.001661567 sec. 2025.12.19 19:59:13.282999 [ 186 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.12.19 19:59:13.283038 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.283100 [ 186 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:13.283111 [ 192 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 977 rows, containing 5 columns (5 merged, 0 gathered) in 0.00186627 sec., 523504.1017644821 rows/sec., 33.88 MiB/sec. 2025.12.19 19:59:13.283136 [ 4 ] {c3545245-2834-498d-ae8a-f48fea9b6772} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:59:13.283133 [ 186 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 212 rows starting from the beginning of the part 2025.12.19 19:59:13.283200 [ 4 ] {c3545245-2834-498d-ae8a-f48fea9b6772} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:59:13.283254 [ 186 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2025.12.19 19:59:13.283320 [ 186 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2025.12.19 19:59:13.283324 [ 192 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.19 19:59:13.283379 [ 186 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2025.12.19 19:59:13.283437 [ 186 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part 2025.12.19 19:59:13.283489 [ 186 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2025.12.19 19:59:13.283772 [ 192 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.283823 [ 4 ] {c3545245-2834-498d-ae8a-f48fea9b6772} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.283864 [ 4 ] {c3545245-2834-498d-ae8a-f48fea9b6772} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.283885 [ 192 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_16_3} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.19 19:59:13.283998 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.19 19:59:13.284220 [ 4 ] {c3545245-2834-498d-ae8a-f48fea9b6772} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:59:13.284489 [ 4 ] {c3545245-2834-498d-ae8a-f48fea9b6772} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.284595 [ 78 ] {} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 2025.12.19 19:59:13.284623 [ 78 ] {} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.284635 [ 4 ] {c3545245-2834-498d-ae8a-f48fea9b6772} executeQuery: Read 211 rows, 12.27 KiB in 0.00152 sec., 138815.7894736842 rows/sec., 7.88 MiB/sec. 2025.12.19 19:59:13.284639 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.284675 [ 4 ] {c3545245-2834-498d-ae8a-f48fea9b6772} TCPHandler: Processed in 0.001689287 sec. 2025.12.19 19:59:13.284740 [ 192 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 1288 rows, containing 5 columns (5 merged, 0 gathered) in 0.001786438 sec., 720987.7980652001 rows/sec., 49.66 MiB/sec. 2025.12.19 19:59:13.284750 [ 188 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full 2025.12.19 19:59:13.284808 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.284880 [ 188 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:13.284918 [ 4 ] {6d1eabef-6040-4b87-a0c8-5eb3ce33c679} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:13.284924 [ 188 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 211 rows starting from the beginning of the part 2025.12.19 19:59:13.284962 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.12.19 19:59:13.284972 [ 4 ] {6d1eabef-6040-4b87-a0c8-5eb3ce33c679} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:13.285017 [ 188 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 211 rows starting from the beginning of the part 2025.12.19 19:59:13.285076 [ 188 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 211 rows starting from the beginning of the part 2025.12.19 19:59:13.285127 [ 188 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2025.12.19 19:59:13.285176 [ 188 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 211 rows starting from the beginning of the part 2025.12.19 19:59:13.285402 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.285501 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_10_2} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.12.19 19:59:13.285601 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.12.19 19:59:13.285764 [ 4 ] {6d1eabef-6040-4b87-a0c8-5eb3ce33c679} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.285812 [ 4 ] {6d1eabef-6040-4b87-a0c8-5eb3ce33c679} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.286211 [ 4 ] {6d1eabef-6040-4b87-a0c8-5eb3ce33c679} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.19 19:59:13.286246 [ 190 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001549216 sec., 680989.6102286576 rows/sec., 41.27 MiB/sec. 2025.12.19 19:59:13.286401 [ 190 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) 2025.12.19 19:59:13.286458 [ 4 ] {6d1eabef-6040-4b87-a0c8-5eb3ce33c679} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.286606 [ 4 ] {6d1eabef-6040-4b87-a0c8-5eb3ce33c679} executeQuery: Read 669 rows, 47.67 KiB in 0.001708 sec., 391686.1826697892 rows/sec., 27.26 MiB/sec. 2025.12.19 19:59:13.286645 [ 4 ] {6d1eabef-6040-4b87-a0c8-5eb3ce33c679} TCPHandler: Processed in 0.001890999 sec. 2025.12.19 19:59:13.286724 [ 190 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.286767 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.286799 [ 190 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_9_2} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 2025.12.19 19:59:13.286863 [ 4 ] {52b10a22-3328-469c-a78d-83c7867e0734} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:59:13.286875 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.19 19:59:13.286908 [ 4 ] {52b10a22-3328-469c-a78d-83c7867e0734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:59:13.287323 [ 4 ] {52b10a22-3328-469c-a78d-83c7867e0734} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.287378 [ 4 ] {52b10a22-3328-469c-a78d-83c7867e0734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.287813 [ 4 ] {52b10a22-3328-469c-a78d-83c7867e0734} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:59:13.288071 [ 4 ] {52b10a22-3328-469c-a78d-83c7867e0734} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.288240 [ 4 ] {52b10a22-3328-469c-a78d-83c7867e0734} executeQuery: Read 6 rows, 321.00 B in 0.001395 sec., 4301.075268817204 rows/sec., 224.71 KiB/sec. 2025.12.19 19:59:13.288288 [ 4 ] {52b10a22-3328-469c-a78d-83c7867e0734} TCPHandler: Processed in 0.001570956 sec. 2025.12.19 19:59:13.288438 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.288553 [ 4 ] {e8687d96-23b5-4c7d-8928-63cd72af1d71} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:13.288603 [ 4 ] {e8687d96-23b5-4c7d-8928-63cd72af1d71} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:13.289149 [ 4 ] {e8687d96-23b5-4c7d-8928-63cd72af1d71} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.289188 [ 4 ] {e8687d96-23b5-4c7d-8928-63cd72af1d71} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.289601 [ 4 ] {e8687d96-23b5-4c7d-8928-63cd72af1d71} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.19 19:59:13.289872 [ 4 ] {e8687d96-23b5-4c7d-8928-63cd72af1d71} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.290024 [ 4 ] {e8687d96-23b5-4c7d-8928-63cd72af1d71} executeQuery: Read 264 rows, 17.57 KiB in 0.001492 sec., 176943.69973190347 rows/sec., 11.50 MiB/sec. 2025.12.19 19:59:13.290064 [ 4 ] {e8687d96-23b5-4c7d-8928-63cd72af1d71} TCPHandler: Processed in 0.001685618 sec. 2025.12.19 19:59:13.290199 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.290312 [ 4 ] {8a020b4f-a54d-41a6-aafc-1f90d69f1bc2} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:59:13.290446 [ 4 ] {8a020b4f-a54d-41a6-aafc-1f90d69f1bc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:59:13.290791 [ 4 ] {8a020b4f-a54d-41a6-aafc-1f90d69f1bc2} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.290835 [ 4 ] {8a020b4f-a54d-41a6-aafc-1f90d69f1bc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.291199 [ 4 ] {8a020b4f-a54d-41a6-aafc-1f90d69f1bc2} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2025.12.19 19:59:13.291498 [ 4 ] {8a020b4f-a54d-41a6-aafc-1f90d69f1bc2} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.291639 [ 4 ] {8a020b4f-a54d-41a6-aafc-1f90d69f1bc2} executeQuery: Read 1 rows, 69.00 B in 0.001351 sec., 740.1924500370096 rows/sec., 49.88 KiB/sec. 2025.12.19 19:59:13.291677 [ 4 ] {8a020b4f-a54d-41a6-aafc-1f90d69f1bc2} TCPHandler: Processed in 0.001527185 sec. 2025.12.19 19:59:13.291809 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.292001 [ 4 ] {2e925919-4fc0-45e8-8bbd-d5c932c0e2b8} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:13.292072 [ 4 ] {2e925919-4fc0-45e8-8bbd-d5c932c0e2b8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:13.293139 [ 4 ] {2e925919-4fc0-45e8-8bbd-d5c932c0e2b8} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.293192 [ 4 ] {2e925919-4fc0-45e8-8bbd-d5c932c0e2b8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.293919 [ 4 ] {2e925919-4fc0-45e8-8bbd-d5c932c0e2b8} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.19 19:59:13.294251 [ 4 ] {2e925919-4fc0-45e8-8bbd-d5c932c0e2b8} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.294411 [ 59 ] {} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.19 19:59:13.294428 [ 4 ] {2e925919-4fc0-45e8-8bbd-d5c932c0e2b8} executeQuery: Read 18 rows, 33.03 KiB in 0.002446 sec., 7358.953393295176 rows/sec., 13.19 MiB/sec. 2025.12.19 19:59:13.294506 [ 59 ] {} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.294537 [ 59 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.294573 [ 4 ] {2e925919-4fc0-45e8-8bbd-d5c932c0e2b8} TCPHandler: Processed in 0.002824079 sec. 2025.12.19 19:59:13.294674 [ 188 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.19 19:59:13.294739 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:13.294860 [ 4 ] {082868e6-4bfa-401d-9a2d-d5eb03920499} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:13.294914 [ 4 ] {082868e6-4bfa-401d-9a2d-d5eb03920499} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:13.295005 [ 188 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:13.295090 [ 188 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 167 rows starting from the beginning of the part 2025.12.19 19:59:13.295234 [ 188 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 18 rows starting from the beginning of the part 2025.12.19 19:59:13.295361 [ 188 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part 2025.12.19 19:59:13.295365 [ 4 ] {082868e6-4bfa-401d-9a2d-d5eb03920499} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:13.295432 [ 4 ] {082868e6-4bfa-401d-9a2d-d5eb03920499} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2025.12.19 19:59:13.295475 [ 188 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 18 rows starting from the beginning of the part 2025.12.19 19:59:13.295592 [ 188 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part 2025.12.19 19:59:13.295705 [ 188 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 18 rows starting from the beginning of the part 2025.12.19 19:59:13.295873 [ 4 ] {082868e6-4bfa-401d-9a2d-d5eb03920499} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.19 19:59:13.296228 [ 4 ] {082868e6-4bfa-401d-9a2d-d5eb03920499} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.296400 [ 4 ] {082868e6-4bfa-401d-9a2d-d5eb03920499} executeQuery: Read 84 rows, 5.12 KiB in 0.00157 sec., 53503.1847133758 rows/sec., 3.18 MiB/sec. 2025.12.19 19:59:13.296450 [ 4 ] {082868e6-4bfa-401d-9a2d-d5eb03920499} TCPHandler: Processed in 0.001768659 sec. 2025.12.19 19:59:13.299962 [ 190 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 267 rows, containing 19 columns (19 merged, 0 gathered) in 0.005357796 sec., 49833.92424795569 rows/sec., 89.30 MiB/sec. 2025.12.19 19:59:13.300667 [ 192 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.19 19:59:13.301135 [ 192 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:13.301233 [ 192 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_16_3} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.19 19:59:13.301362 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.48 MiB. 2025.12.19 19:59:16.320502 [ 70 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:59:16.320564 [ 70 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:59:16.399920 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6721 2025.12.19 19:59:16.400485 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:16.400542 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:16.401067 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.19 19:59:16.401309 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:16.401446 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6721 2025.12.19 19:59:16.586262 [ 80 ] {} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2025.12.19 19:59:16.586359 [ 80 ] {} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:16.586396 [ 80 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:16.586531 [ 192 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2025.12.19 19:59:16.586690 [ 192 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:16.586738 [ 192 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2025.12.19 19:59:16.586858 [ 192 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part 2025.12.19 19:59:16.586927 [ 192 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part 2025.12.19 19:59:16.586977 [ 192 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2025.12.19 19:59:16.587017 [ 192 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2025.12.19 19:59:16.587799 [ 190 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.001321534 sec., 18160.71323174432 rows/sec., 1.52 MiB/sec. 2025.12.19 19:59:16.587983 [ 199 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2025.12.19 19:59:16.588291 [ 199 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:16.588363 [ 199 ] {27275ec7-405f-469e-9e84-d37af6c0991c::all_1_5_1} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2025.12.19 19:59:16.588470 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. 2025.12.19 19:59:16.751353 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2025.12.19 19:59:16.769310 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:16.769358 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:16.775387 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.19 19:59:16.776093 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:16.779479 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2025.12.19 19:59:17.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.97 MiB, peak 230.97 MiB, free memory in arenas 0.00 B, will set to 227.23 MiB (RSS), difference: 1.26 MiB 2025.12.19 19:59:18.252845 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:18.253027 [ 4 ] {46e9cfd7-4b05-4fe1-9efe-b14de37f0ba6} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:18.253096 [ 4 ] {46e9cfd7-4b05-4fe1-9efe-b14de37f0ba6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:18.253733 [ 4 ] {46e9cfd7-4b05-4fe1-9efe-b14de37f0ba6} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:18.253784 [ 4 ] {46e9cfd7-4b05-4fe1-9efe-b14de37f0ba6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:18.254210 [ 4 ] {46e9cfd7-4b05-4fe1-9efe-b14de37f0ba6} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.19 19:59:18.254442 [ 4 ] {46e9cfd7-4b05-4fe1-9efe-b14de37f0ba6} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:18.254622 [ 4 ] {46e9cfd7-4b05-4fe1-9efe-b14de37f0ba6} executeQuery: Read 76 rows, 6.66 KiB in 0.001646 sec., 46172.53948967194 rows/sec., 3.95 MiB/sec. 2025.12.19 19:59:18.254672 [ 4 ] {46e9cfd7-4b05-4fe1-9efe-b14de37f0ba6} TCPHandler: Processed in 0.001959751 sec. 2025.12.19 19:59:18.254791 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:18.254895 [ 4 ] {6b5b6672-a5ab-4d99-8105-bd6caeb3a5fc} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:18.254941 [ 4 ] {6b5b6672-a5ab-4d99-8105-bd6caeb3a5fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:18.255350 [ 4 ] {6b5b6672-a5ab-4d99-8105-bd6caeb3a5fc} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:18.255389 [ 4 ] {6b5b6672-a5ab-4d99-8105-bd6caeb3a5fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:18.255708 [ 4 ] {6b5b6672-a5ab-4d99-8105-bd6caeb3a5fc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.19 19:59:18.255925 [ 4 ] {6b5b6672-a5ab-4d99-8105-bd6caeb3a5fc} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:18.256057 [ 4 ] {6b5b6672-a5ab-4d99-8105-bd6caeb3a5fc} executeQuery: Read 23 rows, 1.73 KiB in 0.001188 sec., 19360.269360269358 rows/sec., 1.42 MiB/sec. 2025.12.19 19:59:18.256095 [ 4 ] {6b5b6672-a5ab-4d99-8105-bd6caeb3a5fc} TCPHandler: Processed in 0.001356744 sec. 2025.12.19 19:59:18.256248 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:18.256344 [ 4 ] {d7054e63-df09-40aa-851a-0dea6236379e} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:18.256386 [ 4 ] {d7054e63-df09-40aa-851a-0dea6236379e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:18.256777 [ 4 ] {d7054e63-df09-40aa-851a-0dea6236379e} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:18.256814 [ 4 ] {d7054e63-df09-40aa-851a-0dea6236379e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:18.257111 [ 4 ] {d7054e63-df09-40aa-851a-0dea6236379e} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.19 19:59:18.257368 [ 4 ] {d7054e63-df09-40aa-851a-0dea6236379e} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:18.257509 [ 4 ] {d7054e63-df09-40aa-851a-0dea6236379e} executeQuery: Read 59 rows, 4.72 KiB in 0.001185 sec., 49789.029535864975 rows/sec., 3.89 MiB/sec. 2025.12.19 19:59:18.257547 [ 4 ] {d7054e63-df09-40aa-851a-0dea6236379e} TCPHandler: Processed in 0.001349174 sec. 2025.12.19 19:59:18.257655 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:18.257749 [ 4 ] {670c0b75-906d-4f28-89fe-556d12f54dc2} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:18.257793 [ 4 ] {670c0b75-906d-4f28-89fe-556d12f54dc2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:18.258158 [ 4 ] {670c0b75-906d-4f28-89fe-556d12f54dc2} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:18.258195 [ 4 ] {670c0b75-906d-4f28-89fe-556d12f54dc2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:18.258514 [ 4 ] {670c0b75-906d-4f28-89fe-556d12f54dc2} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.19 19:59:18.258723 [ 4 ] {670c0b75-906d-4f28-89fe-556d12f54dc2} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:18.258867 [ 4 ] {670c0b75-906d-4f28-89fe-556d12f54dc2} executeQuery: Read 110 rows, 7.86 KiB in 0.001137 sec., 96745.82233948988 rows/sec., 6.75 MiB/sec. 2025.12.19 19:59:18.258906 [ 4 ] {670c0b75-906d-4f28-89fe-556d12f54dc2} TCPHandler: Processed in 0.001297983 sec. 2025.12.19 19:59:18.259013 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:18.259108 [ 4 ] {e45a9a23-0e07-4771-b592-48b80d2f5924} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:18.259173 [ 4 ] {e45a9a23-0e07-4771-b592-48b80d2f5924} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:18.259915 [ 4 ] {e45a9a23-0e07-4771-b592-48b80d2f5924} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:18.259953 [ 4 ] {e45a9a23-0e07-4771-b592-48b80d2f5924} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:18.260498 [ 4 ] {e45a9a23-0e07-4771-b592-48b80d2f5924} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.19 19:59:18.260725 [ 4 ] {e45a9a23-0e07-4771-b592-48b80d2f5924} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:18.260862 [ 4 ] {e45a9a23-0e07-4771-b592-48b80d2f5924} executeQuery: Read 23 rows, 42.20 KiB in 0.001773 sec., 12972.363226170331 rows/sec., 23.25 MiB/sec. 2025.12.19 19:59:18.260920 [ 4 ] {e45a9a23-0e07-4771-b592-48b80d2f5924} TCPHandler: Processed in 0.0019552 sec. 2025.12.19 19:59:18.261028 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:18.261123 [ 4 ] {0b15e353-0625-4032-99d5-5c4412b1684d} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:18.261184 [ 4 ] {0b15e353-0625-4032-99d5-5c4412b1684d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:18.261491 [ 4 ] {0b15e353-0625-4032-99d5-5c4412b1684d} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:18.261527 [ 4 ] {0b15e353-0625-4032-99d5-5c4412b1684d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:18.261828 [ 4 ] {0b15e353-0625-4032-99d5-5c4412b1684d} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.19 19:59:18.262068 [ 4 ] {0b15e353-0625-4032-99d5-5c4412b1684d} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:18.262223 [ 4 ] {0b15e353-0625-4032-99d5-5c4412b1684d} executeQuery: Read 40 rows, 2.73 KiB in 0.001118 sec., 35778.17531305903 rows/sec., 2.39 MiB/sec. 2025.12.19 19:59:18.262259 [ 4 ] {0b15e353-0625-4032-99d5-5c4412b1684d} TCPHandler: Processed in 0.001279833 sec. 2025.12.19 19:59:21.435846 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 506 2025.12.19 19:59:21.438132 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:21.438181 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:21.439400 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:59:21.439667 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:21.439915 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 506 2025.12.19 19:59:23.264650 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.264829 [ 4 ] {7a3eec01-a0b8-4777-9f39-1ffb9fc215de} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:59:23.264896 [ 4 ] {7a3eec01-a0b8-4777-9f39-1ffb9fc215de} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:59:23.265749 [ 4 ] {7a3eec01-a0b8-4777-9f39-1ffb9fc215de} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.265798 [ 4 ] {7a3eec01-a0b8-4777-9f39-1ffb9fc215de} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.266260 [ 4 ] {7a3eec01-a0b8-4777-9f39-1ffb9fc215de} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:59:23.266522 [ 4 ] {7a3eec01-a0b8-4777-9f39-1ffb9fc215de} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.266684 [ 4 ] {7a3eec01-a0b8-4777-9f39-1ffb9fc215de} executeQuery: Read 410 rows, 26.63 KiB in 0.001905 sec., 215223.09711286088 rows/sec., 13.65 MiB/sec. 2025.12.19 19:59:23.266726 [ 4 ] {7a3eec01-a0b8-4777-9f39-1ffb9fc215de} TCPHandler: Processed in 0.002207593 sec. 2025.12.19 19:59:23.266854 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.266951 [ 4 ] {45e89671-b3b5-4ba3-90a8-cc12294aa1fb} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:23.266994 [ 4 ] {45e89671-b3b5-4ba3-90a8-cc12294aa1fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:23.267908 [ 4 ] {45e89671-b3b5-4ba3-90a8-cc12294aa1fb} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.267945 [ 4 ] {45e89671-b3b5-4ba3-90a8-cc12294aa1fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.268331 [ 4 ] {45e89671-b3b5-4ba3-90a8-cc12294aa1fb} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.19 19:59:23.268550 [ 4 ] {45e89671-b3b5-4ba3-90a8-cc12294aa1fb} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.268677 [ 4 ] {45e89671-b3b5-4ba3-90a8-cc12294aa1fb} executeQuery: Read 1122 rows, 91.32 KiB in 0.001747 sec., 642243.8465941614 rows/sec., 51.05 MiB/sec. 2025.12.19 19:59:23.268715 [ 4 ] {45e89671-b3b5-4ba3-90a8-cc12294aa1fb} TCPHandler: Processed in 0.00191054 sec. 2025.12.19 19:59:23.268834 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.268927 [ 4 ] {1ab75d03-9026-4fae-b7e0-4f2efd00069b} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:23.268968 [ 4 ] {1ab75d03-9026-4fae-b7e0-4f2efd00069b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:23.269468 [ 4 ] {1ab75d03-9026-4fae-b7e0-4f2efd00069b} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.269504 [ 4 ] {1ab75d03-9026-4fae-b7e0-4f2efd00069b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.269851 [ 4 ] {1ab75d03-9026-4fae-b7e0-4f2efd00069b} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.19 19:59:23.270074 [ 4 ] {1ab75d03-9026-4fae-b7e0-4f2efd00069b} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.270213 [ 4 ] {1ab75d03-9026-4fae-b7e0-4f2efd00069b} executeQuery: Read 223 rows, 13.67 KiB in 0.001304 sec., 171012.2699386503 rows/sec., 10.24 MiB/sec. 2025.12.19 19:59:23.270267 [ 4 ] {1ab75d03-9026-4fae-b7e0-4f2efd00069b} TCPHandler: Processed in 0.001481186 sec. 2025.12.19 19:59:23.270380 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.270474 [ 4 ] {bf402db0-20d9-4584-9536-1f86ef4b909f} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:59:23.270514 [ 4 ] {bf402db0-20d9-4584-9536-1f86ef4b909f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:59:23.270997 [ 4 ] {bf402db0-20d9-4584-9536-1f86ef4b909f} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.271034 [ 4 ] {bf402db0-20d9-4584-9536-1f86ef4b909f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.271370 [ 4 ] {bf402db0-20d9-4584-9536-1f86ef4b909f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:59:23.271580 [ 4 ] {bf402db0-20d9-4584-9536-1f86ef4b909f} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.271716 [ 4 ] {bf402db0-20d9-4584-9536-1f86ef4b909f} executeQuery: Read 212 rows, 14.00 KiB in 0.00126 sec., 168253.96825396825 rows/sec., 10.85 MiB/sec. 2025.12.19 19:59:23.271755 [ 4 ] {bf402db0-20d9-4584-9536-1f86ef4b909f} TCPHandler: Processed in 0.001422945 sec. 2025.12.19 19:59:23.271878 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.271974 [ 4 ] {fb1ee4bf-dbf7-4730-b96f-10c4fd027891} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:59:23.272014 [ 4 ] {fb1ee4bf-dbf7-4730-b96f-10c4fd027891} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:59:23.272495 [ 4 ] {fb1ee4bf-dbf7-4730-b96f-10c4fd027891} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.272534 [ 4 ] {fb1ee4bf-dbf7-4730-b96f-10c4fd027891} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.272859 [ 4 ] {fb1ee4bf-dbf7-4730-b96f-10c4fd027891} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:59:23.273070 [ 4 ] {fb1ee4bf-dbf7-4730-b96f-10c4fd027891} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.273198 [ 4 ] {fb1ee4bf-dbf7-4730-b96f-10c4fd027891} executeQuery: Read 211 rows, 12.27 KiB in 0.001242 sec., 169887.27858293074 rows/sec., 9.65 MiB/sec. 2025.12.19 19:59:23.273249 [ 4 ] {fb1ee4bf-dbf7-4730-b96f-10c4fd027891} TCPHandler: Processed in 0.001418265 sec. 2025.12.19 19:59:23.273363 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.273457 [ 4 ] {b03f39d1-2b91-4c03-89f8-8c1edb9739ba} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:23.273497 [ 4 ] {b03f39d1-2b91-4c03-89f8-8c1edb9739ba} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:23.274147 [ 4 ] {b03f39d1-2b91-4c03-89f8-8c1edb9739ba} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.274186 [ 4 ] {b03f39d1-2b91-4c03-89f8-8c1edb9739ba} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.274556 [ 4 ] {b03f39d1-2b91-4c03-89f8-8c1edb9739ba} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.19 19:59:23.274764 [ 4 ] {b03f39d1-2b91-4c03-89f8-8c1edb9739ba} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.274890 [ 4 ] {b03f39d1-2b91-4c03-89f8-8c1edb9739ba} executeQuery: Read 669 rows, 47.67 KiB in 0.001452 sec., 460743.80165289255 rows/sec., 32.06 MiB/sec. 2025.12.19 19:59:23.274928 [ 4 ] {b03f39d1-2b91-4c03-89f8-8c1edb9739ba} TCPHandler: Processed in 0.001612947 sec. 2025.12.19 19:59:23.275041 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.275135 [ 4 ] {f56ebbb8-2598-4986-b107-b76b897d0b5e} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:59:23.275176 [ 4 ] {f56ebbb8-2598-4986-b107-b76b897d0b5e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:59:23.275527 [ 4 ] {f56ebbb8-2598-4986-b107-b76b897d0b5e} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.275566 [ 4 ] {f56ebbb8-2598-4986-b107-b76b897d0b5e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.275890 [ 4 ] {f56ebbb8-2598-4986-b107-b76b897d0b5e} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:59:23.276118 [ 4 ] {f56ebbb8-2598-4986-b107-b76b897d0b5e} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.276247 [ 4 ] {f56ebbb8-2598-4986-b107-b76b897d0b5e} executeQuery: Read 6 rows, 321.00 B in 0.00113 sec., 5309.734513274337 rows/sec., 277.41 KiB/sec. 2025.12.19 19:59:23.276283 [ 4 ] {f56ebbb8-2598-4986-b107-b76b897d0b5e} TCPHandler: Processed in 0.001290254 sec. 2025.12.19 19:59:23.276387 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.276479 [ 4 ] {c0b137c3-1417-444f-a226-1d849aa190aa} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:23.276521 [ 4 ] {c0b137c3-1417-444f-a226-1d849aa190aa} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:23.276954 [ 4 ] {c0b137c3-1417-444f-a226-1d849aa190aa} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.276991 [ 4 ] {c0b137c3-1417-444f-a226-1d849aa190aa} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.277327 [ 4 ] {c0b137c3-1417-444f-a226-1d849aa190aa} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.19 19:59:23.277548 [ 4 ] {c0b137c3-1417-444f-a226-1d849aa190aa} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.277679 [ 4 ] {c0b137c3-1417-444f-a226-1d849aa190aa} executeQuery: Read 264 rows, 17.57 KiB in 0.001218 sec., 216748.76847290643 rows/sec., 14.09 MiB/sec. 2025.12.19 19:59:23.277717 [ 4 ] {c0b137c3-1417-444f-a226-1d849aa190aa} TCPHandler: Processed in 0.001378815 sec. 2025.12.19 19:59:23.277834 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.277926 [ 4 ] {0e34983c-7747-4957-91d2-2972594a8eb2} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:59:23.277967 [ 4 ] {0e34983c-7747-4957-91d2-2972594a8eb2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:59:23.278287 [ 4 ] {0e34983c-7747-4957-91d2-2972594a8eb2} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.278323 [ 4 ] {0e34983c-7747-4957-91d2-2972594a8eb2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.278630 [ 4 ] {0e34983c-7747-4957-91d2-2972594a8eb2} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2025.12.19 19:59:23.278850 [ 4 ] {0e34983c-7747-4957-91d2-2972594a8eb2} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.278958 [ 100 ] {} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2025.12.19 19:59:23.278975 [ 4 ] {0e34983c-7747-4957-91d2-2972594a8eb2} executeQuery: Read 1 rows, 69.00 B in 0.001067 sec., 937.207122774133 rows/sec., 63.15 KiB/sec. 2025.12.19 19:59:23.279028 [ 100 ] {} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.279033 [ 4 ] {0e34983c-7747-4957-91d2-2972594a8eb2} TCPHandler: Processed in 0.001246493 sec. 2025.12.19 19:59:23.279058 [ 100 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.279167 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.279168 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2025.12.19 19:59:23.279280 [ 4 ] {014cb768-ea49-4d64-8063-c844e8998e63} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:23.279342 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:23.279342 [ 4 ] {014cb768-ea49-4d64-8063-c844e8998e63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:23.279388 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2025.12.19 19:59:23.279458 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2025.12.19 19:59:23.279504 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2025.12.19 19:59:23.279546 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2025.12.19 19:59:23.279586 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2025.12.19 19:59:23.279627 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2025.12.19 19:59:23.280267 [ 4 ] {014cb768-ea49-4d64-8063-c844e8998e63} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.280312 [ 4 ] {014cb768-ea49-4d64-8063-c844e8998e63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.280616 [ 187 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001486286 sec., 6728.1801752825495 rows/sec., 453.36 KiB/sec. 2025.12.19 19:59:23.280766 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2025.12.19 19:59:23.281034 [ 4 ] {014cb768-ea49-4d64-8063-c844e8998e63} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.19 19:59:23.281071 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.281163 [ 192 ] {06cc3133-098c-46de-9ab7-4d909ed59df0::all_1_10_2} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2025.12.19 19:59:23.281243 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2025.12.19 19:59:23.281351 [ 4 ] {014cb768-ea49-4d64-8063-c844e8998e63} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.281520 [ 4 ] {014cb768-ea49-4d64-8063-c844e8998e63} executeQuery: Read 18 rows, 33.03 KiB in 0.002259 sec., 7968.12749003984 rows/sec., 14.28 MiB/sec. 2025.12.19 19:59:23.281590 [ 4 ] {014cb768-ea49-4d64-8063-c844e8998e63} TCPHandler: Processed in 0.002473736 sec. 2025.12.19 19:59:23.281716 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:23.281813 [ 4 ] {f92b97dd-8d42-4c48-aed8-de6f7e88c85e} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:23.281859 [ 4 ] {f92b97dd-8d42-4c48-aed8-de6f7e88c85e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:23.282252 [ 4 ] {f92b97dd-8d42-4c48-aed8-de6f7e88c85e} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.282291 [ 4 ] {f92b97dd-8d42-4c48-aed8-de6f7e88c85e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.282630 [ 4 ] {f92b97dd-8d42-4c48-aed8-de6f7e88c85e} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.19 19:59:23.282859 [ 4 ] {f92b97dd-8d42-4c48-aed8-de6f7e88c85e} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.282994 [ 4 ] {f92b97dd-8d42-4c48-aed8-de6f7e88c85e} executeQuery: Read 84 rows, 5.12 KiB in 0.001199 sec., 70058.38198498749 rows/sec., 4.17 MiB/sec. 2025.12.19 19:59:23.283034 [ 4 ] {f92b97dd-8d42-4c48-aed8-de6f7e88c85e} TCPHandler: Processed in 0.001367945 sec. 2025.12.19 19:59:23.901643 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7169 2025.12.19 19:59:23.902176 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:23.902220 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:23.902705 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.19 19:59:23.902924 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:23.903043 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7169 2025.12.19 19:59:24.279663 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2025.12.19 19:59:24.296426 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:24.296479 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:24.301933 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.19 19:59:24.302615 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:24.305492 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2025.12.19 19:59:28.252993 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:28.253197 [ 4 ] {a1a9e66e-94f9-4f06-867a-4f422c286f4e} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:28.253268 [ 4 ] {a1a9e66e-94f9-4f06-867a-4f422c286f4e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:28.253996 [ 4 ] {a1a9e66e-94f9-4f06-867a-4f422c286f4e} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:28.254057 [ 4 ] {a1a9e66e-94f9-4f06-867a-4f422c286f4e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:28.254571 [ 4 ] {a1a9e66e-94f9-4f06-867a-4f422c286f4e} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.19 19:59:28.254861 [ 4 ] {a1a9e66e-94f9-4f06-867a-4f422c286f4e} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:28.255068 [ 4 ] {a1a9e66e-94f9-4f06-867a-4f422c286f4e} executeQuery: Read 76 rows, 6.66 KiB in 0.00192 sec., 39583.333333333336 rows/sec., 3.39 MiB/sec. 2025.12.19 19:59:28.255138 [ 4 ] {a1a9e66e-94f9-4f06-867a-4f422c286f4e} TCPHandler: Processed in 0.002282874 sec. 2025.12.19 19:59:28.255274 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:28.255382 [ 4 ] {2b926b1d-aadb-425c-a10b-2b51e99a2c58} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:28.255430 [ 4 ] {2b926b1d-aadb-425c-a10b-2b51e99a2c58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:28.255840 [ 4 ] {2b926b1d-aadb-425c-a10b-2b51e99a2c58} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:28.255876 [ 4 ] {2b926b1d-aadb-425c-a10b-2b51e99a2c58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:28.256193 [ 4 ] {2b926b1d-aadb-425c-a10b-2b51e99a2c58} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.19 19:59:28.256422 [ 4 ] {2b926b1d-aadb-425c-a10b-2b51e99a2c58} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:28.256552 [ 4 ] {2b926b1d-aadb-425c-a10b-2b51e99a2c58} executeQuery: Read 23 rows, 1.73 KiB in 0.001197 sec., 19214.70342522974 rows/sec., 1.41 MiB/sec. 2025.12.19 19:59:28.256589 [ 4 ] {2b926b1d-aadb-425c-a10b-2b51e99a2c58} TCPHandler: Processed in 0.001366915 sec. 2025.12.19 19:59:28.256692 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:28.256785 [ 4 ] {a7bd5368-a3c4-41ca-be19-6845e1995473} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:28.256826 [ 4 ] {a7bd5368-a3c4-41ca-be19-6845e1995473} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:28.257270 [ 4 ] {a7bd5368-a3c4-41ca-be19-6845e1995473} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:28.257313 [ 4 ] {a7bd5368-a3c4-41ca-be19-6845e1995473} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:28.257674 [ 4 ] {a7bd5368-a3c4-41ca-be19-6845e1995473} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.19 19:59:28.257929 [ 4 ] {a7bd5368-a3c4-41ca-be19-6845e1995473} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:28.258060 [ 4 ] {a7bd5368-a3c4-41ca-be19-6845e1995473} executeQuery: Read 59 rows, 4.72 KiB in 0.001293 sec., 45630.31709203403 rows/sec., 3.57 MiB/sec. 2025.12.19 19:59:28.258096 [ 4 ] {a7bd5368-a3c4-41ca-be19-6845e1995473} TCPHandler: Processed in 0.001452595 sec. 2025.12.19 19:59:28.258216 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:28.258331 [ 4 ] {a4935e87-eddc-481c-ad49-7fdc0301ea04} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:28.258385 [ 4 ] {a4935e87-eddc-481c-ad49-7fdc0301ea04} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:28.258843 [ 4 ] {a4935e87-eddc-481c-ad49-7fdc0301ea04} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:28.258881 [ 4 ] {a4935e87-eddc-481c-ad49-7fdc0301ea04} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:28.259350 [ 4 ] {a4935e87-eddc-481c-ad49-7fdc0301ea04} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.19 19:59:28.259588 [ 4 ] {a4935e87-eddc-481c-ad49-7fdc0301ea04} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:28.259714 [ 4 ] {a4935e87-eddc-481c-ad49-7fdc0301ea04} executeQuery: Read 110 rows, 7.86 KiB in 0.001404 sec., 78347.57834757834 rows/sec., 5.47 MiB/sec. 2025.12.19 19:59:28.259750 [ 4 ] {a4935e87-eddc-481c-ad49-7fdc0301ea04} TCPHandler: Processed in 0.001593676 sec. 2025.12.19 19:59:28.259863 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:28.259957 [ 4 ] {78051a07-cd52-4387-ae51-b5cfb26df38a} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:28.260011 [ 4 ] {78051a07-cd52-4387-ae51-b5cfb26df38a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:28.260829 [ 4 ] {78051a07-cd52-4387-ae51-b5cfb26df38a} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:28.260864 [ 4 ] {78051a07-cd52-4387-ae51-b5cfb26df38a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:28.261436 [ 4 ] {78051a07-cd52-4387-ae51-b5cfb26df38a} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.19 19:59:28.261688 [ 4 ] {78051a07-cd52-4387-ae51-b5cfb26df38a} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:28.261823 [ 4 ] {78051a07-cd52-4387-ae51-b5cfb26df38a} executeQuery: Read 23 rows, 42.20 KiB in 0.001885 sec., 12201.59151193634 rows/sec., 21.86 MiB/sec. 2025.12.19 19:59:28.261875 [ 4 ] {78051a07-cd52-4387-ae51-b5cfb26df38a} TCPHandler: Processed in 0.002059411 sec. 2025.12.19 19:59:28.261989 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:28.262083 [ 4 ] {d8e36d2d-8f95-42a8-a083-df035d9ecf7d} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:28.262125 [ 4 ] {d8e36d2d-8f95-42a8-a083-df035d9ecf7d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:28.262451 [ 4 ] {d8e36d2d-8f95-42a8-a083-df035d9ecf7d} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:28.262485 [ 4 ] {d8e36d2d-8f95-42a8-a083-df035d9ecf7d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:28.262782 [ 4 ] {d8e36d2d-8f95-42a8-a083-df035d9ecf7d} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.19 19:59:28.263001 [ 4 ] {d8e36d2d-8f95-42a8-a083-df035d9ecf7d} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:28.263127 [ 4 ] {d8e36d2d-8f95-42a8-a083-df035d9ecf7d} executeQuery: Read 40 rows, 2.73 KiB in 0.001063 sec., 37629.35089369708 rows/sec., 2.51 MiB/sec. 2025.12.19 19:59:28.263162 [ 4 ] {d8e36d2d-8f95-42a8-a083-df035d9ecf7d} TCPHandler: Processed in 0.001220703 sec. 2025.12.19 19:59:31.320617 [ 119 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:59:31.320681 [ 119 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:59:31.403181 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7681 2025.12.19 19:59:31.403815 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:31.403858 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:31.404326 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.19 19:59:31.404560 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:31.404703 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7681 2025.12.19 19:59:31.404727 [ 119 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.19 19:59:31.404811 [ 119 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:31.404848 [ 119 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:31.404981 [ 190 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.19 19:59:31.405128 [ 190 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:31.405169 [ 190 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5249 rows starting from the beginning of the part 2025.12.19 19:59:31.405259 [ 190 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 512 rows starting from the beginning of the part 2025.12.19 19:59:31.405309 [ 190 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 448 rows starting from the beginning of the part 2025.12.19 19:59:31.405352 [ 190 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 512 rows starting from the beginning of the part 2025.12.19 19:59:31.405392 [ 190 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 448 rows starting from the beginning of the part 2025.12.19 19:59:31.405431 [ 190 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 512 rows starting from the beginning of the part 2025.12.19 19:59:31.406898 [ 187 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7681 rows, containing 4 columns (4 merged, 0 gathered) in 0.00197476 sec., 3889586.582673338 rows/sec., 55.64 MiB/sec. 2025.12.19 19:59:31.407273 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.19 19:59:31.407554 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:31.407627 [ 202 ] {0092eb93-db68-4b24-9c82-59e5cfe672c6::all_1_16_3} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.19 19:59:31.407711 [ 202 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2025.12.19 19:59:31.440220 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 540 2025.12.19 19:59:31.442503 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:31.442544 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:31.443760 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:59:31.444022 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:31.444175 [ 118 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:59:31.444225 [ 118 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:31.444246 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:31.444318 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:59:31.444370 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 540 2025.12.19 19:59:31.444835 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:31.444991 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 336 rows starting from the beginning of the part 2025.12.19 19:59:31.445356 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part 2025.12.19 19:59:31.445716 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part 2025.12.19 19:59:31.446060 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 62 rows starting from the beginning of the part 2025.12.19 19:59:31.446389 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2025.12.19 19:59:31.446717 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2025.12.19 19:59:31.452688 [ 195 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 72 columns (72 merged, 0 gathered) in 0.008399797 sec., 64287.267894688404 rows/sec., 57.74 MiB/sec. 2025.12.19 19:59:31.453541 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:59:31.454052 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:31.454125 [ 190 ] {4f36394a-bfa6-420b-bc14-18e987106c74::all_1_11_2} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:59:31.454282 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. 2025.12.19 19:59:31.805687 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2025.12.19 19:59:31.821500 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:31.821551 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:31.827739 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2025.12.19 19:59:31.828422 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:31.828766 [ 118 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2025.12.19 19:59:31.828849 [ 118 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:31.828883 [ 118 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:31.829067 [ 187 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2025.12.19 19:59:31.831331 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2025.12.19 19:59:31.833057 [ 187 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:31.834526 [ 187 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2025.12.19 19:59:31.839110 [ 187 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2025.12.19 19:59:31.843231 [ 187 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2025.12.19 19:59:31.847371 [ 187 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2025.12.19 19:59:31.851824 [ 187 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2025.12.19 19:59:31.855765 [ 187 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2025.12.19 19:59:31.908268 [ 194 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.0792781 sec., 1526.2727033064616 rows/sec., 7.89 MiB/sec. 2025.12.19 19:59:31.910567 [ 194 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2025.12.19 19:59:31.912587 [ 194 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:31.912682 [ 194 ] {d1af9725-2080-48e2-bdb3-1e90cafa2be1::all_1_16_3} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2025.12.19 19:59:31.915504 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. 2025.12.19 19:59:32.000281 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 229.13 MiB, peak 239.08 MiB, free memory in arenas 0.00 B, will set to 238.08 MiB (RSS), difference: 8.95 MiB 2025.12.19 19:59:32.001405 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000827159 sec. 2025.12.19 19:59:33.266831 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.267011 [ 4 ] {47c1270f-0e5e-4794-9af8-f1a4a0c45376} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:59:33.267079 [ 4 ] {47c1270f-0e5e-4794-9af8-f1a4a0c45376} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:59:33.267904 [ 4 ] {47c1270f-0e5e-4794-9af8-f1a4a0c45376} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.267958 [ 4 ] {47c1270f-0e5e-4794-9af8-f1a4a0c45376} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.268398 [ 4 ] {47c1270f-0e5e-4794-9af8-f1a4a0c45376} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:59:33.268672 [ 4 ] {47c1270f-0e5e-4794-9af8-f1a4a0c45376} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.268844 [ 4 ] {47c1270f-0e5e-4794-9af8-f1a4a0c45376} executeQuery: Read 410 rows, 26.63 KiB in 0.001883 sec., 217737.6526818906 rows/sec., 13.81 MiB/sec. 2025.12.19 19:59:33.268898 [ 4 ] {47c1270f-0e5e-4794-9af8-f1a4a0c45376} TCPHandler: Processed in 0.002193933 sec. 2025.12.19 19:59:33.269030 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.269136 [ 4 ] {172b6d1e-cf79-406c-a98e-4756df87869b} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:33.269183 [ 4 ] {172b6d1e-cf79-406c-a98e-4756df87869b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:33.270091 [ 4 ] {172b6d1e-cf79-406c-a98e-4756df87869b} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.270133 [ 4 ] {172b6d1e-cf79-406c-a98e-4756df87869b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.270560 [ 4 ] {172b6d1e-cf79-406c-a98e-4756df87869b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.19 19:59:33.270833 [ 4 ] {172b6d1e-cf79-406c-a98e-4756df87869b} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.270966 [ 116 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.19 19:59:33.270984 [ 4 ] {172b6d1e-cf79-406c-a98e-4756df87869b} executeQuery: Read 1122 rows, 91.32 KiB in 0.001873 sec., 599038.974906567 rows/sec., 47.62 MiB/sec. 2025.12.19 19:59:33.271032 [ 116 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.271047 [ 4 ] {172b6d1e-cf79-406c-a98e-4756df87869b} TCPHandler: Processed in 0.002068271 sec. 2025.12.19 19:59:33.271059 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.271185 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.271191 [ 195 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.19 19:59:33.271293 [ 4 ] {e8f37538-2bcb-4ce2-a0c6-2fe2f93c5404} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:33.271330 [ 195 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:33.271342 [ 4 ] {e8f37538-2bcb-4ce2-a0c6-2fe2f93c5404} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:33.271372 [ 195 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2317 rows starting from the beginning of the part 2025.12.19 19:59:33.271446 [ 195 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1122 rows starting from the beginning of the part 2025.12.19 19:59:33.271495 [ 195 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 76 rows starting from the beginning of the part 2025.12.19 19:59:33.271540 [ 195 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1122 rows starting from the beginning of the part 2025.12.19 19:59:33.271580 [ 195 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 76 rows starting from the beginning of the part 2025.12.19 19:59:33.271618 [ 195 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1122 rows starting from the beginning of the part 2025.12.19 19:59:33.271854 [ 4 ] {e8f37538-2bcb-4ce2-a0c6-2fe2f93c5404} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.271898 [ 4 ] {e8f37538-2bcb-4ce2-a0c6-2fe2f93c5404} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.272648 [ 4 ] {e8f37538-2bcb-4ce2-a0c6-2fe2f93c5404} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.19 19:59:33.272998 [ 4 ] {e8f37538-2bcb-4ce2-a0c6-2fe2f93c5404} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.273178 [ 4 ] {e8f37538-2bcb-4ce2-a0c6-2fe2f93c5404} executeQuery: Read 223 rows, 13.67 KiB in 0.001908 sec., 116876.31027253669 rows/sec., 7.00 MiB/sec. 2025.12.19 19:59:33.273228 [ 4 ] {e8f37538-2bcb-4ce2-a0c6-2fe2f93c5404} TCPHandler: Processed in 0.002094861 sec. 2025.12.19 19:59:33.273381 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.273497 [ 4 ] {5b5a7972-77f3-4a6d-9298-641d806c124b} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:59:33.273548 [ 4 ] {5b5a7972-77f3-4a6d-9298-641d806c124b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:59:33.274962 [ 4 ] {5b5a7972-77f3-4a6d-9298-641d806c124b} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.275008 [ 4 ] {5b5a7972-77f3-4a6d-9298-641d806c124b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.275181 [ 200 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 5835 rows, containing 5 columns (5 merged, 0 gathered) in 0.004047242 sec., 1441722.5359887052 rows/sec., 121.36 MiB/sec. 2025.12.19 19:59:33.275437 [ 4 ] {5b5a7972-77f3-4a6d-9298-641d806c124b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:59:33.275580 [ 200 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.19 19:59:33.275738 [ 4 ] {5b5a7972-77f3-4a6d-9298-641d806c124b} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.275922 [ 4 ] {5b5a7972-77f3-4a6d-9298-641d806c124b} executeQuery: Read 212 rows, 14.00 KiB in 0.00245 sec., 86530.61224489796 rows/sec., 5.58 MiB/sec. 2025.12.19 19:59:33.275944 [ 200 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.275966 [ 4 ] {5b5a7972-77f3-4a6d-9298-641d806c124b} TCPHandler: Processed in 0.002647938 sec. 2025.12.19 19:59:33.276033 [ 200 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_21_4} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.19 19:59:33.276102 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.276157 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.21 MiB. 2025.12.19 19:59:33.276206 [ 4 ] {1def6149-b358-4f94-b453-5e2b08c71249} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:59:33.276253 [ 4 ] {1def6149-b358-4f94-b453-5e2b08c71249} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:59:33.276763 [ 4 ] {1def6149-b358-4f94-b453-5e2b08c71249} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.276801 [ 4 ] {1def6149-b358-4f94-b453-5e2b08c71249} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.277145 [ 4 ] {1def6149-b358-4f94-b453-5e2b08c71249} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:59:33.277368 [ 4 ] {1def6149-b358-4f94-b453-5e2b08c71249} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.277510 [ 4 ] {1def6149-b358-4f94-b453-5e2b08c71249} executeQuery: Read 211 rows, 12.27 KiB in 0.001326 sec., 159125.18853695324 rows/sec., 9.04 MiB/sec. 2025.12.19 19:59:33.277551 [ 4 ] {1def6149-b358-4f94-b453-5e2b08c71249} TCPHandler: Processed in 0.001498795 sec. 2025.12.19 19:59:33.277666 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.277763 [ 4 ] {1e2143b9-e1a1-49e8-adc1-58a303117865} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:33.277806 [ 4 ] {1e2143b9-e1a1-49e8-adc1-58a303117865} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:33.278474 [ 4 ] {1e2143b9-e1a1-49e8-adc1-58a303117865} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.278512 [ 4 ] {1e2143b9-e1a1-49e8-adc1-58a303117865} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.278891 [ 4 ] {1e2143b9-e1a1-49e8-adc1-58a303117865} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.19 19:59:33.279100 [ 4 ] {1e2143b9-e1a1-49e8-adc1-58a303117865} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.279210 [ 116 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.19 19:59:33.279232 [ 4 ] {1e2143b9-e1a1-49e8-adc1-58a303117865} executeQuery: Read 669 rows, 47.67 KiB in 0.001489 sec., 449294.8287441236 rows/sec., 31.27 MiB/sec. 2025.12.19 19:59:33.279246 [ 116 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.279273 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.279277 [ 4 ] {1e2143b9-e1a1-49e8-adc1-58a303117865} TCPHandler: Processed in 0.001659257 sec. 2025.12.19 19:59:33.279377 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.19 19:59:33.279397 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.279511 [ 4 ] {b4942146-adef-4c5b-9159-b8624bc77909} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:59:33.279532 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:33.279554 [ 4 ] {b4942146-adef-4c5b-9159-b8624bc77909} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:59:33.279570 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1182 rows starting from the beginning of the part 2025.12.19 19:59:33.279642 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 669 rows starting from the beginning of the part 2025.12.19 19:59:33.279690 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 59 rows starting from the beginning of the part 2025.12.19 19:59:33.279740 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 669 rows starting from the beginning of the part 2025.12.19 19:59:33.279792 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 59 rows starting from the beginning of the part 2025.12.19 19:59:33.279842 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 669 rows starting from the beginning of the part 2025.12.19 19:59:33.279896 [ 4 ] {b4942146-adef-4c5b-9159-b8624bc77909} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.279936 [ 4 ] {b4942146-adef-4c5b-9159-b8624bc77909} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.280315 [ 4 ] {b4942146-adef-4c5b-9159-b8624bc77909} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:59:33.280546 [ 4 ] {b4942146-adef-4c5b-9159-b8624bc77909} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.280650 [ 116 ] {} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2025.12.19 19:59:33.280679 [ 4 ] {b4942146-adef-4c5b-9159-b8624bc77909} executeQuery: Read 6 rows, 321.00 B in 0.001187 sec., 5054.759898904803 rows/sec., 264.09 KiB/sec. 2025.12.19 19:59:33.280684 [ 116 ] {} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.280721 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.280723 [ 4 ] {b4942146-adef-4c5b-9159-b8624bc77909} TCPHandler: Processed in 0.001374844 sec. 2025.12.19 19:59:33.280801 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2025.12.19 19:59:33.280846 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.280911 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:33.280946 [ 4 ] {102da7d9-6d20-4718-95f9-ec251056d9e6} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:33.280950 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2025.12.19 19:59:33.280995 [ 4 ] {102da7d9-6d20-4718-95f9-ec251056d9e6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:33.281031 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2025.12.19 19:59:33.281080 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2025.12.19 19:59:33.281121 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2025.12.19 19:59:33.281158 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2025.12.19 19:59:33.281194 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part 2025.12.19 19:59:33.281415 [ 4 ] {102da7d9-6d20-4718-95f9-ec251056d9e6} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.281457 [ 4 ] {102da7d9-6d20-4718-95f9-ec251056d9e6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.281633 [ 196 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.002308494 sec., 1432535.6704414221 rows/sec., 106.58 MiB/sec. 2025.12.19 19:59:33.281862 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.19 19:59:33.282037 [ 191 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.001268454 sec., 52031.843488214785 rows/sec., 2.65 MiB/sec. 2025.12.19 19:59:33.282087 [ 4 ] {102da7d9-6d20-4718-95f9-ec251056d9e6} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.19 19:59:33.282177 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2025.12.19 19:59:33.282187 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.282287 [ 197 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_21_4} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.19 19:59:33.282368 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.12.19 19:59:33.282435 [ 4 ] {102da7d9-6d20-4718-95f9-ec251056d9e6} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.282515 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.282562 [ 116 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.19 19:59:33.282596 [ 116 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.282599 [ 200 ] {3254a297-e0b2-40a7-8597-83301491cf58::all_1_11_2} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2025.12.19 19:59:33.282597 [ 4 ] {102da7d9-6d20-4718-95f9-ec251056d9e6} executeQuery: Read 264 rows, 17.57 KiB in 0.001669 sec., 158178.55002995807 rows/sec., 10.28 MiB/sec. 2025.12.19 19:59:33.282613 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.282662 [ 4 ] {102da7d9-6d20-4718-95f9-ec251056d9e6} TCPHandler: Processed in 0.001864089 sec. 2025.12.19 19:59:33.282694 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2025.12.19 19:59:33.282737 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.19 19:59:33.282784 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.282832 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:33.282867 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5101 rows starting from the beginning of the part 2025.12.19 19:59:33.282887 [ 4 ] {86d1c10b-d7a5-4464-8a08-4c4887c1eebe} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:59:33.282919 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 264 rows starting from the beginning of the part 2025.12.19 19:59:33.282938 [ 4 ] {86d1c10b-d7a5-4464-8a08-4c4887c1eebe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:59:33.282973 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 110 rows starting from the beginning of the part 2025.12.19 19:59:33.283017 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 264 rows starting from the beginning of the part 2025.12.19 19:59:33.283058 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 110 rows starting from the beginning of the part 2025.12.19 19:59:33.283097 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 264 rows starting from the beginning of the part 2025.12.19 19:59:33.283275 [ 4 ] {86d1c10b-d7a5-4464-8a08-4c4887c1eebe} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.283319 [ 4 ] {86d1c10b-d7a5-4464-8a08-4c4887c1eebe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.283652 [ 4 ] {86d1c10b-d7a5-4464-8a08-4c4887c1eebe} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2025.12.19 19:59:33.283896 [ 4 ] {86d1c10b-d7a5-4464-8a08-4c4887c1eebe} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.284050 [ 4 ] {86d1c10b-d7a5-4464-8a08-4c4887c1eebe} executeQuery: Read 1 rows, 69.00 B in 0.001183 sec., 845.30853761623 rows/sec., 56.96 KiB/sec. 2025.12.19 19:59:33.284088 [ 4 ] {86d1c10b-d7a5-4464-8a08-4c4887c1eebe} TCPHandler: Processed in 0.001354074 sec. 2025.12.19 19:59:33.284201 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.284299 [ 4 ] {ef58f050-759b-4415-884f-52b924a73360} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:33.284356 [ 4 ] {ef58f050-759b-4415-884f-52b924a73360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:33.285165 [ 4 ] {ef58f050-759b-4415-884f-52b924a73360} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.285203 [ 4 ] {ef58f050-759b-4415-884f-52b924a73360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.285774 [ 4 ] {ef58f050-759b-4415-884f-52b924a73360} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2025.12.19 19:59:33.285804 [ 191 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 6113 rows, containing 5 columns (5 merged, 0 gathered) in 0.003128843 sec., 1953757.347364505 rows/sec., 129.04 MiB/sec. 2025.12.19 19:59:33.286084 [ 4 ] {ef58f050-759b-4415-884f-52b924a73360} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.286262 [ 4 ] {ef58f050-759b-4415-884f-52b924a73360} executeQuery: Read 18 rows, 33.03 KiB in 0.001982 sec., 9081.735620585268 rows/sec., 16.27 MiB/sec. 2025.12.19 19:59:33.286320 [ 4 ] {ef58f050-759b-4415-884f-52b924a73360} TCPHandler: Processed in 0.002170222 sec. 2025.12.19 19:59:33.286351 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.19 19:59:33.286443 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:33.286545 [ 4 ] {759dee22-3b52-4a3a-b811-fb9dda8bd92d} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:33.286590 [ 4 ] {759dee22-3b52-4a3a-b811-fb9dda8bd92d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:33.286619 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.286689 [ 196 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_21_4} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.19 19:59:33.286755 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.33 MiB. 2025.12.19 19:59:33.286939 [ 4 ] {759dee22-3b52-4a3a-b811-fb9dda8bd92d} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.286984 [ 4 ] {759dee22-3b52-4a3a-b811-fb9dda8bd92d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.287333 [ 4 ] {759dee22-3b52-4a3a-b811-fb9dda8bd92d} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.19 19:59:33.287560 [ 4 ] {759dee22-3b52-4a3a-b811-fb9dda8bd92d} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.287673 [ 116 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.19 19:59:33.287696 [ 4 ] {759dee22-3b52-4a3a-b811-fb9dda8bd92d} executeQuery: Read 84 rows, 5.12 KiB in 0.001171 sec., 71733.561058924 rows/sec., 4.27 MiB/sec. 2025.12.19 19:59:33.287709 [ 116 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:33.287738 [ 116 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:33.287741 [ 4 ] {759dee22-3b52-4a3a-b811-fb9dda8bd92d} TCPHandler: Processed in 0.001347414 sec. 2025.12.19 19:59:33.287801 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.19 19:59:33.287882 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:33.287907 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 684 rows starting from the beginning of the part 2025.12.19 19:59:33.287950 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 84 rows starting from the beginning of the part 2025.12.19 19:59:33.287988 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 40 rows starting from the beginning of the part 2025.12.19 19:59:33.288022 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 84 rows starting from the beginning of the part 2025.12.19 19:59:33.288059 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 40 rows starting from the beginning of the part 2025.12.19 19:59:33.288093 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 84 rows starting from the beginning of the part 2025.12.19 19:59:33.288847 [ 196 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1016 rows, containing 4 columns (4 merged, 0 gathered) in 0.001069931 sec., 949593.9457778118 rows/sec., 56.84 MiB/sec. 2025.12.19 19:59:33.289039 [ 193 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.19 19:59:33.289338 [ 193 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:33.289414 [ 193 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_21_4} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.19 19:59:33.289500 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2025.12.19 19:59:38.283541 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:38.283742 [ 4 ] {dace4e16-9723-426d-82a0-4a465416d10d} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.19 19:59:38.283811 [ 4 ] {dace4e16-9723-426d-82a0-4a465416d10d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.19 19:59:38.284425 [ 4 ] {dace4e16-9723-426d-82a0-4a465416d10d} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.284475 [ 4 ] {dace4e16-9723-426d-82a0-4a465416d10d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:38.284879 [ 4 ] {dace4e16-9723-426d-82a0-4a465416d10d} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2025.12.19 19:59:38.285111 [ 4 ] {dace4e16-9723-426d-82a0-4a465416d10d} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.285275 [ 4 ] {dace4e16-9723-426d-82a0-4a465416d10d} executeQuery: Read 4 rows, 334.00 B in 0.001585 sec., 2523.659305993691 rows/sec., 205.79 KiB/sec. 2025.12.19 19:59:38.285325 [ 4 ] {dace4e16-9723-426d-82a0-4a465416d10d} TCPHandler: Processed in 0.00191583 sec. 2025.12.19 19:59:38.285453 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:38.285557 [ 4 ] {c7c2498d-4bb3-4d36-bca7-480415499e31} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:38.285602 [ 4 ] {c7c2498d-4bb3-4d36-bca7-480415499e31} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:38.286536 [ 4 ] {c7c2498d-4bb3-4d36-bca7-480415499e31} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.286577 [ 4 ] {c7c2498d-4bb3-4d36-bca7-480415499e31} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:38.287016 [ 4 ] {c7c2498d-4bb3-4d36-bca7-480415499e31} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.19 19:59:38.287253 [ 4 ] {c7c2498d-4bb3-4d36-bca7-480415499e31} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.287397 [ 4 ] {c7c2498d-4bb3-4d36-bca7-480415499e31} executeQuery: Read 1244 rows, 105.43 KiB in 0.001864 sec., 667381.9742489271 rows/sec., 55.24 MiB/sec. 2025.12.19 19:59:38.287438 [ 4 ] {c7c2498d-4bb3-4d36-bca7-480415499e31} TCPHandler: Processed in 0.002037071 sec. 2025.12.19 19:59:38.287566 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:38.287666 [ 4 ] {bcc52dc9-0b21-4688-bcb8-b0bfd9736816} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:38.287708 [ 4 ] {bcc52dc9-0b21-4688-bcb8-b0bfd9736816} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:38.288138 [ 4 ] {bcc52dc9-0b21-4688-bcb8-b0bfd9736816} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.288177 [ 4 ] {bcc52dc9-0b21-4688-bcb8-b0bfd9736816} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:38.288497 [ 4 ] {bcc52dc9-0b21-4688-bcb8-b0bfd9736816} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.19 19:59:38.288715 [ 4 ] {bcc52dc9-0b21-4688-bcb8-b0bfd9736816} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.288834 [ 109 ] {} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.19 19:59:38.288859 [ 4 ] {bcc52dc9-0b21-4688-bcb8-b0bfd9736816} executeQuery: Read 27 rows, 2.01 KiB in 0.001216 sec., 22203.94736842105 rows/sec., 1.61 MiB/sec. 2025.12.19 19:59:38.288912 [ 109 ] {} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.288919 [ 4 ] {bcc52dc9-0b21-4688-bcb8-b0bfd9736816} TCPHandler: Processed in 0.001405045 sec. 2025.12.19 19:59:38.288942 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:38.289056 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:38.289070 [ 191 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.19 19:59:38.289158 [ 4 ] {c2b95b2f-8f14-4788-b0ba-e7dc63e700f1} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:59:38.289205 [ 4 ] {c2b95b2f-8f14-4788-b0ba-e7dc63e700f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:59:38.289218 [ 191 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:38.289255 [ 191 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 262 rows starting from the beginning of the part 2025.12.19 19:59:38.289326 [ 191 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part 2025.12.19 19:59:38.289371 [ 191 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 223 rows starting from the beginning of the part 2025.12.19 19:59:38.289421 [ 191 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part 2025.12.19 19:59:38.289466 [ 191 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 223 rows starting from the beginning of the part 2025.12.19 19:59:38.289508 [ 191 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 27 rows starting from the beginning of the part 2025.12.19 19:59:38.289736 [ 4 ] {c2b95b2f-8f14-4788-b0ba-e7dc63e700f1} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.289785 [ 4 ] {c2b95b2f-8f14-4788-b0ba-e7dc63e700f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:38.290174 [ 4 ] {c2b95b2f-8f14-4788-b0ba-e7dc63e700f1} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:59:38.290428 [ 4 ] {c2b95b2f-8f14-4788-b0ba-e7dc63e700f1} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.290444 [ 193 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 781 rows, containing 5 columns (5 merged, 0 gathered) in 0.001431405 sec., 545617.7671588404 rows/sec., 35.73 MiB/sec. 2025.12.19 19:59:38.290574 [ 4 ] {c2b95b2f-8f14-4788-b0ba-e7dc63e700f1} executeQuery: Read 228 rows, 15.81 KiB in 0.001436 sec., 158774.37325905293 rows/sec., 10.75 MiB/sec. 2025.12.19 19:59:38.290618 [ 4 ] {c2b95b2f-8f14-4788-b0ba-e7dc63e700f1} TCPHandler: Processed in 0.001617936 sec. 2025.12.19 19:59:38.290659 [ 196 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.19 19:59:38.290738 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:38.290842 [ 4 ] {0b74ca90-be67-473c-a87b-119dc17ddb26} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:38.290886 [ 4 ] {0b74ca90-be67-473c-a87b-119dc17ddb26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:38.291011 [ 196 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.291101 [ 196 ] {7f2dc7a3-d180-4914-8553-acfecdd5483b::all_1_21_4} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.19 19:59:38.291201 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2025.12.19 19:59:38.291548 [ 4 ] {0b74ca90-be67-473c-a87b-119dc17ddb26} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.291591 [ 4 ] {0b74ca90-be67-473c-a87b-119dc17ddb26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:38.291929 [ 4 ] {0b74ca90-be67-473c-a87b-119dc17ddb26} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.19 19:59:38.292141 [ 4 ] {0b74ca90-be67-473c-a87b-119dc17ddb26} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.292274 [ 4 ] {0b74ca90-be67-473c-a87b-119dc17ddb26} executeQuery: Read 547 rows, 41.57 KiB in 0.001456 sec., 375686.81318681315 rows/sec., 27.88 MiB/sec. 2025.12.19 19:59:38.292313 [ 4 ] {0b74ca90-be67-473c-a87b-119dc17ddb26} TCPHandler: Processed in 0.001625187 sec. 2025.12.19 19:59:38.292429 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:38.292542 [ 4 ] {97d3f03a-00fd-4842-95ae-4028b1e50371} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:38.292594 [ 4 ] {97d3f03a-00fd-4842-95ae-4028b1e50371} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:38.293175 [ 4 ] {97d3f03a-00fd-4842-95ae-4028b1e50371} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.293213 [ 4 ] {97d3f03a-00fd-4842-95ae-4028b1e50371} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:38.293624 [ 4 ] {97d3f03a-00fd-4842-95ae-4028b1e50371} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.19 19:59:38.293852 [ 4 ] {97d3f03a-00fd-4842-95ae-4028b1e50371} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.293989 [ 4 ] {97d3f03a-00fd-4842-95ae-4028b1e50371} executeQuery: Read 836 rows, 57.60 KiB in 0.001466 sec., 570259.2087312414 rows/sec., 38.37 MiB/sec. 2025.12.19 19:59:38.294026 [ 4 ] {97d3f03a-00fd-4842-95ae-4028b1e50371} TCPHandler: Processed in 0.001647587 sec. 2025.12.19 19:59:38.294144 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:38.294240 [ 4 ] {f9d883d9-c2bf-429d-9ed8-c2ceae6a56bc} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:38.294295 [ 4 ] {f9d883d9-c2bf-429d-9ed8-c2ceae6a56bc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:38.295067 [ 4 ] {f9d883d9-c2bf-429d-9ed8-c2ceae6a56bc} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.295105 [ 4 ] {f9d883d9-c2bf-429d-9ed8-c2ceae6a56bc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:38.295630 [ 4 ] {f9d883d9-c2bf-429d-9ed8-c2ceae6a56bc} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2025.12.19 19:59:38.295864 [ 4 ] {f9d883d9-c2bf-429d-9ed8-c2ceae6a56bc} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.295985 [ 109 ] {} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2025.12.19 19:59:38.296003 [ 4 ] {f9d883d9-c2bf-429d-9ed8-c2ceae6a56bc} executeQuery: Read 23 rows, 42.20 KiB in 0.001782 sec., 12906.846240179573 rows/sec., 23.13 MiB/sec. 2025.12.19 19:59:38.296022 [ 109 ] {} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.296047 [ 109 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:38.296070 [ 4 ] {f9d883d9-c2bf-429d-9ed8-c2ceae6a56bc} TCPHandler: Processed in 0.001974701 sec. 2025.12.19 19:59:38.296138 [ 186 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2025.12.19 19:59:38.296193 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:38.296287 [ 4 ] {57b09d78-2b0c-4e34-8728-39a3d21b2835} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:38.296328 [ 4 ] {57b09d78-2b0c-4e34-8728-39a3d21b2835} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:38.296355 [ 186 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:38.296414 [ 186 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 267 rows starting from the beginning of the part 2025.12.19 19:59:38.296545 [ 186 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part 2025.12.19 19:59:38.296665 [ 186 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 18 rows starting from the beginning of the part 2025.12.19 19:59:38.296667 [ 4 ] {57b09d78-2b0c-4e34-8728-39a3d21b2835} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.296711 [ 4 ] {57b09d78-2b0c-4e34-8728-39a3d21b2835} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:38.296771 [ 186 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part 2025.12.19 19:59:38.296870 [ 186 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 18 rows starting from the beginning of the part 2025.12.19 19:59:38.296969 [ 186 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part 2025.12.19 19:59:38.297039 [ 4 ] {57b09d78-2b0c-4e34-8728-39a3d21b2835} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.19 19:59:38.297285 [ 4 ] {57b09d78-2b0c-4e34-8728-39a3d21b2835} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.297419 [ 4 ] {57b09d78-2b0c-4e34-8728-39a3d21b2835} executeQuery: Read 56 rows, 3.86 KiB in 0.001151 sec., 48653.34491746308 rows/sec., 3.27 MiB/sec. 2025.12.19 19:59:38.297454 [ 4 ] {57b09d78-2b0c-4e34-8728-39a3d21b2835} TCPHandler: Processed in 0.001309913 sec. 2025.12.19 19:59:38.300262 [ 196 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 372 rows, containing 19 columns (19 merged, 0 gathered) in 0.004167923 sec., 89253.08840878299 rows/sec., 159.94 MiB/sec. 2025.12.19 19:59:38.301025 [ 193 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2025.12.19 19:59:38.301431 [ 193 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.301517 [ 193 ] {7c66882c-dc50-4173-8f36-78d707c044e8::all_1_21_4} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2025.12.19 19:59:38.301649 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. 2025.12.19 19:59:38.904911 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8129 2025.12.19 19:59:38.905482 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:38.905538 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:38.906032 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.19 19:59:38.906265 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:38.906402 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8129 2025.12.19 19:59:39.331526 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 128 2025.12.19 19:59:39.347295 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:39.347360 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2025.12.19 19:59:39.352666 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2025.12.19 19:59:39.353393 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:39.356150 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 128 2025.12.19 19:59:41.444698 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 578 2025.12.19 19:59:41.447077 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:41.447134 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:41.448320 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:59:41.448600 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:41.448986 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 578 2025.12.19 19:59:43.279098 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.279340 [ 4 ] {1ee92225-a864-4168-9e71-e632af12836b} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:59:43.279437 [ 4 ] {1ee92225-a864-4168-9e71-e632af12836b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:59:43.280921 [ 4 ] {1ee92225-a864-4168-9e71-e632af12836b} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.280992 [ 4 ] {1ee92225-a864-4168-9e71-e632af12836b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.281627 [ 4 ] {1ee92225-a864-4168-9e71-e632af12836b} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:59:43.281958 [ 4 ] {1ee92225-a864-4168-9e71-e632af12836b} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.282186 [ 4 ] {1ee92225-a864-4168-9e71-e632af12836b} executeQuery: Read 410 rows, 26.63 KiB in 0.002911 sec., 140845.0704225352 rows/sec., 8.93 MiB/sec. 2025.12.19 19:59:43.282301 [ 4 ] {1ee92225-a864-4168-9e71-e632af12836b} TCPHandler: Processed in 0.003409735 sec. 2025.12.19 19:59:43.282490 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.282673 [ 4 ] {21c15839-33c5-4b6b-83d0-e7ed96fa84e3} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:43.282734 [ 4 ] {21c15839-33c5-4b6b-83d0-e7ed96fa84e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:43.284182 [ 4 ] {21c15839-33c5-4b6b-83d0-e7ed96fa84e3} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.284238 [ 4 ] {21c15839-33c5-4b6b-83d0-e7ed96fa84e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.284868 [ 4 ] {21c15839-33c5-4b6b-83d0-e7ed96fa84e3} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.19 19:59:43.285175 [ 4 ] {21c15839-33c5-4b6b-83d0-e7ed96fa84e3} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.285349 [ 4 ] {21c15839-33c5-4b6b-83d0-e7ed96fa84e3} executeQuery: Read 1148 rows, 93.39 KiB in 0.002711 sec., 423459.97786794545 rows/sec., 33.64 MiB/sec. 2025.12.19 19:59:43.285403 [ 4 ] {21c15839-33c5-4b6b-83d0-e7ed96fa84e3} TCPHandler: Processed in 0.002980571 sec. 2025.12.19 19:59:43.285569 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.285694 [ 4 ] {5b5561e1-08dc-4182-b0ab-5e763bf6848e} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:43.285750 [ 4 ] {5b5561e1-08dc-4182-b0ab-5e763bf6848e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:43.286458 [ 4 ] {5b5561e1-08dc-4182-b0ab-5e763bf6848e} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.286509 [ 4 ] {5b5561e1-08dc-4182-b0ab-5e763bf6848e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.286963 [ 4 ] {5b5561e1-08dc-4182-b0ab-5e763bf6848e} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.19 19:59:43.287278 [ 4 ] {5b5561e1-08dc-4182-b0ab-5e763bf6848e} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.287465 [ 4 ] {5b5561e1-08dc-4182-b0ab-5e763bf6848e} executeQuery: Read 223 rows, 13.67 KiB in 0.001798 sec., 124026.69632925473 rows/sec., 7.42 MiB/sec. 2025.12.19 19:59:43.287518 [ 4 ] {5b5561e1-08dc-4182-b0ab-5e763bf6848e} TCPHandler: Processed in 0.002014061 sec. 2025.12.19 19:59:43.287684 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.287803 [ 4 ] {a7e61f39-0d78-4d88-994d-a88e888c7df8} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:59:43.287854 [ 4 ] {a7e61f39-0d78-4d88-994d-a88e888c7df8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:59:43.288523 [ 4 ] {a7e61f39-0d78-4d88-994d-a88e888c7df8} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.288572 [ 4 ] {a7e61f39-0d78-4d88-994d-a88e888c7df8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.288996 [ 4 ] {a7e61f39-0d78-4d88-994d-a88e888c7df8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2025.12.19 19:59:43.289300 [ 4 ] {a7e61f39-0d78-4d88-994d-a88e888c7df8} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.289478 [ 4 ] {a7e61f39-0d78-4d88-994d-a88e888c7df8} executeQuery: Read 212 rows, 14.00 KiB in 0.001702 sec., 124559.3419506463 rows/sec., 8.03 MiB/sec. 2025.12.19 19:59:43.289525 [ 4 ] {a7e61f39-0d78-4d88-994d-a88e888c7df8} TCPHandler: Processed in 0.001904049 sec. 2025.12.19 19:59:43.289709 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.289821 [ 4 ] {69962a41-71c3-49b2-bc78-3cef814a644a} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:59:43.289877 [ 4 ] {69962a41-71c3-49b2-bc78-3cef814a644a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:59:43.290576 [ 4 ] {69962a41-71c3-49b2-bc78-3cef814a644a} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.290624 [ 4 ] {69962a41-71c3-49b2-bc78-3cef814a644a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.291061 [ 4 ] {69962a41-71c3-49b2-bc78-3cef814a644a} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:59:43.291375 [ 4 ] {69962a41-71c3-49b2-bc78-3cef814a644a} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.291552 [ 4 ] {69962a41-71c3-49b2-bc78-3cef814a644a} executeQuery: Read 211 rows, 12.27 KiB in 0.001757 sec., 120091.06431417188 rows/sec., 6.82 MiB/sec. 2025.12.19 19:59:43.291607 [ 4 ] {69962a41-71c3-49b2-bc78-3cef814a644a} TCPHandler: Processed in 0.00195526 sec. 2025.12.19 19:59:43.291787 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.291904 [ 4 ] {615bcac4-9192-4183-b720-7e919b6a667e} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:43.291955 [ 4 ] {615bcac4-9192-4183-b720-7e919b6a667e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:43.292921 [ 4 ] {615bcac4-9192-4183-b720-7e919b6a667e} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.292968 [ 4 ] {615bcac4-9192-4183-b720-7e919b6a667e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.293424 [ 4 ] {615bcac4-9192-4183-b720-7e919b6a667e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.19 19:59:43.293705 [ 4 ] {615bcac4-9192-4183-b720-7e919b6a667e} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.293876 [ 4 ] {615bcac4-9192-4183-b720-7e919b6a667e} executeQuery: Read 697 rows, 49.91 KiB in 0.001998 sec., 348848.84884884884 rows/sec., 24.39 MiB/sec. 2025.12.19 19:59:43.293927 [ 4 ] {615bcac4-9192-4183-b720-7e919b6a667e} TCPHandler: Processed in 0.002202093 sec. 2025.12.19 19:59:43.294159 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.294272 [ 4 ] {ec9eb590-79f8-4da8-b26c-6ccedd0be4e1} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:59:43.294328 [ 4 ] {ec9eb590-79f8-4da8-b26c-6ccedd0be4e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:59:43.294842 [ 4 ] {ec9eb590-79f8-4da8-b26c-6ccedd0be4e1} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.294889 [ 4 ] {ec9eb590-79f8-4da8-b26c-6ccedd0be4e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.295296 [ 4 ] {ec9eb590-79f8-4da8-b26c-6ccedd0be4e1} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:59:43.295608 [ 4 ] {ec9eb590-79f8-4da8-b26c-6ccedd0be4e1} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.295781 [ 4 ] {ec9eb590-79f8-4da8-b26c-6ccedd0be4e1} executeQuery: Read 6 rows, 321.00 B in 0.001532 sec., 3916.44908616188 rows/sec., 204.62 KiB/sec. 2025.12.19 19:59:43.295830 [ 4 ] {ec9eb590-79f8-4da8-b26c-6ccedd0be4e1} TCPHandler: Processed in 0.001732288 sec. 2025.12.19 19:59:43.295994 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.296109 [ 4 ] {65b8d572-8dd4-4df0-b2b1-d675a92fe32b} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:43.296164 [ 4 ] {65b8d572-8dd4-4df0-b2b1-d675a92fe32b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:43.296819 [ 4 ] {65b8d572-8dd4-4df0-b2b1-d675a92fe32b} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.296864 [ 4 ] {65b8d572-8dd4-4df0-b2b1-d675a92fe32b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.297324 [ 4 ] {65b8d572-8dd4-4df0-b2b1-d675a92fe32b} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.19 19:59:43.297640 [ 4 ] {65b8d572-8dd4-4df0-b2b1-d675a92fe32b} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.297807 [ 4 ] {65b8d572-8dd4-4df0-b2b1-d675a92fe32b} executeQuery: Read 314 rows, 21.12 KiB in 0.001723 sec., 182240.27858386535 rows/sec., 11.97 MiB/sec. 2025.12.19 19:59:43.297857 [ 4 ] {65b8d572-8dd4-4df0-b2b1-d675a92fe32b} TCPHandler: Processed in 0.00192236 sec. 2025.12.19 19:59:43.298015 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.298128 [ 4 ] {529d6ce0-667c-4bc0-9135-804a56c46691} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:59:43.298182 [ 4 ] {529d6ce0-667c-4bc0-9135-804a56c46691} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:59:43.298611 [ 4 ] {529d6ce0-667c-4bc0-9135-804a56c46691} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.298655 [ 4 ] {529d6ce0-667c-4bc0-9135-804a56c46691} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.299044 [ 4 ] {529d6ce0-667c-4bc0-9135-804a56c46691} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2025.12.19 19:59:43.299339 [ 4 ] {529d6ce0-667c-4bc0-9135-804a56c46691} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.299506 [ 4 ] {529d6ce0-667c-4bc0-9135-804a56c46691} executeQuery: Read 1 rows, 69.00 B in 0.001402 sec., 713.2667617689016 rows/sec., 48.06 KiB/sec. 2025.12.19 19:59:43.299556 [ 4 ] {529d6ce0-667c-4bc0-9135-804a56c46691} TCPHandler: Processed in 0.001601076 sec. 2025.12.19 19:59:43.299712 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.299822 [ 4 ] {37129382-aaa4-41e6-8afe-66362d4897eb} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:43.299890 [ 4 ] {37129382-aaa4-41e6-8afe-66362d4897eb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:43.300950 [ 4 ] {37129382-aaa4-41e6-8afe-66362d4897eb} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.300995 [ 4 ] {37129382-aaa4-41e6-8afe-66362d4897eb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.301685 [ 4 ] {37129382-aaa4-41e6-8afe-66362d4897eb} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2025.12.19 19:59:43.302007 [ 4 ] {37129382-aaa4-41e6-8afe-66362d4897eb} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.302196 [ 4 ] {37129382-aaa4-41e6-8afe-66362d4897eb} executeQuery: Read 18 rows, 33.03 KiB in 0.002397 sec., 7509.386733416772 rows/sec., 13.46 MiB/sec. 2025.12.19 19:59:43.302276 [ 4 ] {37129382-aaa4-41e6-8afe-66362d4897eb} TCPHandler: Processed in 0.002622997 sec. 2025.12.19 19:59:43.302550 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:43.302667 [ 4 ] {ab472ea1-2bef-4753-9b14-aa4d25bda2c6} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:43.302724 [ 4 ] {ab472ea1-2bef-4753-9b14-aa4d25bda2c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:43.303198 [ 4 ] {ab472ea1-2bef-4753-9b14-aa4d25bda2c6} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:43.303244 [ 4 ] {ab472ea1-2bef-4753-9b14-aa4d25bda2c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:43.303663 [ 4 ] {ab472ea1-2bef-4753-9b14-aa4d25bda2c6} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.19 19:59:43.303974 [ 4 ] {ab472ea1-2bef-4753-9b14-aa4d25bda2c6} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:43.304147 [ 4 ] {ab472ea1-2bef-4753-9b14-aa4d25bda2c6} executeQuery: Read 104 rows, 6.53 KiB in 0.001503 sec., 69194.94344644045 rows/sec., 4.24 MiB/sec. 2025.12.19 19:59:43.304195 [ 4 ] {ab472ea1-2bef-4753-9b14-aa4d25bda2c6} TCPHandler: Processed in 0.001707228 sec. 2025.12.19 19:59:44.249958 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53068 2025.12.19 19:59:44.250086 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.250124 [ 288 ] {} TCP-Session: 3462b4f1-fba8-493c-8882-dff2ba015408 Authenticating user 'default' from [fd00:1122:3344:101::e]:53068 2025.12.19 19:59:44.250154 [ 288 ] {} TCP-Session: 3462b4f1-fba8-493c-8882-dff2ba015408 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250168 [ 288 ] {} TCP-Session: 3462b4f1-fba8-493c-8882-dff2ba015408 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250386 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41964 2025.12.19 19:59:44.250414 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32808 2025.12.19 19:59:44.250441 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41948 2025.12.19 19:59:44.250462 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35416 2025.12.19 19:59:44.250451 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64493 2025.12.19 19:59:44.250509 [ 288 ] {} TCP-Session: 3462b4f1-fba8-493c-8882-dff2ba015408 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:44.250524 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.250534 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.250428 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52725 2025.12.19 19:59:44.250582 [ 289 ] {} TCP-Session: 5bc7b0c6-24b7-4193-b383-90dd4b77c049 Authenticating user 'default' from [fd00:1122:3344:101::e]:41964 2025.12.19 19:59:44.250597 [ 294 ] {} TCP-Session: e304fac4-c721-4f7d-b356-ed546bc1899f Authenticating user 'default' from [fd00:1122:3344:101::e]:41948 2025.12.19 19:59:44.250616 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.250636 [ 289 ] {} TCP-Session: 5bc7b0c6-24b7-4193-b383-90dd4b77c049 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250652 [ 290 ] {} TCP-Session: 64c33cd3-fd6f-4060-98ae-c8ab046b0ad2 Authenticating user 'default' from [fd00:1122:3344:101::e]:32808 2025.12.19 19:59:44.250669 [ 289 ] {} TCP-Session: 5bc7b0c6-24b7-4193-b383-90dd4b77c049 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250685 [ 290 ] {} TCP-Session: 64c33cd3-fd6f-4060-98ae-c8ab046b0ad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250698 [ 288 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} executeQuery: (from [fd00:1122:3344:101::e]:53068) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.19 19:59:44.250711 [ 290 ] {} TCP-Session: 64c33cd3-fd6f-4060-98ae-c8ab046b0ad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250414 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60210 2025.12.19 19:59:44.250418 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42031 2025.12.19 19:59:44.250786 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.250644 [ 294 ] {} TCP-Session: e304fac4-c721-4f7d-b356-ed546bc1899f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250828 [ 3 ] {} TCP-Session: 52ac9b13-7993-4168-8d37-ecc5451917bc Authenticating user 'default' from [fd00:1122:3344:101::e]:64493 2025.12.19 19:59:44.250829 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.250872 [ 3 ] {} TCP-Session: 52ac9b13-7993-4168-8d37-ecc5451917bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250844 [ 294 ] {} TCP-Session: e304fac4-c721-4f7d-b356-ed546bc1899f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250898 [ 293 ] {} TCP-Session: e444531c-7761-437a-a605-f6963590eb10 Authenticating user 'default' from [fd00:1122:3344:101::e]:52725 2025.12.19 19:59:44.250899 [ 3 ] {} TCP-Session: 52ac9b13-7993-4168-8d37-ecc5451917bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250940 [ 293 ] {} TCP-Session: e444531c-7761-437a-a605-f6963590eb10 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.250967 [ 293 ] {} TCP-Session: e444531c-7761-437a-a605-f6963590eb10 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.251045 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.251082 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.251088 [ 291 ] {} TCP-Session: c5937094-118b-4245-a000-e5f71865a029 Authenticating user 'default' from [fd00:1122:3344:101::e]:60210 2025.12.19 19:59:44.251102 [ 288 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.19 19:59:44.251118 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.251134 [ 291 ] {} TCP-Session: c5937094-118b-4245-a000-e5f71865a029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.251164 [ 292 ] {} TCP-Session: f37aad1f-2b6d-4b4a-be77-7d45cbaec217 Authenticating user 'default' from [fd00:1122:3344:101::e]:42031 2025.12.19 19:59:44.251173 [ 291 ] {} TCP-Session: c5937094-118b-4245-a000-e5f71865a029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.251181 [ 288 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:44.251190 [ 292 ] {} TCP-Session: f37aad1f-2b6d-4b4a-be77-7d45cbaec217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.251120 [ 286 ] {} TCP-Session: 7e560b5b-0c2d-4406-b62a-65b79ecbc0da Authenticating user 'default' from [fd00:1122:3344:101::e]:35416 2025.12.19 19:59:44.251222 [ 292 ] {} TCP-Session: f37aad1f-2b6d-4b4a-be77-7d45cbaec217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.251248 [ 286 ] {} TCP-Session: 7e560b5b-0c2d-4406-b62a-65b79ecbc0da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.251268 [ 286 ] {} TCP-Session: 7e560b5b-0c2d-4406-b62a-65b79ecbc0da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.251526 [ 288 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd) (SelectExecutor): Key condition: unknown 2025.12.19 19:59:44.252587 [ 326 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} AggregatingTransform: Aggregating 2025.12.19 19:59:44.252630 [ 326 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} Aggregator: Aggregation method: without_key 2025.12.19 19:59:44.252669 [ 326 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001031771 sec. (969.207 rows/sec., 37.86 KiB/sec.) 2025.12.19 19:59:44.252687 [ 326 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} Aggregator: Merging aggregated data 2025.12.19 19:59:44.254798 [ 288 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} executeQuery: Read 1 rows, 40.00 B in 0.00416 sec., 240.38461538461542 rows/sec., 9.39 KiB/sec. 2025.12.19 19:59:44.254994 [ 288 ] {0416b269-ad80-4564-bfe3-aa331bc8d0ba} TCPHandler: Processed in 0.004630998 sec. 2025.12.19 19:59:44.255137 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.255172 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.255179 [ 288 ] {} TCP-Session: 3462b4f1-fba8-493c-8882-dff2ba015408 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.255199 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.255220 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.255229 [ 291 ] {} TCP-Session: c5937094-118b-4245-a000-e5f71865a029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.255247 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.255270 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.255290 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.255333 [ 286 ] {} TCP-Session: 7e560b5b-0c2d-4406-b62a-65b79ecbc0da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.255339 [ 294 ] {} TCP-Session: e304fac4-c721-4f7d-b356-ed546bc1899f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.255360 [ 290 ] {} TCP-Session: 64c33cd3-fd6f-4060-98ae-c8ab046b0ad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.255327 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.255306 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.255274 [ 289 ] {} TCP-Session: 5bc7b0c6-24b7-4193-b383-90dd4b77c049 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.255431 [ 3 ] {} TCP-Session: 52ac9b13-7993-4168-8d37-ecc5451917bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.255447 [ 292 ] {} TCP-Session: f37aad1f-2b6d-4b4a-be77-7d45cbaec217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.255266 [ 293 ] {} TCP-Session: e444531c-7761-437a-a605-f6963590eb10 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.283527 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33760 2025.12.19 19:59:44.283630 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.283661 [ 288 ] {} TCP-Session: ffb6c6a9-adec-4ab8-a222-04e3bc03ac06 Authenticating user 'default' from [fd00:1122:3344:101::e]:33760 2025.12.19 19:59:44.283683 [ 288 ] {} TCP-Session: ffb6c6a9-adec-4ab8-a222-04e3bc03ac06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.283696 [ 288 ] {} TCP-Session: ffb6c6a9-adec-4ab8-a222-04e3bc03ac06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.283911 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34096 2025.12.19 19:59:44.283930 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63814 2025.12.19 19:59:44.283964 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39551 2025.12.19 19:59:44.283990 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54313 2025.12.19 19:59:44.284016 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.284019 [ 288 ] {} TCP-Session: ffb6c6a9-adec-4ab8-a222-04e3bc03ac06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:44.284050 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.284071 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.284089 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.284103 [ 291 ] {} TCP-Session: d545edc8-6ca3-4277-bf79-59aa98c3187b Authenticating user 'default' from [fd00:1122:3344:101::e]:63814 2025.12.19 19:59:44.284115 [ 294 ] {} TCP-Session: a5667d18-f249-43a5-a94b-e760d75270b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:39551 2025.12.19 19:59:44.284132 [ 286 ] {} TCP-Session: 5bf7a75e-ae9b-4179-9633-e2e17795d39f Authenticating user 'default' from [fd00:1122:3344:101::e]:54313 2025.12.19 19:59:44.284145 [ 291 ] {} TCP-Session: d545edc8-6ca3-4277-bf79-59aa98c3187b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284156 [ 294 ] {} TCP-Session: a5667d18-f249-43a5-a94b-e760d75270b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284169 [ 286 ] {} TCP-Session: 5bf7a75e-ae9b-4179-9633-e2e17795d39f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284187 [ 294 ] {} TCP-Session: a5667d18-f249-43a5-a94b-e760d75270b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284176 [ 291 ] {} TCP-Session: d545edc8-6ca3-4277-bf79-59aa98c3187b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284203 [ 286 ] {} TCP-Session: 5bf7a75e-ae9b-4179-9633-e2e17795d39f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284226 [ 288 ] {5deb490b-01d4-464e-b521-7c2effd2d770} executeQuery: (from [fd00:1122:3344:101::e]:33760) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.19 19:59:44.284067 [ 289 ] {} TCP-Session: c5d3b08c-9177-4715-b6ca-a11da2768555 Authenticating user 'default' from [fd00:1122:3344:101::e]:34096 2025.12.19 19:59:44.283948 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52129 2025.12.19 19:59:44.284288 [ 289 ] {} TCP-Session: c5d3b08c-9177-4715-b6ca-a11da2768555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.283938 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55209 2025.12.19 19:59:44.284308 [ 289 ] {} TCP-Session: c5d3b08c-9177-4715-b6ca-a11da2768555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284340 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.283925 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51826 2025.12.19 19:59:44.284368 [ 293 ] {} TCP-Session: 7e86c48c-e839-40de-b425-770e01b72d53 Authenticating user 'default' from [fd00:1122:3344:101::e]:52129 2025.12.19 19:59:44.284388 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.284407 [ 293 ] {} TCP-Session: 7e86c48c-e839-40de-b425-770e01b72d53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284428 [ 292 ] {} TCP-Session: 1e8cff5c-815e-4615-a84c-7d27145c6e5a Authenticating user 'default' from [fd00:1122:3344:101::e]:55209 2025.12.19 19:59:44.284435 [ 293 ] {} TCP-Session: 7e86c48c-e839-40de-b425-770e01b72d53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284439 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.284456 [ 292 ] {} TCP-Session: 1e8cff5c-815e-4615-a84c-7d27145c6e5a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284491 [ 290 ] {} TCP-Session: b8923248-4776-4915-96a9-293b5c6b7dd2 Authenticating user 'default' from [fd00:1122:3344:101::e]:51826 2025.12.19 19:59:44.284502 [ 288 ] {5deb490b-01d4-464e-b521-7c2effd2d770} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.19 19:59:44.284517 [ 290 ] {} TCP-Session: b8923248-4776-4915-96a9-293b5c6b7dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284499 [ 292 ] {} TCP-Session: 1e8cff5c-815e-4615-a84c-7d27145c6e5a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284550 [ 290 ] {} TCP-Session: b8923248-4776-4915-96a9-293b5c6b7dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284568 [ 288 ] {5deb490b-01d4-464e-b521-7c2effd2d770} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:44.283976 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61217 2025.12.19 19:59:44.284672 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.284695 [ 3 ] {} TCP-Session: a8251c88-487b-4c52-a6cf-5f52869c8972 Authenticating user 'default' from [fd00:1122:3344:101::e]:61217 2025.12.19 19:59:44.284712 [ 3 ] {} TCP-Session: a8251c88-487b-4c52-a6cf-5f52869c8972 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284727 [ 3 ] {} TCP-Session: a8251c88-487b-4c52-a6cf-5f52869c8972 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.284872 [ 288 ] {5deb490b-01d4-464e-b521-7c2effd2d770} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd) (SelectExecutor): Key condition: unknown 2025.12.19 19:59:44.285784 [ 316 ] {5deb490b-01d4-464e-b521-7c2effd2d770} AggregatingTransform: Aggregating 2025.12.19 19:59:44.285835 [ 316 ] {5deb490b-01d4-464e-b521-7c2effd2d770} Aggregator: Aggregation method: without_key 2025.12.19 19:59:44.285871 [ 316 ] {5deb490b-01d4-464e-b521-7c2effd2d770} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000891329 sec. (1121.920 rows/sec., 43.83 KiB/sec.) 2025.12.19 19:59:44.285892 [ 316 ] {5deb490b-01d4-464e-b521-7c2effd2d770} Aggregator: Merging aggregated data 2025.12.19 19:59:44.287272 [ 288 ] {5deb490b-01d4-464e-b521-7c2effd2d770} executeQuery: Read 1 rows, 40.00 B in 0.003106 sec., 321.9575016097875 rows/sec., 12.58 KiB/sec. 2025.12.19 19:59:44.287422 [ 288 ] {5deb490b-01d4-464e-b521-7c2effd2d770} TCPHandler: Processed in 0.003549736 sec. 2025.12.19 19:59:44.287550 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.287579 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.287585 [ 288 ] {} TCP-Session: ffb6c6a9-adec-4ab8-a222-04e3bc03ac06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.287604 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.287628 [ 286 ] {} TCP-Session: 5bf7a75e-ae9b-4179-9633-e2e17795d39f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.287640 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.287666 [ 291 ] {} TCP-Session: d545edc8-6ca3-4277-bf79-59aa98c3187b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.287667 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.287684 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.287703 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.287728 [ 294 ] {} TCP-Session: a5667d18-f249-43a5-a94b-e760d75270b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.287735 [ 290 ] {} TCP-Session: b8923248-4776-4915-96a9-293b5c6b7dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.287717 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.287767 [ 293 ] {} TCP-Session: 7e86c48c-e839-40de-b425-770e01b72d53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.287618 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.287813 [ 3 ] {} TCP-Session: a8251c88-487b-4c52-a6cf-5f52869c8972 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.287694 [ 292 ] {} TCP-Session: 1e8cff5c-815e-4615-a84c-7d27145c6e5a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.287848 [ 289 ] {} TCP-Session: c5d3b08c-9177-4715-b6ca-a11da2768555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.421878 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52810 2025.12.19 19:59:44.421988 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.422014 [ 288 ] {} TCP-Session: d3959ead-68c1-40ab-8133-3f8d9a1bb476 Authenticating user 'default' from [fd00:1122:3344:101::e]:52810 2025.12.19 19:59:44.422036 [ 288 ] {} TCP-Session: d3959ead-68c1-40ab-8133-3f8d9a1bb476 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422050 [ 288 ] {} TCP-Session: d3959ead-68c1-40ab-8133-3f8d9a1bb476 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422274 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36980 2025.12.19 19:59:44.422304 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56773 2025.12.19 19:59:44.422316 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41547 2025.12.19 19:59:44.422338 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57358 2025.12.19 19:59:44.422329 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60759 2025.12.19 19:59:44.422404 [ 288 ] {} TCP-Session: d3959ead-68c1-40ab-8133-3f8d9a1bb476 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:44.422390 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.422436 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.422464 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.422471 [ 289 ] {} TCP-Session: 4902c37d-9ef1-4bbc-b204-eebfcfa5c997 Authenticating user 'default' from [fd00:1122:3344:101::e]:36980 2025.12.19 19:59:44.422488 [ 294 ] {} TCP-Session: 98592f14-460d-4098-8b03-7ccb48128ea4 Authenticating user 'default' from [fd00:1122:3344:101::e]:41547 2025.12.19 19:59:44.422498 [ 3 ] {} TCP-Session: bb4b5386-69ec-4dfd-87f9-bcc2ae7aecc5 Authenticating user 'default' from [fd00:1122:3344:101::e]:60759 2025.12.19 19:59:44.422515 [ 289 ] {} TCP-Session: 4902c37d-9ef1-4bbc-b204-eebfcfa5c997 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422529 [ 294 ] {} TCP-Session: 98592f14-460d-4098-8b03-7ccb48128ea4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422537 [ 3 ] {} TCP-Session: bb4b5386-69ec-4dfd-87f9-bcc2ae7aecc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422559 [ 294 ] {} TCP-Session: 98592f14-460d-4098-8b03-7ccb48128ea4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422573 [ 3 ] {} TCP-Session: bb4b5386-69ec-4dfd-87f9-bcc2ae7aecc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422577 [ 288 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} executeQuery: (from [fd00:1122:3344:101::e]:52810) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2025.12.19 19:59:44.422546 [ 289 ] {} TCP-Session: 4902c37d-9ef1-4bbc-b204-eebfcfa5c997 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422436 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.422390 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.422676 [ 286 ] {} TCP-Session: 12f63533-d572-46a2-8b4d-ec4d09e182db Authenticating user 'default' from [fd00:1122:3344:101::e]:57358 2025.12.19 19:59:44.422698 [ 293 ] {} TCP-Session: 018fe249-5f8a-442a-8982-891e311984e1 Authenticating user 'default' from [fd00:1122:3344:101::e]:56773 2025.12.19 19:59:44.422717 [ 286 ] {} TCP-Session: 12f63533-d572-46a2-8b4d-ec4d09e182db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422732 [ 293 ] {} TCP-Session: 018fe249-5f8a-442a-8982-891e311984e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422742 [ 286 ] {} TCP-Session: 12f63533-d572-46a2-8b4d-ec4d09e182db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422755 [ 293 ] {} TCP-Session: 018fe249-5f8a-442a-8982-891e311984e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422286 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46042 2025.12.19 19:59:44.422288 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58593 2025.12.19 19:59:44.422295 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65403 2025.12.19 19:59:44.422856 [ 288 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2025.12.19 19:59:44.422850 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.422909 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.422915 [ 290 ] {} TCP-Session: 86165797-ad11-4452-9af3-af0d5234ce19 Authenticating user 'default' from [fd00:1122:3344:101::e]:46042 2025.12.19 19:59:44.422920 [ 288 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} InterpreterSelectQuery: FetchColumns -> Complete 2025.12.19 19:59:44.422943 [ 291 ] {} TCP-Session: ebb5f1d3-87e0-435f-8c91-a66f81df8630 Authenticating user 'default' from [fd00:1122:3344:101::e]:58593 2025.12.19 19:59:44.422950 [ 290 ] {} TCP-Session: 86165797-ad11-4452-9af3-af0d5234ce19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422983 [ 291 ] {} TCP-Session: ebb5f1d3-87e0-435f-8c91-a66f81df8630 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422987 [ 290 ] {} TCP-Session: 86165797-ad11-4452-9af3-af0d5234ce19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.423005 [ 291 ] {} TCP-Session: ebb5f1d3-87e0-435f-8c91-a66f81df8630 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.422913 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2025.12.19 19:59:44.423056 [ 292 ] {} TCP-Session: 983d4f59-d568-429f-83da-dc4ce6a399b2 Authenticating user 'default' from [fd00:1122:3344:101::e]:65403 2025.12.19 19:59:44.423073 [ 292 ] {} TCP-Session: 983d4f59-d568-429f-83da-dc4ce6a399b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.423085 [ 292 ] {} TCP-Session: 983d4f59-d568-429f-83da-dc4ce6a399b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.423239 [ 288 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} oximeter.version (523fe539-0eae-49d2-ab80-18dea5935bbd) (SelectExecutor): Key condition: unknown 2025.12.19 19:59:44.424085 [ 308 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} AggregatingTransform: Aggregating 2025.12.19 19:59:44.424131 [ 308 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} Aggregator: Aggregation method: without_key 2025.12.19 19:59:44.424167 [ 308 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000824069 sec. (1213.491 rows/sec., 47.40 KiB/sec.) 2025.12.19 19:59:44.424185 [ 308 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} Aggregator: Merging aggregated data 2025.12.19 19:59:44.425515 [ 288 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} executeQuery: Read 1 rows, 40.00 B in 0.002996 sec., 333.77837116154876 rows/sec., 13.04 KiB/sec. 2025.12.19 19:59:44.425636 [ 288 ] {6921d589-29dc-47c9-a62b-b04c173e9f9e} TCPHandler: Processed in 0.003342425 sec. 2025.12.19 19:59:44.425751 [ 288 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.425780 [ 288 ] {} TCP-Session: d3959ead-68c1-40ab-8133-3f8d9a1bb476 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.425783 [ 286 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.425802 [ 291 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.425818 [ 290 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.425846 [ 286 ] {} TCP-Session: 12f63533-d572-46a2-8b4d-ec4d09e182db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.425855 [ 293 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.425870 [ 294 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.425885 [ 292 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.425902 [ 3 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.425925 [ 294 ] {} TCP-Session: 98592f14-460d-4098-8b03-7ccb48128ea4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.425942 [ 292 ] {} TCP-Session: 983d4f59-d568-429f-83da-dc4ce6a399b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.425950 [ 3 ] {} TCP-Session: bb4b5386-69ec-4dfd-87f9-bcc2ae7aecc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.425908 [ 293 ] {} TCP-Session: 018fe249-5f8a-442a-8982-891e311984e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.425875 [ 290 ] {} TCP-Session: 86165797-ad11-4452-9af3-af0d5234ce19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.425864 [ 291 ] {} TCP-Session: ebb5f1d3-87e0-435f-8c91-a66f81df8630 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:44.425838 [ 289 ] {} TCPHandler: Done processing connection. 2025.12.19 19:59:44.426074 [ 289 ] {} TCP-Session: 4902c37d-9ef1-4bbc-b204-eebfcfa5c997 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2025.12.19 19:59:46.320943 [ 96 ] {} DNSResolver: Updating DNS cache 2025.12.19 19:59:46.321013 [ 96 ] {} DNSResolver: Updated DNS cache 2025.12.19 19:59:46.406595 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8641 2025.12.19 19:59:46.407135 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:46.407186 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:46.407693 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.19 19:59:46.407952 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:46.408111 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8641 2025.12.19 19:59:46.856330 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 136 2025.12.19 19:59:46.873552 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:46.873622 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:46.880274 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2025.12.19 19:59:46.881074 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:46.884618 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2025.12.19 19:59:48.257034 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:48.257210 [ 4 ] {39b73e92-42bc-4f15-bf04-198b45f455db} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:48.257280 [ 4 ] {39b73e92-42bc-4f15-bf04-198b45f455db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:48.257967 [ 4 ] {39b73e92-42bc-4f15-bf04-198b45f455db} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:48.258016 [ 4 ] {39b73e92-42bc-4f15-bf04-198b45f455db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:48.258408 [ 4 ] {39b73e92-42bc-4f15-bf04-198b45f455db} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.19 19:59:48.258643 [ 4 ] {39b73e92-42bc-4f15-bf04-198b45f455db} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:48.258810 [ 4 ] {39b73e92-42bc-4f15-bf04-198b45f455db} executeQuery: Read 102 rows, 8.72 KiB in 0.001648 sec., 61893.203883495145 rows/sec., 5.17 MiB/sec. 2025.12.19 19:59:48.258863 [ 4 ] {39b73e92-42bc-4f15-bf04-198b45f455db} TCPHandler: Processed in 0.00196421 sec. 2025.12.19 19:59:48.258988 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:48.259091 [ 4 ] {35add7b9-0325-402d-842f-6fb51db72d75} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:48.259135 [ 4 ] {35add7b9-0325-402d-842f-6fb51db72d75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:48.259544 [ 4 ] {35add7b9-0325-402d-842f-6fb51db72d75} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:48.259582 [ 4 ] {35add7b9-0325-402d-842f-6fb51db72d75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:48.259909 [ 4 ] {35add7b9-0325-402d-842f-6fb51db72d75} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.19 19:59:48.260130 [ 4 ] {35add7b9-0325-402d-842f-6fb51db72d75} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:48.260264 [ 4 ] {35add7b9-0325-402d-842f-6fb51db72d75} executeQuery: Read 23 rows, 1.73 KiB in 0.001197 sec., 19214.70342522974 rows/sec., 1.41 MiB/sec. 2025.12.19 19:59:48.260303 [ 4 ] {35add7b9-0325-402d-842f-6fb51db72d75} TCPHandler: Processed in 0.001365334 sec. 2025.12.19 19:59:48.260416 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:48.260513 [ 4 ] {caee2fd6-1c4b-436d-9892-65dca25dce2e} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:48.260554 [ 4 ] {caee2fd6-1c4b-436d-9892-65dca25dce2e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:48.260979 [ 4 ] {caee2fd6-1c4b-436d-9892-65dca25dce2e} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:48.261017 [ 4 ] {caee2fd6-1c4b-436d-9892-65dca25dce2e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:48.261321 [ 4 ] {caee2fd6-1c4b-436d-9892-65dca25dce2e} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.19 19:59:48.261548 [ 4 ] {caee2fd6-1c4b-436d-9892-65dca25dce2e} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:48.261683 [ 4 ] {caee2fd6-1c4b-436d-9892-65dca25dce2e} executeQuery: Read 87 rows, 6.96 KiB in 0.00119 sec., 73109.24369747899 rows/sec., 5.71 MiB/sec. 2025.12.19 19:59:48.261721 [ 4 ] {caee2fd6-1c4b-436d-9892-65dca25dce2e} TCPHandler: Processed in 0.001352774 sec. 2025.12.19 19:59:48.261848 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:48.261950 [ 4 ] {93d21330-e075-41b3-95e6-65a668e13bec} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:48.261994 [ 4 ] {93d21330-e075-41b3-95e6-65a668e13bec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:48.262483 [ 4 ] {93d21330-e075-41b3-95e6-65a668e13bec} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:48.262520 [ 4 ] {93d21330-e075-41b3-95e6-65a668e13bec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:48.262851 [ 4 ] {93d21330-e075-41b3-95e6-65a668e13bec} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.19 19:59:48.263075 [ 4 ] {93d21330-e075-41b3-95e6-65a668e13bec} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:48.263220 [ 4 ] {93d21330-e075-41b3-95e6-65a668e13bec} executeQuery: Read 160 rows, 11.41 KiB in 0.001293 sec., 123743.23279195667 rows/sec., 8.62 MiB/sec. 2025.12.19 19:59:48.263261 [ 4 ] {93d21330-e075-41b3-95e6-65a668e13bec} TCPHandler: Processed in 0.001462325 sec. 2025.12.19 19:59:48.263389 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:48.263491 [ 4 ] {c7b96052-3495-41b6-a898-b3f23e7ff948} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:48.263548 [ 4 ] {c7b96052-3495-41b6-a898-b3f23e7ff948} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:48.264412 [ 4 ] {c7b96052-3495-41b6-a898-b3f23e7ff948} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:48.264453 [ 4 ] {c7b96052-3495-41b6-a898-b3f23e7ff948} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:48.265032 [ 4 ] {c7b96052-3495-41b6-a898-b3f23e7ff948} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2025.12.19 19:59:48.265280 [ 4 ] {c7b96052-3495-41b6-a898-b3f23e7ff948} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:48.265469 [ 4 ] {c7b96052-3495-41b6-a898-b3f23e7ff948} executeQuery: Read 23 rows, 42.20 KiB in 0.001996 sec., 11523.04609218437 rows/sec., 20.65 MiB/sec. 2025.12.19 19:59:48.265544 [ 4 ] {c7b96052-3495-41b6-a898-b3f23e7ff948} TCPHandler: Processed in 0.002208452 sec. 2025.12.19 19:59:48.265667 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:48.265764 [ 4 ] {74d935d5-a0e6-49ab-9567-8e8770fbfd25} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:48.265809 [ 4 ] {74d935d5-a0e6-49ab-9567-8e8770fbfd25} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:48.266171 [ 4 ] {74d935d5-a0e6-49ab-9567-8e8770fbfd25} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:48.266209 [ 4 ] {74d935d5-a0e6-49ab-9567-8e8770fbfd25} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2025.12.19 19:59:48.266557 [ 4 ] {74d935d5-a0e6-49ab-9567-8e8770fbfd25} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.19 19:59:48.266790 [ 4 ] {74d935d5-a0e6-49ab-9567-8e8770fbfd25} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:48.266930 [ 4 ] {74d935d5-a0e6-49ab-9567-8e8770fbfd25} executeQuery: Read 60 rows, 4.14 KiB in 0.001185 sec., 50632.91139240506 rows/sec., 3.41 MiB/sec. 2025.12.19 19:59:48.266968 [ 4 ] {74d935d5-a0e6-49ab-9567-8e8770fbfd25} TCPHandler: Processed in 0.001351074 sec. 2025.12.19 19:59:51.449332 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 618 2025.12.19 19:59:51.451752 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:51.451800 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:51.453062 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:59:51.453338 [ 243 ] {} system.query_log (4f36394a-bfa6-420b-bc14-18e987106c74): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:51.453600 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 618 2025.12.19 19:59:53.269074 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.269255 [ 4 ] {5c976939-90b4-41ef-9da1-4eaff893f723} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2025.12.19 19:59:53.269322 [ 4 ] {5c976939-90b4-41ef-9da1-4eaff893f723} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2025.12.19 19:59:53.270219 [ 4 ] {5c976939-90b4-41ef-9da1-4eaff893f723} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.270267 [ 4 ] {5c976939-90b4-41ef-9da1-4eaff893f723} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.270731 [ 4 ] {5c976939-90b4-41ef-9da1-4eaff893f723} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:59:53.271006 [ 4 ] {5c976939-90b4-41ef-9da1-4eaff893f723} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.271140 [ 86 ] {} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.19 19:59:53.271176 [ 4 ] {5c976939-90b4-41ef-9da1-4eaff893f723} executeQuery: Read 410 rows, 26.63 KiB in 0.001971 sec., 208016.23541349568 rows/sec., 13.20 MiB/sec. 2025.12.19 19:59:53.271177 [ 86 ] {} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.271209 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.271228 [ 4 ] {5c976939-90b4-41ef-9da1-4eaff893f723} TCPHandler: Processed in 0.002284583 sec. 2025.12.19 19:59:53.271292 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.12.19 19:59:53.271367 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.271392 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:53.271422 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 410 rows starting from the beginning of the part 2025.12.19 19:59:53.271476 [ 4 ] {09113806-39b1-45ec-9a16-6f1ae8cd51b1} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2025.12.19 19:59:53.271481 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 410 rows starting from the beginning of the part 2025.12.19 19:59:53.271524 [ 4 ] {09113806-39b1-45ec-9a16-6f1ae8cd51b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2025.12.19 19:59:53.271535 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 410 rows starting from the beginning of the part 2025.12.19 19:59:53.271576 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 410 rows starting from the beginning of the part 2025.12.19 19:59:53.271615 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 410 rows starting from the beginning of the part 2025.12.19 19:59:53.272035 [ 4 ] {09113806-39b1-45ec-9a16-6f1ae8cd51b1} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.272071 [ 4 ] {09113806-39b1-45ec-9a16-6f1ae8cd51b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.272451 [ 4 ] {09113806-39b1-45ec-9a16-6f1ae8cd51b1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2025.12.19 19:59:53.272777 [ 4 ] {09113806-39b1-45ec-9a16-6f1ae8cd51b1} oximeter.fields_ipaddr (27275ec7-405f-469e-9e84-d37af6c0991c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.272795 [ 186 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 2050 rows, containing 5 columns (5 merged, 0 gathered) in 0.001537816 sec., 1333059.351703975 rows/sec., 89.65 MiB/sec. 2025.12.19 19:59:53.272923 [ 4 ] {09113806-39b1-45ec-9a16-6f1ae8cd51b1} executeQuery: Read 8 rows, 668.00 B in 0.001472 sec., 5434.782608695652 rows/sec., 443.17 KiB/sec. 2025.12.19 19:59:53.272966 [ 4 ] {09113806-39b1-45ec-9a16-6f1ae8cd51b1} TCPHandler: Processed in 0.001652707 sec. 2025.12.19 19:59:53.273018 [ 189 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.19 19:59:53.273096 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.273204 [ 4 ] {e31e036b-679f-489b-85a7-2abd08420b8f} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:53.273252 [ 4 ] {e31e036b-679f-489b-85a7-2abd08420b8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:53.273438 [ 189 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.273560 [ 189 ] {6cf35ba4-08be-450c-9066-f4acab2170e4::all_1_13_3} oximeter.fields_i16 (6cf35ba4-08be-450c-9066-f4acab2170e4) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.19 19:59:53.273671 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. 2025.12.19 19:59:53.274292 [ 4 ] {e31e036b-679f-489b-85a7-2abd08420b8f} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.274333 [ 4 ] {e31e036b-679f-489b-85a7-2abd08420b8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.274733 [ 4 ] {e31e036b-679f-489b-85a7-2abd08420b8f} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.19 19:59:53.274958 [ 4 ] {e31e036b-679f-489b-85a7-2abd08420b8f} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.275103 [ 4 ] {e31e036b-679f-489b-85a7-2abd08420b8f} executeQuery: Read 1152 rows, 93.68 KiB in 0.001926 sec., 598130.8411214954 rows/sec., 47.50 MiB/sec. 2025.12.19 19:59:53.275146 [ 4 ] {e31e036b-679f-489b-85a7-2abd08420b8f} TCPHandler: Processed in 0.002100282 sec. 2025.12.19 19:59:53.275271 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.275370 [ 4 ] {a23ca561-f4af-4b66-8829-13563bcb7da2} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:53.275411 [ 4 ] {a23ca561-f4af-4b66-8829-13563bcb7da2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:53.275920 [ 4 ] {a23ca561-f4af-4b66-8829-13563bcb7da2} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.275956 [ 4 ] {a23ca561-f4af-4b66-8829-13563bcb7da2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.276314 [ 4 ] {a23ca561-f4af-4b66-8829-13563bcb7da2} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.19 19:59:53.276528 [ 4 ] {a23ca561-f4af-4b66-8829-13563bcb7da2} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.276661 [ 4 ] {a23ca561-f4af-4b66-8829-13563bcb7da2} executeQuery: Read 231 rows, 14.23 KiB in 0.001313 sec., 175932.97791317594 rows/sec., 10.58 MiB/sec. 2025.12.19 19:59:53.276699 [ 4 ] {a23ca561-f4af-4b66-8829-13563bcb7da2} TCPHandler: Processed in 0.001477255 sec. 2025.12.19 19:59:53.276842 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.276955 [ 4 ] {b1794c6a-4347-4e10-a910-1a6aa9fe25e1} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2025.12.19 19:59:53.277005 [ 4 ] {b1794c6a-4347-4e10-a910-1a6aa9fe25e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2025.12.19 19:59:53.277623 [ 4 ] {b1794c6a-4347-4e10-a910-1a6aa9fe25e1} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.277663 [ 4 ] {b1794c6a-4347-4e10-a910-1a6aa9fe25e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.278089 [ 4 ] {b1794c6a-4347-4e10-a910-1a6aa9fe25e1} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2025.12.19 19:59:53.278348 [ 4 ] {b1794c6a-4347-4e10-a910-1a6aa9fe25e1} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.278464 [ 86 ] {} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 2025.12.19 19:59:53.278496 [ 4 ] {b1794c6a-4347-4e10-a910-1a6aa9fe25e1} executeQuery: Read 212 rows, 14.00 KiB in 0.001566 sec., 135376.75606641124 rows/sec., 8.73 MiB/sec. 2025.12.19 19:59:53.278506 [ 86 ] {} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.278535 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.278537 [ 4 ] {b1794c6a-4347-4e10-a910-1a6aa9fe25e1} TCPHandler: Processed in 0.001755298 sec. 2025.12.19 19:59:53.278643 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_10_2 to all_15_15_0 into Compact with storage Full 2025.12.19 19:59:53.278669 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.278750 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:53.278772 [ 4 ] {7501d0bc-c322-40f1-ad69-03921016ec1a} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2025.12.19 19:59:53.278786 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 440 rows starting from the beginning of the part 2025.12.19 19:59:53.278827 [ 4 ] {7501d0bc-c322-40f1-ad69-03921016ec1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2025.12.19 19:59:53.278864 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2025.12.19 19:59:53.278922 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 212 rows starting from the beginning of the part 2025.12.19 19:59:53.278967 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part 2025.12.19 19:59:53.279012 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 212 rows starting from the beginning of the part 2025.12.19 19:59:53.279053 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 212 rows starting from the beginning of the part 2025.12.19 19:59:53.279340 [ 4 ] {7501d0bc-c322-40f1-ad69-03921016ec1a} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.279383 [ 4 ] {7501d0bc-c322-40f1-ad69-03921016ec1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.279735 [ 4 ] {7501d0bc-c322-40f1-ad69-03921016ec1a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:59:53.279956 [ 4 ] {7501d0bc-c322-40f1-ad69-03921016ec1a} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.280066 [ 86 ] {} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 2025.12.19 19:59:53.280097 [ 4 ] {7501d0bc-c322-40f1-ad69-03921016ec1a} executeQuery: Read 211 rows, 12.27 KiB in 0.001345 sec., 156877.32342007433 rows/sec., 8.91 MiB/sec. 2025.12.19 19:59:53.280100 [ 86 ] {} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.280095 [ 188 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergeTask::MergeProjectionsStage: Merge sorted 1516 rows, containing 5 columns (5 merged, 0 gathered) in 0.001499555 sec., 1010966.5867540704 rows/sec., 70.03 MiB/sec. 2025.12.19 19:59:53.280141 [ 86 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.280138 [ 4 ] {7501d0bc-c322-40f1-ad69-03921016ec1a} TCPHandler: Processed in 0.001519186 sec. 2025.12.19 19:59:53.280244 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full 2025.12.19 19:59:53.280290 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) 2025.12.19 19:59:53.280306 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.280333 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:53.280362 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 211 rows starting from the beginning of the part 2025.12.19 19:59:53.280409 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 211 rows starting from the beginning of the part 2025.12.19 19:59:53.280431 [ 4 ] {1578799e-179a-46d1-8b48-26a755ff1146} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:53.280453 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 211 rows starting from the beginning of the part 2025.12.19 19:59:53.280489 [ 4 ] {1578799e-179a-46d1-8b48-26a755ff1146} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:53.280494 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 211 rows starting from the beginning of the part 2025.12.19 19:59:53.280551 [ 186 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 211 rows starting from the beginning of the part 2025.12.19 19:59:53.280599 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.280672 [ 189 ] {29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b::all_1_15_3} oximeter.fields_u32 (29f9cd4c-f7f8-4a42-8b8b-c54d8d5b818b) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 2025.12.19 19:59:53.280742 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. 2025.12.19 19:59:53.281262 [ 4 ] {1578799e-179a-46d1-8b48-26a755ff1146} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.281302 [ 4 ] {1578799e-179a-46d1-8b48-26a755ff1146} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.281412 [ 188 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} MergeTask::MergeProjectionsStage: Merge sorted 1055 rows, containing 5 columns (5 merged, 0 gathered) in 0.001191852 sec., 885177.0186231177 rows/sec., 53.64 MiB/sec. 2025.12.19 19:59:53.281570 [ 189 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) 2025.12.19 19:59:53.281722 [ 4 ] {1578799e-179a-46d1-8b48-26a755ff1146} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.19 19:59:53.281858 [ 189 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.281941 [ 189 ] {ec7986b3-f432-4da8-b978-18306c514b98::all_1_13_3} oximeter.fields_u8 (ec7986b3-f432-4da8-b978-18306c514b98) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 2025.12.19 19:59:53.282003 [ 4 ] {1578799e-179a-46d1-8b48-26a755ff1146} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.282016 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2025.12.19 19:59:53.282156 [ 4 ] {1578799e-179a-46d1-8b48-26a755ff1146} executeQuery: Read 705 rows, 50.56 KiB in 0.001748 sec., 403318.07780320366 rows/sec., 28.25 MiB/sec. 2025.12.19 19:59:53.282200 [ 4 ] {1578799e-179a-46d1-8b48-26a755ff1146} TCPHandler: Processed in 0.00194574 sec. 2025.12.19 19:59:53.282323 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.282419 [ 4 ] {a3d64675-5e72-496e-bda1-b2cf1034e5ce} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2025.12.19 19:59:53.282470 [ 4 ] {a3d64675-5e72-496e-bda1-b2cf1034e5ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2025.12.19 19:59:53.282819 [ 4 ] {a3d64675-5e72-496e-bda1-b2cf1034e5ce} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.282853 [ 4 ] {a3d64675-5e72-496e-bda1-b2cf1034e5ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.283168 [ 4 ] {a3d64675-5e72-496e-bda1-b2cf1034e5ce} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:59:53.283405 [ 4 ] {a3d64675-5e72-496e-bda1-b2cf1034e5ce} oximeter.measurements_bool (3254a297-e0b2-40a7-8597-83301491cf58): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.283562 [ 4 ] {a3d64675-5e72-496e-bda1-b2cf1034e5ce} executeQuery: Read 6 rows, 321.00 B in 0.001161 sec., 5167.958656330749 rows/sec., 270.01 KiB/sec. 2025.12.19 19:59:53.283609 [ 4 ] {a3d64675-5e72-496e-bda1-b2cf1034e5ce} TCPHandler: Processed in 0.001336024 sec. 2025.12.19 19:59:53.283736 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.283835 [ 4 ] {46b2e586-986c-4c1c-a171-6d669adc6800} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:53.283883 [ 4 ] {46b2e586-986c-4c1c-a171-6d669adc6800} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:53.284350 [ 4 ] {46b2e586-986c-4c1c-a171-6d669adc6800} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.284384 [ 4 ] {46b2e586-986c-4c1c-a171-6d669adc6800} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.284719 [ 4 ] {46b2e586-986c-4c1c-a171-6d669adc6800} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.19 19:59:53.284936 [ 4 ] {46b2e586-986c-4c1c-a171-6d669adc6800} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.285068 [ 4 ] {46b2e586-986c-4c1c-a171-6d669adc6800} executeQuery: Read 318 rows, 21.40 KiB in 0.001252 sec., 253993.61022364214 rows/sec., 16.69 MiB/sec. 2025.12.19 19:59:53.285104 [ 4 ] {46b2e586-986c-4c1c-a171-6d669adc6800} TCPHandler: Processed in 0.001417505 sec. 2025.12.19 19:59:53.285228 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.285328 [ 4 ] {3bc4a2ce-79d1-4dd6-8ce1-c6b59e670d5a} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2025.12.19 19:59:53.285371 [ 4 ] {3bc4a2ce-79d1-4dd6-8ce1-c6b59e670d5a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2025.12.19 19:59:53.285695 [ 4 ] {3bc4a2ce-79d1-4dd6-8ce1-c6b59e670d5a} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.285729 [ 4 ] {3bc4a2ce-79d1-4dd6-8ce1-c6b59e670d5a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.286028 [ 4 ] {3bc4a2ce-79d1-4dd6-8ce1-c6b59e670d5a} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2025.12.19 19:59:53.286234 [ 4 ] {3bc4a2ce-79d1-4dd6-8ce1-c6b59e670d5a} oximeter.measurements_f64 (06cc3133-098c-46de-9ab7-4d909ed59df0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.286363 [ 4 ] {3bc4a2ce-79d1-4dd6-8ce1-c6b59e670d5a} executeQuery: Read 1 rows, 69.00 B in 0.001053 sec., 949.6676163342831 rows/sec., 63.99 KiB/sec. 2025.12.19 19:59:53.286398 [ 4 ] {3bc4a2ce-79d1-4dd6-8ce1-c6b59e670d5a} TCPHandler: Processed in 0.001225482 sec. 2025.12.19 19:59:53.286512 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.286607 [ 4 ] {00b3835e-12ec-4874-b3b2-4c6d004a8b5d} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:53.286661 [ 4 ] {00b3835e-12ec-4874-b3b2-4c6d004a8b5d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:53.287449 [ 4 ] {00b3835e-12ec-4874-b3b2-4c6d004a8b5d} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.287486 [ 4 ] {00b3835e-12ec-4874-b3b2-4c6d004a8b5d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.288005 [ 4 ] {00b3835e-12ec-4874-b3b2-4c6d004a8b5d} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2025.12.19 19:59:53.288240 [ 4 ] {00b3835e-12ec-4874-b3b2-4c6d004a8b5d} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.288376 [ 4 ] {00b3835e-12ec-4874-b3b2-4c6d004a8b5d} executeQuery: Read 18 rows, 33.03 KiB in 0.001788 sec., 10067.114093959732 rows/sec., 18.04 MiB/sec. 2025.12.19 19:59:53.288436 [ 4 ] {00b3835e-12ec-4874-b3b2-4c6d004a8b5d} TCPHandler: Processed in 0.001976951 sec. 2025.12.19 19:59:53.288555 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:53.288649 [ 4 ] {1c7a64b6-ac8a-4248-89e5-96e2c7a28785} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:53.288691 [ 4 ] {1c7a64b6-ac8a-4248-89e5-96e2c7a28785} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:53.289041 [ 4 ] {1c7a64b6-ac8a-4248-89e5-96e2c7a28785} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.289076 [ 4 ] {1c7a64b6-ac8a-4248-89e5-96e2c7a28785} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.289402 [ 4 ] {1c7a64b6-ac8a-4248-89e5-96e2c7a28785} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.19 19:59:53.289616 [ 4 ] {1c7a64b6-ac8a-4248-89e5-96e2c7a28785} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.289751 [ 4 ] {1c7a64b6-ac8a-4248-89e5-96e2c7a28785} executeQuery: Read 104 rows, 6.53 KiB in 0.00112 sec., 92857.14285714287 rows/sec., 5.69 MiB/sec. 2025.12.19 19:59:53.289788 [ 4 ] {1c7a64b6-ac8a-4248-89e5-96e2c7a28785} TCPHandler: Processed in 0.001282233 sec. 2025.12.19 19:59:53.908304 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9089 2025.12.19 19:59:53.908788 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:53.908838 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:53.909319 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.19 19:59:53.909553 [ 245 ] {} system.asynchronous_metric_log (0092eb93-db68-4b24-9c82-59e5cfe672c6): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:53.909693 [ 245 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9089 2025.12.19 19:59:54.384806 [ 244 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2025.12.19 19:59:54.402003 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:54.402070 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:54.408778 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2025.12.19 19:59:54.409592 [ 244 ] {} system.metric_log (d1af9725-2080-48e2-bdb3-1e90cafa2be1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:54.413429 [ 244 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2025.12.19 19:59:58.257905 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:58.258104 [ 4 ] {be4b476a-eebe-4252-b51c-054ade4b28ad} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2025.12.19 19:59:58.258172 [ 4 ] {be4b476a-eebe-4252-b51c-054ade4b28ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2025.12.19 19:59:58.258914 [ 4 ] {be4b476a-eebe-4252-b51c-054ade4b28ad} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.258966 [ 4 ] {be4b476a-eebe-4252-b51c-054ade4b28ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.259375 [ 4 ] {be4b476a-eebe-4252-b51c-054ade4b28ad} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.19 19:59:58.259618 [ 4 ] {be4b476a-eebe-4252-b51c-054ade4b28ad} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.259779 [ 4 ] {be4b476a-eebe-4252-b51c-054ade4b28ad} executeQuery: Read 102 rows, 8.72 KiB in 0.001728 sec., 59027.77777777778 rows/sec., 4.93 MiB/sec. 2025.12.19 19:59:58.259771 [ 75 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.19 19:59:58.259830 [ 4 ] {be4b476a-eebe-4252-b51c-054ade4b28ad} TCPHandler: Processed in 0.002050942 sec. 2025.12.19 19:59:58.259877 [ 75 ] {} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.259914 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.259978 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:58.260017 [ 199 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.19 19:59:58.260088 [ 4 ] {46feba95-8347-4e88-ab8b-4d09d1af8403} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2025.12.19 19:59:58.260136 [ 199 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:58.260137 [ 4 ] {46feba95-8347-4e88-ab8b-4d09d1af8403} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2025.12.19 19:59:58.260175 [ 199 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2317 rows starting from the beginning of the part 2025.12.19 19:59:58.260270 [ 199 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1244 rows starting from the beginning of the part 2025.12.19 19:59:58.260319 [ 199 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1148 rows starting from the beginning of the part 2025.12.19 19:59:58.260361 [ 199 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 102 rows starting from the beginning of the part 2025.12.19 19:59:58.260403 [ 199 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1152 rows starting from the beginning of the part 2025.12.19 19:59:58.260442 [ 199 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 102 rows starting from the beginning of the part 2025.12.19 19:59:58.260595 [ 4 ] {46feba95-8347-4e88-ab8b-4d09d1af8403} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.260639 [ 4 ] {46feba95-8347-4e88-ab8b-4d09d1af8403} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.260999 [ 4 ] {46feba95-8347-4e88-ab8b-4d09d1af8403} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.19 19:59:58.261233 [ 4 ] {46feba95-8347-4e88-ab8b-4d09d1af8403} oximeter.fields_u16 (7f2dc7a3-d180-4914-8553-acfecdd5483b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.261380 [ 4 ] {46feba95-8347-4e88-ab8b-4d09d1af8403} executeQuery: Read 23 rows, 1.73 KiB in 0.001318 sec., 17450.682852807284 rows/sec., 1.28 MiB/sec. 2025.12.19 19:59:58.261423 [ 4 ] {46feba95-8347-4e88-ab8b-4d09d1af8403} TCPHandler: Processed in 0.001495306 sec. 2025.12.19 19:59:58.261536 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:58.261634 [ 4 ] {c08f91a7-5483-4e9b-9b73-de46bc5c47ac} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2025.12.19 19:59:58.261675 [ 4 ] {c08f91a7-5483-4e9b-9b73-de46bc5c47ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2025.12.19 19:59:58.262127 [ 4 ] {c08f91a7-5483-4e9b-9b73-de46bc5c47ac} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.262164 [ 4 ] {c08f91a7-5483-4e9b-9b73-de46bc5c47ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.262488 [ 4 ] {c08f91a7-5483-4e9b-9b73-de46bc5c47ac} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.19 19:59:58.262710 [ 4 ] {c08f91a7-5483-4e9b-9b73-de46bc5c47ac} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.262766 [ 189 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 6065 rows, containing 5 columns (5 merged, 0 gathered) in 0.002787349 sec., 2175902.6228864775 rows/sec., 184.46 MiB/sec. 2025.12.19 19:59:58.262816 [ 75 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.19 19:59:58.262844 [ 4 ] {c08f91a7-5483-4e9b-9b73-de46bc5c47ac} executeQuery: Read 87 rows, 6.96 KiB in 0.001231 sec., 70674.24857839155 rows/sec., 5.52 MiB/sec. 2025.12.19 19:59:58.262857 [ 75 ] {} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.262891 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.262901 [ 4 ] {c08f91a7-5483-4e9b-9b73-de46bc5c47ac} TCPHandler: Processed in 0.001413234 sec. 2025.12.19 19:59:58.262954 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.19 19:59:58.263047 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:58.263052 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:58.263096 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1182 rows starting from the beginning of the part 2025.12.19 19:59:58.263130 [ 188 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.19 19:59:58.263142 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 547 rows starting from the beginning of the part 2025.12.19 19:59:58.263153 [ 4 ] {a9512baa-cf8a-4340-9087-dae56be6e390} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:58.263212 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 697 rows starting from the beginning of the part 2025.12.19 19:59:58.263224 [ 4 ] {a9512baa-cf8a-4340-9087-dae56be6e390} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2025.12.19 19:59:58.263257 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 87 rows starting from the beginning of the part 2025.12.19 19:59:58.263298 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 705 rows starting from the beginning of the part 2025.12.19 19:59:58.263334 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 87 rows starting from the beginning of the part 2025.12.19 19:59:58.263530 [ 188 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.263633 [ 188 ] {331328af-8591-4397-91a7-89aaf7df92bf::all_1_26_5} oximeter.fields_string (331328af-8591-4397-91a7-89aaf7df92bf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.19 19:59:58.263686 [ 4 ] {a9512baa-cf8a-4340-9087-dae56be6e390} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.263728 [ 4 ] {a9512baa-cf8a-4340-9087-dae56be6e390} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.263736 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.23 MiB. 2025.12.19 19:59:58.264097 [ 4 ] {a9512baa-cf8a-4340-9087-dae56be6e390} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.19 19:59:58.264323 [ 4 ] {a9512baa-cf8a-4340-9087-dae56be6e390} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.264431 [ 75 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.19 19:59:58.264456 [ 4 ] {a9512baa-cf8a-4340-9087-dae56be6e390} executeQuery: Read 160 rows, 11.41 KiB in 0.001324 sec., 120845.92145015104 rows/sec., 8.42 MiB/sec. 2025.12.19 19:59:58.264473 [ 75 ] {} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.264498 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.264499 [ 4 ] {a9512baa-cf8a-4340-9087-dae56be6e390} TCPHandler: Processed in 0.001503746 sec. 2025.12.19 19:59:58.264519 [ 192 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3305 rows, containing 5 columns (5 merged, 0 gathered) in 0.001589736 sec., 2078961.5382679892 rows/sec., 156.90 MiB/sec. 2025.12.19 19:59:58.264594 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.19 19:59:58.264634 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:58.264707 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:58.264733 [ 4 ] {05d2a632-7272-4184-9a61-6965d8e92942} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2025.12.19 19:59:58.264733 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.19 19:59:58.264746 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6113 rows starting from the beginning of the part 2025.12.19 19:59:58.264801 [ 4 ] {05d2a632-7272-4184-9a61-6965d8e92942} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2025.12.19 19:59:58.264831 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 836 rows starting from the beginning of the part 2025.12.19 19:59:58.264880 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 314 rows starting from the beginning of the part 2025.12.19 19:59:58.264924 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 160 rows starting from the beginning of the part 2025.12.19 19:59:58.264965 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 318 rows starting from the beginning of the part 2025.12.19 19:59:58.265012 [ 188 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 160 rows starting from the beginning of the part 2025.12.19 19:59:58.265027 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.265109 [ 199 ] {eee0364f-5f62-458b-9507-301cf777f704::all_1_26_5} oximeter.fields_uuid (eee0364f-5f62-458b-9507-301cf777f704) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.19 19:59:58.265189 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. 2025.12.19 19:59:58.265630 [ 4 ] {05d2a632-7272-4184-9a61-6965d8e92942} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.265670 [ 4 ] {05d2a632-7272-4184-9a61-6965d8e92942} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.266217 [ 4 ] {05d2a632-7272-4184-9a61-6965d8e92942} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2025.12.19 19:59:58.266451 [ 4 ] {05d2a632-7272-4184-9a61-6965d8e92942} oximeter.measurements_histogramu64 (7c66882c-dc50-4173-8f36-78d707c044e8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.266653 [ 4 ] {05d2a632-7272-4184-9a61-6965d8e92942} executeQuery: Read 23 rows, 42.20 KiB in 0.001936 sec., 11880.165289256198 rows/sec., 21.29 MiB/sec. 2025.12.19 19:59:58.266726 [ 4 ] {05d2a632-7272-4184-9a61-6965d8e92942} TCPHandler: Processed in 0.002139092 sec. 2025.12.19 19:59:58.266851 [ 4 ] {} TCP-Session: 3f5b72bf-ccc1-462f-bc7e-128f6bbc9e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2025.12.19 19:59:58.266948 [ 4 ] {0a0ccfff-248f-4762-b11a-c793ee946582} executeQuery: (from [fd00:1122:3344:101::d]:46211) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2025.12.19 19:59:58.266991 [ 4 ] {0a0ccfff-248f-4762-b11a-c793ee946582} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2025.12.19 19:59:58.267342 [ 4 ] {0a0ccfff-248f-4762-b11a-c793ee946582} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.267378 [ 4 ] {0a0ccfff-248f-4762-b11a-c793ee946582} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.267723 [ 4 ] {0a0ccfff-248f-4762-b11a-c793ee946582} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2025.12.19 19:59:58.267738 [ 202 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 7901 rows, containing 5 columns (5 merged, 0 gathered) in 0.003189403 sec., 2477266.1215907806 rows/sec., 164.23 MiB/sec. 2025.12.19 19:59:58.267955 [ 4 ] {0a0ccfff-248f-4762-b11a-c793ee946582} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.268062 [ 75 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2025.12.19 19:59:58.268096 [ 75 ] {} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2025.12.19 19:59:58.268096 [ 4 ] {0a0ccfff-248f-4762-b11a-c793ee946582} executeQuery: Read 60 rows, 4.14 KiB in 0.001166 sec., 51457.975986277874 rows/sec., 3.47 MiB/sec. 2025.12.19 19:59:58.268117 [ 75 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.92 GiB. 2025.12.19 19:59:58.268151 [ 4 ] {0a0ccfff-248f-4762-b11a-c793ee946582} TCPHandler: Processed in 0.001349634 sec. 2025.12.19 19:59:58.268153 [ 192 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.19 19:59:58.268198 [ 188 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2025.12.19 19:59:58.268288 [ 188 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2025.12.19 19:59:58.268314 [ 188 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1016 rows starting from the beginning of the part 2025.12.19 19:59:58.268360 [ 188 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part 2025.12.19 19:59:58.268394 [ 188 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 104 rows starting from the beginning of the part 2025.12.19 19:59:58.268424 [ 188 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part 2025.12.19 19:59:58.268453 [ 192 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.268456 [ 188 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 104 rows starting from the beginning of the part 2025.12.19 19:59:58.268494 [ 188 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part 2025.12.19 19:59:58.268527 [ 192 ] {276aa8bd-7031-41bb-9d24-6faef9e9b080::all_1_26_5} oximeter.measurements_cumulativeu64 (276aa8bd-7031-41bb-9d24-6faef9e9b080) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.19 19:59:58.268597 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. 2025.12.19 19:59:58.269310 [ 202 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1400 rows, containing 4 columns (4 merged, 0 gathered) in 0.001142832 sec., 1225026.950592913 rows/sec., 74.74 MiB/sec. 2025.12.19 19:59:58.269465 [ 192 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2025.12.19 19:59:58.269706 [ 192 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2025.12.19 19:59:58.269767 [ 192 ] {bf7a093a-7950-4b3b-b02c-2477da856592::all_1_26_5} oximeter.measurements_u64 (bf7a093a-7950-4b3b-b02c-2477da856592) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2025.12.19 19:59:58.269825 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB.