[ Jan 8 16:11:45 Enabled. ] [ Jan 8 16:11:45 Rereading configuration. ] [ Jan 8 16:11:46 Rereading configuration. ] [ Jan 8 16:11:51 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 [ Jan 8 16:11:51 Method "start" exited with status 0. ] Processing configuration file '/opt/oxide/clickhouse/config.xml'. Logging trace to /var/tmp/clickhouse-server.log Logging errors to /var/tmp/clickhouse-server.errlog 2026.01.08 16:11:52.101496 [ 1 ] {} Application: Will watch for the process with pid 25075 2026.01.08 16:11:52.101898 [ 1 ] {} Application: Forked a child process to watch 2026.01.08 16:11:52.525423 [ 1 ] {} Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: 3042d295d963012962f5c683bd2776fa331a38c3, build id: ), PID 25075 2026.01.08 16:11:52.526214 [ 1 ] {} Application: starting up 2026.01.08 16:11:52.526364 [ 1 ] {} Application: OS name: SunOS, version: 5.11, architecture: i86pc 2026.01.08 16:11:52.621476 [ 1 ] {} Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. 2026.01.08 16:11:52.681245 [ 1 ] {} Application: rlimit on number of file descriptors is 65536 2026.01.08 16:11:52.681343 [ 1 ] {} Application: Initializing DateLUT. 2026.01.08 16:11:52.681364 [ 1 ] {} Application: Initialized DateLUT with time zone 'UTC'. 2026.01.08 16:11:52.681434 [ 1 ] {} Context: Setting up /data/tmp/ to store temporary data in it 2026.01.08 16:11:52.682101 [ 1 ] {} Application: Initializing interserver credentials. 2026.01.08 16:11:52.684447 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.01.08 16:11:52.685417 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.08 16:11:52.686276 [ 1 ] {} Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) 2026.01.08 16:11:52.686327 [ 1 ] {} Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) 2026.01.08 16:11:52.686369 [ 1 ] {} Application: Merges and mutations memory limit is set to 47.94 GiB 2026.01.08 16:11:52.687259 [ 1 ] {} BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.08 16:11:52.688149 [ 1 ] {} BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads 2026.01.08 16:11:52.693544 [ 1 ] {} BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.08 16:11:52.694470 [ 1 ] {} BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads 2026.01.08 16:11:52.696191 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.08 16:11:52.696283 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.08 16:11:52.698646 [ 1 ] {} ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' Processing configuration file '/opt/oxide/clickhouse/config.xml'. Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. 2026.01.08 16:11:52.699130 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration 2026.01.08 16:11:52.702660 [ 1 ] {} ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration 2026.01.08 16:11:52.703307 [ 1 ] {} Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml 2026.01.08 16:11:52.706527 [ 1 ] {} Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin 2026.01.08 16:11:52.706918 [ 1 ] {} Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 2026.01.08 16:11:52.707303 [ 1 ] {} Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 2026.01.08 16:11:52.707689 [ 1 ] {} Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 2026.01.08 16:11:52.709217 [ 1 ] {} DNSCacheUpdater: Update period 15 seconds 2026.01.08 16:11:52.709250 [ 1 ] {} Application: Loading metadata from /data/ 2026.01.08 16:11:52.709356 [ 8 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:11:52.709458 [ 8 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:11:52.724314 [ 1 ] {} DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. 2026.01.08 16:11:52.724342 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000166984 sec 2026.01.08 16:11:52.724403 [ 1 ] {} ReferentialDeps: No tables 2026.01.08 16:11:52.724472 [ 1 ] {} LoadingDeps: No tables 2026.01.08 16:11:52.725220 [ 1 ] {} DatabaseAtomic (system): Starting up tables. 2026.01.08 16:11:52.725814 [ 1 ] {} SystemLog: Creating system.query_log from query_log 2026.01.08 16:11:52.735273 [ 1 ] {} SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config 2026.01.08 16:11:52.735316 [ 1 ] {} SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config 2026.01.08 16:11:52.735386 [ 1 ] {} SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config 2026.01.08 16:11:52.735398 [ 1 ] {} SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config 2026.01.08 16:11:52.735432 [ 1 ] {} SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config 2026.01.08 16:11:52.735507 [ 1 ] {} SystemLog: Creating system.metric_log from metric_log 2026.01.08 16:11:52.739653 [ 1 ] {} SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config 2026.01.08 16:11:52.739700 [ 1 ] {} SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config 2026.01.08 16:11:52.739756 [ 1 ] {} SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log 2026.01.08 16:11:52.739937 [ 1 ] {} SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config 2026.01.08 16:11:52.739983 [ 1 ] {} SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config 2026.01.08 16:11:52.739996 [ 1 ] {} SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config 2026.01.08 16:11:52.740079 [ 1 ] {} SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config 2026.01.08 16:11:52.740092 [ 1 ] {} SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config 2026.01.08 16:11:52.740123 [ 1 ] {} SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config 2026.01.08 16:11:52.740198 [ 1 ] {} SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config 2026.01.08 16:11:52.762677 [ 1 ] {} DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. 2026.01.08 16:11:52.765128 [ 1 ] {} DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. 2026.01.08 16:11:52.765251 [ 1 ] {} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000144363 sec 2026.01.08 16:11:52.765278 [ 1 ] {} ReferentialDeps: No tables 2026.01.08 16:11:52.765298 [ 1 ] {} LoadingDeps: No tables 2026.01.08 16:11:52.765338 [ 1 ] {} DatabaseAtomic (default): Starting up tables. 2026.01.08 16:11:52.765662 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ 2026.01.08 16:11:52.765792 [ 1 ] {} UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded 2026.01.08 16:11:52.765810 [ 1 ] {} Application: Loaded metadata. 2026.01.08 16:11:52.765824 [ 1 ] {} Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). 2026.01.08 16:11:52.765839 [ 1 ] {} Application: TaskStats is not implemented for this OS. IO accounting will be disabled. 2026.01.08 16:11:52.769691 [ 1 ] {} CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. 2026.01.08 16:11:52.769909 [ 1 ] {} AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 116.81 MiB (RSS), difference: 92.03 MiB 2026.01.08 16:11:52.771299 [ 1 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 1.373e-05 sec. 2026.01.08 16:11:52.771731 [ 1 ] {} Application: Listening for http://[fd00:1122:3344:101::e]:8123 2026.01.08 16:11:52.773030 [ 1 ] {} Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 2026.01.08 16:11:52.773049 [ 1 ] {} Application: Ready for connections. 2026.01.08 16:11:53.000149 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 116.82 MiB, peak 116.82 MiB, free memory in arenas 0.00 B, will set to 118.35 MiB (RSS), difference: 1.52 MiB 2026.01.08 16:11:53.931860 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47427 2026.01.08 16:11:53.933987 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:53.934062 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Authenticating user 'default' from [fd00:1122:3344:101::d]:47427 2026.01.08 16:11:53.934187 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.934202 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.934302 [ 3 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.08 16:11:53.934404 [ 3 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.08 16:11:53.934420 [ 3 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.08 16:11:53.935022 [ 4 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53053 2026.01.08 16:11:53.935054 [ 5 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48640 2026.01.08 16:11:53.935176 [ 254 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58454 2026.01.08 16:11:53.935215 [ 4 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:53.935306 [ 5 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:53.935355 [ 5 ] {} TCP-Session: 881dfa3a-fdc9-4cec-9d6e-6cca75d60d52 Authenticating user 'default' from [fd00:1122:3344:101::d]:48640 2026.01.08 16:11:53.935383 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Authenticating user 'default' from [fd00:1122:3344:101::d]:53053 2026.01.08 16:11:53.935378 [ 255 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41621 2026.01.08 16:11:53.935470 [ 254 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:53.935480 [ 5 ] {} TCP-Session: 881dfa3a-fdc9-4cec-9d6e-6cca75d60d52 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.935520 [ 254 ] {} TCP-Session: 3e496563-e420-4979-b18e-42b53ba4ee37 Authenticating user 'default' from [fd00:1122:3344:101::d]:58454 2026.01.08 16:11:53.935503 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.935596 [ 255 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:53.935640 [ 257 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63440 2026.01.08 16:11:53.935626 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.935622 [ 254 ] {} TCP-Session: 3e496563-e420-4979-b18e-42b53ba4ee37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.935711 [ 255 ] {} TCP-Session: 5eec91e2-602e-43cb-9386-bc4fc2abd76e Authenticating user 'default' from [fd00:1122:3344:101::d]:41621 2026.01.08 16:11:53.935752 [ 258 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58671 2026.01.08 16:11:53.935603 [ 5 ] {} TCP-Session: 881dfa3a-fdc9-4cec-9d6e-6cca75d60d52 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.935817 [ 254 ] {} TCP-Session: 3e496563-e420-4979-b18e-42b53ba4ee37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.935865 [ 255 ] {} TCP-Session: 5eec91e2-602e-43cb-9386-bc4fc2abd76e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.935872 [ 259 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35716 2026.01.08 16:11:53.935491 [ 256 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45654 2026.01.08 16:11:53.935955 [ 258 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:53.935959 [ 255 ] {} TCP-Session: 5eec91e2-602e-43cb-9386-bc4fc2abd76e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.936066 [ 258 ] {} TCP-Session: a48d6b7c-d535-437a-af37-7adfb8a528e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:58671 2026.01.08 16:11:53.936145 [ 258 ] {} TCP-Session: a48d6b7c-d535-437a-af37-7adfb8a528e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.936158 [ 259 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:53.936171 [ 256 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:53.936196 [ 258 ] {} TCP-Session: a48d6b7c-d535-437a-af37-7adfb8a528e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.936240 [ 256 ] {} TCP-Session: f0612e20-39c4-4474-ace6-19e9885d96e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:45654 2026.01.08 16:11:53.936214 [ 259 ] {} TCP-Session: 26fce8ec-15d0-458c-9c73-2da0c2937353 Authenticating user 'default' from [fd00:1122:3344:101::d]:35716 2026.01.08 16:11:53.936315 [ 259 ] {} TCP-Session: 26fce8ec-15d0-458c-9c73-2da0c2937353 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.936329 [ 256 ] {} TCP-Session: f0612e20-39c4-4474-ace6-19e9885d96e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.936447 [ 259 ] {} TCP-Session: 26fce8ec-15d0-458c-9c73-2da0c2937353 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.936460 [ 256 ] {} TCP-Session: f0612e20-39c4-4474-ace6-19e9885d96e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.937220 [ 257 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:53.937314 [ 257 ] {} TCP-Session: 27b92488-c78c-491a-a865-0098afcc6767 Authenticating user 'default' from [fd00:1122:3344:101::d]:63440 2026.01.08 16:11:53.937343 [ 257 ] {} TCP-Session: 27b92488-c78c-491a-a865-0098afcc6767 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.937450 [ 257 ] {} TCP-Session: 27b92488-c78c-491a-a865-0098afcc6767 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:53.939505 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:53.942743 [ 3 ] {d09411af-5504-4a1f-a1a3-17859a83cc7b} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:11:54.000948 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 118.40 MiB, peak 118.40 MiB, free memory in arenas 0.00 B, will set to 121.64 MiB (RSS), difference: 3.24 MiB 2026.01.08 16:11:54.050816 [ 3 ] {d09411af-5504-4a1f-a1a3-17859a83cc7b} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:47427) (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 2026.01.08 16:11:54.052026 [ 3 ] {d09411af-5504-4a1f-a1a3-17859a83cc7b} 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 2026.01.08 16:11:54.052296 [ 3 ] {d09411af-5504-4a1f-a1a3-17859a83cc7b} TCPHandler: Processed in 0.115089521 sec. 2026.01.08 16:11:54.053036 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.053270 [ 4 ] {6b64e04f-ea08-4849-813f-e3cd9fc99321} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:11:54.053774 [ 4 ] {6b64e04f-ea08-4849-813f-e3cd9fc99321} executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:53053) (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 2026.01.08 16:11:54.054059 [ 4 ] {6b64e04f-ea08-4849-813f-e3cd9fc99321} 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 2026.01.08 16:11:54.054356 [ 4 ] {6b64e04f-ea08-4849-813f-e3cd9fc99321} TCPHandler: Processed in 0.001758469 sec. 2026.01.08 16:11:54.054694 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.055536 [ 3 ] {08a490e7-7d1b-455b-9a9c-afdbc8a50fb3} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) 2026.01.08 16:11:54.056276 [ 3 ] {08a490e7-7d1b-455b-9a9c-afdbc8a50fb3} ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* 2026.01.08 16:11:54.063185 [ 3 ] {08a490e7-7d1b-455b-9a9c-afdbc8a50fb3} DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. 2026.01.08 16:11:54.063288 [ 3 ] {08a490e7-7d1b-455b-9a9c-afdbc8a50fb3} TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000141723 sec 2026.01.08 16:11:54.063305 [ 3 ] {08a490e7-7d1b-455b-9a9c-afdbc8a50fb3} ReferentialDeps: No tables 2026.01.08 16:11:54.063316 [ 3 ] {08a490e7-7d1b-455b-9a9c-afdbc8a50fb3} LoadingDeps: No tables 2026.01.08 16:11:54.063345 [ 3 ] {08a490e7-7d1b-455b-9a9c-afdbc8a50fb3} DatabaseAtomic (oximeter): Starting up tables. 2026.01.08 16:11:54.064117 [ 3 ] {08a490e7-7d1b-455b-9a9c-afdbc8a50fb3} TCPHandler: Processed in 0.009538583 sec. 2026.01.08 16:11:54.064281 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.064442 [ 3 ] {26a6de10-8046-4800-b234-87e889ba3b48} executeQuery: (from [fd00:1122:3344:101::d]:47427) /* The version table contains metadata about the `oximeter` database */ CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) 2026.01.08 16:11:54.064568 [ 3 ] {26a6de10-8046-4800-b234-87e889ba3b48} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version 2026.01.08 16:11:54.069548 [ 3 ] {26a6de10-8046-4800-b234-87e889ba3b48} StoragePolicy (default): Storage policy default created, total volumes 1 2026.01.08 16:11:54.073299 [ 3 ] {26a6de10-8046-4800-b234-87e889ba3b48} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e): Loading data parts 2026.01.08 16:11:54.074468 [ 3 ] {26a6de10-8046-4800-b234-87e889ba3b48} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e): There are no data parts 2026.01.08 16:11:54.080219 [ 3 ] {26a6de10-8046-4800-b234-87e889ba3b48} TCPHandler: Processed in 0.015993397 sec. 2026.01.08 16:11:54.080510 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.080713 [ 3 ] {c40582b1-c924-459d-83c3-a47700201f11} executeQuery: (from [fd00:1122:3344:101::d]:47427) /* The measurement tables contain all individual samples from each timeseries. * * Each table stores a single datum type, and otherwise contains nearly the same * structure. The primary sorting key is on the timeseries name, key, and then * timestamp, so that all timeseries from the same schema are grouped, followed * by all samples from the same timeseries. * * This reflects that one usually looks up the _key_ in one or more field table, * and then uses that to index quickly into the measurements tables. */ CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.080862 [ 3 ] {c40582b1-c924-459d-83c3-a47700201f11} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool 2026.01.08 16:11:54.092000 [ 3 ] {c40582b1-c924-459d-83c3-a47700201f11} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Loading data parts 2026.01.08 16:11:54.092315 [ 3 ] {c40582b1-c924-459d-83c3-a47700201f11} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): There are no data parts 2026.01.08 16:11:54.095178 [ 3 ] {c40582b1-c924-459d-83c3-a47700201f11} TCPHandler: Processed in 0.014723109 sec. 2026.01.08 16:11:54.095368 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.095580 [ 3 ] {6aa40cc1-d5df-482b-a0d2-42b113ae822b} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.095729 [ 3 ] {6aa40cc1-d5df-482b-a0d2-42b113ae822b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 2026.01.08 16:11:54.100065 [ 3 ] {6aa40cc1-d5df-482b-a0d2-42b113ae822b} oximeter.measurements_i8 (c78ebdf0-a550-4a7f-b5eb-7c6d40ad6e09): Loading data parts 2026.01.08 16:11:54.100252 [ 3 ] {6aa40cc1-d5df-482b-a0d2-42b113ae822b} oximeter.measurements_i8 (c78ebdf0-a550-4a7f-b5eb-7c6d40ad6e09): There are no data parts 2026.01.08 16:11:54.103976 [ 3 ] {6aa40cc1-d5df-482b-a0d2-42b113ae822b} TCPHandler: Processed in 0.008674114 sec. 2026.01.08 16:11:54.104193 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.104425 [ 3 ] {020ba697-13ef-4b11-bdc1-420b20a1093b} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.104556 [ 3 ] {020ba697-13ef-4b11-bdc1-420b20a1093b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 2026.01.08 16:11:54.107959 [ 3 ] {020ba697-13ef-4b11-bdc1-420b20a1093b} oximeter.measurements_u8 (a1e9ed6b-5b06-4d39-a1fd-b1f8e3369e5d): Loading data parts 2026.01.08 16:11:54.108110 [ 3 ] {020ba697-13ef-4b11-bdc1-420b20a1093b} oximeter.measurements_u8 (a1e9ed6b-5b06-4d39-a1fd-b1f8e3369e5d): There are no data parts 2026.01.08 16:11:54.112020 [ 3 ] {020ba697-13ef-4b11-bdc1-420b20a1093b} TCPHandler: Processed in 0.007879356 sec. 2026.01.08 16:11:54.112189 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.112385 [ 3 ] {99bcedb6-e8e5-4381-b352-c05bde0d778b} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.112510 [ 3 ] {99bcedb6-e8e5-4381-b352-c05bde0d778b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 2026.01.08 16:11:54.117902 [ 3 ] {99bcedb6-e8e5-4381-b352-c05bde0d778b} oximeter.measurements_i16 (7b2a5bc2-c936-4e20-aa67-d125152685ad): Loading data parts 2026.01.08 16:11:54.118056 [ 3 ] {99bcedb6-e8e5-4381-b352-c05bde0d778b} oximeter.measurements_i16 (7b2a5bc2-c936-4e20-aa67-d125152685ad): There are no data parts 2026.01.08 16:11:54.119967 [ 3 ] {99bcedb6-e8e5-4381-b352-c05bde0d778b} TCPHandler: Processed in 0.007838925 sec. 2026.01.08 16:11:54.120118 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.120752 [ 3 ] {c45cc510-98ca-4bb8-a7e2-e4fbbb03e756} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.121120 [ 3 ] {c45cc510-98ca-4bb8-a7e2-e4fbbb03e756} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 2026.01.08 16:11:54.123994 [ 3 ] {c45cc510-98ca-4bb8-a7e2-e4fbbb03e756} oximeter.measurements_u16 (b919edae-7200-49e2-b49c-fc435dd1e781): Loading data parts 2026.01.08 16:11:54.124143 [ 3 ] {c45cc510-98ca-4bb8-a7e2-e4fbbb03e756} oximeter.measurements_u16 (b919edae-7200-49e2-b49c-fc435dd1e781): There are no data parts 2026.01.08 16:11:54.125907 [ 3 ] {c45cc510-98ca-4bb8-a7e2-e4fbbb03e756} TCPHandler: Processed in 0.00583839 sec. 2026.01.08 16:11:54.126062 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.126226 [ 3 ] {1e0cc94d-d6fc-4ec2-adeb-b28d5c6a2624} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.126285 [ 3 ] {1e0cc94d-d6fc-4ec2-adeb-b28d5c6a2624} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 2026.01.08 16:11:54.128850 [ 3 ] {1e0cc94d-d6fc-4ec2-adeb-b28d5c6a2624} oximeter.measurements_i32 (36e36675-9602-4c1d-bb60-28d076bfd4f8): Loading data parts 2026.01.08 16:11:54.129015 [ 3 ] {1e0cc94d-d6fc-4ec2-adeb-b28d5c6a2624} oximeter.measurements_i32 (36e36675-9602-4c1d-bb60-28d076bfd4f8): There are no data parts 2026.01.08 16:11:54.133163 [ 3 ] {1e0cc94d-d6fc-4ec2-adeb-b28d5c6a2624} TCPHandler: Processed in 0.00715336 sec. 2026.01.08 16:11:54.133328 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.133531 [ 3 ] {9db5e7f9-0a6f-4b5d-be26-8c3c462913db} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.133595 [ 3 ] {9db5e7f9-0a6f-4b5d-be26-8c3c462913db} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 2026.01.08 16:11:54.136521 [ 3 ] {9db5e7f9-0a6f-4b5d-be26-8c3c462913db} oximeter.measurements_u32 (bb941cf4-1f8d-41b6-b7e3-7167a36fa0a1): Loading data parts 2026.01.08 16:11:54.136681 [ 3 ] {9db5e7f9-0a6f-4b5d-be26-8c3c462913db} oximeter.measurements_u32 (bb941cf4-1f8d-41b6-b7e3-7167a36fa0a1): There are no data parts 2026.01.08 16:11:54.140291 [ 3 ] {9db5e7f9-0a6f-4b5d-be26-8c3c462913db} TCPHandler: Processed in 0.007024797 sec. 2026.01.08 16:11:54.140458 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.140626 [ 3 ] {afc4c010-837e-4436-a0b1-60431811fc50} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.140684 [ 3 ] {afc4c010-837e-4436-a0b1-60431811fc50} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 2026.01.08 16:11:54.142497 [ 3 ] {afc4c010-837e-4436-a0b1-60431811fc50} oximeter.measurements_i64 (d23b1cfc-dd16-4dda-acad-199c61193036): Loading data parts 2026.01.08 16:11:54.142658 [ 3 ] {afc4c010-837e-4436-a0b1-60431811fc50} oximeter.measurements_i64 (d23b1cfc-dd16-4dda-acad-199c61193036): There are no data parts 2026.01.08 16:11:54.145790 [ 3 ] {afc4c010-837e-4436-a0b1-60431811fc50} TCPHandler: Processed in 0.00539395 sec. 2026.01.08 16:11:54.145949 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.146126 [ 3 ] {b0aace02-a497-484f-9f7d-6259398e4bc1} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.146185 [ 3 ] {b0aace02-a497-484f-9f7d-6259398e4bc1} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 2026.01.08 16:11:54.150367 [ 3 ] {b0aace02-a497-484f-9f7d-6259398e4bc1} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Loading data parts 2026.01.08 16:11:54.150529 [ 3 ] {b0aace02-a497-484f-9f7d-6259398e4bc1} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): There are no data parts 2026.01.08 16:11:54.152272 [ 3 ] {b0aace02-a497-484f-9f7d-6259398e4bc1} TCPHandler: Processed in 0.006375112 sec. 2026.01.08 16:11:54.152463 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.152625 [ 3 ] {4fcc4de2-a05b-4938-a7db-46e44d3e0212} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.152686 [ 3 ] {4fcc4de2-a05b-4938-a7db-46e44d3e0212} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 2026.01.08 16:11:54.156347 [ 3 ] {4fcc4de2-a05b-4938-a7db-46e44d3e0212} oximeter.measurements_f32 (2f790219-e8f7-483b-b7f4-8f22b3798ece): Loading data parts 2026.01.08 16:11:54.156633 [ 3 ] {4fcc4de2-a05b-4938-a7db-46e44d3e0212} oximeter.measurements_f32 (2f790219-e8f7-483b-b7f4-8f22b3798ece): There are no data parts 2026.01.08 16:11:54.160366 [ 3 ] {4fcc4de2-a05b-4938-a7db-46e44d3e0212} TCPHandler: Processed in 0.007955588 sec. 2026.01.08 16:11:54.160515 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.160688 [ 3 ] {10a1f6c1-3330-4040-a526-4c56d30bef86} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.160739 [ 3 ] {10a1f6c1-3330-4040-a526-4c56d30bef86} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 2026.01.08 16:11:54.164804 [ 3 ] {10a1f6c1-3330-4040-a526-4c56d30bef86} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Loading data parts 2026.01.08 16:11:54.164959 [ 3 ] {10a1f6c1-3330-4040-a526-4c56d30bef86} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): There are no data parts 2026.01.08 16:11:54.173166 [ 3 ] {10a1f6c1-3330-4040-a526-4c56d30bef86} TCPHandler: Processed in 0.012699294 sec. 2026.01.08 16:11:54.173324 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.173482 [ 3 ] {52ae5035-bb95-4cec-9fb6-53651b927d87} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.173534 [ 3 ] {52ae5035-bb95-4cec-9fb6-53651b927d87} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string 2026.01.08 16:11:54.175897 [ 3 ] {52ae5035-bb95-4cec-9fb6-53651b927d87} oximeter.measurements_string (f0de6c08-737b-4235-898e-e09efbe20fe4): Loading data parts 2026.01.08 16:11:54.176065 [ 3 ] {52ae5035-bb95-4cec-9fb6-53651b927d87} oximeter.measurements_string (f0de6c08-737b-4235-898e-e09efbe20fe4): There are no data parts 2026.01.08 16:11:54.180521 [ 3 ] {52ae5035-bb95-4cec-9fb6-53651b927d87} TCPHandler: Processed in 0.007248322 sec. 2026.01.08 16:11:54.180705 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.180931 [ 3 ] {f6dff340-6f08-4ce6-a393-18a82b801d3c} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* * NOTE: Right now we can't unambiguously record a nullable byte array. * Arrays cannot be nested in `Nullable()` types, and encoding the array as * a string isn't palatable for a few reasons. * See: https://github.com/oxidecomputer/omicron/issues/4551 for more * details. */ datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.181000 [ 3 ] {f6dff340-6f08-4ce6-a393-18a82b801d3c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes 2026.01.08 16:11:54.185609 [ 3 ] {f6dff340-6f08-4ce6-a393-18a82b801d3c} oximeter.measurements_bytes (2b4e604b-a965-4516-810d-cd95976abfb8): Loading data parts 2026.01.08 16:11:54.185776 [ 3 ] {f6dff340-6f08-4ce6-a393-18a82b801d3c} oximeter.measurements_bytes (2b4e604b-a965-4516-810d-cd95976abfb8): There are no data parts 2026.01.08 16:11:54.189867 [ 3 ] {f6dff340-6f08-4ce6-a393-18a82b801d3c} TCPHandler: Processed in 0.009227216 sec. 2026.01.08 16:11:54.190021 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.190205 [ 3 ] {40f0823d-3faf-4ad5-b48b-8cae26d4da5e} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.190260 [ 3 ] {40f0823d-3faf-4ad5-b48b-8cae26d4da5e} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 2026.01.08 16:11:54.194322 [ 3 ] {40f0823d-3faf-4ad5-b48b-8cae26d4da5e} oximeter.measurements_cumulativei64 (ac001f19-17c7-4c20-8f70-132f4113ae78): Loading data parts 2026.01.08 16:11:54.194466 [ 3 ] {40f0823d-3faf-4ad5-b48b-8cae26d4da5e} oximeter.measurements_cumulativei64 (ac001f19-17c7-4c20-8f70-132f4113ae78): There are no data parts 2026.01.08 16:11:54.196496 [ 3 ] {40f0823d-3faf-4ad5-b48b-8cae26d4da5e} TCPHandler: Processed in 0.006525005 sec. 2026.01.08 16:11:54.196681 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.196880 [ 3 ] {c7844d67-4101-4506-801f-831935013b95} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.196951 [ 3 ] {c7844d67-4101-4506-801f-831935013b95} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 2026.01.08 16:11:54.200639 [ 3 ] {c7844d67-4101-4506-801f-831935013b95} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Loading data parts 2026.01.08 16:11:54.200785 [ 3 ] {c7844d67-4101-4506-801f-831935013b95} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): There are no data parts 2026.01.08 16:11:54.202272 [ 3 ] {c7844d67-4101-4506-801f-831935013b95} TCPHandler: Processed in 0.005655186 sec. 2026.01.08 16:11:54.202442 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.202617 [ 3 ] {a18953a0-c841-4ce1-9db3-fe6ca819b697} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.202672 [ 3 ] {a18953a0-c841-4ce1-9db3-fe6ca819b697} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 2026.01.08 16:11:54.206039 [ 3 ] {a18953a0-c841-4ce1-9db3-fe6ca819b697} oximeter.measurements_cumulativef32 (9960e9ea-9033-4dce-a876-3f6630ee5120): Loading data parts 2026.01.08 16:11:54.206221 [ 3 ] {a18953a0-c841-4ce1-9db3-fe6ca819b697} oximeter.measurements_cumulativef32 (9960e9ea-9033-4dce-a876-3f6630ee5120): There are no data parts 2026.01.08 16:11:54.209854 [ 3 ] {a18953a0-c841-4ce1-9db3-fe6ca819b697} TCPHandler: Processed in 0.007460677 sec. 2026.01.08 16:11:54.210025 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.210242 [ 3 ] {17f24a62-4041-4954-b1c6-d443792d47b4} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.210305 [ 3 ] {17f24a62-4041-4954-b1c6-d443792d47b4} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 2026.01.08 16:11:54.213883 [ 3 ] {17f24a62-4041-4954-b1c6-d443792d47b4} oximeter.measurements_cumulativef64 (9da0b271-b026-4f05-a954-c57192bb3c4b): Loading data parts 2026.01.08 16:11:54.214028 [ 3 ] {17f24a62-4041-4954-b1c6-d443792d47b4} oximeter.measurements_cumulativef64 (9da0b271-b026-4f05-a954-c57192bb3c4b): There are no data parts 2026.01.08 16:11:54.216979 [ 3 ] {17f24a62-4041-4954-b1c6-d443792d47b4} TCPHandler: Processed in 0.007013877 sec. 2026.01.08 16:11:54.217135 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.217360 [ 3 ] {e2ea8700-2fdf-4d48-98f2-498fe89b26c5} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* * NOTE: Array types cannot be Nullable, see * https://clickhouse.com/docs/en/sql-reference/data-types/nullable * for more details. * * This means we need to use empty arrays to indicate a missing value. This * is unfortunate, and at this point relies on the fact that an * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need * to figure out another way to represent missing samples here. */ bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.217435 [ 3 ] {e2ea8700-2fdf-4d48-98f2-498fe89b26c5} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 2026.01.08 16:11:54.219438 [ 3 ] {e2ea8700-2fdf-4d48-98f2-498fe89b26c5} oximeter.measurements_histogrami8 (3c13e0e5-25aa-4a30-b6d4-242efcba7e8c): Loading data parts 2026.01.08 16:11:54.219621 [ 3 ] {e2ea8700-2fdf-4d48-98f2-498fe89b26c5} oximeter.measurements_histogrami8 (3c13e0e5-25aa-4a30-b6d4-242efcba7e8c): There are no data parts 2026.01.08 16:11:54.223237 [ 3 ] {e2ea8700-2fdf-4d48-98f2-498fe89b26c5} TCPHandler: Processed in 0.006152278 sec. 2026.01.08 16:11:54.223387 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.223630 [ 3 ] {3ea25422-44eb-46ad-a138-075af608e773} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.223700 [ 3 ] {3ea25422-44eb-46ad-a138-075af608e773} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 2026.01.08 16:11:54.227471 [ 3 ] {3ea25422-44eb-46ad-a138-075af608e773} oximeter.measurements_histogramu8 (9fd57425-842b-4f78-85b9-119ab8808fa1): Loading data parts 2026.01.08 16:11:54.227667 [ 3 ] {3ea25422-44eb-46ad-a138-075af608e773} oximeter.measurements_histogramu8 (9fd57425-842b-4f78-85b9-119ab8808fa1): There are no data parts 2026.01.08 16:11:54.229308 [ 3 ] {3ea25422-44eb-46ad-a138-075af608e773} TCPHandler: Processed in 0.005970923 sec. 2026.01.08 16:11:54.229470 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.229687 [ 3 ] {6b3bd969-2b3c-41c5-9f6a-c75ad5a19f8c} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.229752 [ 3 ] {6b3bd969-2b3c-41c5-9f6a-c75ad5a19f8c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 2026.01.08 16:11:54.232338 [ 3 ] {6b3bd969-2b3c-41c5-9f6a-c75ad5a19f8c} oximeter.measurements_histogrami16 (633c2b44-09e5-45d9-908b-33dbeefe57b7): Loading data parts 2026.01.08 16:11:54.232554 [ 3 ] {6b3bd969-2b3c-41c5-9f6a-c75ad5a19f8c} oximeter.measurements_histogrami16 (633c2b44-09e5-45d9-908b-33dbeefe57b7): There are no data parts 2026.01.08 16:11:54.234251 [ 3 ] {6b3bd969-2b3c-41c5-9f6a-c75ad5a19f8c} TCPHandler: Processed in 0.004831568 sec. 2026.01.08 16:11:54.234545 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.234915 [ 3 ] {83984150-268a-4648-ac9b-b6f4017a5a14} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.235018 [ 3 ] {83984150-268a-4648-ac9b-b6f4017a5a14} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 2026.01.08 16:11:54.237475 [ 3 ] {83984150-268a-4648-ac9b-b6f4017a5a14} oximeter.measurements_histogramu16 (7474cb55-2d24-43c2-97b9-5d05823751f2): Loading data parts 2026.01.08 16:11:54.237650 [ 3 ] {83984150-268a-4648-ac9b-b6f4017a5a14} oximeter.measurements_histogramu16 (7474cb55-2d24-43c2-97b9-5d05823751f2): There are no data parts 2026.01.08 16:11:54.239256 [ 3 ] {83984150-268a-4648-ac9b-b6f4017a5a14} TCPHandler: Processed in 0.004843038 sec. 2026.01.08 16:11:54.239437 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.239664 [ 3 ] {f4335ed9-f11a-4ba5-aaca-e92f41892b4c} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.239738 [ 3 ] {f4335ed9-f11a-4ba5-aaca-e92f41892b4c} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 2026.01.08 16:11:54.244253 [ 3 ] {f4335ed9-f11a-4ba5-aaca-e92f41892b4c} oximeter.measurements_histogrami32 (4a98f951-5f77-4db0-981a-e20bad113cce): Loading data parts 2026.01.08 16:11:54.244427 [ 3 ] {f4335ed9-f11a-4ba5-aaca-e92f41892b4c} oximeter.measurements_histogrami32 (4a98f951-5f77-4db0-981a-e20bad113cce): There are no data parts 2026.01.08 16:11:54.246033 [ 3 ] {f4335ed9-f11a-4ba5-aaca-e92f41892b4c} TCPHandler: Processed in 0.006648658 sec. 2026.01.08 16:11:54.246216 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.246507 [ 3 ] {0846bfcd-e3c1-460d-aab9-98d91b404ab9} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.246580 [ 3 ] {0846bfcd-e3c1-460d-aab9-98d91b404ab9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 2026.01.08 16:11:54.248482 [ 3 ] {0846bfcd-e3c1-460d-aab9-98d91b404ab9} oximeter.measurements_histogramu32 (6474e7d6-d440-4ee9-8da0-b06b88bac644): Loading data parts 2026.01.08 16:11:54.248636 [ 3 ] {0846bfcd-e3c1-460d-aab9-98d91b404ab9} oximeter.measurements_histogramu32 (6474e7d6-d440-4ee9-8da0-b06b88bac644): There are no data parts 2026.01.08 16:11:54.252245 [ 3 ] {0846bfcd-e3c1-460d-aab9-98d91b404ab9} TCPHandler: Processed in 0.006093426 sec. 2026.01.08 16:11:54.252426 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.252693 [ 3 ] {d5e06562-fef6-4e64-ba7b-ae54459cf3a8} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.252770 [ 3 ] {d5e06562-fef6-4e64-ba7b-ae54459cf3a8} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 2026.01.08 16:11:54.259970 [ 3 ] {d5e06562-fef6-4e64-ba7b-ae54459cf3a8} oximeter.measurements_histogrami64 (8a7cf8bb-f0fd-40e0-aec0-68331768ef23): Loading data parts 2026.01.08 16:11:54.260127 [ 3 ] {d5e06562-fef6-4e64-ba7b-ae54459cf3a8} oximeter.measurements_histogrami64 (8a7cf8bb-f0fd-40e0-aec0-68331768ef23): There are no data parts 2026.01.08 16:11:54.264256 [ 3 ] {d5e06562-fef6-4e64-ba7b-ae54459cf3a8} TCPHandler: Processed in 0.011890295 sec. 2026.01.08 16:11:54.264442 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.264731 [ 3 ] {4ef557c4-f22f-4990-8df1-bc4227e23a4b} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.264829 [ 3 ] {4ef557c4-f22f-4990-8df1-bc4227e23a4b} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 2026.01.08 16:11:54.267108 [ 3 ] {4ef557c4-f22f-4990-8df1-bc4227e23a4b} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Loading data parts 2026.01.08 16:11:54.267310 [ 3 ] {4ef557c4-f22f-4990-8df1-bc4227e23a4b} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): There are no data parts 2026.01.08 16:11:54.269193 [ 3 ] {4ef557c4-f22f-4990-8df1-bc4227e23a4b} TCPHandler: Processed in 0.004819038 sec. 2026.01.08 16:11:54.269343 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.269583 [ 3 ] {c56b3a83-79cd-419c-acf8-d30dd3fb7936} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.269651 [ 3 ] {c56b3a83-79cd-419c-acf8-d30dd3fb7936} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 2026.01.08 16:11:54.271999 [ 3 ] {c56b3a83-79cd-419c-acf8-d30dd3fb7936} oximeter.measurements_histogramf32 (029fbb10-1ee7-46b6-bfc6-26d58fe66fde): Loading data parts 2026.01.08 16:11:54.272165 [ 3 ] {c56b3a83-79cd-419c-acf8-d30dd3fb7936} oximeter.measurements_histogramf32 (029fbb10-1ee7-46b6-bfc6-26d58fe66fde): There are no data parts 2026.01.08 16:11:54.274519 [ 3 ] {c56b3a83-79cd-419c-acf8-d30dd3fb7936} TCPHandler: Processed in 0.005225637 sec. 2026.01.08 16:11:54.274669 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.274884 [ 3 ] {be7f40ad-d58c-4925-b451-efcc53ce6961} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.274956 [ 3 ] {be7f40ad-d58c-4925-b451-efcc53ce6961} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 2026.01.08 16:11:54.277376 [ 3 ] {be7f40ad-d58c-4925-b451-efcc53ce6961} oximeter.measurements_histogramf64 (6f3d22a0-04f1-414d-bc23-34680614664e): Loading data parts 2026.01.08 16:11:54.277560 [ 3 ] {be7f40ad-d58c-4925-b451-efcc53ce6961} oximeter.measurements_histogramf64 (6f3d22a0-04f1-414d-bc23-34680614664e): There are no data parts 2026.01.08 16:11:54.279487 [ 3 ] {be7f40ad-d58c-4925-b451-efcc53ce6961} TCPHandler: Processed in 0.004869909 sec. 2026.01.08 16:11:54.279637 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.279846 [ 3 ] {ec143ebb-c72a-468b-b48a-a877bbd8164d} executeQuery: (from [fd00:1122:3344:101::d]:47427) /* The field tables store named dimensions of each timeseries. * * As with the measurement tables, there is one field table for each field data * type. Fields are deduplicated by using the "replacing merge tree", though * this behavior **must not** be relied upon for query correctness. * * The index for the fields differs from the measurements, however. Rows are * sorted by timeseries name, then field name, field value, and finally * timeseries key. This reflects the most common pattern for looking them up: * by field name and possibly value, within a timeseries. The resulting keys are * usually then used to look up measurements. * * NOTE: We may want to consider a secondary index on these tables, sorting by * timeseries name and then key, since it would improve lookups where one * already has the key. Realistically though, these tables are quite small and * so performance benefits will be low in absolute terms. * * TTL: We use a materialized column to expire old field table records. This * column is generated automatically by the database whenever a new row is * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` * query. Since these tables are `ReplacingMergeTree`s, that means the last * record will remain during a deduplication, which will have the last * timestamp. ClickHouse will then expire old data for us, similar to the * measurement tables. */ CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.279907 [ 3 ] {ec143ebb-c72a-468b-b48a-a877bbd8164d} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool 2026.01.08 16:11:54.282306 [ 3 ] {ec143ebb-c72a-468b-b48a-a877bbd8164d} oximeter.fields_bool (4ee28795-c495-4fa4-acc2-a3bde98c10e0): Loading data parts 2026.01.08 16:11:54.282482 [ 3 ] {ec143ebb-c72a-468b-b48a-a877bbd8164d} oximeter.fields_bool (4ee28795-c495-4fa4-acc2-a3bde98c10e0): There are no data parts 2026.01.08 16:11:54.284279 [ 3 ] {ec143ebb-c72a-468b-b48a-a877bbd8164d} TCPHandler: Processed in 0.004693165 sec. 2026.01.08 16:11:54.284441 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.284597 [ 3 ] {ea9e4854-79b3-4239-a0f0-53a1e71776f7} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.284653 [ 3 ] {ea9e4854-79b3-4239-a0f0-53a1e71776f7} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 2026.01.08 16:11:54.287103 [ 3 ] {ea9e4854-79b3-4239-a0f0-53a1e71776f7} oximeter.fields_i8 (dd58f146-d07c-4f49-9467-687a84c0c5ca): Loading data parts 2026.01.08 16:11:54.287259 [ 3 ] {ea9e4854-79b3-4239-a0f0-53a1e71776f7} oximeter.fields_i8 (dd58f146-d07c-4f49-9467-687a84c0c5ca): There are no data parts 2026.01.08 16:11:54.289156 [ 3 ] {ea9e4854-79b3-4239-a0f0-53a1e71776f7} TCPHandler: Processed in 0.004764027 sec. 2026.01.08 16:11:54.289301 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.289483 [ 3 ] {be9912a8-8b4c-401f-9fa2-9d54c07f8baf} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.289534 [ 3 ] {be9912a8-8b4c-401f-9fa2-9d54c07f8baf} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 2026.01.08 16:11:54.293239 [ 3 ] {be9912a8-8b4c-401f-9fa2-9d54c07f8baf} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Loading data parts 2026.01.08 16:11:54.293399 [ 3 ] {be9912a8-8b4c-401f-9fa2-9d54c07f8baf} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): There are no data parts 2026.01.08 16:11:54.297153 [ 3 ] {be9912a8-8b4c-401f-9fa2-9d54c07f8baf} TCPHandler: Processed in 0.007904177 sec. 2026.01.08 16:11:54.297323 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.297479 [ 3 ] {c06a9d3e-8f20-4b76-bee7-e697243f2479} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.297535 [ 3 ] {c06a9d3e-8f20-4b76-bee7-e697243f2479} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 2026.01.08 16:11:54.301598 [ 3 ] {c06a9d3e-8f20-4b76-bee7-e697243f2479} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Loading data parts 2026.01.08 16:11:54.301773 [ 3 ] {c06a9d3e-8f20-4b76-bee7-e697243f2479} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): There are no data parts 2026.01.08 16:11:54.303770 [ 3 ] {c06a9d3e-8f20-4b76-bee7-e697243f2479} TCPHandler: Processed in 0.006497536 sec. 2026.01.08 16:11:54.303913 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.304085 [ 3 ] {8c2d0007-3221-4d88-95b3-b7f2299a5d67} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.304133 [ 3 ] {8c2d0007-3221-4d88-95b3-b7f2299a5d67} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 2026.01.08 16:11:54.307874 [ 3 ] {8c2d0007-3221-4d88-95b3-b7f2299a5d67} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Loading data parts 2026.01.08 16:11:54.308025 [ 3 ] {8c2d0007-3221-4d88-95b3-b7f2299a5d67} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): There are no data parts 2026.01.08 16:11:54.312120 [ 3 ] {8c2d0007-3221-4d88-95b3-b7f2299a5d67} TCPHandler: Processed in 0.008258894 sec. 2026.01.08 16:11:54.312273 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.312430 [ 3 ] {0137fa26-534c-4fb8-a2c6-eaf1cb932004} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.312525 [ 3 ] {0137fa26-534c-4fb8-a2c6-eaf1cb932004} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 2026.01.08 16:11:54.316929 [ 3 ] {0137fa26-534c-4fb8-a2c6-eaf1cb932004} oximeter.fields_i32 (949aba39-6623-4eda-8b1c-a965223adb2d): Loading data parts 2026.01.08 16:11:54.317177 [ 3 ] {0137fa26-534c-4fb8-a2c6-eaf1cb932004} oximeter.fields_i32 (949aba39-6623-4eda-8b1c-a965223adb2d): There are no data parts 2026.01.08 16:11:54.319205 [ 3 ] {0137fa26-534c-4fb8-a2c6-eaf1cb932004} TCPHandler: Processed in 0.006980946 sec. 2026.01.08 16:11:54.319360 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.319539 [ 3 ] {f315e406-76be-4dcf-a18b-7b49e40a38ef} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.319595 [ 3 ] {f315e406-76be-4dcf-a18b-7b49e40a38ef} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 2026.01.08 16:11:54.322382 [ 3 ] {f315e406-76be-4dcf-a18b-7b49e40a38ef} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Loading data parts 2026.01.08 16:11:54.322529 [ 3 ] {f315e406-76be-4dcf-a18b-7b49e40a38ef} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): There are no data parts 2026.01.08 16:11:54.326785 [ 3 ] {f315e406-76be-4dcf-a18b-7b49e40a38ef} TCPHandler: Processed in 0.007475727 sec. 2026.01.08 16:11:54.326965 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.327121 [ 3 ] {78330c0a-0780-4e16-bd9b-2aee7dd787aa} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.327181 [ 3 ] {78330c0a-0780-4e16-bd9b-2aee7dd787aa} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 2026.01.08 16:11:54.331509 [ 3 ] {78330c0a-0780-4e16-bd9b-2aee7dd787aa} oximeter.fields_i64 (ab7f9e1b-383a-46a7-91fa-8c682b60bc5b): Loading data parts 2026.01.08 16:11:54.331703 [ 3 ] {78330c0a-0780-4e16-bd9b-2aee7dd787aa} oximeter.fields_i64 (ab7f9e1b-383a-46a7-91fa-8c682b60bc5b): There are no data parts 2026.01.08 16:11:54.333723 [ 3 ] {78330c0a-0780-4e16-bd9b-2aee7dd787aa} TCPHandler: Processed in 0.006809142 sec. 2026.01.08 16:11:54.333866 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.334044 [ 3 ] {e7df7f2d-36a2-48de-9913-464046bea304} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.334099 [ 3 ] {e7df7f2d-36a2-48de-9913-464046bea304} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 2026.01.08 16:11:54.338238 [ 3 ] {e7df7f2d-36a2-48de-9913-464046bea304} oximeter.fields_u64 (bfe2960d-47cb-4687-9848-3cae86ff0e84): Loading data parts 2026.01.08 16:11:54.338386 [ 3 ] {e7df7f2d-36a2-48de-9913-464046bea304} oximeter.fields_u64 (bfe2960d-47cb-4687-9848-3cae86ff0e84): There are no data parts 2026.01.08 16:11:54.339825 [ 3 ] {e7df7f2d-36a2-48de-9913-464046bea304} TCPHandler: Processed in 0.006008304 sec. 2026.01.08 16:11:54.339980 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.340136 [ 3 ] {732e245c-f4d4-4a8e-b4cd-15763b6c732f} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.340202 [ 3 ] {732e245c-f4d4-4a8e-b4cd-15763b6c732f} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr 2026.01.08 16:11:54.344359 [ 3 ] {732e245c-f4d4-4a8e-b4cd-15763b6c732f} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Loading data parts 2026.01.08 16:11:54.344578 [ 3 ] {732e245c-f4d4-4a8e-b4cd-15763b6c732f} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): There are no data parts 2026.01.08 16:11:54.346065 [ 3 ] {732e245c-f4d4-4a8e-b4cd-15763b6c732f} TCPHandler: Processed in 0.006136817 sec. 2026.01.08 16:11:54.346208 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.346382 [ 3 ] {d967f8c3-49ae-4af7-bf86-389c6b57c616} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.346439 [ 3 ] {d967f8c3-49ae-4af7-bf86-389c6b57c616} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string 2026.01.08 16:11:54.348111 [ 262 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36137 2026.01.08 16:11:54.348233 [ 3 ] {d967f8c3-49ae-4af7-bf86-389c6b57c616} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Loading data parts 2026.01.08 16:11:54.348406 [ 3 ] {d967f8c3-49ae-4af7-bf86-389c6b57c616} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): There are no data parts 2026.01.08 16:11:54.351895 [ 262 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:54.351971 [ 262 ] {} TCP-Session: 4e6fe16c-b70e-4750-a4c9-05ac1e50fba9 Authenticating user 'default' from [fd00:1122:3344:101::b]:36137 2026.01.08 16:11:54.351998 [ 262 ] {} TCP-Session: 4e6fe16c-b70e-4750-a4c9-05ac1e50fba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.352074 [ 3 ] {d967f8c3-49ae-4af7-bf86-389c6b57c616} TCPHandler: Processed in 0.005916002 sec. 2026.01.08 16:11:54.352144 [ 262 ] {} TCP-Session: 4e6fe16c-b70e-4750-a4c9-05ac1e50fba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.352233 [ 262 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.08 16:11:54.352282 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.352305 [ 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 2026.01.08 16:11:54.352345 [ 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 2026.01.08 16:11:54.352461 [ 3 ] {ab847357-44aa-4dd8-822b-b0211ff4b2fd} executeQuery: (from [fd00:1122:3344:101::d]:47427) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) 2026.01.08 16:11:54.352555 [ 3 ] {ab847357-44aa-4dd8-822b-b0211ff4b2fd} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid 2026.01.08 16:11:54.352854 [ 264 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42238 2026.01.08 16:11:54.352861 [ 263 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33816 2026.01.08 16:11:54.353073 [ 265 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:46010 2026.01.08 16:11:54.353078 [ 266 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:61536 2026.01.08 16:11:54.353122 [ 264 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:54.353240 [ 264 ] {} TCP-Session: 3b4734e1-a3e8-4125-9e83-859a077382e5 Authenticating user 'default' from [fd00:1122:3344:101::b]:42238 2026.01.08 16:11:54.353258 [ 267 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:35374 2026.01.08 16:11:54.353274 [ 264 ] {} TCP-Session: 3b4734e1-a3e8-4125-9e83-859a077382e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.353265 [ 263 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:54.353347 [ 264 ] {} TCP-Session: 3b4734e1-a3e8-4125-9e83-859a077382e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.353361 [ 265 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:54.353436 [ 268 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58509 2026.01.08 16:11:54.353513 [ 266 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:54.353571 [ 265 ] {} TCP-Session: dbe2acfb-1d7a-4eba-a15c-b241a06720c3 Authenticating user 'default' from [fd00:1122:3344:101::b]:46010 2026.01.08 16:11:54.353608 [ 266 ] {} TCP-Session: f6552746-ff5b-4c72-b45a-ba306fa55365 Authenticating user 'default' from [fd00:1122:3344:101::b]:61536 2026.01.08 16:11:54.353614 [ 269 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50125 2026.01.08 16:11:54.353632 [ 265 ] {} TCP-Session: dbe2acfb-1d7a-4eba-a15c-b241a06720c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.353532 [ 267 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:54.353670 [ 265 ] {} TCP-Session: dbe2acfb-1d7a-4eba-a15c-b241a06720c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.353659 [ 266 ] {} TCP-Session: f6552746-ff5b-4c72-b45a-ba306fa55365 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.353754 [ 268 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:54.353775 [ 266 ] {} TCP-Session: f6552746-ff5b-4c72-b45a-ba306fa55365 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.353762 [ 267 ] {} TCP-Session: 8961302f-ecd1-4e5d-a6b2-3762b8d4eadf Authenticating user 'default' from [fd00:1122:3344:101::b]:35374 2026.01.08 16:11:54.353374 [ 263 ] {} TCP-Session: 9942916c-c7f0-441f-9ca4-fa97fb802ec1 Authenticating user 'default' from [fd00:1122:3344:101::b]:33816 2026.01.08 16:11:54.353909 [ 267 ] {} TCP-Session: 8961302f-ecd1-4e5d-a6b2-3762b8d4eadf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.353909 [ 268 ] {} TCP-Session: ffa08f3a-0dca-4c34-853a-ccad46934c05 Authenticating user 'default' from [fd00:1122:3344:101::b]:58509 2026.01.08 16:11:54.353973 [ 263 ] {} TCP-Session: 9942916c-c7f0-441f-9ca4-fa97fb802ec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.354003 [ 268 ] {} TCP-Session: ffa08f3a-0dca-4c34-853a-ccad46934c05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.353945 [ 269 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:54.354029 [ 263 ] {} TCP-Session: 9942916c-c7f0-441f-9ca4-fa97fb802ec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.354073 [ 269 ] {} TCP-Session: f1e06291-9feb-45a7-a3ef-0e20fdc4e784 Authenticating user 'default' from [fd00:1122:3344:101::b]:50125 2026.01.08 16:11:54.353975 [ 267 ] {} TCP-Session: 8961302f-ecd1-4e5d-a6b2-3762b8d4eadf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.354102 [ 269 ] {} TCP-Session: f1e06291-9feb-45a7-a3ef-0e20fdc4e784 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.354035 [ 268 ] {} TCP-Session: ffa08f3a-0dca-4c34-853a-ccad46934c05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.354163 [ 269 ] {} TCP-Session: f1e06291-9feb-45a7-a3ef-0e20fdc4e784 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:54.355398 [ 3 ] {ab847357-44aa-4dd8-822b-b0211ff4b2fd} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Loading data parts 2026.01.08 16:11:54.355602 [ 3 ] {ab847357-44aa-4dd8-822b-b0211ff4b2fd} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): There are no data parts 2026.01.08 16:11:54.357460 [ 3 ] {ab847357-44aa-4dd8-822b-b0211ff4b2fd} TCPHandler: Processed in 0.005227447 sec. 2026.01.08 16:11:54.357636 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.357916 [ 3 ] {e254d2a1-b356-4232-b628-1c692bab0ae9} executeQuery: (from [fd00:1122:3344:101::d]:47427) /* The timeseries schema table stores the extracted schema for the samples * oximeter collects. */ CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) 2026.01.08 16:11:54.358010 [ 3 ] {e254d2a1-b356-4232-b628-1c692bab0ae9} ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema 2026.01.08 16:11:54.359980 [ 3 ] {e254d2a1-b356-4232-b628-1c692bab0ae9} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): Loading data parts 2026.01.08 16:11:54.360134 [ 3 ] {e254d2a1-b356-4232-b628-1c692bab0ae9} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): There are no data parts 2026.01.08 16:11:54.364930 [ 3 ] {e254d2a1-b356-4232-b628-1c692bab0ae9} TCPHandler: Processed in 0.007347683 sec. 2026.01.08 16:11:54.365266 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:11:54.365548 [ 4 ] {724f7309-2d0c-4b5c-9148-6cab8d0b0e8b} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.version (*) VALUES (stage: Complete) 2026.01.08 16:11:54.366923 [ 4 ] {724f7309-2d0c-4b5c-9148-6cab8d0b0e8b} ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version 2026.01.08 16:11:54.385116 [ 260 ] {724f7309-2d0c-4b5c-9148-6cab8d0b0e8b} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:11:54.385167 [ 260 ] {724f7309-2d0c-4b5c-9148-6cab8d0b0e8b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.08 16:11:54.389625 [ 260 ] {724f7309-2d0c-4b5c-9148-6cab8d0b0e8b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:11:54.390014 [ 260 ] {724f7309-2d0c-4b5c-9148-6cab8d0b0e8b} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:11:54.390374 [ 4 ] {724f7309-2d0c-4b5c-9148-6cab8d0b0e8b} executeQuery: Read 1 rows, 16.00 B in 0.024969 sec., 40.04966158035964 rows/sec., 640.79 B/sec. 2026.01.08 16:11:54.390660 [ 4 ] {724f7309-2d0c-4b5c-9148-6cab8d0b0e8b} TCPHandler: Processed in 0.025569951 sec. 2026.01.08 16:11:55.001150 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 128.99 MiB, peak 128.99 MiB, free memory in arenas 0.00 B, will set to 138.59 MiB (RSS), difference: 9.60 MiB 2026.01.08 16:11:55.693270 [ 270 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:52729 2026.01.08 16:11:55.697402 [ 270 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:55.697484 [ 270 ] {} TCP-Session: 73ed2eb4-6ac9-463e-9b56-521779d6eea1 Authenticating user 'default' from [fd00:1122:3344:101::c]:52729 2026.01.08 16:11:55.697507 [ 270 ] {} TCP-Session: 73ed2eb4-6ac9-463e-9b56-521779d6eea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.697658 [ 270 ] {} TCP-Session: 73ed2eb4-6ac9-463e-9b56-521779d6eea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.697732 [ 270 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.08 16:11:55.697771 [ 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 2026.01.08 16:11:55.697895 [ 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 2026.01.08 16:11:55.698655 [ 271 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47793 2026.01.08 16:11:55.698659 [ 272 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:32995 2026.01.08 16:11:55.698787 [ 273 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47725 2026.01.08 16:11:55.698862 [ 274 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35869 2026.01.08 16:11:55.699060 [ 271 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:55.699094 [ 275 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49285 2026.01.08 16:11:55.699149 [ 271 ] {} TCP-Session: 448d68bc-b309-43ca-bda1-0c528f371cc5 Authenticating user 'default' from [fd00:1122:3344:101::c]:47793 2026.01.08 16:11:55.699165 [ 273 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:55.699258 [ 274 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:55.699275 [ 276 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:49626 2026.01.08 16:11:55.699272 [ 271 ] {} TCP-Session: 448d68bc-b309-43ca-bda1-0c528f371cc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.699355 [ 273 ] {} TCP-Session: 4a42c548-65e1-418e-a568-2c96e8daa5ad Authenticating user 'default' from [fd00:1122:3344:101::c]:47725 2026.01.08 16:11:55.699359 [ 275 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:55.699400 [ 274 ] {} TCP-Session: 147e1546-3b82-4601-9ed1-130e830c899a Authenticating user 'default' from [fd00:1122:3344:101::c]:35869 2026.01.08 16:11:55.699469 [ 273 ] {} TCP-Session: 4a42c548-65e1-418e-a568-2c96e8daa5ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.699460 [ 275 ] {} TCP-Session: 1a049952-b35b-48a3-8359-73b6c8a3f2ab Authenticating user 'default' from [fd00:1122:3344:101::c]:49285 2026.01.08 16:11:55.699436 [ 271 ] {} TCP-Session: 448d68bc-b309-43ca-bda1-0c528f371cc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.699581 [ 273 ] {} TCP-Session: 4a42c548-65e1-418e-a568-2c96e8daa5ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.699569 [ 275 ] {} TCP-Session: 1a049952-b35b-48a3-8359-73b6c8a3f2ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.699538 [ 274 ] {} TCP-Session: 147e1546-3b82-4601-9ed1-130e830c899a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.699685 [ 275 ] {} TCP-Session: 1a049952-b35b-48a3-8359-73b6c8a3f2ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.699511 [ 276 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:55.699427 [ 277 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:63912 2026.01.08 16:11:55.699790 [ 274 ] {} TCP-Session: 147e1546-3b82-4601-9ed1-130e830c899a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.699821 [ 276 ] {} TCP-Session: bdd358d0-dddd-47e5-8b8b-e50b81e0d33d Authenticating user 'default' from [fd00:1122:3344:101::c]:49626 2026.01.08 16:11:55.699162 [ 272 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:55.699951 [ 277 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:55.699990 [ 276 ] {} TCP-Session: bdd358d0-dddd-47e5-8b8b-e50b81e0d33d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.699983 [ 272 ] {} TCP-Session: ad65a9f3-cea4-4e8c-90db-814994b40478 Authenticating user 'default' from [fd00:1122:3344:101::c]:32995 2026.01.08 16:11:55.700165 [ 277 ] {} TCP-Session: 13922a4c-daa6-40ae-a894-78b5f812a207 Authenticating user 'default' from [fd00:1122:3344:101::c]:63912 2026.01.08 16:11:55.700182 [ 276 ] {} TCP-Session: bdd358d0-dddd-47e5-8b8b-e50b81e0d33d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.700174 [ 272 ] {} TCP-Session: ad65a9f3-cea4-4e8c-90db-814994b40478 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.700320 [ 277 ] {} TCP-Session: 13922a4c-daa6-40ae-a894-78b5f812a207 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.700328 [ 272 ] {} TCP-Session: ad65a9f3-cea4-4e8c-90db-814994b40478 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:55.700446 [ 277 ] {} TCP-Session: 13922a4c-daa6-40ae-a894-78b5f812a207 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.199537 [ 278 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48750 2026.01.08 16:11:56.203787 [ 278 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:56.203916 [ 278 ] {} TCP-Session: 314b54f4-230a-4118-871b-737dca904f09 Authenticating user 'default' from [fd00:1122:3344:101::a]:48750 2026.01.08 16:11:56.203943 [ 278 ] {} TCP-Session: 314b54f4-230a-4118-871b-737dca904f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.203955 [ 278 ] {} TCP-Session: 314b54f4-230a-4118-871b-737dca904f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.204132 [ 278 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.08 16:11:56.204161 [ 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 2026.01.08 16:11:56.204274 [ 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 2026.01.08 16:11:56.204884 [ 279 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39641 2026.01.08 16:11:56.205017 [ 280 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:52685 2026.01.08 16:11:56.205166 [ 281 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:35803 2026.01.08 16:11:56.205195 [ 279 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:56.205324 [ 280 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:56.205332 [ 282 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50618 2026.01.08 16:11:56.205334 [ 279 ] {} TCP-Session: cf4c6fd0-c365-4766-b583-6c4a22ab36ff Authenticating user 'default' from [fd00:1122:3344:101::a]:39641 2026.01.08 16:11:56.205421 [ 281 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:56.205505 [ 283 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53721 2026.01.08 16:11:56.205466 [ 280 ] {} TCP-Session: 8c57a8ae-7d22-4a25-a8eb-f44de0d7d3b3 Authenticating user 'default' from [fd00:1122:3344:101::a]:52685 2026.01.08 16:11:56.205482 [ 279 ] {} TCP-Session: cf4c6fd0-c365-4766-b583-6c4a22ab36ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.205613 [ 284 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64187 2026.01.08 16:11:56.205640 [ 279 ] {} TCP-Session: cf4c6fd0-c365-4766-b583-6c4a22ab36ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.205627 [ 282 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:56.205609 [ 280 ] {} TCP-Session: 8c57a8ae-7d22-4a25-a8eb-f44de0d7d3b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.205754 [ 282 ] {} TCP-Session: 826c06c0-f4dd-4b5d-8fb5-3cba9ad95285 Authenticating user 'default' from [fd00:1122:3344:101::a]:50618 2026.01.08 16:11:56.205748 [ 283 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:56.205746 [ 285 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:47196 2026.01.08 16:11:56.205907 [ 283 ] {} TCP-Session: 8220882c-11d7-4ec1-9b13-52b6c4b74798 Authenticating user 'default' from [fd00:1122:3344:101::a]:53721 2026.01.08 16:11:56.205918 [ 282 ] {} TCP-Session: 826c06c0-f4dd-4b5d-8fb5-3cba9ad95285 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.205882 [ 280 ] {} TCP-Session: 8c57a8ae-7d22-4a25-a8eb-f44de0d7d3b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.206029 [ 282 ] {} TCP-Session: 826c06c0-f4dd-4b5d-8fb5-3cba9ad95285 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.206024 [ 283 ] {} TCP-Session: 8220882c-11d7-4ec1-9b13-52b6c4b74798 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.205860 [ 284 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:56.205595 [ 281 ] {} TCP-Session: 492008a7-29ad-4aff-85c8-1e149932f9c4 Authenticating user 'default' from [fd00:1122:3344:101::a]:35803 2026.01.08 16:11:56.206143 [ 283 ] {} TCP-Session: 8220882c-11d7-4ec1-9b13-52b6c4b74798 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.206139 [ 284 ] {} TCP-Session: 7a39320a-40e3-46ca-84ec-16eb77135f9b Authenticating user 'default' from [fd00:1122:3344:101::a]:64187 2026.01.08 16:11:56.206093 [ 285 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:11:56.206259 [ 284 ] {} TCP-Session: 7a39320a-40e3-46ca-84ec-16eb77135f9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.206253 [ 281 ] {} TCP-Session: 492008a7-29ad-4aff-85c8-1e149932f9c4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.206363 [ 284 ] {} TCP-Session: 7a39320a-40e3-46ca-84ec-16eb77135f9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.206381 [ 281 ] {} TCP-Session: 492008a7-29ad-4aff-85c8-1e149932f9c4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.206369 [ 285 ] {} TCP-Session: fe20735b-3fe6-4662-93f8-71fc79082f96 Authenticating user 'default' from [fd00:1122:3344:101::a]:47196 2026.01.08 16:11:56.206493 [ 285 ] {} TCP-Session: fe20735b-3fe6-4662-93f8-71fc79082f96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:11:56.206602 [ 285 ] {} TCP-Session: fe20735b-3fe6-4662-93f8-71fc79082f96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:00.241209 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 2026.01.08 16:12:00.241227 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 549 entries to flush up to offset 549 2026.01.08 16:12:00.241324 [ 245 ] {} SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog 2026.01.08 16:12:00.241459 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog 2026.01.08 16:12:00.245308 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Loading data parts 2026.01.08 16:12:00.245525 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): There are no data parts 2026.01.08 16:12:00.253613 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:00.253665 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.08 16:12:00.266189 [ 244 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:00.266894 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:00.267055 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 549 2026.01.08 16:12:00.269990 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Loading data parts 2026.01.08 16:12:00.270295 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): There are no data parts 2026.01.08 16:12:00.297223 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:00.297290 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.98 GiB. 2026.01.08 16:12:00.305048 [ 245 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:00.306734 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:00.311058 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 8 2026.01.08 16:12:01.001124 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 144.81 MiB, peak 148.81 MiB, free memory in arenas 0.00 B, will set to 153.85 MiB (RSS), difference: 9.04 MiB 2026.01.08 16:12:02.741009 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 88 entries to flush up to offset 88 2026.01.08 16:12:02.741104 [ 243 ] {} SystemLog (system.query_log): Creating new table system.query_log for QueryLog 2026.01.08 16:12:02.747241 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Loading data parts 2026.01.08 16:12:02.747428 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): There are no data parts 2026.01.08 16:12:02.752705 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:02.752746 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:02.756378 [ 243 ] {} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:02.756929 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:02.757239 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 88 2026.01.08 16:12:03.001137 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 158.05 MiB, peak 158.05 MiB, free memory in arenas 0.00 B, will set to 154.83 MiB (RSS), difference: -3.22 MiB 2026.01.08 16:12:07.709509 [ 133 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:12:07.709668 [ 133 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:12:07.767219 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 976 2026.01.08 16:12:07.771805 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:07.771857 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:07.772906 [ 244 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:07.773448 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:07.775584 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 2026.01.08 16:12:07.811226 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 2026.01.08 16:12:07.829487 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:07.829542 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:07.835959 [ 245 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:07.837206 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:07.840491 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 16 2026.01.08 16:12:08.000145 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 155.59 MiB, peak 159.59 MiB, free memory in arenas 0.00 B, will set to 157.77 MiB (RSS), difference: 2.18 MiB 2026.01.08 16:12:13.000321 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 153.81 MiB, peak 159.59 MiB, free memory in arenas 0.00 B, will set to 157.83 MiB (RSS), difference: 4.02 MiB 2026.01.08 16:12:14.415341 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.415545 [ 3 ] {f25c83ec-c6d1-495f-8525-8a2cf2ec68bc} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.424916 [ 3 ] {f25c83ec-c6d1-495f-8525-8a2cf2ec68bc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.433015 [ 3 ] {f25c83ec-c6d1-495f-8525-8a2cf2ec68bc} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.439552 [ 3 ] {f25c83ec-c6d1-495f-8525-8a2cf2ec68bc} TCPHandler: Processed in 0.024338084 sec. 2026.01.08 16:12:14.448282 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.448454 [ 3 ] {cc1d7f3f-de28-4b77-bd9f-52c57a2c86a4} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.458814 [ 3 ] {cc1d7f3f-de28-4b77-bd9f-52c57a2c86a4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.458879 [ 3 ] {cc1d7f3f-de28-4b77-bd9f-52c57a2c86a4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.461368 [ 3 ] {cc1d7f3f-de28-4b77-bd9f-52c57a2c86a4} TCPHandler: Processed in 0.013196125 sec. 2026.01.08 16:12:14.461674 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.461834 [ 3 ] {e016c3f4-1240-47fd-acb3-9726364af845} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.464082 [ 3 ] {e016c3f4-1240-47fd-acb3-9726364af845} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.464139 [ 3 ] {e016c3f4-1240-47fd-acb3-9726364af845} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.464542 [ 3 ] {e016c3f4-1240-47fd-acb3-9726364af845} TCPHandler: Processed in 0.002942676 sec. 2026.01.08 16:12:14.464824 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.464943 [ 3 ] {798bffc2-cd2b-4c64-aa3b-b7bd3d79e3eb} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.465190 [ 3 ] {798bffc2-cd2b-4c64-aa3b-b7bd3d79e3eb} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.465234 [ 3 ] {798bffc2-cd2b-4c64-aa3b-b7bd3d79e3eb} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.465581 [ 3 ] {798bffc2-cd2b-4c64-aa3b-b7bd3d79e3eb} TCPHandler: Processed in 0.000818588 sec. 2026.01.08 16:12:14.465791 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.465908 [ 3 ] {d1b2b5c2-964d-440a-a433-8dd10958b3fa} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.466151 [ 3 ] {d1b2b5c2-964d-440a-a433-8dd10958b3fa} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.466195 [ 3 ] {d1b2b5c2-964d-440a-a433-8dd10958b3fa} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.466541 [ 3 ] {d1b2b5c2-964d-440a-a433-8dd10958b3fa} TCPHandler: Processed in 0.000797937 sec. 2026.01.08 16:12:14.466750 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.466862 [ 3 ] {1e17f912-8165-4961-aa38-7ad851ae52b0} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.467091 [ 3 ] {1e17f912-8165-4961-aa38-7ad851ae52b0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.467133 [ 3 ] {1e17f912-8165-4961-aa38-7ad851ae52b0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.467462 [ 3 ] {1e17f912-8165-4961-aa38-7ad851ae52b0} TCPHandler: Processed in 0.000804568 sec. 2026.01.08 16:12:14.467718 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.467912 [ 3 ] {3f3bb038-f85a-4282-8ec3-8fc32174c505} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.468165 [ 3 ] {3f3bb038-f85a-4282-8ec3-8fc32174c505} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.468208 [ 3 ] {3f3bb038-f85a-4282-8ec3-8fc32174c505} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.468539 [ 3 ] {3f3bb038-f85a-4282-8ec3-8fc32174c505} TCPHandler: Processed in 0.000808308 sec. 2026.01.08 16:12:14.468760 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.468880 [ 3 ] {b2d48a3e-eca5-43a3-8054-2cdd4285e104} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.469125 [ 3 ] {b2d48a3e-eca5-43a3-8054-2cdd4285e104} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.469174 [ 3 ] {b2d48a3e-eca5-43a3-8054-2cdd4285e104} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.469531 [ 3 ] {b2d48a3e-eca5-43a3-8054-2cdd4285e104} TCPHandler: Processed in 0.000818638 sec. 2026.01.08 16:12:14.469749 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.469867 [ 3 ] {c8013b53-b29f-4b5e-bff9-48f72b4dd38e} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.470114 [ 3 ] {c8013b53-b29f-4b5e-bff9-48f72b4dd38e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.470158 [ 3 ] {c8013b53-b29f-4b5e-bff9-48f72b4dd38e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.470509 [ 3 ] {c8013b53-b29f-4b5e-bff9-48f72b4dd38e} TCPHandler: Processed in 0.000807918 sec. 2026.01.08 16:12:14.470712 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.470848 [ 3 ] {df6345f1-e716-4850-86e7-8cf1f4cf7f91} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.471134 [ 3 ] {df6345f1-e716-4850-86e7-8cf1f4cf7f91} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.471180 [ 3 ] {df6345f1-e716-4850-86e7-8cf1f4cf7f91} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.471550 [ 3 ] {df6345f1-e716-4850-86e7-8cf1f4cf7f91} TCPHandler: Processed in 0.00088863 sec. 2026.01.08 16:12:14.471770 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.471892 [ 3 ] {0430b3d2-2ef1-4ee0-880f-36f2dc121e35} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.472150 [ 3 ] {0430b3d2-2ef1-4ee0-880f-36f2dc121e35} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.472194 [ 3 ] {0430b3d2-2ef1-4ee0-880f-36f2dc121e35} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.472546 [ 3 ] {0430b3d2-2ef1-4ee0-880f-36f2dc121e35} TCPHandler: Processed in 0.000825008 sec. 2026.01.08 16:12:14.472746 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.472867 [ 3 ] {c5b164a6-5fa4-49b0-a02e-a022af9ee3e9} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.473126 [ 3 ] {c5b164a6-5fa4-49b0-a02e-a022af9ee3e9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.473171 [ 3 ] {c5b164a6-5fa4-49b0-a02e-a022af9ee3e9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.473509 [ 3 ] {c5b164a6-5fa4-49b0-a02e-a022af9ee3e9} TCPHandler: Processed in 0.000810688 sec. 2026.01.08 16:12:14.473738 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.473859 [ 3 ] {2dbc093c-2554-4020-a360-0dcbe2c8aa71} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.474134 [ 3 ] {2dbc093c-2554-4020-a360-0dcbe2c8aa71} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.474178 [ 3 ] {2dbc093c-2554-4020-a360-0dcbe2c8aa71} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.474599 [ 3 ] {2dbc093c-2554-4020-a360-0dcbe2c8aa71} TCPHandler: Processed in 0.00091067 sec. 2026.01.08 16:12:14.474819 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.474939 [ 3 ] {aaa4925b-85ab-43b9-a521-a5bde1558aa4} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.475205 [ 3 ] {aaa4925b-85ab-43b9-a521-a5bde1558aa4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.475249 [ 3 ] {aaa4925b-85ab-43b9-a521-a5bde1558aa4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.475589 [ 3 ] {aaa4925b-85ab-43b9-a521-a5bde1558aa4} TCPHandler: Processed in 0.000819768 sec. 2026.01.08 16:12:14.475792 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.475916 [ 3 ] {c26cf1a8-12f5-4a36-b45b-73e331de3531} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.476191 [ 3 ] {c26cf1a8-12f5-4a36-b45b-73e331de3531} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.476238 [ 3 ] {c26cf1a8-12f5-4a36-b45b-73e331de3531} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.476606 [ 3 ] {c26cf1a8-12f5-4a36-b45b-73e331de3531} TCPHandler: Processed in 0.000862839 sec. 2026.01.08 16:12:14.477313 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.477473 [ 3 ] {c22890b1-e6a0-4a77-a402-bff4e4d803cc} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.477819 [ 3 ] {c22890b1-e6a0-4a77-a402-bff4e4d803cc} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.477876 [ 3 ] {c22890b1-e6a0-4a77-a402-bff4e4d803cc} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.478272 [ 3 ] {c22890b1-e6a0-4a77-a402-bff4e4d803cc} TCPHandler: Processed in 0.001012202 sec. 2026.01.08 16:12:14.478602 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.478740 [ 3 ] {bc4052dc-9335-4e6e-bee6-62d91343bae2} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.479031 [ 3 ] {bc4052dc-9335-4e6e-bee6-62d91343bae2} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.479080 [ 3 ] {bc4052dc-9335-4e6e-bee6-62d91343bae2} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.479429 [ 3 ] {bc4052dc-9335-4e6e-bee6-62d91343bae2} TCPHandler: Processed in 0.000876819 sec. 2026.01.08 16:12:14.479684 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.479809 [ 3 ] {508e0d4c-3be0-420b-883e-ceb7ceaa9bea} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.480109 [ 3 ] {508e0d4c-3be0-420b-883e-ceb7ceaa9bea} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.480152 [ 3 ] {508e0d4c-3be0-420b-883e-ceb7ceaa9bea} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.480527 [ 3 ] {508e0d4c-3be0-420b-883e-ceb7ceaa9bea} TCPHandler: Processed in 0.00089228 sec. 2026.01.08 16:12:14.480768 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.480893 [ 3 ] {b41913fd-4a28-449c-8a02-31b64fdfcd02} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.481168 [ 3 ] {b41913fd-4a28-449c-8a02-31b64fdfcd02} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.481212 [ 3 ] {b41913fd-4a28-449c-8a02-31b64fdfcd02} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.481543 [ 3 ] {b41913fd-4a28-449c-8a02-31b64fdfcd02} TCPHandler: Processed in 0.000825368 sec. 2026.01.08 16:12:14.481801 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.481927 [ 3 ] {4a1f2f33-c79e-4bd5-ac5c-20cc0cb7a21c} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.482199 [ 3 ] {4a1f2f33-c79e-4bd5-ac5c-20cc0cb7a21c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.482242 [ 3 ] {4a1f2f33-c79e-4bd5-ac5c-20cc0cb7a21c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.482569 [ 3 ] {4a1f2f33-c79e-4bd5-ac5c-20cc0cb7a21c} TCPHandler: Processed in 0.000817358 sec. 2026.01.08 16:12:14.482813 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.482935 [ 3 ] {9b0ae1ab-ffed-42c7-9941-848c98c9c8ca} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received') FORMAT Native; (stage: Complete) 2026.01.08 16:12:14.483216 [ 3 ] {9b0ae1ab-ffed-42c7-9941-848c98c9c8ca} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.483258 [ 3 ] {9b0ae1ab-ffed-42c7-9941-848c98c9c8ca} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:14.483590 [ 3 ] {9b0ae1ab-ffed-42c7-9941-848c98c9c8ca} TCPHandler: Processed in 0.000831158 sec. 2026.01.08 16:12:14.496201 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.496335 [ 3 ] {6296321f-153c-4a58-823b-6625ac984139} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.08 16:12:14.496401 [ 3 ] {6296321f-153c-4a58-823b-6625ac984139} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:14.499876 [ 3 ] {6296321f-153c-4a58-823b-6625ac984139} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.499936 [ 3 ] {6296321f-153c-4a58-823b-6625ac984139} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.500727 [ 3 ] {6296321f-153c-4a58-823b-6625ac984139} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.501128 [ 3 ] {6296321f-153c-4a58-823b-6625ac984139} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.501285 [ 3 ] {6296321f-153c-4a58-823b-6625ac984139} executeQuery: Read 21 rows, 5.08 KiB in 0.005009 sec., 4192.45358354961 rows/sec., 1013.61 KiB/sec. 2026.01.08 16:12:14.501339 [ 3 ] {6296321f-153c-4a58-823b-6625ac984139} TCPHandler: Processed in 0.005249488 sec. 2026.01.08 16:12:14.501489 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.501589 [ 3 ] {f34bd625-7746-4f71-aa32-4f83f3c44dd0} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:12:14.501631 [ 3 ] {f34bd625-7746-4f71-aa32-4f83f3c44dd0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:12:14.508570 [ 3 ] {f34bd625-7746-4f71-aa32-4f83f3c44dd0} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.508629 [ 3 ] {f34bd625-7746-4f71-aa32-4f83f3c44dd0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.511296 [ 3 ] {f34bd625-7746-4f71-aa32-4f83f3c44dd0} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.512053 [ 3 ] {f34bd625-7746-4f71-aa32-4f83f3c44dd0} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.512288 [ 3 ] {f34bd625-7746-4f71-aa32-4f83f3c44dd0} executeQuery: Read 24 rows, 2.04 KiB in 0.010664 sec., 2250.562640660165 rows/sec., 191.21 KiB/sec. 2026.01.08 16:12:14.512367 [ 3 ] {f34bd625-7746-4f71-aa32-4f83f3c44dd0} TCPHandler: Processed in 0.010880643 sec. 2026.01.08 16:12:14.512683 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.512833 [ 3 ] {bb74f8b7-70cb-4e1f-9233-b2af6b1667e3} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.08 16:12:14.512901 [ 3 ] {bb74f8b7-70cb-4e1f-9233-b2af6b1667e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.08 16:12:14.513511 [ 3 ] {bb74f8b7-70cb-4e1f-9233-b2af6b1667e3} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.513555 [ 3 ] {bb74f8b7-70cb-4e1f-9233-b2af6b1667e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.514225 [ 3 ] {bb74f8b7-70cb-4e1f-9233-b2af6b1667e3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.514829 [ 3 ] {bb74f8b7-70cb-4e1f-9233-b2af6b1667e3} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.515025 [ 3 ] {bb74f8b7-70cb-4e1f-9233-b2af6b1667e3} executeQuery: Read 4 rows, 334.00 B in 0.002237 sec., 1788.109074653554 rows/sec., 145.81 KiB/sec. 2026.01.08 16:12:14.515081 [ 3 ] {bb74f8b7-70cb-4e1f-9233-b2af6b1667e3} TCPHandler: Processed in 0.002601918 sec. 2026.01.08 16:12:14.515234 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.515359 [ 3 ] {4e4a1202-f1e8-43c6-8048-4030726087ec} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:14.515413 [ 3 ] {4e4a1202-f1e8-43c6-8048-4030726087ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:14.516129 [ 3 ] {4e4a1202-f1e8-43c6-8048-4030726087ec} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.516172 [ 3 ] {4e4a1202-f1e8-43c6-8048-4030726087ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.516702 [ 3 ] {4e4a1202-f1e8-43c6-8048-4030726087ec} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.517483 [ 3 ] {4e4a1202-f1e8-43c6-8048-4030726087ec} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.517652 [ 3 ] {4e4a1202-f1e8-43c6-8048-4030726087ec} executeQuery: Read 148 rows, 13.61 KiB in 0.002326 sec., 63628.54686156492 rows/sec., 5.72 MiB/sec. 2026.01.08 16:12:14.517703 [ 3 ] {4e4a1202-f1e8-43c6-8048-4030726087ec} TCPHandler: Processed in 0.002533586 sec. 2026.01.08 16:12:14.517842 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.517961 [ 3 ] {78a43051-cf16-4332-afeb-089e615c8ea6} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:12:14.518042 [ 3 ] {78a43051-cf16-4332-afeb-089e615c8ea6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:12:14.518532 [ 3 ] {78a43051-cf16-4332-afeb-089e615c8ea6} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.518577 [ 3 ] {78a43051-cf16-4332-afeb-089e615c8ea6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.519133 [ 3 ] {78a43051-cf16-4332-afeb-089e615c8ea6} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.519916 [ 3 ] {78a43051-cf16-4332-afeb-089e615c8ea6} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.520080 [ 3 ] {78a43051-cf16-4332-afeb-089e615c8ea6} executeQuery: Read 16 rows, 1.24 KiB in 0.002144 sec., 7462.686567164179 rows/sec., 578.47 KiB/sec. 2026.01.08 16:12:14.520126 [ 3 ] {78a43051-cf16-4332-afeb-089e615c8ea6} TCPHandler: Processed in 0.002338032 sec. 2026.01.08 16:12:14.520256 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.520366 [ 3 ] {4f7ce661-3655-4569-bfa7-a3febf7e580d} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:12:14.520416 [ 3 ] {4f7ce661-3655-4569-bfa7-a3febf7e580d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:12:14.520982 [ 3 ] {4f7ce661-3655-4569-bfa7-a3febf7e580d} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.521023 [ 3 ] {4f7ce661-3655-4569-bfa7-a3febf7e580d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.521564 [ 3 ] {4f7ce661-3655-4569-bfa7-a3febf7e580d} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.522908 [ 3 ] {4f7ce661-3655-4569-bfa7-a3febf7e580d} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.523076 [ 3 ] {4f7ce661-3655-4569-bfa7-a3febf7e580d} executeQuery: Read 24 rows, 2.04 KiB in 0.002739 sec., 8762.322015334063 rows/sec., 744.46 KiB/sec. 2026.01.08 16:12:14.523118 [ 3 ] {4f7ce661-3655-4569-bfa7-a3febf7e580d} TCPHandler: Processed in 0.002919945 sec. 2026.01.08 16:12:14.523239 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.523339 [ 3 ] {ef72da94-8239-4da0-9a8e-046d3b63aaf7} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:12:14.523379 [ 3 ] {ef72da94-8239-4da0-9a8e-046d3b63aaf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:12:14.523792 [ 3 ] {ef72da94-8239-4da0-9a8e-046d3b63aaf7} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.523830 [ 3 ] {ef72da94-8239-4da0-9a8e-046d3b63aaf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.524428 [ 3 ] {ef72da94-8239-4da0-9a8e-046d3b63aaf7} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.524945 [ 3 ] {ef72da94-8239-4da0-9a8e-046d3b63aaf7} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.525090 [ 3 ] {ef72da94-8239-4da0-9a8e-046d3b63aaf7} executeQuery: Read 12 rows, 960.00 B in 0.001775 sec., 6760.56338028169 rows/sec., 528.17 KiB/sec. 2026.01.08 16:12:14.525135 [ 3 ] {ef72da94-8239-4da0-9a8e-046d3b63aaf7} TCPHandler: Processed in 0.001949754 sec. 2026.01.08 16:12:14.525265 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.525365 [ 3 ] {1ea9fe36-9373-4cd0-b641-a98c6e6b2327} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:14.525407 [ 3 ] {1ea9fe36-9373-4cd0-b641-a98c6e6b2327} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:14.525854 [ 3 ] {1ea9fe36-9373-4cd0-b641-a98c6e6b2327} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.525891 [ 3 ] {1ea9fe36-9373-4cd0-b641-a98c6e6b2327} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.526427 [ 3 ] {1ea9fe36-9373-4cd0-b641-a98c6e6b2327} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.526954 [ 3 ] {1ea9fe36-9373-4cd0-b641-a98c6e6b2327} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.527087 [ 3 ] {1ea9fe36-9373-4cd0-b641-a98c6e6b2327} executeQuery: Read 68 rows, 5.82 KiB in 0.001743 sec., 39013.19563970166 rows/sec., 3.26 MiB/sec. 2026.01.08 16:12:14.527124 [ 3 ] {1ea9fe36-9373-4cd0-b641-a98c6e6b2327} TCPHandler: Processed in 0.001914693 sec. 2026.01.08 16:12:14.527263 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.527361 [ 3 ] {13d9a862-0105-4f3e-8abd-51270e85730b} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:14.527406 [ 3 ] {13d9a862-0105-4f3e-8abd-51270e85730b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:14.530183 [ 3 ] {13d9a862-0105-4f3e-8abd-51270e85730b} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.530225 [ 3 ] {13d9a862-0105-4f3e-8abd-51270e85730b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.532830 [ 3 ] {13d9a862-0105-4f3e-8abd-51270e85730b} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.533325 [ 3 ] {13d9a862-0105-4f3e-8abd-51270e85730b} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.533519 [ 3 ] {13d9a862-0105-4f3e-8abd-51270e85730b} executeQuery: Read 290 rows, 23.33 KiB in 0.006176 sec., 46955.9585492228 rows/sec., 3.69 MiB/sec. 2026.01.08 16:12:14.533565 [ 3 ] {13d9a862-0105-4f3e-8abd-51270e85730b} TCPHandler: Processed in 0.006361122 sec. 2026.01.08 16:12:14.533714 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:14.533821 [ 3 ] {ce5d6ef9-190e-4bad-8d8a-90bc6e1789f3} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:14.533866 [ 3 ] {ce5d6ef9-190e-4bad-8d8a-90bc6e1789f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:14.534184 [ 3 ] {ce5d6ef9-190e-4bad-8d8a-90bc6e1789f3} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:14.534218 [ 3 ] {ce5d6ef9-190e-4bad-8d8a-90bc6e1789f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:14.534620 [ 3 ] {ce5d6ef9-190e-4bad-8d8a-90bc6e1789f3} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:14.535103 [ 3 ] {ce5d6ef9-190e-4bad-8d8a-90bc6e1789f3} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:14.535237 [ 3 ] {ce5d6ef9-190e-4bad-8d8a-90bc6e1789f3} executeQuery: Read 18 rows, 1.26 KiB in 0.001437 sec., 12526.096033402924 rows/sec., 878.70 KiB/sec. 2026.01.08 16:12:14.535272 [ 3 ] {ce5d6ef9-190e-4bad-8d8a-90bc6e1789f3} TCPHandler: Processed in 0.001616866 sec. 2026.01.08 16:12:15.005970 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46626 2026.01.08 16:12:15.006499 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:15.006541 [ 286 ] {} TCP-Session: b21c70b4-7cf7-44d1-b994-92082498b59b Authenticating user 'default' from [fd00:1122:3344:101::e]:46626 2026.01.08 16:12:15.006566 [ 286 ] {} TCP-Session: b21c70b4-7cf7-44d1-b994-92082498b59b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.006578 [ 286 ] {} TCP-Session: b21c70b4-7cf7-44d1-b994-92082498b59b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.006630 [ 286 ] {} ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false 2026.01.08 16:12:15.006655 [ 286 ] {} ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.08 16:12:15.006671 [ 286 ] {} ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION 2026.01.08 16:12:15.007123 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45309 2026.01.08 16:12:15.007226 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63476 2026.01.08 16:12:15.007339 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:15.007382 [ 287 ] {} TCP-Session: ed837c59-0698-4cc1-98a9-2b8a2717c9b7 Authenticating user 'default' from [fd00:1122:3344:101::e]:45309 2026.01.08 16:12:15.007393 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61081 2026.01.08 16:12:15.007405 [ 287 ] {} TCP-Session: ed837c59-0698-4cc1-98a9-2b8a2717c9b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.007464 [ 287 ] {} TCP-Session: ed837c59-0698-4cc1-98a9-2b8a2717c9b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.007506 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:15.007512 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43317 2026.01.08 16:12:15.007511 [ 286 ] {} TCP-Session: b21c70b4-7cf7-44d1-b994-92082498b59b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:15.007559 [ 288 ] {} TCP-Session: fc3062fa-257c-454c-8f68-c02d750c6fb1 Authenticating user 'default' from [fd00:1122:3344:101::e]:63476 2026.01.08 16:12:15.007614 [ 288 ] {} TCP-Session: fc3062fa-257c-454c-8f68-c02d750c6fb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.007633 [ 288 ] {} TCP-Session: fc3062fa-257c-454c-8f68-c02d750c6fb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.007639 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:15.007671 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55473 2026.01.08 16:12:15.007696 [ 289 ] {} TCP-Session: c26059b9-dcd5-4b39-aa59-9ff3147d1f9a Authenticating user 'default' from [fd00:1122:3344:101::e]:61081 2026.01.08 16:12:15.007729 [ 289 ] {} TCP-Session: c26059b9-dcd5-4b39-aa59-9ff3147d1f9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.007744 [ 289 ] {} TCP-Session: c26059b9-dcd5-4b39-aa59-9ff3147d1f9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.007745 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:15.007788 [ 286 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} executeQuery: (from [fd00:1122:3344:101::e]:46626) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:12:15.007795 [ 290 ] {} TCP-Session: a161c127-fdc9-462e-8cac-338f83094bd4 Authenticating user 'default' from [fd00:1122:3344:101::e]:43317 2026.01.08 16:12:15.007810 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39091 2026.01.08 16:12:15.007843 [ 290 ] {} TCP-Session: a161c127-fdc9-462e-8cac-338f83094bd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.007869 [ 290 ] {} TCP-Session: a161c127-fdc9-462e-8cac-338f83094bd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.007987 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:15.008029 [ 291 ] {} TCP-Session: 896131ba-7f94-462d-9d58-7cdb1ea07cec Authenticating user 'default' from [fd00:1122:3344:101::e]:55473 2026.01.08 16:12:15.008047 [ 291 ] {} TCP-Session: 896131ba-7f94-462d-9d58-7cdb1ea07cec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.008062 [ 291 ] {} TCP-Session: 896131ba-7f94-462d-9d58-7cdb1ea07cec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.008080 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:15.008083 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50280 2026.01.08 16:12:15.008124 [ 292 ] {} TCP-Session: 5437e027-ba3d-4d7f-a3f2-ab2b7a50d4d4 Authenticating user 'default' from [fd00:1122:3344:101::e]:39091 2026.01.08 16:12:15.008152 [ 292 ] {} TCP-Session: 5437e027-ba3d-4d7f-a3f2-ab2b7a50d4d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.008169 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63815 2026.01.08 16:12:15.008174 [ 292 ] {} TCP-Session: 5437e027-ba3d-4d7f-a3f2-ab2b7a50d4d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.008195 [ 286 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:12:15.008261 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:15.008296 [ 293 ] {} TCP-Session: 488cd708-c9d9-474a-abd7-7c553db71db3 Authenticating user 'default' from [fd00:1122:3344:101::e]:50280 2026.01.08 16:12:15.008312 [ 293 ] {} TCP-Session: 488cd708-c9d9-474a-abd7-7c553db71db3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.008325 [ 293 ] {} TCP-Session: 488cd708-c9d9-474a-abd7-7c553db71db3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.010444 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:15.010488 [ 294 ] {} TCP-Session: 8493a6c3-3da6-4f63-8a49-25ff488f452e Authenticating user 'default' from [fd00:1122:3344:101::e]:63815 2026.01.08 16:12:15.010508 [ 294 ] {} TCP-Session: 8493a6c3-3da6-4f63-8a49-25ff488f452e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.010524 [ 294 ] {} TCP-Session: 8493a6c3-3da6-4f63-8a49-25ff488f452e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.012633 [ 286 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:15.021227 [ 286 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:12:15.037245 [ 296 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} AggregatingTransform: Aggregating 2026.01.08 16:12:15.037343 [ 296 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} Aggregator: Aggregation method: without_key 2026.01.08 16:12:15.038019 [ 296 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.004120052 sec. (242.715 rows/sec., 9.48 KiB/sec.) 2026.01.08 16:12:15.038047 [ 296 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} Aggregator: Merging aggregated data 2026.01.08 16:12:15.038077 [ 296 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} Aggregator: Statistics updated for key=4896758355805104663: new sum_of_sizes=1, median_size=1 2026.01.08 16:12:15.039211 [ 286 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} executeQuery: Read 1 rows, 40.00 B in 0.031514 sec., 31.731928666624356 rows/sec., 1.24 KiB/sec. 2026.01.08 16:12:15.039369 [ 286 ] {79e9ae0f-5cec-42a8-b93e-b13433fd8bc1} TCPHandler: Processed in 0.032105828 sec. 2026.01.08 16:12:15.042051 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:15.042100 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:15.042122 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:15.042143 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:15.042168 [ 288 ] {} TCP-Session: fc3062fa-257c-454c-8f68-c02d750c6fb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.042174 [ 292 ] {} TCP-Session: 5437e027-ba3d-4d7f-a3f2-ab2b7a50d4d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.042183 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:15.042195 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:15.042215 [ 287 ] {} TCP-Session: ed837c59-0698-4cc1-98a9-2b8a2717c9b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.042247 [ 290 ] {} TCP-Session: a161c127-fdc9-462e-8cac-338f83094bd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.042239 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:15.042258 [ 291 ] {} TCP-Session: 896131ba-7f94-462d-9d58-7cdb1ea07cec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.042166 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:15.042298 [ 294 ] {} TCP-Session: 8493a6c3-3da6-4f63-8a49-25ff488f452e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.042106 [ 286 ] {} TCP-Session: b21c70b4-7cf7-44d1-b994-92082498b59b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.042354 [ 293 ] {} TCP-Session: 488cd708-c9d9-474a-abd7-7c553db71db3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.042220 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:15.042423 [ 289 ] {} TCP-Session: c26059b9-dcd5-4b39-aa59-9ff3147d1f9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:15.275969 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1464 2026.01.08 16:12:15.276587 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:15.276654 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:15.277378 [ 244 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:15.277981 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:15.278156 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1464 2026.01.08 16:12:15.340762 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 2026.01.08 16:12:15.358361 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:15.358429 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:15.365170 [ 245 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:15.366628 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:15.371305 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 23 2026.01.08 16:12:16.001148 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 159.96 MiB, peak 169.53 MiB, free memory in arenas 0.00 B, will set to 164.38 MiB (RSS), difference: 4.42 MiB 2026.01.08 16:12:19.407972 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:19.408179 [ 3 ] {81a0bc94-dee3-4d42-b4ad-7e516819a36c} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:19.408252 [ 3 ] {81a0bc94-dee3-4d42-b4ad-7e516819a36c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:19.408930 [ 3 ] {81a0bc94-dee3-4d42-b4ad-7e516819a36c} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:19.408985 [ 3 ] {81a0bc94-dee3-4d42-b4ad-7e516819a36c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:19.409549 [ 3 ] {81a0bc94-dee3-4d42-b4ad-7e516819a36c} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:19.410151 [ 3 ] {81a0bc94-dee3-4d42-b4ad-7e516819a36c} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:19.410363 [ 3 ] {81a0bc94-dee3-4d42-b4ad-7e516819a36c} executeQuery: Read 26 rows, 2.01 KiB in 0.002233 sec., 11643.528884908194 rows/sec., 898.72 KiB/sec. 2026.01.08 16:12:19.410440 [ 3 ] {81a0bc94-dee3-4d42-b4ad-7e516819a36c} TCPHandler: Processed in 0.002609989 sec. 2026.01.08 16:12:19.410606 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:19.410739 [ 3 ] {a619774a-8436-474f-9b43-3a0abd638cfd} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:19.410793 [ 3 ] {a619774a-8436-474f-9b43-3a0abd638cfd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:19.411325 [ 3 ] {a619774a-8436-474f-9b43-3a0abd638cfd} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:19.411369 [ 3 ] {a619774a-8436-474f-9b43-3a0abd638cfd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:19.411964 [ 3 ] {a619774a-8436-474f-9b43-3a0abd638cfd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:19.412517 [ 3 ] {a619774a-8436-474f-9b43-3a0abd638cfd} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:19.412694 [ 3 ] {a619774a-8436-474f-9b43-3a0abd638cfd} executeQuery: Read 28 rows, 2.24 KiB in 0.001989 sec., 14077.425842131724 rows/sec., 1.10 MiB/sec. 2026.01.08 16:12:19.412741 [ 3 ] {a619774a-8436-474f-9b43-3a0abd638cfd} TCPHandler: Processed in 0.002202449 sec. 2026.01.08 16:12:19.412878 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:19.412994 [ 3 ] {0891656e-b495-4005-a35a-de77666836b6} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:19.413049 [ 3 ] {0891656e-b495-4005-a35a-de77666836b6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:19.413523 [ 3 ] {0891656e-b495-4005-a35a-de77666836b6} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:19.413566 [ 3 ] {0891656e-b495-4005-a35a-de77666836b6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:19.414154 [ 3 ] {0891656e-b495-4005-a35a-de77666836b6} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:19.414734 [ 3 ] {0891656e-b495-4005-a35a-de77666836b6} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:19.414898 [ 3 ] {0891656e-b495-4005-a35a-de77666836b6} executeQuery: Read 100 rows, 7.10 KiB in 0.001931 sec., 51786.63904712584 rows/sec., 3.59 MiB/sec. 2026.01.08 16:12:19.414945 [ 3 ] {0891656e-b495-4005-a35a-de77666836b6} TCPHandler: Processed in 0.002127077 sec. 2026.01.08 16:12:19.415088 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:19.415208 [ 3 ] {ccd54fd6-253b-4ad8-9d40-53456c8a655e} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:19.415259 [ 3 ] {ccd54fd6-253b-4ad8-9d40-53456c8a655e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:19.415666 [ 3 ] {ccd54fd6-253b-4ad8-9d40-53456c8a655e} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:19.415709 [ 3 ] {ccd54fd6-253b-4ad8-9d40-53456c8a655e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:19.416230 [ 3 ] {ccd54fd6-253b-4ad8-9d40-53456c8a655e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:19.416792 [ 3 ] {ccd54fd6-253b-4ad8-9d40-53456c8a655e} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:19.416955 [ 3 ] {ccd54fd6-253b-4ad8-9d40-53456c8a655e} executeQuery: Read 30 rows, 2.10 KiB in 0.001779 sec., 16863.406408094434 rows/sec., 1.16 MiB/sec. 2026.01.08 16:12:19.416999 [ 3 ] {ccd54fd6-253b-4ad8-9d40-53456c8a655e} TCPHandler: Processed in 0.001971584 sec. 2026.01.08 16:12:20.102223 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34545 2026.01.08 16:12:20.102340 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.102365 [ 286 ] {} TCP-Session: b5c7e56f-5d33-4846-afef-698b89f09abd Authenticating user 'default' from [fd00:1122:3344:101::e]:34545 2026.01.08 16:12:20.102388 [ 286 ] {} TCP-Session: b5c7e56f-5d33-4846-afef-698b89f09abd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.102401 [ 286 ] {} TCP-Session: b5c7e56f-5d33-4846-afef-698b89f09abd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.102610 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51125 2026.01.08 16:12:20.102641 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47030 2026.01.08 16:12:20.102676 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39879 2026.01.08 16:12:20.102698 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54243 2026.01.08 16:12:20.102719 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.102691 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64935 2026.01.08 16:12:20.102760 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.102786 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.102771 [ 286 ] {} TCP-Session: b5c7e56f-5d33-4846-afef-698b89f09abd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:20.102829 [ 294 ] {} TCP-Session: 3087d633-4ec6-4af9-b706-0346495f51f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:54243 2026.01.08 16:12:20.102817 [ 292 ] {} TCP-Session: b338f516-4a20-4656-b9aa-408c023e9b04 Authenticating user 'default' from [fd00:1122:3344:101::e]:39879 2026.01.08 16:12:20.102871 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.102882 [ 294 ] {} TCP-Session: 3087d633-4ec6-4af9-b706-0346495f51f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.102899 [ 292 ] {} TCP-Session: b338f516-4a20-4656-b9aa-408c023e9b04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.102925 [ 294 ] {} TCP-Session: 3087d633-4ec6-4af9-b706-0346495f51f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.102941 [ 292 ] {} TCP-Session: b338f516-4a20-4656-b9aa-408c023e9b04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.102919 [ 293 ] {} TCP-Session: 9a249252-848f-4bdd-9f99-d37092d42e2a Authenticating user 'default' from [fd00:1122:3344:101::e]:64935 2026.01.08 16:12:20.102761 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.103003 [ 293 ] {} TCP-Session: 9a249252-848f-4bdd-9f99-d37092d42e2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.102756 [ 287 ] {} TCP-Session: e4e0611e-823b-4e70-9bdd-ab862a3bfd3d Authenticating user 'default' from [fd00:1122:3344:101::e]:51125 2026.01.08 16:12:20.103029 [ 288 ] {} TCP-Session: e54ca78a-0842-4b8d-b11c-40e398b2f635 Authenticating user 'default' from [fd00:1122:3344:101::e]:47030 2026.01.08 16:12:20.103033 [ 293 ] {} TCP-Session: 9a249252-848f-4bdd-9f99-d37092d42e2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103053 [ 287 ] {} TCP-Session: e4e0611e-823b-4e70-9bdd-ab862a3bfd3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103068 [ 288 ] {} TCP-Session: e54ca78a-0842-4b8d-b11c-40e398b2f635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103090 [ 287 ] {} TCP-Session: e4e0611e-823b-4e70-9bdd-ab862a3bfd3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103103 [ 288 ] {} TCP-Session: e54ca78a-0842-4b8d-b11c-40e398b2f635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103024 [ 286 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} executeQuery: (from [fd00:1122:3344:101::e]:34545) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:12:20.102668 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42786 2026.01.08 16:12:20.102658 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58849 2026.01.08 16:12:20.102651 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57646 2026.01.08 16:12:20.103226 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.103259 [ 291 ] {} TCP-Session: 8017417c-2fa7-4268-95c7-ddda41c735c8 Authenticating user 'default' from [fd00:1122:3344:101::e]:42786 2026.01.08 16:12:20.103260 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.103279 [ 291 ] {} TCP-Session: 8017417c-2fa7-4268-95c7-ddda41c735c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103297 [ 289 ] {} TCP-Session: 94cab7e5-3121-4ce7-aa2a-8ab40528c64e Authenticating user 'default' from [fd00:1122:3344:101::e]:58849 2026.01.08 16:12:20.103300 [ 291 ] {} TCP-Session: 8017417c-2fa7-4268-95c7-ddda41c735c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103322 [ 289 ] {} TCP-Session: 94cab7e5-3121-4ce7-aa2a-8ab40528c64e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103339 [ 289 ] {} TCP-Session: 94cab7e5-3121-4ce7-aa2a-8ab40528c64e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103359 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.103393 [ 290 ] {} TCP-Session: 7cb8f016-054a-44fd-86af-cfe7a3b6d49e Authenticating user 'default' from [fd00:1122:3344:101::e]:57646 2026.01.08 16:12:20.103412 [ 290 ] {} TCP-Session: 7cb8f016-054a-44fd-86af-cfe7a3b6d49e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103427 [ 290 ] {} TCP-Session: 7cb8f016-054a-44fd-86af-cfe7a3b6d49e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.103440 [ 286 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:12:20.103509 [ 286 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:20.103818 [ 286 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:12:20.104758 [ 340 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} AggregatingTransform: Aggregating 2026.01.08 16:12:20.104814 [ 340 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} Aggregator: Aggregation method: without_key 2026.01.08 16:12:20.104857 [ 340 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000939131 sec. (1064.814 rows/sec., 41.59 KiB/sec.) 2026.01.08 16:12:20.104879 [ 340 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} Aggregator: Merging aggregated data 2026.01.08 16:12:20.106283 [ 286 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} executeQuery: Read 1 rows, 40.00 B in 0.003324 sec., 300.84235860409143 rows/sec., 11.75 KiB/sec. 2026.01.08 16:12:20.106470 [ 286 ] {347debf2-d7a6-4ec7-ad12-77501aa6fe92} TCPHandler: Processed in 0.003829706 sec. 2026.01.08 16:12:20.106620 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.106652 [ 286 ] {} TCP-Session: b5c7e56f-5d33-4846-afef-698b89f09abd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.106652 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.106669 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.106684 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.106707 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.106729 [ 287 ] {} TCP-Session: e4e0611e-823b-4e70-9bdd-ab862a3bfd3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.106737 [ 294 ] {} TCP-Session: 3087d633-4ec6-4af9-b706-0346495f51f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.106741 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.106763 [ 288 ] {} TCP-Session: e54ca78a-0842-4b8d-b11c-40e398b2f635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.106761 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.106793 [ 292 ] {} TCP-Session: b338f516-4a20-4656-b9aa-408c023e9b04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.106778 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.106828 [ 290 ] {} TCP-Session: 7cb8f016-054a-44fd-86af-cfe7a3b6d49e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.106724 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.106862 [ 293 ] {} TCP-Session: 9a249252-848f-4bdd-9f99-d37092d42e2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.106702 [ 289 ] {} TCP-Session: 94cab7e5-3121-4ce7-aa2a-8ab40528c64e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.106904 [ 291 ] {} TCP-Session: 8017417c-2fa7-4268-95c7-ddda41c735c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.188501 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52301 2026.01.08 16:12:20.188622 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.188652 [ 286 ] {} TCP-Session: a8cf0296-9c40-4492-bb8c-fdb6c74559f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:52301 2026.01.08 16:12:20.188676 [ 286 ] {} TCP-Session: a8cf0296-9c40-4492-bb8c-fdb6c74559f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.188689 [ 286 ] {} TCP-Session: a8cf0296-9c40-4492-bb8c-fdb6c74559f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.188919 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63391 2026.01.08 16:12:20.188955 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42215 2026.01.08 16:12:20.188997 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37630 2026.01.08 16:12:20.189002 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51558 2026.01.08 16:12:20.189055 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61288 2026.01.08 16:12:20.189065 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.189082 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.189088 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54613 2026.01.08 16:12:20.189110 [ 288 ] {} TCP-Session: a1bbb259-d7e4-4bfb-844f-e9edae8d464e Authenticating user 'default' from [fd00:1122:3344:101::e]:42215 2026.01.08 16:12:20.189129 [ 290 ] {} TCP-Session: c662cc6e-20eb-4b27-b0fe-d96f3fe57613 Authenticating user 'default' from [fd00:1122:3344:101::e]:37630 2026.01.08 16:12:20.189140 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.189156 [ 288 ] {} TCP-Session: a1bbb259-d7e4-4bfb-844f-e9edae8d464e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189170 [ 290 ] {} TCP-Session: c662cc6e-20eb-4b27-b0fe-d96f3fe57613 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189168 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.189199 [ 290 ] {} TCP-Session: c662cc6e-20eb-4b27-b0fe-d96f3fe57613 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189214 [ 294 ] {} TCP-Session: c776a1b5-103f-4c89-9692-db1115d3894d Authenticating user 'default' from [fd00:1122:3344:101::e]:54613 2026.01.08 16:12:20.189185 [ 288 ] {} TCP-Session: a1bbb259-d7e4-4bfb-844f-e9edae8d464e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189238 [ 294 ] {} TCP-Session: c776a1b5-103f-4c89-9692-db1115d3894d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189181 [ 292 ] {} TCP-Session: 61ffa91c-8ae2-4f69-8ee6-2b153eca0641 Authenticating user 'default' from [fd00:1122:3344:101::e]:61288 2026.01.08 16:12:20.189269 [ 294 ] {} TCP-Session: c776a1b5-103f-4c89-9692-db1115d3894d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189289 [ 292 ] {} TCP-Session: 61ffa91c-8ae2-4f69-8ee6-2b153eca0641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189159 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.189313 [ 292 ] {} TCP-Session: 61ffa91c-8ae2-4f69-8ee6-2b153eca0641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189040 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39659 2026.01.08 16:12:20.189372 [ 289 ] {} TCP-Session: 80247b6f-c612-4248-bc1d-6bc78caee07d Authenticating user 'default' from [fd00:1122:3344:101::e]:51558 2026.01.08 16:12:20.189023 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.189429 [ 289 ] {} TCP-Session: 80247b6f-c612-4248-bc1d-6bc78caee07d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189450 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.189453 [ 287 ] {} TCP-Session: 97f5dcec-47b6-4589-afa6-24a6e8e9d342 Authenticating user 'default' from [fd00:1122:3344:101::e]:63391 2026.01.08 16:12:20.189466 [ 289 ] {} TCP-Session: 80247b6f-c612-4248-bc1d-6bc78caee07d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189490 [ 291 ] {} TCP-Session: bf4f0197-16be-4247-8b19-b0654989568b Authenticating user 'default' from [fd00:1122:3344:101::e]:39659 2026.01.08 16:12:20.189498 [ 287 ] {} TCP-Session: 97f5dcec-47b6-4589-afa6-24a6e8e9d342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189530 [ 291 ] {} TCP-Session: bf4f0197-16be-4247-8b19-b0654989568b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189543 [ 287 ] {} TCP-Session: 97f5dcec-47b6-4589-afa6-24a6e8e9d342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189558 [ 291 ] {} TCP-Session: bf4f0197-16be-4247-8b19-b0654989568b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189082 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47544 2026.01.08 16:12:20.189099 [ 286 ] {} TCP-Session: a8cf0296-9c40-4492-bb8c-fdb6c74559f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:20.189654 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:20.189680 [ 293 ] {} TCP-Session: 63aa00f4-1af7-4592-adae-1f0a01e9bc5c Authenticating user 'default' from [fd00:1122:3344:101::e]:47544 2026.01.08 16:12:20.189697 [ 293 ] {} TCP-Session: 63aa00f4-1af7-4592-adae-1f0a01e9bc5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189709 [ 293 ] {} TCP-Session: 63aa00f4-1af7-4592-adae-1f0a01e9bc5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.189781 [ 286 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} executeQuery: (from [fd00:1122:3344:101::e]:52301) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:12:20.190049 [ 286 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:12:20.190111 [ 286 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:20.190438 [ 286 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:12:20.191423 [ 319 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} AggregatingTransform: Aggregating 2026.01.08 16:12:20.191475 [ 319 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} Aggregator: Aggregation method: without_key 2026.01.08 16:12:20.191518 [ 319 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000974142 sec. (1026.544 rows/sec., 40.10 KiB/sec.) 2026.01.08 16:12:20.191538 [ 319 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} Aggregator: Merging aggregated data 2026.01.08 16:12:20.192906 [ 286 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} executeQuery: Read 1 rows, 40.00 B in 0.003181 sec., 314.36655139893116 rows/sec., 12.28 KiB/sec. 2026.01.08 16:12:20.193067 [ 286 ] {d9d71a7b-c424-4c98-91eb-4f01ba5214bf} TCPHandler: Processed in 0.004143993 sec. 2026.01.08 16:12:20.193190 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.193222 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.193242 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.193261 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.193273 [ 290 ] {} TCP-Session: c662cc6e-20eb-4b27-b0fe-d96f3fe57613 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.193282 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.193307 [ 287 ] {} TCP-Session: 97f5dcec-47b6-4589-afa6-24a6e8e9d342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.193302 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.193341 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.193355 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.193375 [ 289 ] {} TCP-Session: 80247b6f-c612-4248-bc1d-6bc78caee07d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.193386 [ 291 ] {} TCP-Session: bf4f0197-16be-4247-8b19-b0654989568b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.193406 [ 293 ] {} TCP-Session: 63aa00f4-1af7-4592-adae-1f0a01e9bc5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.193321 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:20.193293 [ 288 ] {} TCP-Session: a1bbb259-d7e4-4bfb-844f-e9edae8d464e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.193461 [ 292 ] {} TCP-Session: 61ffa91c-8ae2-4f69-8ee6-2b153eca0641 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.193330 [ 294 ] {} TCP-Session: c776a1b5-103f-4c89-9692-db1115d3894d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:20.193240 [ 286 ] {} TCP-Session: a8cf0296-9c40-4492-bb8c-fdb6c74559f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:22.710714 [ 99 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:12:22.710768 [ 99 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:12:22.758573 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 76 entries to flush up to offset 164 2026.01.08 16:12:22.762036 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:22.762074 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:22.763346 [ 243 ] {} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:22.763843 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:22.764073 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 164 2026.01.08 16:12:22.778908 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 1912 2026.01.08 16:12:22.779410 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:22.779452 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:22.780062 [ 244 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:12:22.780533 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:22.780678 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1912 2026.01.08 16:12:22.872065 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 2026.01.08 16:12:22.888969 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:22.889030 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.97 GiB. 2026.01.08 16:12:22.895484 [ 245 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:12:22.896587 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:22.899864 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 31 2026.01.08 16:12:23.000189 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 165.08 MiB, peak 173.01 MiB, free memory in arenas 0.00 B, will set to 166.09 MiB (RSS), difference: 1.00 MiB 2026.01.08 16:12:24.407065 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:24.407288 [ 3 ] {18b4ca9f-9447-4a51-a523-528eb2bcaa8e} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:24.407374 [ 3 ] {18b4ca9f-9447-4a51-a523-528eb2bcaa8e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:24.408103 [ 3 ] {18b4ca9f-9447-4a51-a523-528eb2bcaa8e} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:24.408157 [ 3 ] {18b4ca9f-9447-4a51-a523-528eb2bcaa8e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:24.408769 [ 3 ] {18b4ca9f-9447-4a51-a523-528eb2bcaa8e} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:24.409234 [ 3 ] {18b4ca9f-9447-4a51-a523-528eb2bcaa8e} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:24.409419 [ 3 ] {18b4ca9f-9447-4a51-a523-528eb2bcaa8e} executeQuery: Read 26 rows, 2.01 KiB in 0.002188 sec., 11882.998171846435 rows/sec., 917.20 KiB/sec. 2026.01.08 16:12:24.409480 [ 3 ] {18b4ca9f-9447-4a51-a523-528eb2bcaa8e} TCPHandler: Processed in 0.002558987 sec. 2026.01.08 16:12:24.409613 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:24.409714 [ 3 ] {054c367e-03ea-469d-8a4b-9a2940c588b3} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:24.409756 [ 3 ] {054c367e-03ea-469d-8a4b-9a2940c588b3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:24.410188 [ 3 ] {054c367e-03ea-469d-8a4b-9a2940c588b3} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:24.410225 [ 3 ] {054c367e-03ea-469d-8a4b-9a2940c588b3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:24.410749 [ 3 ] {054c367e-03ea-469d-8a4b-9a2940c588b3} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:24.411288 [ 3 ] {054c367e-03ea-469d-8a4b-9a2940c588b3} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:24.411432 [ 3 ] {054c367e-03ea-469d-8a4b-9a2940c588b3} executeQuery: Read 28 rows, 2.24 KiB in 0.00173 sec., 16184.971098265896 rows/sec., 1.26 MiB/sec. 2026.01.08 16:12:24.411474 [ 3 ] {054c367e-03ea-469d-8a4b-9a2940c588b3} TCPHandler: Processed in 0.001912183 sec. 2026.01.08 16:12:24.411603 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:24.411710 [ 3 ] {4355c9c8-4c22-4aa9-a57d-cbaf2f9c4122} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:24.411758 [ 3 ] {4355c9c8-4c22-4aa9-a57d-cbaf2f9c4122} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:24.412205 [ 3 ] {4355c9c8-4c22-4aa9-a57d-cbaf2f9c4122} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:24.412244 [ 3 ] {4355c9c8-4c22-4aa9-a57d-cbaf2f9c4122} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:24.412770 [ 3 ] {4355c9c8-4c22-4aa9-a57d-cbaf2f9c4122} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:24.413280 [ 3 ] {4355c9c8-4c22-4aa9-a57d-cbaf2f9c4122} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:24.413417 [ 3 ] {4355c9c8-4c22-4aa9-a57d-cbaf2f9c4122} executeQuery: Read 100 rows, 7.10 KiB in 0.001729 sec., 57836.899942163094 rows/sec., 4.01 MiB/sec. 2026.01.08 16:12:24.413458 [ 3 ] {4355c9c8-4c22-4aa9-a57d-cbaf2f9c4122} TCPHandler: Processed in 0.001906983 sec. 2026.01.08 16:12:24.413575 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:24.413673 [ 3 ] {bca166c0-bd7d-42d8-99a7-74dadb5add0a} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:24.413717 [ 3 ] {bca166c0-bd7d-42d8-99a7-74dadb5add0a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:24.414057 [ 3 ] {bca166c0-bd7d-42d8-99a7-74dadb5add0a} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:24.414095 [ 3 ] {bca166c0-bd7d-42d8-99a7-74dadb5add0a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:24.414554 [ 3 ] {bca166c0-bd7d-42d8-99a7-74dadb5add0a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:24.415048 [ 3 ] {bca166c0-bd7d-42d8-99a7-74dadb5add0a} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:24.415186 [ 3 ] {bca166c0-bd7d-42d8-99a7-74dadb5add0a} executeQuery: Read 30 rows, 2.10 KiB in 0.001532 sec., 19582.245430809402 rows/sec., 1.34 MiB/sec. 2026.01.08 16:12:24.415224 [ 3 ] {bca166c0-bd7d-42d8-99a7-74dadb5add0a} TCPHandler: Processed in 0.001699728 sec. 2026.01.08 16:12:29.406962 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.407257 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2026.01.08 16:12:29.407657 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:29.413685 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2026.01.08 16:12:29.413990 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:29.414074 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:29.414271 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 21-element set) 2026.01.08 16:12:29.416731 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:29.418916 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.08 16:12:29.418957 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:29.424225 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:29.424291 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.01.08 16:12:29.462433 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} executeQuery: Read 21 rows, 936.00 B in 0.055257 sec., 380.0423475758727 rows/sec., 16.54 KiB/sec. 2026.01.08 16:12:29.462612 [ 3 ] {f065fe59-46bd-408f-be11-e7c204472f87} TCPHandler: Processed in 0.055800567 sec. 2026.01.08 16:12:29.464817 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.465039 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2026.01.08 16:12:29.465444 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:29.465493 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2026.01.08 16:12:29.465795 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:29.465884 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:29.466063 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 22-element set) 2026.01.08 16:12:29.466111 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:29.466139 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.08 16:12:29.466160 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:29.466209 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:29.466236 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.01.08 16:12:29.467220 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} executeQuery: Read 21 rows, 936.00 B in 0.002288 sec., 9178.321678321678 rows/sec., 399.50 KiB/sec. 2026.01.08 16:12:29.467342 [ 3 ] {ecc107ac-fc23-44b9-90ec-4bbac5a381d5} TCPHandler: Processed in 0.002701481 sec. 2026.01.08 16:12:29.467616 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.467782 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2026.01.08 16:12:29.468113 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:29.468159 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2026.01.08 16:12:29.468418 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:29.468486 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:29.468626 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 23-element set) 2026.01.08 16:12:29.468667 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:29.468693 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.08 16:12:29.468715 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:29.468763 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:29.468792 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.01.08 16:12:29.469440 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} executeQuery: Read 21 rows, 936.00 B in 0.001729 sec., 12145.748987854251 rows/sec., 528.67 KiB/sec. 2026.01.08 16:12:29.469562 [ 3 ] {91cd351b-84dd-4d0f-adfe-4f25f9b36d56} TCPHandler: Processed in 0.002007854 sec. 2026.01.08 16:12:29.469848 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.470010 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} executeQuery: (from [fd00:1122:3344:101::d]:47427) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2026.01.08 16:12:29.470324 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:29.470369 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2026.01.08 16:12:29.470637 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:29.470705 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:29.470835 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 24-element set) 2026.01.08 16:12:29.470871 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:29.470895 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges 2026.01.08 16:12:29.470915 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:29.470959 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:29.470984 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 21 rows starting from 0 2026.01.08 16:12:29.471606 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} executeQuery: Read 21 rows, 936.00 B in 0.001666 sec., 12605.042016806723 rows/sec., 548.66 KiB/sec. 2026.01.08 16:12:29.471735 [ 3 ] {0f5002eb-2ef2-4dce-9356-7039e8e5224c} TCPHandler: Processed in 0.001947104 sec. 2026.01.08 16:12:29.475252 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.475396 [ 3 ] {82518f02-7384-40b9-baf3-22feda453f18} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.08 16:12:29.475457 [ 3 ] {82518f02-7384-40b9-baf3-22feda453f18} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:29.476258 [ 3 ] {82518f02-7384-40b9-baf3-22feda453f18} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:29.476318 [ 3 ] {82518f02-7384-40b9-baf3-22feda453f18} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:29.477131 [ 3 ] {82518f02-7384-40b9-baf3-22feda453f18} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:29.477700 [ 3 ] {82518f02-7384-40b9-baf3-22feda453f18} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:29.477969 [ 3 ] {82518f02-7384-40b9-baf3-22feda453f18} executeQuery: Read 4 rows, 433.00 B in 0.002616 sec., 1529.0519877675843 rows/sec., 161.64 KiB/sec. 2026.01.08 16:12:29.478030 [ 3 ] {82518f02-7384-40b9-baf3-22feda453f18} TCPHandler: Processed in 0.002847604 sec. 2026.01.08 16:12:29.478205 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.478335 [ 3 ] {e820c0b7-3c80-47ba-b24f-32eca865230b} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.08 16:12:29.478397 [ 3 ] {e820c0b7-3c80-47ba-b24f-32eca865230b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.08 16:12:29.479089 [ 3 ] {e820c0b7-3c80-47ba-b24f-32eca865230b} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:29.479140 [ 3 ] {e820c0b7-3c80-47ba-b24f-32eca865230b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:29.479721 [ 3 ] {e820c0b7-3c80-47ba-b24f-32eca865230b} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:29.480466 [ 3 ] {e820c0b7-3c80-47ba-b24f-32eca865230b} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:29.480656 [ 3 ] {e820c0b7-3c80-47ba-b24f-32eca865230b} executeQuery: Read 2 rows, 167.00 B in 0.002354 sec., 849.6176720475785 rows/sec., 69.28 KiB/sec. 2026.01.08 16:12:29.480698 [ 3 ] {e820c0b7-3c80-47ba-b24f-32eca865230b} TCPHandler: Processed in 0.002559027 sec. 2026.01.08 16:12:29.480865 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.480976 [ 3 ] {78c46d0f-e3ac-4b09-94ab-30f9a8e6e53a} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:29.481025 [ 3 ] {78c46d0f-e3ac-4b09-94ab-30f9a8e6e53a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:29.481578 [ 3 ] {78c46d0f-e3ac-4b09-94ab-30f9a8e6e53a} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:29.481627 [ 3 ] {78c46d0f-e3ac-4b09-94ab-30f9a8e6e53a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:29.482118 [ 3 ] {78c46d0f-e3ac-4b09-94ab-30f9a8e6e53a} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:12:29.482686 [ 3 ] {78c46d0f-e3ac-4b09-94ab-30f9a8e6e53a} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:29.482872 [ 3 ] {78c46d0f-e3ac-4b09-94ab-30f9a8e6e53a} executeQuery: Read 61 rows, 5.27 KiB in 0.00192 sec., 31770.833333333332 rows/sec., 2.68 MiB/sec. 2026.01.08 16:12:29.482918 [ 3 ] {78c46d0f-e3ac-4b09-94ab-30f9a8e6e53a} TCPHandler: Processed in 0.002118638 sec. 2026.01.08 16:12:29.483067 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.483179 [ 3 ] {f44d90b6-9b0c-4761-8192-647cbc2ce883} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:12:29.483223 [ 3 ] {f44d90b6-9b0c-4761-8192-647cbc2ce883} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:12:29.483729 [ 3 ] {f44d90b6-9b0c-4761-8192-647cbc2ce883} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:29.483769 [ 3 ] {f44d90b6-9b0c-4761-8192-647cbc2ce883} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:29.484391 [ 3 ] {f44d90b6-9b0c-4761-8192-647cbc2ce883} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:29.484943 [ 3 ] {f44d90b6-9b0c-4761-8192-647cbc2ce883} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:29.485115 [ 3 ] {f44d90b6-9b0c-4761-8192-647cbc2ce883} executeQuery: Read 19 rows, 1.42 KiB in 0.001955 sec., 9718.670076726343 rows/sec., 725.30 KiB/sec. 2026.01.08 16:12:29.485166 [ 3 ] {f44d90b6-9b0c-4761-8192-647cbc2ce883} TCPHandler: Processed in 0.002160098 sec. 2026.01.08 16:12:29.485305 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.485420 [ 3 ] {6d8de13c-f7bf-421e-969a-0fc51103d228} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:29.485471 [ 3 ] {6d8de13c-f7bf-421e-969a-0fc51103d228} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:29.486007 [ 3 ] {6d8de13c-f7bf-421e-969a-0fc51103d228} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:29.486048 [ 3 ] {6d8de13c-f7bf-421e-969a-0fc51103d228} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:29.486622 [ 3 ] {6d8de13c-f7bf-421e-969a-0fc51103d228} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:12:29.487324 [ 3 ] {6d8de13c-f7bf-421e-969a-0fc51103d228} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:29.487513 [ 3 ] {6d8de13c-f7bf-421e-969a-0fc51103d228} executeQuery: Read 54 rows, 4.33 KiB in 0.002117 sec., 25507.79404818139 rows/sec., 2.00 MiB/sec. 2026.01.08 16:12:29.487566 [ 3 ] {6d8de13c-f7bf-421e-969a-0fc51103d228} TCPHandler: Processed in 0.002319732 sec. 2026.01.08 16:12:29.487743 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.487861 [ 3 ] {577a5495-316a-4b02-bd09-b56847a1d699} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:29.487916 [ 3 ] {577a5495-316a-4b02-bd09-b56847a1d699} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:29.488457 [ 3 ] {577a5495-316a-4b02-bd09-b56847a1d699} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:29.488506 [ 3 ] {577a5495-316a-4b02-bd09-b56847a1d699} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:29.489214 [ 3 ] {577a5495-316a-4b02-bd09-b56847a1d699} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:12:29.489856 [ 3 ] {577a5495-316a-4b02-bd09-b56847a1d699} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:29.490049 [ 3 ] {577a5495-316a-4b02-bd09-b56847a1d699} executeQuery: Read 101 rows, 7.17 KiB in 0.002213 sec., 45639.4035246272 rows/sec., 3.16 MiB/sec. 2026.01.08 16:12:29.490103 [ 3 ] {577a5495-316a-4b02-bd09-b56847a1d699} TCPHandler: Processed in 0.002421534 sec. 2026.01.08 16:12:29.490281 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.490395 [ 3 ] {ecfd5b6e-bda9-41ec-bc58-3c3985cbd336} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:29.490462 [ 3 ] {ecfd5b6e-bda9-41ec-bc58-3c3985cbd336} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:12:29.491589 [ 3 ] {ecfd5b6e-bda9-41ec-bc58-3c3985cbd336} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:29.491628 [ 3 ] {ecfd5b6e-bda9-41ec-bc58-3c3985cbd336} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:29.498872 [ 3 ] {ecfd5b6e-bda9-41ec-bc58-3c3985cbd336} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:29.499634 [ 3 ] {ecfd5b6e-bda9-41ec-bc58-3c3985cbd336} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:29.499904 [ 3 ] {ecfd5b6e-bda9-41ec-bc58-3c3985cbd336} executeQuery: Read 17 rows, 31.19 KiB in 0.009523 sec., 1785.1517378977212 rows/sec., 3.20 MiB/sec. 2026.01.08 16:12:29.500047 [ 3 ] {ecfd5b6e-bda9-41ec-bc58-3c3985cbd336} TCPHandler: Processed in 0.009829749 sec. 2026.01.08 16:12:29.500282 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.500444 [ 3 ] {f908de71-e044-42e6-b705-ca9d055f64ae} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.08 16:12:29.500519 [ 3 ] {f908de71-e044-42e6-b705-ca9d055f64ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.08 16:12:29.501158 [ 3 ] {f908de71-e044-42e6-b705-ca9d055f64ae} oximeter.measurements_i64 (d23b1cfc-dd16-4dda-acad-199c61193036): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:29.501212 [ 3 ] {f908de71-e044-42e6-b705-ca9d055f64ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:29.502197 [ 3 ] {f908de71-e044-42e6-b705-ca9d055f64ae} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:29.502933 [ 3 ] {f908de71-e044-42e6-b705-ca9d055f64ae} oximeter.measurements_i64 (d23b1cfc-dd16-4dda-acad-199c61193036): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:29.503226 [ 3 ] {f908de71-e044-42e6-b705-ca9d055f64ae} executeQuery: Read 12 rows, 926.00 B in 0.002832 sec., 4237.28813559322 rows/sec., 319.31 KiB/sec. 2026.01.08 16:12:29.503311 [ 3 ] {f908de71-e044-42e6-b705-ca9d055f64ae} TCPHandler: Processed in 0.00316256 sec. 2026.01.08 16:12:29.503509 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:29.503669 [ 3 ] {c2f5aa25-1fcb-44d4-b202-6206ef2d64f4} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:29.503728 [ 3 ] {c2f5aa25-1fcb-44d4-b202-6206ef2d64f4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:29.504420 [ 3 ] {c2f5aa25-1fcb-44d4-b202-6206ef2d64f4} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:29.504470 [ 3 ] {c2f5aa25-1fcb-44d4-b202-6206ef2d64f4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:29.505080 [ 3 ] {c2f5aa25-1fcb-44d4-b202-6206ef2d64f4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:12:29.505788 [ 3 ] {c2f5aa25-1fcb-44d4-b202-6206ef2d64f4} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:29.506050 [ 3 ] {c2f5aa25-1fcb-44d4-b202-6206ef2d64f4} executeQuery: Read 30 rows, 2.10 KiB in 0.002416 sec., 12417.218543046356 rows/sec., 871.06 KiB/sec. 2026.01.08 16:12:29.506170 [ 3 ] {c2f5aa25-1fcb-44d4-b202-6206ef2d64f4} TCPHandler: Processed in 0.002722011 sec. 2026.01.08 16:12:30.281047 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 2424 2026.01.08 16:12:30.281579 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:30.281622 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:30.282337 [ 244 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:12:30.282803 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:30.282959 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2424 2026.01.08 16:12:30.400195 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 2026.01.08 16:12:30.416519 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:30.416571 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:30.422878 [ 245 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:12:30.424009 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:30.426721 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 38 2026.01.08 16:12:31.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 168.03 MiB, peak 173.01 MiB, free memory in arenas 0.00 B, will set to 169.47 MiB (RSS), difference: 1.45 MiB 2026.01.08 16:12:32.764680 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 198 2026.01.08 16:12:32.767341 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:32.767393 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:32.768680 [ 243 ] {} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:32.769178 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:32.769494 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 198 2026.01.08 16:12:34.407936 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:34.408124 [ 3 ] {8a5d1800-3078-40ea-a4af-41aaba8b5e98} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:34.408189 [ 3 ] {8a5d1800-3078-40ea-a4af-41aaba8b5e98} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:34.408810 [ 3 ] {8a5d1800-3078-40ea-a4af-41aaba8b5e98} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:34.408852 [ 3 ] {8a5d1800-3078-40ea-a4af-41aaba8b5e98} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:34.409360 [ 3 ] {8a5d1800-3078-40ea-a4af-41aaba8b5e98} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:12:34.409779 [ 3 ] {8a5d1800-3078-40ea-a4af-41aaba8b5e98} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:34.409952 [ 3 ] {8a5d1800-3078-40ea-a4af-41aaba8b5e98} executeQuery: Read 26 rows, 2.01 KiB in 0.001878 sec., 13844.515441959533 rows/sec., 1.04 MiB/sec. 2026.01.08 16:12:34.409996 [ 3 ] {8a5d1800-3078-40ea-a4af-41aaba8b5e98} TCPHandler: Processed in 0.002190459 sec. 2026.01.08 16:12:34.410122 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:34.410216 [ 3 ] {e712bbde-b768-4a86-afee-254c3dd2bea8} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:34.410256 [ 3 ] {e712bbde-b768-4a86-afee-254c3dd2bea8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:34.410651 [ 3 ] {e712bbde-b768-4a86-afee-254c3dd2bea8} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:34.410688 [ 3 ] {e712bbde-b768-4a86-afee-254c3dd2bea8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:34.411078 [ 3 ] {e712bbde-b768-4a86-afee-254c3dd2bea8} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:12:34.411481 [ 3 ] {e712bbde-b768-4a86-afee-254c3dd2bea8} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:34.411634 [ 3 ] {e712bbde-b768-4a86-afee-254c3dd2bea8} executeQuery: Read 28 rows, 2.24 KiB in 0.001438 sec., 19471.488178025033 rows/sec., 1.52 MiB/sec. 2026.01.08 16:12:34.411674 [ 3 ] {e712bbde-b768-4a86-afee-254c3dd2bea8} TCPHandler: Processed in 0.001602506 sec. 2026.01.08 16:12:34.411783 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:34.411876 [ 3 ] {913ad403-9259-4940-838a-a116a680e05b} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:34.411917 [ 3 ] {913ad403-9259-4940-838a-a116a680e05b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:34.412280 [ 3 ] {913ad403-9259-4940-838a-a116a680e05b} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:34.412315 [ 3 ] {913ad403-9259-4940-838a-a116a680e05b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:34.412736 [ 3 ] {913ad403-9259-4940-838a-a116a680e05b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:12:34.413143 [ 3 ] {913ad403-9259-4940-838a-a116a680e05b} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:34.413286 [ 3 ] {913ad403-9259-4940-838a-a116a680e05b} executeQuery: Read 100 rows, 7.10 KiB in 0.001429 sec., 69979.00629811057 rows/sec., 4.85 MiB/sec. 2026.01.08 16:12:34.413323 [ 3 ] {913ad403-9259-4940-838a-a116a680e05b} TCPHandler: Processed in 0.001588436 sec. 2026.01.08 16:12:34.413430 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:34.413521 [ 3 ] {4639d1a2-a131-4b00-908f-74df6163e15b} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:34.413561 [ 3 ] {4639d1a2-a131-4b00-908f-74df6163e15b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:34.413904 [ 3 ] {4639d1a2-a131-4b00-908f-74df6163e15b} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:34.413951 [ 3 ] {4639d1a2-a131-4b00-908f-74df6163e15b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:34.414470 [ 3 ] {4639d1a2-a131-4b00-908f-74df6163e15b} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:12:34.414887 [ 3 ] {4639d1a2-a131-4b00-908f-74df6163e15b} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:34.415044 [ 3 ] {4639d1a2-a131-4b00-908f-74df6163e15b} executeQuery: Read 30 rows, 2.10 KiB in 0.00154 sec., 19480.51948051948 rows/sec., 1.33 MiB/sec. 2026.01.08 16:12:34.415083 [ 3 ] {4639d1a2-a131-4b00-908f-74df6163e15b} TCPHandler: Processed in 0.001701778 sec. 2026.01.08 16:12:37.710823 [ 81 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:12:37.710881 [ 81 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:12:37.783928 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 2872 2026.01.08 16:12:37.784436 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:37.784490 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:37.785131 [ 244 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:12:37.785636 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:37.785780 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2872 2026.01.08 16:12:37.785794 [ 81 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:12:37.785871 [ 81 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:37.785897 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:37.788142 [ 203 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:12:37.790294 [ 203 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:12:37.790414 [ 203 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 549 rows starting from the beginning of the part 2026.01.08 16:12:37.790530 [ 203 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 427 rows starting from the beginning of the part 2026.01.08 16:12:37.790586 [ 203 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 488 rows starting from the beginning of the part 2026.01.08 16:12:37.790638 [ 203 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 448 rows starting from the beginning of the part 2026.01.08 16:12:37.790685 [ 203 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 512 rows starting from the beginning of the part 2026.01.08 16:12:37.790734 [ 203 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 448 rows starting from the beginning of the part 2026.01.08 16:12:37.836313 [ 186 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 2872 rows, containing 4 columns (4 merged, 0 gathered) in 0.050270124 sec., 57131.34902949513 rows/sec., 836.88 KiB/sec. 2026.01.08 16:12:37.837284 [ 189 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:12:37.837998 [ 189 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:37.838089 [ 189 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_6_1} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:12:37.838209 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.35 MiB. 2026.01.08 16:12:37.927733 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 2026.01.08 16:12:37.945375 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:37.945432 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:37.952092 [ 245 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:12:37.953228 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:37.953507 [ 81 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:12:37.953550 [ 81 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:37.953574 [ 81 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:37.953674 [ 189 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:12:37.956655 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 46 2026.01.08 16:12:37.956694 [ 189 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:12:37.957477 [ 189 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part 2026.01.08 16:12:37.960815 [ 189 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part 2026.01.08 16:12:37.964010 [ 189 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part 2026.01.08 16:12:37.967480 [ 189 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.01.08 16:12:37.976654 [ 189 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part 2026.01.08 16:12:37.980839 [ 189 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.01.08 16:12:38.000186 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 180.03 MiB, peak 180.03 MiB, free memory in arenas 0.00 B, will set to 177.11 MiB (RSS), difference: -2.92 MiB 2026.01.08 16:12:38.045422 [ 186 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.091783341 sec., 501.18027409788886 rows/sec., 2.59 MiB/sec. 2026.01.08 16:12:38.048050 [ 191 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:12:38.050692 [ 191 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:38.050810 [ 191 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_6_1} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:12:38.052594 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. 2026.01.08 16:12:39.000188 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 167.71 MiB, peak 180.03 MiB, free memory in arenas 0.00 B, will set to 180.59 MiB (RSS), difference: 12.88 MiB 2026.01.08 16:12:39.409434 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:39.409647 [ 3 ] {c5f86a98-a01a-48e3-b008-e2e81032682b} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:39.409723 [ 3 ] {c5f86a98-a01a-48e3-b008-e2e81032682b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:39.410463 [ 3 ] {c5f86a98-a01a-48e3-b008-e2e81032682b} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.410524 [ 3 ] {c5f86a98-a01a-48e3-b008-e2e81032682b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.411076 [ 3 ] {c5f86a98-a01a-48e3-b008-e2e81032682b} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:12:39.411523 [ 3 ] {c5f86a98-a01a-48e3-b008-e2e81032682b} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.411681 [ 78 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:12:39.411689 [ 3 ] {c5f86a98-a01a-48e3-b008-e2e81032682b} executeQuery: Read 70 rows, 6.13 KiB in 0.002096 sec., 33396.94656488549 rows/sec., 2.86 MiB/sec. 2026.01.08 16:12:39.411758 [ 78 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.411785 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.411791 [ 3 ] {c5f86a98-a01a-48e3-b008-e2e81032682b} TCPHandler: Processed in 0.002486346 sec. 2026.01.08 16:12:39.411936 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:39.411958 [ 192 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:12:39.412042 [ 3 ] {cd2adb7e-5c55-446d-9388-bf6b42a04d6d} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:12:39.412091 [ 3 ] {cd2adb7e-5c55-446d-9388-bf6b42a04d6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:12:39.412135 [ 192 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:12:39.412188 [ 192 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 148 rows starting from the beginning of the part 2026.01.08 16:12:39.412302 [ 192 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part 2026.01.08 16:12:39.412361 [ 192 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part 2026.01.08 16:12:39.412415 [ 192 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 61 rows starting from the beginning of the part 2026.01.08 16:12:39.412462 [ 192 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part 2026.01.08 16:12:39.412499 [ 3 ] {cd2adb7e-5c55-446d-9388-bf6b42a04d6d} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.412513 [ 192 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 70 rows starting from the beginning of the part 2026.01.08 16:12:39.412548 [ 3 ] {cd2adb7e-5c55-446d-9388-bf6b42a04d6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.413099 [ 3 ] {cd2adb7e-5c55-446d-9388-bf6b42a04d6d} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:39.413613 [ 3 ] {cd2adb7e-5c55-446d-9388-bf6b42a04d6d} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.413692 [ 186 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 357 rows, containing 5 columns (5 merged, 0 gathered) in 0.00181342 sec., 196865.5909827839 rows/sec., 17.46 MiB/sec. 2026.01.08 16:12:39.413756 [ 3 ] {cd2adb7e-5c55-446d-9388-bf6b42a04d6d} executeQuery: Read 22 rows, 1.65 KiB in 0.001739 sec., 12650.948821161586 rows/sec., 951.29 KiB/sec. 2026.01.08 16:12:39.413799 [ 3 ] {cd2adb7e-5c55-446d-9388-bf6b42a04d6d} TCPHandler: Processed in 0.001914883 sec. 2026.01.08 16:12:39.413920 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:39.414016 [ 3 ] {917efacb-f858-4d92-b8f8-29d059345845} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:39.414037 [ 200 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:12:39.414059 [ 3 ] {917efacb-f858-4d92-b8f8-29d059345845} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:39.414481 [ 3 ] {917efacb-f858-4d92-b8f8-29d059345845} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.414518 [ 3 ] {917efacb-f858-4d92-b8f8-29d059345845} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.414551 [ 200 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.414621 [ 200 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_6_1} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:12:39.414699 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. 2026.01.08 16:12:39.414930 [ 3 ] {917efacb-f858-4d92-b8f8-29d059345845} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:12:39.415341 [ 3 ] {917efacb-f858-4d92-b8f8-29d059345845} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.415454 [ 78 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:12:39.415482 [ 3 ] {917efacb-f858-4d92-b8f8-29d059345845} executeQuery: Read 55 rows, 4.42 KiB in 0.001487 sec., 36987.22259583053 rows/sec., 2.90 MiB/sec. 2026.01.08 16:12:39.415499 [ 78 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.415526 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.415527 [ 3 ] {917efacb-f858-4d92-b8f8-29d059345845} TCPHandler: Processed in 0.001657077 sec. 2026.01.08 16:12:39.415602 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:12:39.415648 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:39.415699 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:12:39.415727 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 68 rows starting from the beginning of the part 2026.01.08 16:12:39.415753 [ 3 ] {0db4041c-6647-483f-a8e4-f7c57000c40a} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:39.415771 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part 2026.01.08 16:12:39.415804 [ 3 ] {0db4041c-6647-483f-a8e4-f7c57000c40a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:39.415815 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part 2026.01.08 16:12:39.415861 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part 2026.01.08 16:12:39.415897 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part 2026.01.08 16:12:39.415931 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 55 rows starting from the beginning of the part 2026.01.08 16:12:39.416200 [ 3 ] {0db4041c-6647-483f-a8e4-f7c57000c40a} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.416242 [ 3 ] {0db4041c-6647-483f-a8e4-f7c57000c40a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.416700 [ 186 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 261 rows, containing 5 columns (5 merged, 0 gathered) in 0.001127655 sec., 231453.7691049124 rows/sec., 19.31 MiB/sec. 2026.01.08 16:12:39.416768 [ 3 ] {0db4041c-6647-483f-a8e4-f7c57000c40a} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:12:39.417034 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:12:39.417264 [ 3 ] {0db4041c-6647-483f-a8e4-f7c57000c40a} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.417392 [ 78 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:12:39.417417 [ 3 ] {0db4041c-6647-483f-a8e4-f7c57000c40a} executeQuery: Read 100 rows, 7.10 KiB in 0.001688 sec., 59241.70616113744 rows/sec., 4.11 MiB/sec. 2026.01.08 16:12:39.417434 [ 78 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.417463 [ 78 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.417463 [ 3 ] {0db4041c-6647-483f-a8e4-f7c57000c40a} TCPHandler: Processed in 0.001865591 sec. 2026.01.08 16:12:39.417555 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:12:39.417596 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:39.417657 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.417689 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:12:39.417696 [ 3 ] {800ad81c-7ff3-4a4a-af84-9d41ac14fa80} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:39.417741 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 290 rows starting from the beginning of the part 2026.01.08 16:12:39.417755 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_6_1} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:12:39.417782 [ 3 ] {800ad81c-7ff3-4a4a-af84-9d41ac14fa80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:12:39.417823 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 100 rows starting from the beginning of the part 2026.01.08 16:12:39.417868 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.08 16:12:39.417877 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 100 rows starting from the beginning of the part 2026.01.08 16:12:39.417932 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 101 rows starting from the beginning of the part 2026.01.08 16:12:39.417972 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 100 rows starting from the beginning of the part 2026.01.08 16:12:39.418014 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part 2026.01.08 16:12:39.418621 [ 3 ] {800ad81c-7ff3-4a4a-af84-9d41ac14fa80} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.418664 [ 3 ] {800ad81c-7ff3-4a4a-af84-9d41ac14fa80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.420794 [ 186 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 791 rows, containing 5 columns (5 merged, 0 gathered) in 0.003277494 sec., 241342.92846912914 rows/sec., 17.55 MiB/sec. 2026.01.08 16:12:39.421062 [ 3 ] {800ad81c-7ff3-4a4a-af84-9d41ac14fa80} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:39.421090 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:12:39.421622 [ 3 ] {800ad81c-7ff3-4a4a-af84-9d41ac14fa80} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.421721 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.421789 [ 3 ] {800ad81c-7ff3-4a4a-af84-9d41ac14fa80} executeQuery: Read 22 rows, 40.37 KiB in 0.004112 sec., 5350.194552529183 rows/sec., 9.59 MiB/sec. 2026.01.08 16:12:39.421807 [ 192 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_6_1} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:12:39.421867 [ 3 ] {800ad81c-7ff3-4a4a-af84-9d41ac14fa80} TCPHandler: Processed in 0.004320627 sec. 2026.01.08 16:12:39.421887 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. 2026.01.08 16:12:39.421998 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:39.422098 [ 3 ] {fc0ab72a-064e-4754-a32d-fe1b53cf6919} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.08 16:12:39.422141 [ 3 ] {fc0ab72a-064e-4754-a32d-fe1b53cf6919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.08 16:12:39.422457 [ 3 ] {fc0ab72a-064e-4754-a32d-fe1b53cf6919} oximeter.measurements_i64 (d23b1cfc-dd16-4dda-acad-199c61193036): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.422494 [ 3 ] {fc0ab72a-064e-4754-a32d-fe1b53cf6919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.422948 [ 3 ] {fc0ab72a-064e-4754-a32d-fe1b53cf6919} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:39.423424 [ 3 ] {fc0ab72a-064e-4754-a32d-fe1b53cf6919} oximeter.measurements_i64 (d23b1cfc-dd16-4dda-acad-199c61193036): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.423562 [ 3 ] {fc0ab72a-064e-4754-a32d-fe1b53cf6919} executeQuery: Read 6 rows, 463.00 B in 0.001483 sec., 4045.853000674309 rows/sec., 304.89 KiB/sec. 2026.01.08 16:12:39.423599 [ 3 ] {fc0ab72a-064e-4754-a32d-fe1b53cf6919} TCPHandler: Processed in 0.001651106 sec. 2026.01.08 16:12:39.423709 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:39.423811 [ 3 ] {d4854a66-63a3-465f-90ab-97c63e4be89e} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:39.423852 [ 3 ] {d4854a66-63a3-465f-90ab-97c63e4be89e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:39.424166 [ 3 ] {d4854a66-63a3-465f-90ab-97c63e4be89e} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.424203 [ 3 ] {d4854a66-63a3-465f-90ab-97c63e4be89e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.424621 [ 3 ] {d4854a66-63a3-465f-90ab-97c63e4be89e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:12:39.425085 [ 3 ] {d4854a66-63a3-465f-90ab-97c63e4be89e} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.425197 [ 77 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:12:39.425220 [ 3 ] {d4854a66-63a3-465f-90ab-97c63e4be89e} executeQuery: Read 30 rows, 2.10 KiB in 0.00143 sec., 20979.020979020977 rows/sec., 1.44 MiB/sec. 2026.01.08 16:12:39.425249 [ 77 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:39.425265 [ 3 ] {d4854a66-63a3-465f-90ab-97c63e4be89e} TCPHandler: Processed in 0.001607816 sec. 2026.01.08 16:12:39.425275 [ 77 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:39.425418 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:12:39.425553 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:12:39.425598 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part 2026.01.08 16:12:39.425694 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part 2026.01.08 16:12:39.425749 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part 2026.01.08 16:12:39.425796 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 30 rows starting from the beginning of the part 2026.01.08 16:12:39.425841 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 30 rows starting from the beginning of the part 2026.01.08 16:12:39.425884 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part 2026.01.08 16:12:39.426813 [ 192 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 4 columns (4 merged, 0 gathered) in 0.001454862 sec., 115474.86978146381 rows/sec., 7.91 MiB/sec. 2026.01.08 16:12:39.427095 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:12:39.427613 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:39.427696 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_6_1} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:12:39.427771 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. 2026.01.08 16:12:42.769720 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 22 entries to flush up to offset 220 2026.01.08 16:12:42.771719 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:42.771760 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:42.773058 [ 243 ] {} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:12:42.773543 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:42.773785 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 220 2026.01.08 16:12:44.409856 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:44.410059 [ 3 ] {a5075c14-b57b-467b-8be8-fa2d683433fd} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:12:44.410132 [ 3 ] {a5075c14-b57b-467b-8be8-fa2d683433fd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:12:44.410815 [ 3 ] {a5075c14-b57b-467b-8be8-fa2d683433fd} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:44.410869 [ 3 ] {a5075c14-b57b-467b-8be8-fa2d683433fd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:44.411273 [ 3 ] {a5075c14-b57b-467b-8be8-fa2d683433fd} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:44.411498 [ 3 ] {a5075c14-b57b-467b-8be8-fa2d683433fd} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:44.411663 [ 3 ] {a5075c14-b57b-467b-8be8-fa2d683433fd} executeQuery: Read 24 rows, 2.04 KiB in 0.001653 sec., 14519.056261343014 rows/sec., 1.20 MiB/sec. 2026.01.08 16:12:44.411715 [ 3 ] {a5075c14-b57b-467b-8be8-fa2d683433fd} TCPHandler: Processed in 0.001991575 sec. 2026.01.08 16:12:44.411843 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:44.411950 [ 3 ] {be8e9f6b-1edb-4ce8-9a8c-ee1b3db67f03} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:44.411996 [ 3 ] {be8e9f6b-1edb-4ce8-9a8c-ee1b3db67f03} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:44.412477 [ 3 ] {be8e9f6b-1edb-4ce8-9a8c-ee1b3db67f03} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:44.412517 [ 3 ] {be8e9f6b-1edb-4ce8-9a8c-ee1b3db67f03} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:44.412844 [ 3 ] {be8e9f6b-1edb-4ce8-9a8c-ee1b3db67f03} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:12:44.413064 [ 3 ] {be8e9f6b-1edb-4ce8-9a8c-ee1b3db67f03} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:44.413202 [ 3 ] {be8e9f6b-1edb-4ce8-9a8c-ee1b3db67f03} executeQuery: Read 146 rows, 13.47 KiB in 0.001278 sec., 114241.00156494523 rows/sec., 10.29 MiB/sec. 2026.01.08 16:12:44.413248 [ 3 ] {be8e9f6b-1edb-4ce8-9a8c-ee1b3db67f03} TCPHandler: Processed in 0.001457113 sec. 2026.01.08 16:12:44.413372 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:44.413474 [ 3 ] {0d74fa7c-e38f-42a8-9576-42bbbf003df7} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:12:44.413516 [ 3 ] {0d74fa7c-e38f-42a8-9576-42bbbf003df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:12:44.413921 [ 3 ] {0d74fa7c-e38f-42a8-9576-42bbbf003df7} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:44.413961 [ 3 ] {0d74fa7c-e38f-42a8-9576-42bbbf003df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:44.414260 [ 3 ] {0d74fa7c-e38f-42a8-9576-42bbbf003df7} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:12:44.414483 [ 3 ] {0d74fa7c-e38f-42a8-9576-42bbbf003df7} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:44.414615 [ 3 ] {0d74fa7c-e38f-42a8-9576-42bbbf003df7} executeQuery: Read 12 rows, 984.00 B in 0.001163 sec., 10318.142734307825 rows/sec., 826.26 KiB/sec. 2026.01.08 16:12:44.414653 [ 3 ] {0d74fa7c-e38f-42a8-9576-42bbbf003df7} TCPHandler: Processed in 0.001331629 sec. 2026.01.08 16:12:44.414766 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:44.414862 [ 3 ] {7ee393d8-0fc7-430b-b686-66650b2bfb57} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:12:44.414904 [ 3 ] {7ee393d8-0fc7-430b-b686-66650b2bfb57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:12:44.415297 [ 3 ] {7ee393d8-0fc7-430b-b686-66650b2bfb57} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:44.415334 [ 3 ] {7ee393d8-0fc7-430b-b686-66650b2bfb57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:44.415630 [ 3 ] {7ee393d8-0fc7-430b-b686-66650b2bfb57} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:44.415836 [ 3 ] {7ee393d8-0fc7-430b-b686-66650b2bfb57} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:44.415966 [ 3 ] {7ee393d8-0fc7-430b-b686-66650b2bfb57} executeQuery: Read 24 rows, 2.04 KiB in 0.001124 sec., 21352.313167259785 rows/sec., 1.77 MiB/sec. 2026.01.08 16:12:44.416006 [ 3 ] {7ee393d8-0fc7-430b-b686-66650b2bfb57} TCPHandler: Processed in 0.001291609 sec. 2026.01.08 16:12:44.416117 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:44.416211 [ 3 ] {a1527587-826a-45e4-86d8-f4f34fe817fb} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:12:44.416252 [ 3 ] {a1527587-826a-45e4-86d8-f4f34fe817fb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:12:44.416642 [ 3 ] {a1527587-826a-45e4-86d8-f4f34fe817fb} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:44.416679 [ 3 ] {a1527587-826a-45e4-86d8-f4f34fe817fb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:44.416974 [ 3 ] {a1527587-826a-45e4-86d8-f4f34fe817fb} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:12:44.417189 [ 3 ] {a1527587-826a-45e4-86d8-f4f34fe817fb} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:44.417319 [ 3 ] {a1527587-826a-45e4-86d8-f4f34fe817fb} executeQuery: Read 12 rows, 960.00 B in 0.001127 sec., 10647.73735581189 rows/sec., 831.85 KiB/sec. 2026.01.08 16:12:44.417358 [ 3 ] {a1527587-826a-45e4-86d8-f4f34fe817fb} TCPHandler: Processed in 0.001291879 sec. 2026.01.08 16:12:44.417467 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:44.417560 [ 3 ] {550d2597-52c4-401e-af66-d576f7b88df7} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:44.417600 [ 3 ] {550d2597-52c4-401e-af66-d576f7b88df7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:44.418006 [ 3 ] {550d2597-52c4-401e-af66-d576f7b88df7} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:44.418044 [ 3 ] {550d2597-52c4-401e-af66-d576f7b88df7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:44.418344 [ 3 ] {550d2597-52c4-401e-af66-d576f7b88df7} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:12:44.418564 [ 3 ] {550d2597-52c4-401e-af66-d576f7b88df7} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:44.418703 [ 3 ] {550d2597-52c4-401e-af66-d576f7b88df7} executeQuery: Read 64 rows, 5.49 KiB in 0.001161 sec., 55124.892334194665 rows/sec., 4.62 MiB/sec. 2026.01.08 16:12:44.418742 [ 3 ] {550d2597-52c4-401e-af66-d576f7b88df7} TCPHandler: Processed in 0.00132563 sec. 2026.01.08 16:12:44.418855 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:44.418949 [ 3 ] {e9cca3ea-2db2-4acb-949c-8a5ee48b66c1} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:44.418994 [ 3 ] {e9cca3ea-2db2-4acb-949c-8a5ee48b66c1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:44.419381 [ 3 ] {e9cca3ea-2db2-4acb-949c-8a5ee48b66c1} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:44.419418 [ 3 ] {e9cca3ea-2db2-4acb-949c-8a5ee48b66c1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:44.419756 [ 3 ] {e9cca3ea-2db2-4acb-949c-8a5ee48b66c1} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:12:44.419971 [ 3 ] {e9cca3ea-2db2-4acb-949c-8a5ee48b66c1} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:44.420100 [ 3 ] {e9cca3ea-2db2-4acb-949c-8a5ee48b66c1} executeQuery: Read 136 rows, 10.09 KiB in 0.001171 sec., 116140.0512382579 rows/sec., 8.41 MiB/sec. 2026.01.08 16:12:44.420138 [ 3 ] {e9cca3ea-2db2-4acb-949c-8a5ee48b66c1} TCPHandler: Processed in 0.00133209 sec. 2026.01.08 16:12:44.420259 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:44.420353 [ 3 ] {cc9a51af-0df2-4d21-ad11-81802bb7c4a4} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:44.420395 [ 3 ] {cc9a51af-0df2-4d21-ad11-81802bb7c4a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:44.420708 [ 3 ] {cc9a51af-0df2-4d21-ad11-81802bb7c4a4} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:44.420745 [ 3 ] {cc9a51af-0df2-4d21-ad11-81802bb7c4a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:44.421059 [ 3 ] {cc9a51af-0df2-4d21-ad11-81802bb7c4a4} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:12:44.421264 [ 3 ] {cc9a51af-0df2-4d21-ad11-81802bb7c4a4} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:44.421399 [ 3 ] {cc9a51af-0df2-4d21-ad11-81802bb7c4a4} executeQuery: Read 30 rows, 2.10 KiB in 0.001065 sec., 28169.014084507042 rows/sec., 1.93 MiB/sec. 2026.01.08 16:12:44.421437 [ 3 ] {cc9a51af-0df2-4d21-ad11-81802bb7c4a4} TCPHandler: Processed in 0.001227827 sec. 2026.01.08 16:12:45.286040 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 3384 2026.01.08 16:12:45.286628 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:45.286685 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:45.287203 [ 244 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:12:45.287447 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:45.287596 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3384 2026.01.08 16:12:45.456861 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 2026.01.08 16:12:45.474169 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:45.474225 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:45.481369 [ 245 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:12:45.482137 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:45.485832 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 53 2026.01.08 16:12:49.408514 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:49.408706 [ 3 ] {93545b38-adae-4c1c-a62e-d58ab54f7be1} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:49.408775 [ 3 ] {93545b38-adae-4c1c-a62e-d58ab54f7be1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:49.409466 [ 3 ] {93545b38-adae-4c1c-a62e-d58ab54f7be1} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:49.409516 [ 3 ] {93545b38-adae-4c1c-a62e-d58ab54f7be1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:49.409913 [ 3 ] {93545b38-adae-4c1c-a62e-d58ab54f7be1} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:12:49.410146 [ 3 ] {93545b38-adae-4c1c-a62e-d58ab54f7be1} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:49.410308 [ 3 ] {93545b38-adae-4c1c-a62e-d58ab54f7be1} executeQuery: Read 70 rows, 6.13 KiB in 0.001653 sec., 42347.24742891712 rows/sec., 3.62 MiB/sec. 2026.01.08 16:12:49.410361 [ 3 ] {93545b38-adae-4c1c-a62e-d58ab54f7be1} TCPHandler: Processed in 0.001975774 sec. 2026.01.08 16:12:49.410489 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:49.410596 [ 3 ] {257396af-7e16-4ec1-9713-e4d57cb1e9d4} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:12:49.410640 [ 3 ] {257396af-7e16-4ec1-9713-e4d57cb1e9d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:12:49.411076 [ 3 ] {257396af-7e16-4ec1-9713-e4d57cb1e9d4} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:49.411112 [ 3 ] {257396af-7e16-4ec1-9713-e4d57cb1e9d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:49.411429 [ 3 ] {257396af-7e16-4ec1-9713-e4d57cb1e9d4} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:12:49.411638 [ 3 ] {257396af-7e16-4ec1-9713-e4d57cb1e9d4} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:49.411779 [ 3 ] {257396af-7e16-4ec1-9713-e4d57cb1e9d4} executeQuery: Read 22 rows, 1.65 KiB in 0.00121 sec., 18181.818181818184 rows/sec., 1.34 MiB/sec. 2026.01.08 16:12:49.411818 [ 3 ] {257396af-7e16-4ec1-9713-e4d57cb1e9d4} TCPHandler: Processed in 0.001382162 sec. 2026.01.08 16:12:49.411929 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:49.412026 [ 3 ] {9b6f4146-a960-449f-8b39-9d766e0428df} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:49.412067 [ 3 ] {9b6f4146-a960-449f-8b39-9d766e0428df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:49.412475 [ 3 ] {9b6f4146-a960-449f-8b39-9d766e0428df} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:49.412512 [ 3 ] {9b6f4146-a960-449f-8b39-9d766e0428df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:49.412814 [ 3 ] {9b6f4146-a960-449f-8b39-9d766e0428df} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:12:49.413020 [ 3 ] {9b6f4146-a960-449f-8b39-9d766e0428df} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:49.413148 [ 3 ] {9b6f4146-a960-449f-8b39-9d766e0428df} executeQuery: Read 50 rows, 4.00 KiB in 0.001143 sec., 43744.53193350831 rows/sec., 3.42 MiB/sec. 2026.01.08 16:12:49.413185 [ 3 ] {9b6f4146-a960-449f-8b39-9d766e0428df} TCPHandler: Processed in 0.001306819 sec. 2026.01.08 16:12:49.413295 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:49.413399 [ 3 ] {0baaffbb-79a4-4707-91b4-49700dbeafb3} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:49.413445 [ 3 ] {0baaffbb-79a4-4707-91b4-49700dbeafb3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:49.413855 [ 3 ] {0baaffbb-79a4-4707-91b4-49700dbeafb3} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:49.413892 [ 3 ] {0baaffbb-79a4-4707-91b4-49700dbeafb3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:49.414247 [ 3 ] {0baaffbb-79a4-4707-91b4-49700dbeafb3} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:12:49.414472 [ 3 ] {0baaffbb-79a4-4707-91b4-49700dbeafb3} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:49.414610 [ 3 ] {0baaffbb-79a4-4707-91b4-49700dbeafb3} executeQuery: Read 100 rows, 7.10 KiB in 0.001231 sec., 81234.76848090983 rows/sec., 5.63 MiB/sec. 2026.01.08 16:12:49.414658 [ 3 ] {0baaffbb-79a4-4707-91b4-49700dbeafb3} TCPHandler: Processed in 0.001412932 sec. 2026.01.08 16:12:49.414776 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:49.414873 [ 3 ] {691bb352-e452-4bea-9f4e-c138d0a6c4f7} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:49.414931 [ 3 ] {691bb352-e452-4bea-9f4e-c138d0a6c4f7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:12:49.415775 [ 3 ] {691bb352-e452-4bea-9f4e-c138d0a6c4f7} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:49.415811 [ 3 ] {691bb352-e452-4bea-9f4e-c138d0a6c4f7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:49.416344 [ 3 ] {691bb352-e452-4bea-9f4e-c138d0a6c4f7} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:49.416576 [ 3 ] {691bb352-e452-4bea-9f4e-c138d0a6c4f7} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:49.416716 [ 3 ] {691bb352-e452-4bea-9f4e-c138d0a6c4f7} executeQuery: Read 22 rows, 40.37 KiB in 0.001863 sec., 11808.910359634996 rows/sec., 21.16 MiB/sec. 2026.01.08 16:12:49.416776 [ 3 ] {691bb352-e452-4bea-9f4e-c138d0a6c4f7} TCPHandler: Processed in 0.002049916 sec. 2026.01.08 16:12:49.416899 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:49.416996 [ 3 ] {e372d9c0-efb3-4575-bb0b-7e5aa68b0f35} executeQuery: (from [fd00:1122:3344:101::d]:47427) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:49.417041 [ 3 ] {e372d9c0-efb3-4575-bb0b-7e5aa68b0f35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:49.417392 [ 3 ] {e372d9c0-efb3-4575-bb0b-7e5aa68b0f35} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:49.417428 [ 3 ] {e372d9c0-efb3-4575-bb0b-7e5aa68b0f35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:49.417740 [ 3 ] {e372d9c0-efb3-4575-bb0b-7e5aa68b0f35} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:12:49.417975 [ 3 ] {e372d9c0-efb3-4575-bb0b-7e5aa68b0f35} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:49.418107 [ 3 ] {e372d9c0-efb3-4575-bb0b-7e5aa68b0f35} executeQuery: Read 30 rows, 2.10 KiB in 0.001129 sec., 26572.187776793624 rows/sec., 1.82 MiB/sec. 2026.01.08 16:12:49.418145 [ 3 ] {e372d9c0-efb3-4575-bb0b-7e5aa68b0f35} TCPHandler: Processed in 0.001296149 sec. 2026.01.08 16:12:52.710931 [ 58 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:12:52.710991 [ 58 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:12:52.774759 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 28 entries to flush up to offset 248 2026.01.08 16:12:52.776823 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:52.776866 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:52.777986 [ 243 ] {} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:12:52.778239 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:52.778480 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 248 2026.01.08 16:12:52.788514 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 3832 2026.01.08 16:12:52.789018 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:52.789059 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:52.789554 [ 244 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:12:52.789795 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:52.789924 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3832 2026.01.08 16:12:52.986795 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 2026.01.08 16:12:53.004739 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:53.004790 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:53.010352 [ 245 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:12:53.011045 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:53.014362 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 61 2026.01.08 16:12:53.936743 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:53.936817 [ 3 ] {} TCP-Session: 2a096cf4-be15-44c7-a7ed-4c8f625ee43e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:54.000199 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 179.93 MiB, peak 185.97 MiB, free memory in arenas 0.00 B, will set to 181.64 MiB (RSS), difference: 1.71 MiB 2026.01.08 16:12:54.407407 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:54.407608 [ 4 ] {10748228-8935-4f27-a536-45a28f7895ad} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:54.407673 [ 4 ] {10748228-8935-4f27-a536-45a28f7895ad} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:54.408359 [ 4 ] {10748228-8935-4f27-a536-45a28f7895ad} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:54.408402 [ 4 ] {10748228-8935-4f27-a536-45a28f7895ad} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:54.408801 [ 4 ] {10748228-8935-4f27-a536-45a28f7895ad} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:12:54.409031 [ 4 ] {10748228-8935-4f27-a536-45a28f7895ad} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:54.409191 [ 4 ] {10748228-8935-4f27-a536-45a28f7895ad} executeQuery: Read 26 rows, 2.01 KiB in 0.001639 sec., 15863.33129957291 rows/sec., 1.20 MiB/sec. 2026.01.08 16:12:54.409234 [ 4 ] {10748228-8935-4f27-a536-45a28f7895ad} TCPHandler: Processed in 0.002000424 sec. 2026.01.08 16:12:54.409369 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:54.409466 [ 4 ] {2f5744d5-686b-4878-9ce3-4509f0d608f1} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:54.409507 [ 4 ] {2f5744d5-686b-4878-9ce3-4509f0d608f1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:54.409922 [ 4 ] {2f5744d5-686b-4878-9ce3-4509f0d608f1} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:54.409969 [ 4 ] {2f5744d5-686b-4878-9ce3-4509f0d608f1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:54.410264 [ 4 ] {2f5744d5-686b-4878-9ce3-4509f0d608f1} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:12:54.410468 [ 4 ] {2f5744d5-686b-4878-9ce3-4509f0d608f1} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:54.410595 [ 4 ] {2f5744d5-686b-4878-9ce3-4509f0d608f1} executeQuery: Read 28 rows, 2.24 KiB in 0.001149 sec., 24369.01653611836 rows/sec., 1.90 MiB/sec. 2026.01.08 16:12:54.410632 [ 4 ] {2f5744d5-686b-4878-9ce3-4509f0d608f1} TCPHandler: Processed in 0.001313599 sec. 2026.01.08 16:12:54.410752 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:54.410858 [ 4 ] {73c19298-f83d-478a-84d4-345092423db0} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:54.410903 [ 4 ] {73c19298-f83d-478a-84d4-345092423db0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:54.411292 [ 4 ] {73c19298-f83d-478a-84d4-345092423db0} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:54.411328 [ 4 ] {73c19298-f83d-478a-84d4-345092423db0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:54.411642 [ 4 ] {73c19298-f83d-478a-84d4-345092423db0} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:12:54.411853 [ 4 ] {73c19298-f83d-478a-84d4-345092423db0} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:54.411980 [ 4 ] {73c19298-f83d-478a-84d4-345092423db0} executeQuery: Read 100 rows, 7.10 KiB in 0.001152 sec., 86805.55555555555 rows/sec., 6.02 MiB/sec. 2026.01.08 16:12:54.412016 [ 4 ] {73c19298-f83d-478a-84d4-345092423db0} TCPHandler: Processed in 0.001312909 sec. 2026.01.08 16:12:54.412210 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:54.412333 [ 4 ] {8365772c-5ab0-4f65-8f8f-a9eb0fcab8d8} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:54.412388 [ 4 ] {8365772c-5ab0-4f65-8f8f-a9eb0fcab8d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:54.412802 [ 4 ] {8365772c-5ab0-4f65-8f8f-a9eb0fcab8d8} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:54.412848 [ 4 ] {8365772c-5ab0-4f65-8f8f-a9eb0fcab8d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:54.413223 [ 4 ] {8365772c-5ab0-4f65-8f8f-a9eb0fcab8d8} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:12:54.413447 [ 4 ] {8365772c-5ab0-4f65-8f8f-a9eb0fcab8d8} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:54.413580 [ 4 ] {8365772c-5ab0-4f65-8f8f-a9eb0fcab8d8} executeQuery: Read 30 rows, 2.10 KiB in 0.001272 sec., 23584.90566037736 rows/sec., 1.62 MiB/sec. 2026.01.08 16:12:54.413617 [ 4 ] {8365772c-5ab0-4f65-8f8f-a9eb0fcab8d8} TCPHandler: Processed in 0.001470542 sec. 2026.01.08 16:12:58.878696 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53141 2026.01.08 16:12:58.878794 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:58.878820 [ 3 ] {} TCP-Session: 66f0df73-0201-4ead-a112-0560f4b5de90 Authenticating user 'default' from [fd00:1122:3344:101::e]:53141 2026.01.08 16:12:58.878842 [ 3 ] {} TCP-Session: 66f0df73-0201-4ead-a112-0560f4b5de90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.878856 [ 3 ] {} TCP-Session: 66f0df73-0201-4ead-a112-0560f4b5de90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879047 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48268 2026.01.08 16:12:58.879100 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47435 2026.01.08 16:12:58.879119 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64110 2026.01.08 16:12:58.879159 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35049 2026.01.08 16:12:58.879170 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51050 2026.01.08 16:12:58.879143 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36344 2026.01.08 16:12:58.879238 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:58.879251 [ 3 ] {} TCP-Session: 66f0df73-0201-4ead-a112-0560f4b5de90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:58.879279 [ 287 ] {} TCP-Session: 4d8f0c1a-ce7c-449a-87e3-cbb2ce219e65 Authenticating user 'default' from [fd00:1122:3344:101::e]:47435 2026.01.08 16:12:58.879150 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36215 2026.01.08 16:12:58.879322 [ 287 ] {} TCP-Session: 4d8f0c1a-ce7c-449a-87e3-cbb2ce219e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879140 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53833 2026.01.08 16:12:58.879350 [ 287 ] {} TCP-Session: 4d8f0c1a-ce7c-449a-87e3-cbb2ce219e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879128 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:58.879383 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:58.879412 [ 286 ] {} TCP-Session: 1fdb3ee2-6b95-45f8-9c9d-03ef838f7dde Authenticating user 'default' from [fd00:1122:3344:101::e]:48268 2026.01.08 16:12:58.879428 [ 288 ] {} TCP-Session: 70c0f67b-2f4f-4152-939d-30b8606f46ff Authenticating user 'default' from [fd00:1122:3344:101::e]:64110 2026.01.08 16:12:58.879436 [ 286 ] {} TCP-Session: 1fdb3ee2-6b95-45f8-9c9d-03ef838f7dde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879445 [ 3 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} executeQuery: (from [fd00:1122:3344:101::e]:53141) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:12:58.879461 [ 286 ] {} TCP-Session: 1fdb3ee2-6b95-45f8-9c9d-03ef838f7dde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879457 [ 288 ] {} TCP-Session: 70c0f67b-2f4f-4152-939d-30b8606f46ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879500 [ 288 ] {} TCP-Session: 70c0f67b-2f4f-4152-939d-30b8606f46ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879619 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:58.879655 [ 289 ] {} TCP-Session: c85d9845-9ad2-4dba-b0b9-17703e11b76a Authenticating user 'default' from [fd00:1122:3344:101::e]:36344 2026.01.08 16:12:58.879660 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:58.879680 [ 289 ] {} TCP-Session: c85d9845-9ad2-4dba-b0b9-17703e11b76a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879705 [ 289 ] {} TCP-Session: c85d9845-9ad2-4dba-b0b9-17703e11b76a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879704 [ 290 ] {} TCP-Session: 97a654ba-76f2-435d-8ce4-233b4f891290 Authenticating user 'default' from [fd00:1122:3344:101::e]:53833 2026.01.08 16:12:58.879716 [ 3 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:12:58.879742 [ 290 ] {} TCP-Session: 97a654ba-76f2-435d-8ce4-233b4f891290 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879722 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:58.879770 [ 290 ] {} TCP-Session: 97a654ba-76f2-435d-8ce4-233b4f891290 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879787 [ 3 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:58.879800 [ 293 ] {} TCP-Session: fe0dc2a2-a146-4278-b551-bccf7d696605 Authenticating user 'default' from [fd00:1122:3344:101::e]:51050 2026.01.08 16:12:58.879836 [ 293 ] {} TCP-Session: fe0dc2a2-a146-4278-b551-bccf7d696605 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879848 [ 293 ] {} TCP-Session: fe0dc2a2-a146-4278-b551-bccf7d696605 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879872 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:58.879903 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:12:58.879908 [ 292 ] {} TCP-Session: 5a872423-f968-42cb-83f2-f6e0869d776a Authenticating user 'default' from [fd00:1122:3344:101::e]:35049 2026.01.08 16:12:58.879940 [ 291 ] {} TCP-Session: ef71e6bc-df83-4bf9-9da0-9b111c097380 Authenticating user 'default' from [fd00:1122:3344:101::e]:36215 2026.01.08 16:12:58.879946 [ 292 ] {} TCP-Session: 5a872423-f968-42cb-83f2-f6e0869d776a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879967 [ 291 ] {} TCP-Session: ef71e6bc-df83-4bf9-9da0-9b111c097380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879976 [ 292 ] {} TCP-Session: 5a872423-f968-42cb-83f2-f6e0869d776a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.879989 [ 291 ] {} TCP-Session: ef71e6bc-df83-4bf9-9da0-9b111c097380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:58.880094 [ 3 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:12:58.880180 [ 3 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} Aggregator: Compile expression max()(UInt64) 0 2026.01.08 16:12:59.000229 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 181.71 MiB, peak 185.97 MiB, free memory in arenas 0.00 B, will set to 185.69 MiB (RSS), difference: 3.98 MiB 2026.01.08 16:12:59.300824 [ 340 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} AggregatingTransform: Aggregating 2026.01.08 16:12:59.300905 [ 340 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} Aggregator: Aggregation method: without_key 2026.01.08 16:12:59.300945 [ 340 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.002126027 sec. (470.361 rows/sec., 18.37 KiB/sec.) 2026.01.08 16:12:59.300968 [ 340 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} Aggregator: Merging aggregated data 2026.01.08 16:12:59.302273 [ 3 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} executeQuery: Read 1 rows, 40.00 B in 0.422969 sec., 2.364239459629429 rows/sec., 94.57 B/sec. 2026.01.08 16:12:59.302493 [ 3 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} MemoryTracker: Peak memory usage (for query): 4.11 MiB. 2026.01.08 16:12:59.302521 [ 3 ] {6695c7a2-23a5-451e-9899-3fd87f83f4e8} TCPHandler: Processed in 0.423467502 sec. 2026.01.08 16:12:59.302681 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:59.302715 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:59.302736 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:59.302748 [ 293 ] {} TCP-Session: fe0dc2a2-a146-4278-b551-bccf7d696605 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:59.302765 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:59.302786 [ 287 ] {} TCP-Session: 4d8f0c1a-ce7c-449a-87e3-cbb2ce219e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:59.302790 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:59.302835 [ 290 ] {} TCP-Session: 97a654ba-76f2-435d-8ce4-233b4f891290 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:59.302849 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:59.302870 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:59.302920 [ 292 ] {} TCP-Session: 5a872423-f968-42cb-83f2-f6e0869d776a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:59.302894 [ 288 ] {} TCP-Session: 70c0f67b-2f4f-4152-939d-30b8606f46ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:59.302956 [ 3 ] {} TCP-Session: 66f0df73-0201-4ead-a112-0560f4b5de90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:59.302829 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:59.302808 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:12:59.303046 [ 289 ] {} TCP-Session: c85d9845-9ad2-4dba-b0b9-17703e11b76a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:59.302793 [ 286 ] {} TCP-Session: 1fdb3ee2-6b95-45f8-9c9d-03ef838f7dde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:59.303081 [ 291 ] {} TCP-Session: ef71e6bc-df83-4bf9-9da0-9b111c097380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:12:59.407238 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.407580 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.408062 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.408111 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2026.01.08 16:12:59.408454 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.408548 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.408747 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 25-element set) 2026.01.08 16:12:59.408912 [ 322 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.408917 [ 318 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.409106 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.409147 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.411565 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.411610 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.411691 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:59.411757 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:59.412957 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} executeQuery: Read 25 rows, 1.10 KiB in 0.005509 sec., 4538.02868034126 rows/sec., 199.43 KiB/sec. 2026.01.08 16:12:59.413130 [ 4 ] {d5c181ff-c51d-4b22-9eb0-0cf0e48d2cae} TCPHandler: Processed in 0.006164798 sec. 2026.01.08 16:12:59.413680 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.413873 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.414258 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.414314 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2026.01.08 16:12:59.414656 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.414752 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.414935 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 26-element set) 2026.01.08 16:12:59.415042 [ 308 ] {879791b0-9c50-4448-8edc-314cada36540} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.415047 [ 318 ] {879791b0-9c50-4448-8edc-314cada36540} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.415224 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.415267 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.415363 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.415393 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.415440 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:59.415490 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:59.416410 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} executeQuery: Read 25 rows, 1.10 KiB in 0.002622 sec., 9534.706331045003 rows/sec., 419.01 KiB/sec. 2026.01.08 16:12:59.416568 [ 4 ] {879791b0-9c50-4448-8edc-314cada36540} TCPHandler: Processed in 0.003020648 sec. 2026.01.08 16:12:59.417747 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.417971 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.418354 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.418406 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent')" moved to PREWHERE 2026.01.08 16:12:59.418730 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.418814 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.418987 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 27-element set) 2026.01.08 16:12:59.419109 [ 308 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.419112 [ 322 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.419275 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.419316 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.419410 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.419441 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.419488 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:59.419542 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent'))" 2026.01.08 16:12:59.420452 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} executeQuery: Read 25 rows, 1.10 KiB in 0.002583 sec., 9678.668215253581 rows/sec., 425.33 KiB/sec. 2026.01.08 16:12:59.420607 [ 4 ] {b3c96dd5-fdfb-41da-a3b0-0601d136cbde} TCPHandler: Processed in 0.002985677 sec. 2026.01.08 16:12:59.420948 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.421135 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.421422 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.421473 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity')" moved to PREWHERE 2026.01.08 16:12:59.421759 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.421848 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.421992 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 28-element set) 2026.01.08 16:12:59.422095 [ 308 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.422119 [ 327 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.422227 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.422267 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.422355 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.422387 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.422442 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity'))" 2026.01.08 16:12:59.422495 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity'))" 2026.01.08 16:12:59.423399 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} executeQuery: Read 25 rows, 1.10 KiB in 0.002348 sec., 10647.359454855197 rows/sec., 467.90 KiB/sec. 2026.01.08 16:12:59.423531 [ 4 ] {87312ccc-3fee-4680-b1fe-69ed95c3f8de} TCPHandler: Processed in 0.002653499 sec. 2026.01.08 16:12:59.423957 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.424151 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.424460 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.424512 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE 2026.01.08 16:12:59.424827 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.424908 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.425057 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 29-element set) 2026.01.08 16:12:59.425158 [ 327 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.425167 [ 334 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.425323 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.425366 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.425455 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.425487 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.425588 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.01.08 16:12:59.425654 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:occupancy'))" 2026.01.08 16:12:59.426663 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} executeQuery: Read 25 rows, 1.10 KiB in 0.002598 sec., 9622.786759045419 rows/sec., 422.88 KiB/sec. 2026.01.08 16:12:59.426827 [ 4 ] {fb1fefb2-d883-49c3-8a42-29f5dd8cce9d} TCPHandler: Processed in 0.002950916 sec. 2026.01.08 16:12:59.427333 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.427530 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.427870 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.428171 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.01.08 16:12:59.428490 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.428570 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.428723 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 30-element set) 2026.01.08 16:12:59.428822 [ 327 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.428831 [ 308 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.428981 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.429021 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.429108 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.429138 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.429184 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.08 16:12:59.429236 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.08 16:12:59.430341 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} executeQuery: Read 25 rows, 1.10 KiB in 0.002898 sec., 8626.63906142167 rows/sec., 379.10 KiB/sec. 2026.01.08 16:12:59.430489 [ 4 ] {b814dab3-eba5-4e32-9f6e-200f12314a07} TCPHandler: Processed in 0.003243063 sec. 2026.01.08 16:12:59.430915 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.431105 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.431389 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.431439 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE 2026.01.08 16:12:59.431729 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.431803 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.431958 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 31-element set) 2026.01.08 16:12:59.432066 [ 309 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.432066 [ 325 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.432224 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.432261 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.432346 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.432379 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.432425 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.08 16:12:59.432477 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" 2026.01.08 16:12:59.433403 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} executeQuery: Read 25 rows, 1.10 KiB in 0.002385 sec., 10482.18029350105 rows/sec., 460.64 KiB/sec. 2026.01.08 16:12:59.433543 [ 4 ] {e5fb71c2-b396-4d63-b3ca-5b9a2526b8a4} TCPHandler: Processed in 0.00270486 sec. 2026.01.08 16:12:59.433937 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.434144 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.434472 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.434522 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:12:59.434820 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.434895 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.435038 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 32-element set) 2026.01.08 16:12:59.435127 [ 325 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.435129 [ 309 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.435258 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.435294 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.435370 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.435394 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.435434 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.08 16:12:59.435479 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.08 16:12:59.436389 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} executeQuery: Read 25 rows, 1.10 KiB in 0.002328 sec., 10738.831615120274 rows/sec., 471.92 KiB/sec. 2026.01.08 16:12:59.436543 [ 4 ] {bd9c66d1-3963-4712-be3c-d59253c292d9} TCPHandler: Processed in 0.002678259 sec. 2026.01.08 16:12:59.436911 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.437110 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.437450 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.437504 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:12:59.437863 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.437977 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.438137 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 33-element set) 2026.01.08 16:12:59.438233 [ 309 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.438237 [ 325 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.438374 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.438416 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.438502 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.438534 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.438585 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.08 16:12:59.438640 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" 2026.01.08 16:12:59.439678 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} executeQuery: Read 25 rows, 1.10 KiB in 0.002659 sec., 9402.03083866115 rows/sec., 413.18 KiB/sec. 2026.01.08 16:12:59.439801 [ 4 ] {8ec4abb6-92b1-493b-ab3e-44e7a8967815} TCPHandler: Processed in 0.002959086 sec. 2026.01.08 16:12:59.440290 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.440483 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.440765 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.440809 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:12:59.441048 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.441112 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.441257 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 34-element set) 2026.01.08 16:12:59.441354 [ 325 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.441356 [ 319 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.441491 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.441521 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.441601 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.441629 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.441674 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.441718 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.442487 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} executeQuery: Read 25 rows, 1.10 KiB in 0.002099 sec., 11910.433539780846 rows/sec., 523.41 KiB/sec. 2026.01.08 16:12:59.442606 [ 4 ] {416e7240-c78e-4f9d-b5d6-c7d4eb8b0e02} TCPHandler: Processed in 0.002385023 sec. 2026.01.08 16:12:59.442973 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.443159 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.443478 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.443535 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:12:59.443857 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.443931 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.444085 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 35-element set) 2026.01.08 16:12:59.444187 [ 319 ] {daea1699-8377-41fc-9096-3ac8f746f282} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.444191 [ 309 ] {daea1699-8377-41fc-9096-3ac8f746f282} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.444314 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.444344 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.444406 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.444430 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.444464 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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'))" 2026.01.08 16:12:59.444499 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_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'))" 2026.01.08 16:12:59.445216 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} executeQuery: Read 25 rows, 1.10 KiB in 0.002143 sec., 11665.888940737284 rows/sec., 512.66 KiB/sec. 2026.01.08 16:12:59.445332 [ 4 ] {daea1699-8377-41fc-9096-3ac8f746f282} TCPHandler: Processed in 0.002433005 sec. 2026.01.08 16:12:59.464563 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.464906 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} executeQuery: (from [fd00:1122:3344:101::d]:53053) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.465423 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.465482 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:12:59.465887 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.465995 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.466201 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 36-element set) 2026.01.08 16:12:59.466340 [ 319 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.466397 [ 325 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.466546 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.466592 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.466700 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.466734 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.466793 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.466850 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.468075 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} executeQuery: Read 25 rows, 1.10 KiB in 0.003329 sec., 7509.762691498949 rows/sec., 330.02 KiB/sec. 2026.01.08 16:12:59.468249 [ 4 ] {172ba85d-301f-4eb3-bb7a-217950c591e0} TCPHandler: Processed in 0.003893557 sec. 2026.01.08 16:12:59.473993 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.474275 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.474744 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.474798 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} 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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:12:59.475157 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.475255 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.475450 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 37-element set) 2026.01.08 16:12:59.475595 [ 260 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.475605 [ 309 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.475809 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.475849 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.475954 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.475986 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.476040 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} 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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.476106 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} 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', 'oximeter_collector:collections', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.477250 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} executeQuery: Read 25 rows, 1.10 KiB in 0.003102 sec., 8059.316569954867 rows/sec., 354.17 KiB/sec. 2026.01.08 16:12:59.477390 [ 4 ] {8d256ad6-255f-4d6e-9a03-c509b4f33c2d} TCPHandler: Processed in 0.0035844 sec. 2026.01.08 16:12:59.477753 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.478010 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.478334 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.478383 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:12:59.478692 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.478761 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.478899 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 38-element set) 2026.01.08 16:12:59.478995 [ 319 ] {310bec46-833f-4976-9c94-725ad195003d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.479021 [ 300 ] {310bec46-833f-4976-9c94-725ad195003d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.479152 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.479196 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.479280 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.479309 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.479357 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.479418 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} 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', 'oximeter_collector:collections', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.480368 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} executeQuery: Read 25 rows, 1.10 KiB in 0.00249 sec., 10040.160642570281 rows/sec., 441.22 KiB/sec. 2026.01.08 16:12:59.480506 [ 4 ] {310bec46-833f-4976-9c94-725ad195003d} TCPHandler: Processed in 0.002819843 sec. 2026.01.08 16:12:59.480870 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.481063 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.481410 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.481467 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:12:59.481810 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.481889 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.482038 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 39-element set) 2026.01.08 16:12:59.482139 [ 300 ] {0eb07590-a69d-4238-b968-097085d7947a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.482140 [ 260 ] {0eb07590-a69d-4238-b968-097085d7947a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.482405 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.482450 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.482539 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.482571 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.482620 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.482672 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.483525 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} executeQuery: Read 25 rows, 1.10 KiB in 0.00255 sec., 9803.921568627451 rows/sec., 430.84 KiB/sec. 2026.01.08 16:12:59.483627 [ 4 ] {0eb07590-a69d-4238-b968-097085d7947a} TCPHandler: Processed in 0.002822933 sec. 2026.01.08 16:12:59.484034 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.484224 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:12:59.484545 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:12:59.484596 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:12:59.484937 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.485036 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:12:59.485189 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 40-element set) 2026.01.08 16:12:59.485288 [ 319 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:12:59.485293 [ 299 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:12:59.485423 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges 2026.01.08 16:12:59.485454 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:12:59.485535 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:12:59.485565 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 25 rows with 2 streams 2026.01.08 16:12:59.485613 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.485663 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} 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', 'oximeter_collector:collections', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:12:59.486551 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} executeQuery: Read 25 rows, 1.10 KiB in 0.002415 sec., 10351.966873706004 rows/sec., 454.92 KiB/sec. 2026.01.08 16:12:59.486674 [ 4 ] {adb991a5-bc09-4b6c-befe-1c54c943da6f} TCPHandler: Processed in 0.002709711 sec. 2026.01.08 16:12:59.493180 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.493394 [ 4 ] {2265a699-c4c4-4d41-9491-02353d094e16} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.08 16:12:59.493566 [ 4 ] {2265a699-c4c4-4d41-9491-02353d094e16} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:12:59.494753 [ 4 ] {2265a699-c4c4-4d41-9491-02353d094e16} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.494900 [ 4 ] {2265a699-c4c4-4d41-9491-02353d094e16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.495666 [ 4 ] {2265a699-c4c4-4d41-9491-02353d094e16} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:59.495993 [ 4 ] {2265a699-c4c4-4d41-9491-02353d094e16} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.496277 [ 4 ] {2265a699-c4c4-4d41-9491-02353d094e16} executeQuery: Read 16 rows, 4.88 KiB in 0.002939 sec., 5444.028581150051 rows/sec., 1.62 MiB/sec. 2026.01.08 16:12:59.496347 [ 4 ] {2265a699-c4c4-4d41-9491-02353d094e16} TCPHandler: Processed in 0.003339124 sec. 2026.01.08 16:12:59.496553 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.496684 [ 4 ] {93be2f9b-eace-48e0-9aaa-50ab7471806b} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:12:59.496744 [ 4 ] {93be2f9b-eace-48e0-9aaa-50ab7471806b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:12:59.497676 [ 4 ] {93be2f9b-eace-48e0-9aaa-50ab7471806b} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.497725 [ 4 ] {93be2f9b-eace-48e0-9aaa-50ab7471806b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.498321 [ 4 ] {93be2f9b-eace-48e0-9aaa-50ab7471806b} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:59.498640 [ 4 ] {93be2f9b-eace-48e0-9aaa-50ab7471806b} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.498827 [ 4 ] {93be2f9b-eace-48e0-9aaa-50ab7471806b} executeQuery: Read 410 rows, 26.63 KiB in 0.002179 sec., 188159.70628728776 rows/sec., 11.94 MiB/sec. 2026.01.08 16:12:59.498883 [ 4 ] {93be2f9b-eace-48e0-9aaa-50ab7471806b} TCPHandler: Processed in 0.002398174 sec. 2026.01.08 16:12:59.499058 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.499187 [ 4 ] {be33df93-7d1f-4899-b865-cf49db4d588a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.08 16:12:59.499245 [ 4 ] {be33df93-7d1f-4899-b865-cf49db4d588a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.08 16:12:59.500644 [ 4 ] {be33df93-7d1f-4899-b865-cf49db4d588a} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.500697 [ 4 ] {be33df93-7d1f-4899-b865-cf49db4d588a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.501164 [ 4 ] {be33df93-7d1f-4899-b865-cf49db4d588a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:59.501479 [ 4 ] {be33df93-7d1f-4899-b865-cf49db4d588a} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.501661 [ 4 ] {be33df93-7d1f-4899-b865-cf49db4d588a} executeQuery: Read 4 rows, 334.00 B in 0.002508 sec., 1594.896331738437 rows/sec., 130.05 KiB/sec. 2026.01.08 16:12:59.501714 [ 4 ] {be33df93-7d1f-4899-b865-cf49db4d588a} TCPHandler: Processed in 0.002720471 sec. 2026.01.08 16:12:59.504356 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.504510 [ 4 ] {e1a5cac5-0e47-498c-b26d-4349d22bf3c4} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:12:59.504577 [ 4 ] {e1a5cac5-0e47-498c-b26d-4349d22bf3c4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:12:59.506701 [ 4 ] {e1a5cac5-0e47-498c-b26d-4349d22bf3c4} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.506760 [ 4 ] {e1a5cac5-0e47-498c-b26d-4349d22bf3c4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.507475 [ 4 ] {e1a5cac5-0e47-498c-b26d-4349d22bf3c4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:12:59.507849 [ 4 ] {e1a5cac5-0e47-498c-b26d-4349d22bf3c4} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.508063 [ 4 ] {e1a5cac5-0e47-498c-b26d-4349d22bf3c4} executeQuery: Read 1158 rows, 94.12 KiB in 0.003595 sec., 322114.0472878998 rows/sec., 25.57 MiB/sec. 2026.01.08 16:12:59.508121 [ 4 ] {e1a5cac5-0e47-498c-b26d-4349d22bf3c4} TCPHandler: Processed in 0.003867536 sec. 2026.01.08 16:12:59.508348 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.508484 [ 4 ] {68abd6fb-b173-42bb-92c9-f59e73d20cc7} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:12:59.508547 [ 4 ] {68abd6fb-b173-42bb-92c9-f59e73d20cc7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:12:59.509317 [ 4 ] {68abd6fb-b173-42bb-92c9-f59e73d20cc7} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.509370 [ 4 ] {68abd6fb-b173-42bb-92c9-f59e73d20cc7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.509851 [ 4 ] {68abd6fb-b173-42bb-92c9-f59e73d20cc7} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:12:59.510206 [ 4 ] {68abd6fb-b173-42bb-92c9-f59e73d20cc7} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.510376 [ 50 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:12:59.510407 [ 4 ] {68abd6fb-b173-42bb-92c9-f59e73d20cc7} executeQuery: Read 231 rows, 14.25 KiB in 0.001958 sec., 117977.52808988764 rows/sec., 7.11 MiB/sec. 2026.01.08 16:12:59.510467 [ 50 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.510479 [ 4 ] {68abd6fb-b173-42bb-92c9-f59e73d20cc7} TCPHandler: Processed in 0.002201609 sec. 2026.01.08 16:12:59.510513 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.510667 [ 195 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:12:59.510680 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.510836 [ 4 ] {0e41c523-6e9d-4f3b-aa9d-a7fa370ffe35} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:12:59.510841 [ 195 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:12:59.510905 [ 4 ] {0e41c523-6e9d-4f3b-aa9d-a7fa370ffe35} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:12:59.510963 [ 195 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 16 rows starting from the beginning of the part 2026.01.08 16:12:59.511076 [ 195 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 19 rows starting from the beginning of the part 2026.01.08 16:12:59.511157 [ 195 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2026.01.08 16:12:59.511233 [ 195 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 12 rows starting from the beginning of the part 2026.01.08 16:12:59.511305 [ 195 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 22 rows starting from the beginning of the part 2026.01.08 16:12:59.511370 [ 195 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 231 rows starting from the beginning of the part 2026.01.08 16:12:59.512222 [ 4 ] {0e41c523-6e9d-4f3b-aa9d-a7fa370ffe35} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.512282 [ 4 ] {0e41c523-6e9d-4f3b-aa9d-a7fa370ffe35} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.512777 [ 192 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 322 rows, containing 5 columns (5 merged, 0 gathered) in 0.002175008 sec., 148045.4324765702 rows/sec., 10.07 MiB/sec. 2026.01.08 16:12:59.512846 [ 4 ] {0e41c523-6e9d-4f3b-aa9d-a7fa370ffe35} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:59.513094 [ 196 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:12:59.513321 [ 4 ] {0e41c523-6e9d-4f3b-aa9d-a7fa370ffe35} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.513550 [ 4 ] {0e41c523-6e9d-4f3b-aa9d-a7fa370ffe35} executeQuery: Read 212 rows, 14.00 KiB in 0.002745 sec., 77231.32969034609 rows/sec., 4.98 MiB/sec. 2026.01.08 16:12:59.513652 [ 4 ] {0e41c523-6e9d-4f3b-aa9d-a7fa370ffe35} TCPHandler: Processed in 0.003037068 sec. 2026.01.08 16:12:59.513667 [ 196 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.513792 [ 196 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_6_1} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:12:59.513909 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.513927 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. 2026.01.08 16:12:59.514051 [ 4 ] {4ce65ead-aaa6-4607-8b39-fc28a65baaf1} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:12:59.514115 [ 4 ] {4ce65ead-aaa6-4607-8b39-fc28a65baaf1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:12:59.515136 [ 4 ] {4ce65ead-aaa6-4607-8b39-fc28a65baaf1} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.515183 [ 4 ] {4ce65ead-aaa6-4607-8b39-fc28a65baaf1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.515863 [ 4 ] {4ce65ead-aaa6-4607-8b39-fc28a65baaf1} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:12:59.516255 [ 4 ] {4ce65ead-aaa6-4607-8b39-fc28a65baaf1} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.516455 [ 4 ] {4ce65ead-aaa6-4607-8b39-fc28a65baaf1} executeQuery: Read 211 rows, 12.27 KiB in 0.002436 sec., 86617.40558292283 rows/sec., 4.92 MiB/sec. 2026.01.08 16:12:59.516519 [ 4 ] {4ce65ead-aaa6-4607-8b39-fc28a65baaf1} TCPHandler: Processed in 0.00268912 sec. 2026.01.08 16:12:59.516779 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.516920 [ 4 ] {03b1bc47-5cd0-43ce-a163-991adfd4f554} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:12:59.516981 [ 4 ] {03b1bc47-5cd0-43ce-a163-991adfd4f554} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:12:59.518147 [ 4 ] {03b1bc47-5cd0-43ce-a163-991adfd4f554} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.518199 [ 4 ] {03b1bc47-5cd0-43ce-a163-991adfd4f554} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.518712 [ 4 ] {03b1bc47-5cd0-43ce-a163-991adfd4f554} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:12:59.519049 [ 4 ] {03b1bc47-5cd0-43ce-a163-991adfd4f554} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.519220 [ 4 ] {03b1bc47-5cd0-43ce-a163-991adfd4f554} executeQuery: Read 705 rows, 50.56 KiB in 0.002334 sec., 302056.5552699229 rows/sec., 21.15 MiB/sec. 2026.01.08 16:12:59.519269 [ 4 ] {03b1bc47-5cd0-43ce-a163-991adfd4f554} TCPHandler: Processed in 0.002565318 sec. 2026.01.08 16:12:59.519481 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.519606 [ 4 ] {5b9ccd4f-0226-4908-9318-089516f09c21} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:12:59.519665 [ 4 ] {5b9ccd4f-0226-4908-9318-089516f09c21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:12:59.520437 [ 4 ] {5b9ccd4f-0226-4908-9318-089516f09c21} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.520813 [ 4 ] {5b9ccd4f-0226-4908-9318-089516f09c21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.524661 [ 4 ] {5b9ccd4f-0226-4908-9318-089516f09c21} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:59.525000 [ 4 ] {5b9ccd4f-0226-4908-9318-089516f09c21} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.527567 [ 4 ] {5b9ccd4f-0226-4908-9318-089516f09c21} executeQuery: Read 6 rows, 321.00 B in 0.007988 sec., 751.1266900350525 rows/sec., 39.24 KiB/sec. 2026.01.08 16:12:59.527659 [ 4 ] {5b9ccd4f-0226-4908-9318-089516f09c21} TCPHandler: Processed in 0.008247914 sec. 2026.01.08 16:12:59.527948 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.528113 [ 4 ] {6a5b47c7-668a-4516-b1f0-5e0fb05db4ed} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:59.528191 [ 4 ] {6a5b47c7-668a-4516-b1f0-5e0fb05db4ed} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:12:59.529374 [ 4 ] {6a5b47c7-668a-4516-b1f0-5e0fb05db4ed} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.529430 [ 4 ] {6a5b47c7-668a-4516-b1f0-5e0fb05db4ed} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.529984 [ 4 ] {6a5b47c7-668a-4516-b1f0-5e0fb05db4ed} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:12:59.530363 [ 4 ] {6a5b47c7-668a-4516-b1f0-5e0fb05db4ed} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.530568 [ 4 ] {6a5b47c7-668a-4516-b1f0-5e0fb05db4ed} executeQuery: Read 292 rows, 19.54 KiB in 0.002507 sec., 116473.87315516554 rows/sec., 7.61 MiB/sec. 2026.01.08 16:12:59.530623 [ 4 ] {6a5b47c7-668a-4516-b1f0-5e0fb05db4ed} TCPHandler: Processed in 0.002825083 sec. 2026.01.08 16:12:59.530816 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.530955 [ 4 ] {f41b5009-d686-4d76-a88c-4541afd0461e} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:12:59.531020 [ 4 ] {f41b5009-d686-4d76-a88c-4541afd0461e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:12:59.531538 [ 4 ] {f41b5009-d686-4d76-a88c-4541afd0461e} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.531588 [ 4 ] {f41b5009-d686-4d76-a88c-4541afd0461e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.532236 [ 4 ] {f41b5009-d686-4d76-a88c-4541afd0461e} MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) 2026.01.08 16:12:59.532530 [ 4 ] {f41b5009-d686-4d76-a88c-4541afd0461e} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.532777 [ 4 ] {f41b5009-d686-4d76-a88c-4541afd0461e} executeQuery: Read 1 rows, 69.00 B in 0.001858 sec., 538.2131324004306 rows/sec., 36.27 KiB/sec. 2026.01.08 16:12:59.532830 [ 4 ] {f41b5009-d686-4d76-a88c-4541afd0461e} TCPHandler: Processed in 0.002082147 sec. 2026.01.08 16:12:59.533074 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.533208 [ 4 ] {dc177a38-ddbd-46c7-bb6d-a188d98aba26} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:12:59.533290 [ 4 ] {dc177a38-ddbd-46c7-bb6d-a188d98aba26} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:12:59.534486 [ 4 ] {dc177a38-ddbd-46c7-bb6d-a188d98aba26} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.534536 [ 4 ] {dc177a38-ddbd-46c7-bb6d-a188d98aba26} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.535359 [ 4 ] {dc177a38-ddbd-46c7-bb6d-a188d98aba26} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:12:59.535737 [ 4 ] {dc177a38-ddbd-46c7-bb6d-a188d98aba26} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.535953 [ 4 ] {dc177a38-ddbd-46c7-bb6d-a188d98aba26} executeQuery: Read 22 rows, 40.37 KiB in 0.002778 sec., 7919.366450683945 rows/sec., 14.19 MiB/sec. 2026.01.08 16:12:59.536064 [ 4 ] {dc177a38-ddbd-46c7-bb6d-a188d98aba26} TCPHandler: Processed in 0.003059328 sec. 2026.01.08 16:12:59.536256 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:12:59.536381 [ 4 ] {713fadc1-1611-4b4c-adac-329ec6903cd5} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:12:59.536439 [ 4 ] {713fadc1-1611-4b4c-adac-329ec6903cd5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:12:59.536928 [ 4 ] {713fadc1-1611-4b4c-adac-329ec6903cd5} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:12:59.536976 [ 4 ] {713fadc1-1611-4b4c-adac-329ec6903cd5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:12:59.537442 [ 4 ] {713fadc1-1611-4b4c-adac-329ec6903cd5} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:12:59.537769 [ 4 ] {713fadc1-1611-4b4c-adac-329ec6903cd5} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:12:59.537939 [ 4 ] {713fadc1-1611-4b4c-adac-329ec6903cd5} executeQuery: Read 92 rows, 5.71 KiB in 0.001589 sec., 57898.0490874764 rows/sec., 3.51 MiB/sec. 2026.01.08 16:12:59.537986 [ 4 ] {713fadc1-1611-4b4c-adac-329ec6903cd5} TCPHandler: Processed in 0.00179694 sec. 2026.01.08 16:13:00.000886 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 188.89 MiB, peak 197.19 MiB, free memory in arenas 0.00 B, will set to 201.89 MiB (RSS), difference: 13.01 MiB 2026.01.08 16:13:00.290882 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 4344 2026.01.08 16:13:00.291434 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:00.291480 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:00.291990 [ 244 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:13:00.292231 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:00.292366 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4344 2026.01.08 16:13:00.515425 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 2026.01.08 16:13:00.522440 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51720 2026.01.08 16:13:00.522542 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.522570 [ 288 ] {} TCP-Session: 3b7bc59c-125b-4d39-90b7-b284da285192 Authenticating user 'default' from [fd00:1122:3344:101::e]:51720 2026.01.08 16:13:00.522593 [ 288 ] {} TCP-Session: 3b7bc59c-125b-4d39-90b7-b284da285192 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.522605 [ 288 ] {} TCP-Session: 3b7bc59c-125b-4d39-90b7-b284da285192 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.522814 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63078 2026.01.08 16:13:00.522835 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63507 2026.01.08 16:13:00.522854 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33127 2026.01.08 16:13:00.522878 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47412 2026.01.08 16:13:00.522927 [ 288 ] {} TCP-Session: 3b7bc59c-125b-4d39-90b7-b284da285192 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:00.522930 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.522954 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.522976 [ 292 ] {} TCP-Session: 8adafa10-75ab-43a5-a323-9fac09981398 Authenticating user 'default' from [fd00:1122:3344:101::e]:63507 2026.01.08 16:13:00.522932 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.522998 [ 294 ] {} TCP-Session: 0b6f4b0d-5f88-4623-9609-06b79d989e93 Authenticating user 'default' from [fd00:1122:3344:101::e]:33127 2026.01.08 16:13:00.523006 [ 292 ] {} TCP-Session: 8adafa10-75ab-43a5-a323-9fac09981398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523034 [ 290 ] {} TCP-Session: 1bb09d47-8d58-41f7-8955-d5ec962d3ddd Authenticating user 'default' from [fd00:1122:3344:101::e]:63078 2026.01.08 16:13:00.523040 [ 294 ] {} TCP-Session: 0b6f4b0d-5f88-4623-9609-06b79d989e93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523049 [ 292 ] {} TCP-Session: 8adafa10-75ab-43a5-a323-9fac09981398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523065 [ 294 ] {} TCP-Session: 0b6f4b0d-5f88-4623-9609-06b79d989e93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523062 [ 290 ] {} TCP-Session: 1bb09d47-8d58-41f7-8955-d5ec962d3ddd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.522859 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41334 2026.01.08 16:13:00.523122 [ 288 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} executeQuery: (from [fd00:1122:3344:101::e]:51720) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:13:00.523100 [ 290 ] {} TCP-Session: 1bb09d47-8d58-41f7-8955-d5ec962d3ddd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.522827 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45648 2026.01.08 16:13:00.522817 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61031 2026.01.08 16:13:00.523216 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.523010 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.523256 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.523256 [ 293 ] {} TCP-Session: 6d2fa155-8c00-40a0-acf0-4afb2a24f3f0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41334 2026.01.08 16:13:00.523282 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.523287 [ 291 ] {} TCP-Session: f8e7fa21-6af8-412c-ae39-ff09b4dcb0cb Authenticating user 'default' from [fd00:1122:3344:101::e]:45648 2026.01.08 16:13:00.523286 [ 286 ] {} TCP-Session: 9211decb-a0b0-4b69-a905-1bdca51f7f96 Authenticating user 'default' from [fd00:1122:3344:101::e]:47412 2026.01.08 16:13:00.523309 [ 289 ] {} TCP-Session: 973c9f6b-7733-4b66-a11a-7af03daf362e Authenticating user 'default' from [fd00:1122:3344:101::e]:61031 2026.01.08 16:13:00.523326 [ 291 ] {} TCP-Session: f8e7fa21-6af8-412c-ae39-ff09b4dcb0cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523350 [ 289 ] {} TCP-Session: 973c9f6b-7733-4b66-a11a-7af03daf362e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523366 [ 291 ] {} TCP-Session: f8e7fa21-6af8-412c-ae39-ff09b4dcb0cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523379 [ 289 ] {} TCP-Session: 973c9f6b-7733-4b66-a11a-7af03daf362e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523334 [ 286 ] {} TCP-Session: 9211decb-a0b0-4b69-a905-1bdca51f7f96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523301 [ 293 ] {} TCP-Session: 6d2fa155-8c00-40a0-acf0-4afb2a24f3f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523426 [ 286 ] {} TCP-Session: 9211decb-a0b0-4b69-a905-1bdca51f7f96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523443 [ 293 ] {} TCP-Session: 6d2fa155-8c00-40a0-acf0-4afb2a24f3f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.522870 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40023 2026.01.08 16:13:00.523472 [ 288 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:13:00.523624 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.523628 [ 288 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:13:00.523656 [ 3 ] {} TCP-Session: 3d361ebd-d5e9-4d1c-92b9-746e0aa427c1 Authenticating user 'default' from [fd00:1122:3344:101::e]:40023 2026.01.08 16:13:00.523682 [ 3 ] {} TCP-Session: 3d361ebd-d5e9-4d1c-92b9-746e0aa427c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.523695 [ 3 ] {} TCP-Session: 3d361ebd-d5e9-4d1c-92b9-746e0aa427c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.524046 [ 288 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:13:00.525349 [ 299 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} AggregatingTransform: Aggregating 2026.01.08 16:13:00.525396 [ 299 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} Aggregator: Aggregation method: without_key 2026.01.08 16:13:00.525433 [ 299 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001249939 sec. (800.039 rows/sec., 31.25 KiB/sec.) 2026.01.08 16:13:00.525450 [ 299 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} Aggregator: Merging aggregated data 2026.01.08 16:13:00.526645 [ 288 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} executeQuery: Read 1 rows, 40.00 B in 0.00359 sec., 278.5515320334262 rows/sec., 10.88 KiB/sec. 2026.01.08 16:13:00.526790 [ 288 ] {2a3da7f0-4ab7-43be-8f60-fb8c1b47646b} TCPHandler: Processed in 0.00400828 sec. 2026.01.08 16:13:00.526879 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.526907 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.526927 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.526942 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.526962 [ 286 ] {} TCP-Session: 9211decb-a0b0-4b69-a905-1bdca51f7f96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.526970 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.526985 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.526997 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.527023 [ 294 ] {} TCP-Session: 0b6f4b0d-5f88-4623-9609-06b79d989e93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.526999 [ 291 ] {} TCP-Session: f8e7fa21-6af8-412c-ae39-ff09b4dcb0cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.526988 [ 290 ] {} TCP-Session: 1bb09d47-8d58-41f7-8955-d5ec962d3ddd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.527081 [ 293 ] {} TCP-Session: 6d2fa155-8c00-40a0-acf0-4afb2a24f3f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.526957 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.527124 [ 292 ] {} TCP-Session: 8adafa10-75ab-43a5-a323-9fac09981398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.526909 [ 288 ] {} TCP-Session: 3b7bc59c-125b-4d39-90b7-b284da285192 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.527162 [ 289 ] {} TCP-Session: 973c9f6b-7733-4b66-a11a-7af03daf362e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.527015 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.527230 [ 3 ] {} TCP-Session: 3d361ebd-d5e9-4d1c-92b9-746e0aa427c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.533968 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:00.534026 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:00.540682 [ 245 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:13:00.541445 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:00.545149 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 68 2026.01.08 16:13:00.832758 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53381 2026.01.08 16:13:00.832870 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.832896 [ 288 ] {} TCP-Session: d3a49e3c-9762-4a06-9229-d0508a3fa215 Authenticating user 'default' from [fd00:1122:3344:101::e]:53381 2026.01.08 16:13:00.832917 [ 288 ] {} TCP-Session: d3a49e3c-9762-4a06-9229-d0508a3fa215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.832931 [ 288 ] {} TCP-Session: d3a49e3c-9762-4a06-9229-d0508a3fa215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833123 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34060 2026.01.08 16:13:00.833134 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64045 2026.01.08 16:13:00.833178 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:64320 2026.01.08 16:13:00.833199 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43039 2026.01.08 16:13:00.833244 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.833256 [ 288 ] {} TCP-Session: d3a49e3c-9762-4a06-9229-d0508a3fa215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:00.833284 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.833297 [ 289 ] {} TCP-Session: b3a1f98f-095f-460d-9d48-72dc2d726ca9 Authenticating user 'default' from [fd00:1122:3344:101::e]:34060 2026.01.08 16:13:00.833306 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.833321 [ 292 ] {} TCP-Session: 57f4a572-397c-4d58-9f17-9e6d4f616c02 Authenticating user 'default' from [fd00:1122:3344:101::e]:64320 2026.01.08 16:13:00.833336 [ 289 ] {} TCP-Session: b3a1f98f-095f-460d-9d48-72dc2d726ca9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833351 [ 294 ] {} TCP-Session: 241c2533-5f2c-463d-ade5-ab0752c5dfdf Authenticating user 'default' from [fd00:1122:3344:101::e]:43039 2026.01.08 16:13:00.833367 [ 292 ] {} TCP-Session: 57f4a572-397c-4d58-9f17-9e6d4f616c02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833374 [ 289 ] {} TCP-Session: b3a1f98f-095f-460d-9d48-72dc2d726ca9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833396 [ 294 ] {} TCP-Session: 241c2533-5f2c-463d-ade5-ab0752c5dfdf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833409 [ 292 ] {} TCP-Session: 57f4a572-397c-4d58-9f17-9e6d4f616c02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833436 [ 288 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} executeQuery: (from [fd00:1122:3344:101::e]:53381) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:13:00.833455 [ 294 ] {} TCP-Session: 241c2533-5f2c-463d-ade5-ab0752c5dfdf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833272 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.833191 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:62902 2026.01.08 16:13:00.833514 [ 290 ] {} TCP-Session: 94d6f678-d573-4b49-82d6-b43efc498579 Authenticating user 'default' from [fd00:1122:3344:101::e]:64045 2026.01.08 16:13:00.833168 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55358 2026.01.08 16:13:00.833562 [ 290 ] {} TCP-Session: 94d6f678-d573-4b49-82d6-b43efc498579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833586 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.833612 [ 290 ] {} TCP-Session: 94d6f678-d573-4b49-82d6-b43efc498579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833630 [ 293 ] {} TCP-Session: 9b2ec404-7f7b-4167-afbf-88fcc5ab5507 Authenticating user 'default' from [fd00:1122:3344:101::e]:62902 2026.01.08 16:13:00.833245 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43867 2026.01.08 16:13:00.833663 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.833657 [ 293 ] {} TCP-Session: 9b2ec404-7f7b-4167-afbf-88fcc5ab5507 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833700 [ 291 ] {} TCP-Session: bbd3acda-0313-41f4-8d6d-973129ce8f2e Authenticating user 'default' from [fd00:1122:3344:101::e]:55358 2026.01.08 16:13:00.833712 [ 288 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:13:00.833721 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.833736 [ 291 ] {} TCP-Session: bbd3acda-0313-41f4-8d6d-973129ce8f2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833714 [ 293 ] {} TCP-Session: 9b2ec404-7f7b-4167-afbf-88fcc5ab5507 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833764 [ 291 ] {} TCP-Session: bbd3acda-0313-41f4-8d6d-973129ce8f2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833774 [ 288 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:13:00.833763 [ 286 ] {} TCP-Session: 30b556f6-bfb8-481d-9512-2e820d18411e Authenticating user 'default' from [fd00:1122:3344:101::e]:43867 2026.01.08 16:13:00.833211 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57019 2026.01.08 16:13:00.833834 [ 286 ] {} TCP-Session: 30b556f6-bfb8-481d-9512-2e820d18411e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833858 [ 286 ] {} TCP-Session: 30b556f6-bfb8-481d-9512-2e820d18411e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.833972 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:00.833996 [ 3 ] {} TCP-Session: ec77324f-022e-4b1f-aba8-ca0018219685 Authenticating user 'default' from [fd00:1122:3344:101::e]:57019 2026.01.08 16:13:00.834012 [ 3 ] {} TCP-Session: ec77324f-022e-4b1f-aba8-ca0018219685 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.834025 [ 3 ] {} TCP-Session: ec77324f-022e-4b1f-aba8-ca0018219685 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.834085 [ 288 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:13:00.834962 [ 333 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} AggregatingTransform: Aggregating 2026.01.08 16:13:00.835013 [ 333 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} Aggregator: Aggregation method: without_key 2026.01.08 16:13:00.835052 [ 333 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000864519 sec. (1156.713 rows/sec., 45.18 KiB/sec.) 2026.01.08 16:13:00.835072 [ 333 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} Aggregator: Merging aggregated data 2026.01.08 16:13:00.836361 [ 288 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} executeQuery: Read 1 rows, 40.00 B in 0.002979 sec., 335.6831151393085 rows/sec., 13.11 KiB/sec. 2026.01.08 16:13:00.836544 [ 288 ] {1badf100-b11d-46e1-8b74-315ffacaf87a} TCPHandler: Processed in 0.003400827 sec. 2026.01.08 16:13:00.836656 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.836691 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.836701 [ 288 ] {} TCP-Session: d3a49e3c-9762-4a06-9229-d0508a3fa215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.836716 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.836739 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.836740 [ 289 ] {} TCP-Session: b3a1f98f-095f-460d-9d48-72dc2d726ca9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.836777 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.836806 [ 290 ] {} TCP-Session: 94d6f678-d573-4b49-82d6-b43efc498579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.836814 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.836837 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.836865 [ 294 ] {} TCP-Session: 241c2533-5f2c-463d-ade5-ab0752c5dfdf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.836837 [ 293 ] {} TCP-Session: 9b2ec404-7f7b-4167-afbf-88fcc5ab5507 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.836897 [ 286 ] {} TCP-Session: 30b556f6-bfb8-481d-9512-2e820d18411e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.836793 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.836786 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:00.836964 [ 291 ] {} TCP-Session: bbd3acda-0313-41f4-8d6d-973129ce8f2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.836780 [ 3 ] {} TCP-Session: ec77324f-022e-4b1f-aba8-ca0018219685 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:00.837011 [ 292 ] {} TCP-Session: 57f4a572-397c-4d58-9f17-9e6d4f616c02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:01.000855 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 202.90 MiB, peak 212.27 MiB, free memory in arenas 0.00 B, will set to 204.05 MiB (RSS), difference: 1.15 MiB 2026.01.08 16:13:02.778893 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 72 entries to flush up to offset 320 2026.01.08 16:13:02.781954 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:02.782002 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:02.783325 [ 243 ] {} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:13:02.783594 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:02.783740 [ 44 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:13:02.783807 [ 44 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:02.783828 [ 44 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:02.783869 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 320 2026.01.08 16:13:02.783944 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:13:02.784602 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:02.784770 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 88 rows starting from the beginning of the part 2026.01.08 16:13:02.785158 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 76 rows starting from the beginning of the part 2026.01.08 16:13:02.785520 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 34 rows starting from the beginning of the part 2026.01.08 16:13:02.785880 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2026.01.08 16:13:02.786231 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part 2026.01.08 16:13:02.786574 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 72 rows starting from the beginning of the part 2026.01.08 16:13:02.792199 [ 192 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 320 rows, containing 72 columns (72 merged, 0 gathered) in 0.008312326 sec., 38497.04643441559 rows/sec., 39.97 MiB/sec. 2026.01.08 16:13:02.792981 [ 199 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:13:02.793499 [ 199 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:02.793566 [ 199 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_6_1} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:13:02.793692 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.75 MiB. 2026.01.08 16:13:04.410457 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:04.410652 [ 4 ] {5990351e-4533-41f9-90ce-627fe668ca10} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:04.410721 [ 4 ] {5990351e-4533-41f9-90ce-627fe668ca10} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:04.411359 [ 4 ] {5990351e-4533-41f9-90ce-627fe668ca10} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:04.411409 [ 4 ] {5990351e-4533-41f9-90ce-627fe668ca10} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:04.411807 [ 4 ] {5990351e-4533-41f9-90ce-627fe668ca10} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:13:04.412035 [ 4 ] {5990351e-4533-41f9-90ce-627fe668ca10} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:04.412186 [ 41 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:13:04.412206 [ 4 ] {5990351e-4533-41f9-90ce-627fe668ca10} executeQuery: Read 56 rows, 4.41 KiB in 0.001606 sec., 34869.2403486924 rows/sec., 2.68 MiB/sec. 2026.01.08 16:13:04.412254 [ 41 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:04.412276 [ 4 ] {5990351e-4533-41f9-90ce-627fe668ca10} TCPHandler: Processed in 0.001955764 sec. 2026.01.08 16:13:04.412287 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:04.412420 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:04.412420 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:13:04.412530 [ 4 ] {404d2982-06c9-4dfa-8c48-d68790f3a19f} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:04.412566 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:04.412579 [ 4 ] {404d2982-06c9-4dfa-8c48-d68790f3a19f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:04.412607 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 193 rows starting from the beginning of the part 2026.01.08 16:13:04.412678 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 146 rows starting from the beginning of the part 2026.01.08 16:13:04.412724 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 70 rows starting from the beginning of the part 2026.01.08 16:13:04.412766 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part 2026.01.08 16:13:04.412804 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1158 rows starting from the beginning of the part 2026.01.08 16:13:04.412855 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part 2026.01.08 16:13:04.413035 [ 4 ] {404d2982-06c9-4dfa-8c48-d68790f3a19f} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:04.413081 [ 4 ] {404d2982-06c9-4dfa-8c48-d68790f3a19f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:04.413425 [ 4 ] {404d2982-06c9-4dfa-8c48-d68790f3a19f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:13:04.413652 [ 4 ] {404d2982-06c9-4dfa-8c48-d68790f3a19f} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:04.413762 [ 41 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:13:04.413787 [ 4 ] {404d2982-06c9-4dfa-8c48-d68790f3a19f} executeQuery: Read 64 rows, 5.12 KiB in 0.001283 sec., 49883.086515978175 rows/sec., 3.89 MiB/sec. 2026.01.08 16:13:04.413797 [ 41 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:04.413829 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:04.413834 [ 4 ] {404d2982-06c9-4dfa-8c48-d68790f3a19f} TCPHandler: Processed in 0.001470483 sec. 2026.01.08 16:13:04.413927 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:13:04.414012 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:04.414049 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:04.414088 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 102 rows starting from the beginning of the part 2026.01.08 16:13:04.414117 [ 198 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1649 rows, containing 5 columns (5 merged, 0 gathered) in 0.001756379 sec., 938863.4229855858 rows/sec., 80.28 MiB/sec. 2026.01.08 16:13:04.414138 [ 4 ] {19e3a716-8ac1-4f56-b351-490e7c857000} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:04.414168 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 64 rows starting from the beginning of the part 2026.01.08 16:13:04.414202 [ 4 ] {19e3a716-8ac1-4f56-b351-490e7c857000} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:04.414231 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 50 rows starting from the beginning of the part 2026.01.08 16:13:04.414289 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 28 rows starting from the beginning of the part 2026.01.08 16:13:04.414320 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:13:04.414350 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 705 rows starting from the beginning of the part 2026.01.08 16:13:04.414419 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part 2026.01.08 16:13:04.414616 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:04.414700 [ 195 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_11_2} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:13:04.414732 [ 4 ] {19e3a716-8ac1-4f56-b351-490e7c857000} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:04.414779 [ 4 ] {19e3a716-8ac1-4f56-b351-490e7c857000} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:04.414780 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. 2026.01.08 16:13:04.415165 [ 4 ] {19e3a716-8ac1-4f56-b351-490e7c857000} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:13:04.415399 [ 4 ] {19e3a716-8ac1-4f56-b351-490e7c857000} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:04.415457 [ 195 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1013 rows, containing 5 columns (5 merged, 0 gathered) in 0.001568485 sec., 645846.1509035788 rows/sec., 49.76 MiB/sec. 2026.01.08 16:13:04.415509 [ 41 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:13:04.415535 [ 4 ] {19e3a716-8ac1-4f56-b351-490e7c857000} executeQuery: Read 160 rows, 11.41 KiB in 0.001426 sec., 112201.96353436186 rows/sec., 7.81 MiB/sec. 2026.01.08 16:13:04.415544 [ 41 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:04.415580 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:04.415581 [ 4 ] {19e3a716-8ac1-4f56-b351-490e7c857000} TCPHandler: Processed in 0.001633197 sec. 2026.01.08 16:13:04.415599 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:13:04.415672 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:13:04.415717 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:04.415805 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:04.415817 [ 4 ] {3d62188e-9ddb-4dc1-9512-3b0d390f9a9f} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:04.415855 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:04.415863 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 791 rows starting from the beginning of the part 2026.01.08 16:13:04.415869 [ 4 ] {3d62188e-9ddb-4dc1-9512-3b0d390f9a9f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:04.415923 [ 192 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_11_2} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:13:04.415968 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 136 rows starting from the beginning of the part 2026.01.08 16:13:04.415984 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. 2026.01.08 16:13:04.416021 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part 2026.01.08 16:13:04.416070 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part 2026.01.08 16:13:04.416115 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 292 rows starting from the beginning of the part 2026.01.08 16:13:04.416158 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part 2026.01.08 16:13:04.416245 [ 4 ] {3d62188e-9ddb-4dc1-9512-3b0d390f9a9f} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:04.416286 [ 4 ] {3d62188e-9ddb-4dc1-9512-3b0d390f9a9f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:04.416638 [ 4 ] {3d62188e-9ddb-4dc1-9512-3b0d390f9a9f} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:13:04.416885 [ 4 ] {3d62188e-9ddb-4dc1-9512-3b0d390f9a9f} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:04.416986 [ 41 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:13:04.417014 [ 41 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:04.417028 [ 4 ] {3d62188e-9ddb-4dc1-9512-3b0d390f9a9f} executeQuery: Read 60 rows, 4.14 KiB in 0.00123 sec., 48780.48780487805 rows/sec., 3.29 MiB/sec. 2026.01.08 16:13:04.417031 [ 41 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:04.417072 [ 4 ] {3d62188e-9ddb-4dc1-9512-3b0d390f9a9f} TCPHandler: Processed in 0.001405131 sec. 2026.01.08 16:13:04.417125 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:13:04.417217 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:04.417244 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 168 rows starting from the beginning of the part 2026.01.08 16:13:04.417264 [ 197 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1579 rows, containing 5 columns (5 merged, 0 gathered) in 0.001634476 sec., 966058.8469943885 rows/sec., 68.19 MiB/sec. 2026.01.08 16:13:04.417295 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part 2026.01.08 16:13:04.417357 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part 2026.01.08 16:13:04.417398 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part 2026.01.08 16:13:04.417435 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 92 rows starting from the beginning of the part 2026.01.08 16:13:04.417464 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:13:04.417472 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part 2026.01.08 16:13:04.417758 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:04.417835 [ 198 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_11_2} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:13:04.417901 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.08 16:13:04.418273 [ 198 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 4 columns (4 merged, 0 gathered) in 0.001180337 sec., 347358.42390774837 rows/sec., 23.12 MiB/sec. 2026.01.08 16:13:04.418400 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:13:04.418650 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:04.418717 [ 195 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_11_2} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:13:04.418777 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. 2026.01.08 16:13:07.711046 [ 38 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:13:07.711107 [ 38 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:13:07.792483 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 4792 2026.01.08 16:13:07.793007 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:07.793060 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:07.793615 [ 244 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:13:07.793879 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:07.794028 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4792 2026.01.08 16:13:08.045340 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 2026.01.08 16:13:08.062984 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:08.063041 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:08.069440 [ 245 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:13:08.070184 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:08.073562 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 76 2026.01.08 16:13:09.000257 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 204.98 MiB, peak 212.27 MiB, free memory in arenas 0.00 B, will set to 207.13 MiB (RSS), difference: 2.15 MiB 2026.01.08 16:13:09.421887 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.422122 [ 4 ] {430d3e31-e90e-4798-8c3f-60787655ed63} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:13:09.422198 [ 4 ] {430d3e31-e90e-4798-8c3f-60787655ed63} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:13:09.423006 [ 4 ] {430d3e31-e90e-4798-8c3f-60787655ed63} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.423060 [ 4 ] {430d3e31-e90e-4798-8c3f-60787655ed63} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.423523 [ 4 ] {430d3e31-e90e-4798-8c3f-60787655ed63} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:13:09.423759 [ 4 ] {430d3e31-e90e-4798-8c3f-60787655ed63} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.423936 [ 4 ] {430d3e31-e90e-4798-8c3f-60787655ed63} executeQuery: Read 410 rows, 26.63 KiB in 0.001879 sec., 218201.17083555082 rows/sec., 13.84 MiB/sec. 2026.01.08 16:13:09.423990 [ 4 ] {430d3e31-e90e-4798-8c3f-60787655ed63} TCPHandler: Processed in 0.00223223 sec. 2026.01.08 16:13:09.424122 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.424231 [ 4 ] {2de3f31b-9058-47bb-83df-97fac412fd80} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:09.424278 [ 4 ] {2de3f31b-9058-47bb-83df-97fac412fd80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:09.425228 [ 4 ] {2de3f31b-9058-47bb-83df-97fac412fd80} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.425270 [ 4 ] {2de3f31b-9058-47bb-83df-97fac412fd80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.425699 [ 4 ] {2de3f31b-9058-47bb-83df-97fac412fd80} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:13:09.425927 [ 4 ] {2de3f31b-9058-47bb-83df-97fac412fd80} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.426081 [ 4 ] {2de3f31b-9058-47bb-83df-97fac412fd80} executeQuery: Read 1158 rows, 94.16 KiB in 0.001875 sec., 617600 rows/sec., 49.04 MiB/sec. 2026.01.08 16:13:09.426131 [ 4 ] {2de3f31b-9058-47bb-83df-97fac412fd80} TCPHandler: Processed in 0.002060477 sec. 2026.01.08 16:13:09.426270 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.426387 [ 4 ] {12a8c6ef-f7f0-4a5c-80cb-a9d528844f14} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:09.426438 [ 4 ] {12a8c6ef-f7f0-4a5c-80cb-a9d528844f14} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:09.427063 [ 4 ] {12a8c6ef-f7f0-4a5c-80cb-a9d528844f14} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.427115 [ 4 ] {12a8c6ef-f7f0-4a5c-80cb-a9d528844f14} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.427537 [ 4 ] {12a8c6ef-f7f0-4a5c-80cb-a9d528844f14} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:13:09.427827 [ 4 ] {12a8c6ef-f7f0-4a5c-80cb-a9d528844f14} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.428005 [ 4 ] {12a8c6ef-f7f0-4a5c-80cb-a9d528844f14} executeQuery: Read 228 rows, 14.04 KiB in 0.001646 sec., 138517.6184690158 rows/sec., 8.33 MiB/sec. 2026.01.08 16:13:09.428052 [ 4 ] {12a8c6ef-f7f0-4a5c-80cb-a9d528844f14} TCPHandler: Processed in 0.001839901 sec. 2026.01.08 16:13:09.428264 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.428376 [ 4 ] {f44421dd-4f24-4f1f-b112-3fa0384d0232} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:13:09.428429 [ 4 ] {f44421dd-4f24-4f1f-b112-3fa0384d0232} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:13:09.429140 [ 4 ] {f44421dd-4f24-4f1f-b112-3fa0384d0232} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.429208 [ 4 ] {f44421dd-4f24-4f1f-b112-3fa0384d0232} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.429717 [ 4 ] {f44421dd-4f24-4f1f-b112-3fa0384d0232} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:13:09.430084 [ 4 ] {f44421dd-4f24-4f1f-b112-3fa0384d0232} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.430273 [ 4 ] {f44421dd-4f24-4f1f-b112-3fa0384d0232} executeQuery: Read 212 rows, 14.00 KiB in 0.001921 sec., 110359.1879229568 rows/sec., 7.12 MiB/sec. 2026.01.08 16:13:09.430331 [ 4 ] {f44421dd-4f24-4f1f-b112-3fa0384d0232} TCPHandler: Processed in 0.002130577 sec. 2026.01.08 16:13:09.430455 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.430557 [ 4 ] {c135b64b-77f0-49bb-b29e-bc30938369ee} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:13:09.430601 [ 4 ] {c135b64b-77f0-49bb-b29e-bc30938369ee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:13:09.431147 [ 4 ] {c135b64b-77f0-49bb-b29e-bc30938369ee} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.431187 [ 4 ] {c135b64b-77f0-49bb-b29e-bc30938369ee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.431550 [ 4 ] {c135b64b-77f0-49bb-b29e-bc30938369ee} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:13:09.431780 [ 4 ] {c135b64b-77f0-49bb-b29e-bc30938369ee} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.431926 [ 4 ] {c135b64b-77f0-49bb-b29e-bc30938369ee} executeQuery: Read 211 rows, 12.27 KiB in 0.001388 sec., 152017.29106628243 rows/sec., 8.63 MiB/sec. 2026.01.08 16:13:09.431968 [ 4 ] {c135b64b-77f0-49bb-b29e-bc30938369ee} TCPHandler: Processed in 0.001564035 sec. 2026.01.08 16:13:09.432084 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.432184 [ 4 ] {5dd02260-b510-40a6-ac72-d65421422944} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:09.432226 [ 4 ] {5dd02260-b510-40a6-ac72-d65421422944} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:09.432892 [ 4 ] {5dd02260-b510-40a6-ac72-d65421422944} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.432930 [ 4 ] {5dd02260-b510-40a6-ac72-d65421422944} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.433305 [ 4 ] {5dd02260-b510-40a6-ac72-d65421422944} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:13:09.433526 [ 4 ] {5dd02260-b510-40a6-ac72-d65421422944} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.433659 [ 4 ] {5dd02260-b510-40a6-ac72-d65421422944} executeQuery: Read 702 rows, 50.31 KiB in 0.001494 sec., 469879.5180722891 rows/sec., 32.89 MiB/sec. 2026.01.08 16:13:09.433698 [ 4 ] {5dd02260-b510-40a6-ac72-d65421422944} TCPHandler: Processed in 0.001662747 sec. 2026.01.08 16:13:09.433818 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.433915 [ 4 ] {ca6bcb52-1955-42ad-9901-1a030c2f8389} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:13:09.433959 [ 4 ] {ca6bcb52-1955-42ad-9901-1a030c2f8389} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:13:09.434310 [ 4 ] {ca6bcb52-1955-42ad-9901-1a030c2f8389} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.434350 [ 4 ] {ca6bcb52-1955-42ad-9901-1a030c2f8389} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.434693 [ 4 ] {ca6bcb52-1955-42ad-9901-1a030c2f8389} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:13:09.434929 [ 4 ] {ca6bcb52-1955-42ad-9901-1a030c2f8389} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.435077 [ 4 ] {ca6bcb52-1955-42ad-9901-1a030c2f8389} executeQuery: Read 6 rows, 321.00 B in 0.001181 sec., 5080.4403048264185 rows/sec., 265.43 KiB/sec. 2026.01.08 16:13:09.435116 [ 4 ] {ca6bcb52-1955-42ad-9901-1a030c2f8389} TCPHandler: Processed in 0.001347201 sec. 2026.01.08 16:13:09.435230 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.435327 [ 4 ] {ae1176ae-3c1c-4359-b778-b9872269afe2} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:09.435371 [ 4 ] {ae1176ae-3c1c-4359-b778-b9872269afe2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:09.435831 [ 4 ] {ae1176ae-3c1c-4359-b778-b9872269afe2} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.435872 [ 4 ] {ae1176ae-3c1c-4359-b778-b9872269afe2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.436326 [ 4 ] {ae1176ae-3c1c-4359-b778-b9872269afe2} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:13:09.436651 [ 4 ] {ae1176ae-3c1c-4359-b778-b9872269afe2} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.436862 [ 4 ] {ae1176ae-3c1c-4359-b778-b9872269afe2} executeQuery: Read 314 rows, 21.12 KiB in 0.001551 sec., 202450.03223726628 rows/sec., 13.30 MiB/sec. 2026.01.08 16:13:09.436915 [ 4 ] {ae1176ae-3c1c-4359-b778-b9872269afe2} TCPHandler: Processed in 0.001733539 sec. 2026.01.08 16:13:09.437038 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.437137 [ 4 ] {b44ef230-325d-4443-bdc5-c1ca8eb4a40e} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:13:09.437182 [ 4 ] {b44ef230-325d-4443-bdc5-c1ca8eb4a40e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:13:09.437527 [ 4 ] {b44ef230-325d-4443-bdc5-c1ca8eb4a40e} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.437563 [ 4 ] {b44ef230-325d-4443-bdc5-c1ca8eb4a40e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.437878 [ 4 ] {b44ef230-325d-4443-bdc5-c1ca8eb4a40e} MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) 2026.01.08 16:13:09.438107 [ 4 ] {b44ef230-325d-4443-bdc5-c1ca8eb4a40e} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.438250 [ 4 ] {b44ef230-325d-4443-bdc5-c1ca8eb4a40e} executeQuery: Read 1 rows, 69.00 B in 0.001131 sec., 884.1732979664014 rows/sec., 59.58 KiB/sec. 2026.01.08 16:13:09.438289 [ 4 ] {b44ef230-325d-4443-bdc5-c1ca8eb4a40e} TCPHandler: Processed in 0.001299859 sec. 2026.01.08 16:13:09.438405 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.438502 [ 4 ] {b5f0edef-ab91-40bc-92b5-90d3015db559} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:09.438559 [ 4 ] {b5f0edef-ab91-40bc-92b5-90d3015db559} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:09.439406 [ 4 ] {b5f0edef-ab91-40bc-92b5-90d3015db559} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.439446 [ 4 ] {b5f0edef-ab91-40bc-92b5-90d3015db559} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.439977 [ 4 ] {b5f0edef-ab91-40bc-92b5-90d3015db559} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:13:09.440226 [ 4 ] {b5f0edef-ab91-40bc-92b5-90d3015db559} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.440388 [ 4 ] {b5f0edef-ab91-40bc-92b5-90d3015db559} executeQuery: Read 23 rows, 42.20 KiB in 0.001904 sec., 12079.831932773108 rows/sec., 21.65 MiB/sec. 2026.01.08 16:13:09.440457 [ 4 ] {b5f0edef-ab91-40bc-92b5-90d3015db559} TCPHandler: Processed in 0.002103577 sec. 2026.01.08 16:13:09.440585 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:09.440685 [ 4 ] {19f09fcd-ef92-453b-b1af-bce115fd56ea} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:09.440730 [ 4 ] {19f09fcd-ef92-453b-b1af-bce115fd56ea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:09.441112 [ 4 ] {19f09fcd-ef92-453b-b1af-bce115fd56ea} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:09.441149 [ 4 ] {19f09fcd-ef92-453b-b1af-bce115fd56ea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:09.441479 [ 4 ] {19f09fcd-ef92-453b-b1af-bce115fd56ea} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:13:09.441710 [ 4 ] {19f09fcd-ef92-453b-b1af-bce115fd56ea} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:09.441845 [ 4 ] {19f09fcd-ef92-453b-b1af-bce115fd56ea} executeQuery: Read 104 rows, 6.53 KiB in 0.001177 sec., 88360.23789294816 rows/sec., 5.41 MiB/sec. 2026.01.08 16:13:09.441883 [ 4 ] {19f09fcd-ef92-453b-b1af-bce115fd56ea} TCPHandler: Processed in 0.00134723 sec. 2026.01.08 16:13:12.784783 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 350 2026.01.08 16:13:12.786867 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:12.786917 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:12.788074 [ 243 ] {} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:13:12.788338 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:12.788583 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 350 2026.01.08 16:13:14.410826 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:14.411043 [ 4 ] {d74bf224-0650-4fe5-b7bb-52dcab7364e4} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.08 16:13:14.411118 [ 4 ] {d74bf224-0650-4fe5-b7bb-52dcab7364e4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.08 16:13:14.411797 [ 4 ] {d74bf224-0650-4fe5-b7bb-52dcab7364e4} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:14.411850 [ 4 ] {d74bf224-0650-4fe5-b7bb-52dcab7364e4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:14.412237 [ 4 ] {d74bf224-0650-4fe5-b7bb-52dcab7364e4} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:13:14.412468 [ 4 ] {d74bf224-0650-4fe5-b7bb-52dcab7364e4} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:14.412641 [ 4 ] {d74bf224-0650-4fe5-b7bb-52dcab7364e4} executeQuery: Read 8 rows, 668.00 B in 0.001653 sec., 4839.685420447671 rows/sec., 394.64 KiB/sec. 2026.01.08 16:13:14.412692 [ 4 ] {d74bf224-0650-4fe5-b7bb-52dcab7364e4} TCPHandler: Processed in 0.002001955 sec. 2026.01.08 16:13:14.412828 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:14.412933 [ 4 ] {4877ddc9-ee6f-4cdc-a276-1179c50381bd} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:14.412977 [ 4 ] {4877ddc9-ee6f-4cdc-a276-1179c50381bd} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:14.413420 [ 4 ] {4877ddc9-ee6f-4cdc-a276-1179c50381bd} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:14.413460 [ 4 ] {4877ddc9-ee6f-4cdc-a276-1179c50381bd} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:14.413793 [ 4 ] {4877ddc9-ee6f-4cdc-a276-1179c50381bd} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:13:14.414004 [ 4 ] {4877ddc9-ee6f-4cdc-a276-1179c50381bd} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:14.414139 [ 4 ] {4877ddc9-ee6f-4cdc-a276-1179c50381bd} executeQuery: Read 76 rows, 6.23 KiB in 0.001231 sec., 61738.42404549146 rows/sec., 4.95 MiB/sec. 2026.01.08 16:13:14.414177 [ 4 ] {4877ddc9-ee6f-4cdc-a276-1179c50381bd} TCPHandler: Processed in 0.001402601 sec. 2026.01.08 16:13:14.414303 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:14.414402 [ 4 ] {c276a1eb-ec60-49e4-9165-c41ecaa2fee0} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:14.414444 [ 4 ] {c276a1eb-ec60-49e4-9165-c41ecaa2fee0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:14.414847 [ 4 ] {c276a1eb-ec60-49e4-9165-c41ecaa2fee0} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:14.414885 [ 4 ] {c276a1eb-ec60-49e4-9165-c41ecaa2fee0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:14.415186 [ 4 ] {c276a1eb-ec60-49e4-9165-c41ecaa2fee0} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:13:14.415409 [ 4 ] {c276a1eb-ec60-49e4-9165-c41ecaa2fee0} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:14.415541 [ 4 ] {c276a1eb-ec60-49e4-9165-c41ecaa2fee0} executeQuery: Read 16 rows, 1.16 KiB in 0.00116 sec., 13793.103448275862 rows/sec., 1000.13 KiB/sec. 2026.01.08 16:13:14.415579 [ 4 ] {c276a1eb-ec60-49e4-9165-c41ecaa2fee0} TCPHandler: Processed in 0.001326519 sec. 2026.01.08 16:13:14.415700 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:14.415797 [ 4 ] {3682603c-d634-40f6-916d-2277dedb77ce} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:14.415837 [ 4 ] {3682603c-d634-40f6-916d-2277dedb77ce} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:14.416253 [ 4 ] {3682603c-d634-40f6-916d-2277dedb77ce} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:14.416291 [ 4 ] {3682603c-d634-40f6-916d-2277dedb77ce} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:14.416592 [ 4 ] {3682603c-d634-40f6-916d-2277dedb77ce} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:13:14.416800 [ 4 ] {3682603c-d634-40f6-916d-2277dedb77ce} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:14.416932 [ 4 ] {3682603c-d634-40f6-916d-2277dedb77ce} executeQuery: Read 89 rows, 7.13 KiB in 0.001155 sec., 77056.27705627706 rows/sec., 6.03 MiB/sec. 2026.01.08 16:13:14.416970 [ 4 ] {3682603c-d634-40f6-916d-2277dedb77ce} TCPHandler: Processed in 0.001319399 sec. 2026.01.08 16:13:14.417084 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:14.417181 [ 4 ] {2cf571c1-94d6-420c-853e-5a3127dd9b70} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:14.417224 [ 4 ] {2cf571c1-94d6-420c-853e-5a3127dd9b70} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:14.417634 [ 4 ] {2cf571c1-94d6-420c-853e-5a3127dd9b70} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:14.417671 [ 4 ] {2cf571c1-94d6-420c-853e-5a3127dd9b70} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:14.417999 [ 4 ] {2cf571c1-94d6-420c-853e-5a3127dd9b70} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:13:14.418204 [ 4 ] {2cf571c1-94d6-420c-853e-5a3127dd9b70} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:14.418330 [ 4 ] {2cf571c1-94d6-420c-853e-5a3127dd9b70} executeQuery: Read 164 rows, 11.69 KiB in 0.00117 sec., 140170.94017094016 rows/sec., 9.76 MiB/sec. 2026.01.08 16:13:14.418367 [ 4 ] {2cf571c1-94d6-420c-853e-5a3127dd9b70} TCPHandler: Processed in 0.0013327 sec. 2026.01.08 16:13:14.418476 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:14.418571 [ 4 ] {a08bfdc5-3ed3-4783-97a5-815903475610} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:14.418631 [ 4 ] {a08bfdc5-3ed3-4783-97a5-815903475610} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:14.419382 [ 4 ] {a08bfdc5-3ed3-4783-97a5-815903475610} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:14.419420 [ 4 ] {a08bfdc5-3ed3-4783-97a5-815903475610} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:14.419920 [ 4 ] {a08bfdc5-3ed3-4783-97a5-815903475610} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:13:14.420136 [ 4 ] {a08bfdc5-3ed3-4783-97a5-815903475610} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:14.420243 [ 49 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:13:14.420273 [ 4 ] {a08bfdc5-3ed3-4783-97a5-815903475610} executeQuery: Read 8 rows, 14.68 KiB in 0.00172 sec., 4651.162790697675 rows/sec., 8.33 MiB/sec. 2026.01.08 16:13:14.420321 [ 49 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:14.420348 [ 49 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:14.420356 [ 4 ] {a08bfdc5-3ed3-4783-97a5-815903475610} TCPHandler: Processed in 0.001927753 sec. 2026.01.08 16:13:14.420461 [ 197 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:13:14.420482 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:14.420579 [ 4 ] {ae87b797-fdf9-49ef-8d4b-fc929b4e0786} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) 2026.01.08 16:13:14.420622 [ 4 ] {ae87b797-fdf9-49ef-8d4b-fc929b4e0786} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 2026.01.08 16:13:14.420703 [ 197 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:14.420769 [ 197 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 17 rows starting from the beginning of the part 2026.01.08 16:13:14.420928 [ 197 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 22 rows starting from the beginning of the part 2026.01.08 16:13:14.420952 [ 4 ] {ae87b797-fdf9-49ef-8d4b-fc929b4e0786} oximeter.measurements_i64 (d23b1cfc-dd16-4dda-acad-199c61193036): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:14.420988 [ 4 ] {ae87b797-fdf9-49ef-8d4b-fc929b4e0786} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:14.421054 [ 197 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 22 rows starting from the beginning of the part 2026.01.08 16:13:14.421162 [ 197 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 22 rows starting from the beginning of the part 2026.01.08 16:13:14.421274 [ 197 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 23 rows starting from the beginning of the part 2026.01.08 16:13:14.421301 [ 4 ] {ae87b797-fdf9-49ef-8d4b-fc929b4e0786} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:13:14.421379 [ 197 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:14.421517 [ 4 ] {ae87b797-fdf9-49ef-8d4b-fc929b4e0786} oximeter.measurements_i64 (d23b1cfc-dd16-4dda-acad-199c61193036): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:14.421643 [ 4 ] {ae87b797-fdf9-49ef-8d4b-fc929b4e0786} executeQuery: Read 9 rows, 651.00 B in 0.001083 sec., 8310.249307479224 rows/sec., 587.02 KiB/sec. 2026.01.08 16:13:14.421679 [ 4 ] {ae87b797-fdf9-49ef-8d4b-fc929b4e0786} TCPHandler: Processed in 0.001246207 sec. 2026.01.08 16:13:14.421814 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:14.421908 [ 4 ] {f38cea2c-0949-46c0-a51b-a7c388b7e003} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:14.421949 [ 4 ] {f38cea2c-0949-46c0-a51b-a7c388b7e003} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:14.422281 [ 4 ] {f38cea2c-0949-46c0-a51b-a7c388b7e003} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:14.422316 [ 4 ] {f38cea2c-0949-46c0-a51b-a7c388b7e003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:14.422633 [ 4 ] {f38cea2c-0949-46c0-a51b-a7c388b7e003} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:13:14.422856 [ 4 ] {f38cea2c-0949-46c0-a51b-a7c388b7e003} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:14.422987 [ 4 ] {f38cea2c-0949-46c0-a51b-a7c388b7e003} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.01.08 16:13:14.423023 [ 4 ] {f38cea2c-0949-46c0-a51b-a7c388b7e003} TCPHandler: Processed in 0.001257328 sec. 2026.01.08 16:13:14.423639 [ 198 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 114 rows, containing 19 columns (19 merged, 0 gathered) in 0.003225242 sec., 35346.1848754295 rows/sec., 63.34 MiB/sec. 2026.01.08 16:13:14.424025 [ 190 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:13:14.424439 [ 190 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:14.424516 [ 190 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_6_1} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:13:14.424648 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.86 MiB. 2026.01.08 16:13:15.294990 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 5304 2026.01.08 16:13:15.295519 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:15.295568 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:15.296098 [ 244 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:13:15.296336 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:15.296486 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5304 2026.01.08 16:13:15.296518 [ 71 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:13:15.296606 [ 71 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:15.296639 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:15.296750 [ 197 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:13:15.296846 [ 197 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:15.296880 [ 197 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2872 rows starting from the beginning of the part 2026.01.08 16:13:15.296934 [ 197 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 512 rows starting from the beginning of the part 2026.01.08 16:13:15.296974 [ 197 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 448 rows starting from the beginning of the part 2026.01.08 16:13:15.297015 [ 197 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 512 rows starting from the beginning of the part 2026.01.08 16:13:15.297053 [ 197 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 448 rows starting from the beginning of the part 2026.01.08 16:13:15.297088 [ 197 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 512 rows starting from the beginning of the part 2026.01.08 16:13:15.298432 [ 198 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 5304 rows, containing 4 columns (4 merged, 0 gathered) in 0.001723538 sec., 3077390.808905867 rows/sec., 44.02 MiB/sec. 2026.01.08 16:13:15.299337 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:13:15.299745 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:15.299833 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_11_2} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:13:15.299938 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. 2026.01.08 16:13:15.574503 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 2026.01.08 16:13:15.592438 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:15.592502 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:15.599962 [ 245 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:13:15.600664 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:15.600955 [ 71 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:13:15.601026 [ 71 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:15.601051 [ 71 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:15.601168 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:13:15.604210 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 83 2026.01.08 16:13:15.604943 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:15.606371 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part 2026.01.08 16:13:15.610957 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part 2026.01.08 16:13:15.615159 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:15.619443 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part 2026.01.08 16:13:15.624009 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:15.628479 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part 2026.01.08 16:13:15.685159 [ 198 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.084042388 sec., 987.596877899281 rows/sec., 5.11 MiB/sec. 2026.01.08 16:13:15.687303 [ 188 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:13:15.689292 [ 188 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:15.689400 [ 188 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_11_2} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:13:15.690815 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. 2026.01.08 16:13:16.001172 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 209.05 MiB, peak 218.93 MiB, free memory in arenas 0.00 B, will set to 219.09 MiB (RSS), difference: 10.04 MiB 2026.01.08 16:13:19.421279 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.421473 [ 4 ] {8f5d0f70-6118-4323-8000-eafcc49eb294} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:13:19.421538 [ 4 ] {8f5d0f70-6118-4323-8000-eafcc49eb294} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:13:19.422422 [ 4 ] {8f5d0f70-6118-4323-8000-eafcc49eb294} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.422462 [ 4 ] {8f5d0f70-6118-4323-8000-eafcc49eb294} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.422919 [ 4 ] {8f5d0f70-6118-4323-8000-eafcc49eb294} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:13:19.423154 [ 4 ] {8f5d0f70-6118-4323-8000-eafcc49eb294} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.423305 [ 4 ] {8f5d0f70-6118-4323-8000-eafcc49eb294} executeQuery: Read 410 rows, 26.63 KiB in 0.001883 sec., 217737.6526818906 rows/sec., 13.81 MiB/sec. 2026.01.08 16:13:19.423349 [ 4 ] {8f5d0f70-6118-4323-8000-eafcc49eb294} TCPHandler: Processed in 0.00219957 sec. 2026.01.08 16:13:19.423493 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.423590 [ 4 ] {7f76df47-4b6f-4465-b729-99195d4205ec} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:19.423630 [ 4 ] {7f76df47-4b6f-4465-b729-99195d4205ec} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:19.424644 [ 4 ] {7f76df47-4b6f-4465-b729-99195d4205ec} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.424680 [ 4 ] {7f76df47-4b6f-4465-b729-99195d4205ec} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.425162 [ 4 ] {7f76df47-4b6f-4465-b729-99195d4205ec} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:13:19.425376 [ 4 ] {7f76df47-4b6f-4465-b729-99195d4205ec} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.425502 [ 4 ] {7f76df47-4b6f-4465-b729-99195d4205ec} executeQuery: Read 1158 rows, 94.16 KiB in 0.001931 sec., 599689.2801657172 rows/sec., 47.62 MiB/sec. 2026.01.08 16:13:19.425538 [ 4 ] {7f76df47-4b6f-4465-b729-99195d4205ec} TCPHandler: Processed in 0.002095287 sec. 2026.01.08 16:13:19.425665 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.425761 [ 4 ] {cd3c6326-d394-4c46-bfb2-96e06f79f853} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:19.425801 [ 4 ] {cd3c6326-d394-4c46-bfb2-96e06f79f853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:19.426308 [ 4 ] {cd3c6326-d394-4c46-bfb2-96e06f79f853} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.426344 [ 4 ] {cd3c6326-d394-4c46-bfb2-96e06f79f853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.426680 [ 4 ] {cd3c6326-d394-4c46-bfb2-96e06f79f853} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:13:19.426896 [ 4 ] {cd3c6326-d394-4c46-bfb2-96e06f79f853} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.427028 [ 4 ] {cd3c6326-d394-4c46-bfb2-96e06f79f853} executeQuery: Read 228 rows, 14.04 KiB in 0.001287 sec., 177156.17715617717 rows/sec., 10.66 MiB/sec. 2026.01.08 16:13:19.427068 [ 4 ] {cd3c6326-d394-4c46-bfb2-96e06f79f853} TCPHandler: Processed in 0.001452163 sec. 2026.01.08 16:13:19.427186 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.427281 [ 4 ] {18119bbe-1ca8-4e5b-8e93-f27006337c84} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:13:19.427322 [ 4 ] {18119bbe-1ca8-4e5b-8e93-f27006337c84} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:13:19.427821 [ 4 ] {18119bbe-1ca8-4e5b-8e93-f27006337c84} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.427859 [ 4 ] {18119bbe-1ca8-4e5b-8e93-f27006337c84} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.428203 [ 4 ] {18119bbe-1ca8-4e5b-8e93-f27006337c84} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:13:19.428430 [ 4 ] {18119bbe-1ca8-4e5b-8e93-f27006337c84} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.428572 [ 4 ] {18119bbe-1ca8-4e5b-8e93-f27006337c84} executeQuery: Read 212 rows, 14.00 KiB in 0.001308 sec., 162079.51070336392 rows/sec., 10.45 MiB/sec. 2026.01.08 16:13:19.428610 [ 4 ] {18119bbe-1ca8-4e5b-8e93-f27006337c84} TCPHandler: Processed in 0.001472853 sec. 2026.01.08 16:13:19.428729 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.428824 [ 4 ] {de7321dd-a3cb-49e3-b492-351193d6929e} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:13:19.428864 [ 4 ] {de7321dd-a3cb-49e3-b492-351193d6929e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:13:19.429356 [ 4 ] {de7321dd-a3cb-49e3-b492-351193d6929e} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.429393 [ 4 ] {de7321dd-a3cb-49e3-b492-351193d6929e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.429719 [ 4 ] {de7321dd-a3cb-49e3-b492-351193d6929e} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:13:19.429940 [ 4 ] {de7321dd-a3cb-49e3-b492-351193d6929e} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.430078 [ 4 ] {de7321dd-a3cb-49e3-b492-351193d6929e} executeQuery: Read 211 rows, 12.27 KiB in 0.001272 sec., 165880.5031446541 rows/sec., 9.42 MiB/sec. 2026.01.08 16:13:19.430116 [ 4 ] {de7321dd-a3cb-49e3-b492-351193d6929e} TCPHandler: Processed in 0.001440812 sec. 2026.01.08 16:13:19.430230 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.430323 [ 4 ] {f13808ec-24de-414f-be6e-aba32d1a1ed8} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:19.430363 [ 4 ] {f13808ec-24de-414f-be6e-aba32d1a1ed8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:19.431019 [ 4 ] {f13808ec-24de-414f-be6e-aba32d1a1ed8} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.431057 [ 4 ] {f13808ec-24de-414f-be6e-aba32d1a1ed8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.431392 [ 4 ] {f13808ec-24de-414f-be6e-aba32d1a1ed8} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:13:19.431601 [ 4 ] {f13808ec-24de-414f-be6e-aba32d1a1ed8} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.431726 [ 4 ] {f13808ec-24de-414f-be6e-aba32d1a1ed8} executeQuery: Read 702 rows, 50.31 KiB in 0.001421 sec., 494018.296973962 rows/sec., 34.57 MiB/sec. 2026.01.08 16:13:19.431764 [ 4 ] {f13808ec-24de-414f-be6e-aba32d1a1ed8} TCPHandler: Processed in 0.001582856 sec. 2026.01.08 16:13:19.431880 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.431988 [ 4 ] {bccd8190-7f98-46c0-a8b1-233e228d37fe} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:13:19.432035 [ 4 ] {bccd8190-7f98-46c0-a8b1-233e228d37fe} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:13:19.432401 [ 4 ] {bccd8190-7f98-46c0-a8b1-233e228d37fe} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.432451 [ 4 ] {bccd8190-7f98-46c0-a8b1-233e228d37fe} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.432848 [ 4 ] {bccd8190-7f98-46c0-a8b1-233e228d37fe} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:13:19.433069 [ 4 ] {bccd8190-7f98-46c0-a8b1-233e228d37fe} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.433200 [ 4 ] {bccd8190-7f98-46c0-a8b1-233e228d37fe} executeQuery: Read 6 rows, 321.00 B in 0.00123 sec., 4878.048780487805 rows/sec., 254.86 KiB/sec. 2026.01.08 16:13:19.433238 [ 4 ] {bccd8190-7f98-46c0-a8b1-233e228d37fe} TCPHandler: Processed in 0.001407182 sec. 2026.01.08 16:13:19.433352 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.433448 [ 4 ] {937daed6-68de-4d60-903b-5d7d355edebb} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:19.433492 [ 4 ] {937daed6-68de-4d60-903b-5d7d355edebb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:19.433947 [ 4 ] {937daed6-68de-4d60-903b-5d7d355edebb} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.433985 [ 4 ] {937daed6-68de-4d60-903b-5d7d355edebb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.434380 [ 4 ] {937daed6-68de-4d60-903b-5d7d355edebb} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:13:19.434630 [ 4 ] {937daed6-68de-4d60-903b-5d7d355edebb} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.434799 [ 4 ] {937daed6-68de-4d60-903b-5d7d355edebb} executeQuery: Read 314 rows, 21.12 KiB in 0.001368 sec., 229532.16374269006 rows/sec., 15.08 MiB/sec. 2026.01.08 16:13:19.434844 [ 4 ] {937daed6-68de-4d60-903b-5d7d355edebb} TCPHandler: Processed in 0.001542414 sec. 2026.01.08 16:13:19.435026 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.435132 [ 4 ] {f0d3aba0-29f3-40d2-b26a-6064b4fa170a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:13:19.435188 [ 4 ] {f0d3aba0-29f3-40d2-b26a-6064b4fa170a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:13:19.435569 [ 4 ] {f0d3aba0-29f3-40d2-b26a-6064b4fa170a} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.435609 [ 4 ] {f0d3aba0-29f3-40d2-b26a-6064b4fa170a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.435974 [ 4 ] {f0d3aba0-29f3-40d2-b26a-6064b4fa170a} MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) 2026.01.08 16:13:19.436232 [ 4 ] {f0d3aba0-29f3-40d2-b26a-6064b4fa170a} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.436394 [ 4 ] {f0d3aba0-29f3-40d2-b26a-6064b4fa170a} executeQuery: Read 1 rows, 69.00 B in 0.001283 sec., 779.423226812159 rows/sec., 52.52 KiB/sec. 2026.01.08 16:13:19.436437 [ 4 ] {f0d3aba0-29f3-40d2-b26a-6064b4fa170a} TCPHandler: Processed in 0.001468233 sec. 2026.01.08 16:13:19.436569 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.436675 [ 4 ] {d6b1a506-73e0-4f17-8dbc-0eee45a7a8f3} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:19.436744 [ 4 ] {d6b1a506-73e0-4f17-8dbc-0eee45a7a8f3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:19.438138 [ 4 ] {d6b1a506-73e0-4f17-8dbc-0eee45a7a8f3} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.438204 [ 4 ] {d6b1a506-73e0-4f17-8dbc-0eee45a7a8f3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.438858 [ 4 ] {d6b1a506-73e0-4f17-8dbc-0eee45a7a8f3} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:13:19.439103 [ 4 ] {d6b1a506-73e0-4f17-8dbc-0eee45a7a8f3} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.439281 [ 4 ] {d6b1a506-73e0-4f17-8dbc-0eee45a7a8f3} executeQuery: Read 23 rows, 42.20 KiB in 0.002664 sec., 8633.633633633634 rows/sec., 15.47 MiB/sec. 2026.01.08 16:13:19.439370 [ 4 ] {d6b1a506-73e0-4f17-8dbc-0eee45a7a8f3} TCPHandler: Processed in 0.002903905 sec. 2026.01.08 16:13:19.439504 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:19.439610 [ 4 ] {bc7ba567-3dcb-4789-a10a-38339ee38e52} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:19.439720 [ 4 ] {bc7ba567-3dcb-4789-a10a-38339ee38e52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:19.440130 [ 4 ] {bc7ba567-3dcb-4789-a10a-38339ee38e52} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:19.440166 [ 4 ] {bc7ba567-3dcb-4789-a10a-38339ee38e52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:19.440531 [ 4 ] {bc7ba567-3dcb-4789-a10a-38339ee38e52} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:13:19.440755 [ 4 ] {bc7ba567-3dcb-4789-a10a-38339ee38e52} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:19.440885 [ 4 ] {bc7ba567-3dcb-4789-a10a-38339ee38e52} executeQuery: Read 104 rows, 6.53 KiB in 0.001236 sec., 84142.39482200648 rows/sec., 5.16 MiB/sec. 2026.01.08 16:13:19.440922 [ 4 ] {bc7ba567-3dcb-4789-a10a-38339ee38e52} TCPHandler: Processed in 0.001423622 sec. 2026.01.08 16:13:22.711362 [ 45 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:13:22.711439 [ 45 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:13:22.788789 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 388 2026.01.08 16:13:22.791241 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:22.791287 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:22.792440 [ 243 ] {} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:13:22.792696 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:22.792942 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 388 2026.01.08 16:13:22.796764 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 5752 2026.01.08 16:13:22.797560 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:22.797634 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:22.798388 [ 244 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:13:22.798620 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:22.798750 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5752 2026.01.08 16:13:23.104456 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 2026.01.08 16:13:23.122049 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:23.122109 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:23.127682 [ 245 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:13:23.128382 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:23.131428 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 91 2026.01.08 16:13:24.410627 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:24.410823 [ 4 ] {322d677c-0232-4e93-b813-8627ec056417} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:24.410893 [ 4 ] {322d677c-0232-4e93-b813-8627ec056417} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:24.411551 [ 4 ] {322d677c-0232-4e93-b813-8627ec056417} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:24.411600 [ 4 ] {322d677c-0232-4e93-b813-8627ec056417} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:24.411997 [ 4 ] {322d677c-0232-4e93-b813-8627ec056417} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:13:24.412224 [ 4 ] {322d677c-0232-4e93-b813-8627ec056417} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:24.412389 [ 4 ] {322d677c-0232-4e93-b813-8627ec056417} executeQuery: Read 72 rows, 5.94 KiB in 0.001617 sec., 44526.901669758816 rows/sec., 3.59 MiB/sec. 2026.01.08 16:13:24.412433 [ 4 ] {322d677c-0232-4e93-b813-8627ec056417} TCPHandler: Processed in 0.001934743 sec. 2026.01.08 16:13:24.412561 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:24.412656 [ 4 ] {21575586-35ed-491c-8df5-3ac1f4c7ce91} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:24.412696 [ 4 ] {21575586-35ed-491c-8df5-3ac1f4c7ce91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:24.413102 [ 4 ] {21575586-35ed-491c-8df5-3ac1f4c7ce91} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:24.413142 [ 4 ] {21575586-35ed-491c-8df5-3ac1f4c7ce91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:24.413447 [ 4 ] {21575586-35ed-491c-8df5-3ac1f4c7ce91} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:13:24.413697 [ 4 ] {21575586-35ed-491c-8df5-3ac1f4c7ce91} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:24.413829 [ 4 ] {21575586-35ed-491c-8df5-3ac1f4c7ce91} executeQuery: Read 8 rows, 616.00 B in 0.001191 sec., 6717.044500419815 rows/sec., 505.09 KiB/sec. 2026.01.08 16:13:24.413867 [ 4 ] {21575586-35ed-491c-8df5-3ac1f4c7ce91} TCPHandler: Processed in 0.00135672 sec. 2026.01.08 16:13:24.413984 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:24.414079 [ 4 ] {f12bac64-52e8-47b1-bc5c-ff46d364a43a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:24.414118 [ 4 ] {f12bac64-52e8-47b1-bc5c-ff46d364a43a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:24.414528 [ 4 ] {f12bac64-52e8-47b1-bc5c-ff46d364a43a} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:24.414566 [ 4 ] {f12bac64-52e8-47b1-bc5c-ff46d364a43a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:24.414875 [ 4 ] {f12bac64-52e8-47b1-bc5c-ff46d364a43a} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:13:24.415084 [ 4 ] {f12bac64-52e8-47b1-bc5c-ff46d364a43a} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:24.415211 [ 4 ] {f12bac64-52e8-47b1-bc5c-ff46d364a43a} executeQuery: Read 72 rows, 5.76 KiB in 0.001151 sec., 62554.30060816681 rows/sec., 4.88 MiB/sec. 2026.01.08 16:13:24.415249 [ 4 ] {f12bac64-52e8-47b1-bc5c-ff46d364a43a} TCPHandler: Processed in 0.001313499 sec. 2026.01.08 16:13:24.415368 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:24.415465 [ 4 ] {5faedf04-28c6-4f2e-93af-ca720e989364} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:24.415508 [ 4 ] {5faedf04-28c6-4f2e-93af-ca720e989364} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:24.415921 [ 4 ] {5faedf04-28c6-4f2e-93af-ca720e989364} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:24.415957 [ 4 ] {5faedf04-28c6-4f2e-93af-ca720e989364} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:24.416274 [ 4 ] {5faedf04-28c6-4f2e-93af-ca720e989364} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:13:24.416497 [ 4 ] {5faedf04-28c6-4f2e-93af-ca720e989364} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:24.416627 [ 4 ] {5faedf04-28c6-4f2e-93af-ca720e989364} executeQuery: Read 160 rows, 11.41 KiB in 0.00118 sec., 135593.22033898305 rows/sec., 9.44 MiB/sec. 2026.01.08 16:13:24.416665 [ 4 ] {5faedf04-28c6-4f2e-93af-ca720e989364} TCPHandler: Processed in 0.001347421 sec. 2026.01.08 16:13:24.416836 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:24.416928 [ 4 ] {5dfd0dbf-d22b-42e7-8210-7ff55a333fd2} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:24.416988 [ 4 ] {5dfd0dbf-d22b-42e7-8210-7ff55a333fd2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:24.417705 [ 4 ] {5dfd0dbf-d22b-42e7-8210-7ff55a333fd2} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:24.417742 [ 4 ] {5dfd0dbf-d22b-42e7-8210-7ff55a333fd2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:24.418222 [ 4 ] {5dfd0dbf-d22b-42e7-8210-7ff55a333fd2} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:13:24.418451 [ 4 ] {5dfd0dbf-d22b-42e7-8210-7ff55a333fd2} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:24.418587 [ 4 ] {5dfd0dbf-d22b-42e7-8210-7ff55a333fd2} executeQuery: Read 8 rows, 14.68 KiB in 0.001677 sec., 4770.423375074538 rows/sec., 8.55 MiB/sec. 2026.01.08 16:13:24.418636 [ 4 ] {5dfd0dbf-d22b-42e7-8210-7ff55a333fd2} TCPHandler: Processed in 0.001849822 sec. 2026.01.08 16:13:24.418754 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:24.418847 [ 4 ] {59609140-731b-4234-9f04-e1ac2cecc518} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:24.418888 [ 4 ] {59609140-731b-4234-9f04-e1ac2cecc518} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:24.419219 [ 4 ] {59609140-731b-4234-9f04-e1ac2cecc518} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:24.419255 [ 4 ] {59609140-731b-4234-9f04-e1ac2cecc518} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.96 GiB. 2026.01.08 16:13:24.419552 [ 4 ] {59609140-731b-4234-9f04-e1ac2cecc518} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:13:24.419761 [ 4 ] {59609140-731b-4234-9f04-e1ac2cecc518} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:24.419890 [ 4 ] {59609140-731b-4234-9f04-e1ac2cecc518} executeQuery: Read 60 rows, 4.14 KiB in 0.001062 sec., 56497.17514124294 rows/sec., 3.81 MiB/sec. 2026.01.08 16:13:24.419925 [ 4 ] {59609140-731b-4234-9f04-e1ac2cecc518} TCPHandler: Processed in 0.001220748 sec. 2026.01.08 16:13:29.427434 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.427670 [ 4 ] {ead9be55-d241-47f3-98a8-368442c0633e} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:13:29.427753 [ 4 ] {ead9be55-d241-47f3-98a8-368442c0633e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:13:29.428821 [ 4 ] {ead9be55-d241-47f3-98a8-368442c0633e} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.428887 [ 4 ] {ead9be55-d241-47f3-98a8-368442c0633e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.429531 [ 4 ] {ead9be55-d241-47f3-98a8-368442c0633e} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:13:29.429946 [ 4 ] {ead9be55-d241-47f3-98a8-368442c0633e} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.430128 [ 89 ] {} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:13:29.430140 [ 4 ] {ead9be55-d241-47f3-98a8-368442c0633e} executeQuery: Read 410 rows, 26.63 KiB in 0.002527 sec., 162247.72457459438 rows/sec., 10.29 MiB/sec. 2026.01.08 16:13:29.430217 [ 89 ] {} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.430251 [ 4 ] {ead9be55-d241-47f3-98a8-368442c0633e} TCPHandler: Processed in 0.002965226 sec. 2026.01.08 16:13:29.430258 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.430430 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:13:29.430467 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.430614 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:29.430665 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.01.08 16:13:29.430679 [ 4 ] {1dc92085-83c2-42eb-a426-21b9653a8020} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.08 16:13:29.430753 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.01.08 16:13:29.430758 [ 4 ] {1dc92085-83c2-42eb-a426-21b9653a8020} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.08 16:13:29.430840 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 410 rows starting from the beginning of the part 2026.01.08 16:13:29.430895 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 410 rows starting from the beginning of the part 2026.01.08 16:13:29.430945 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 410 rows starting from the beginning of the part 2026.01.08 16:13:29.431001 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 410 rows starting from the beginning of the part 2026.01.08 16:13:29.431426 [ 4 ] {1dc92085-83c2-42eb-a426-21b9653a8020} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.431545 [ 4 ] {1dc92085-83c2-42eb-a426-21b9653a8020} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.432130 [ 4 ] {1dc92085-83c2-42eb-a426-21b9653a8020} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:13:29.432603 [ 4 ] {1dc92085-83c2-42eb-a426-21b9653a8020} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.432620 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 1688 rows, containing 5 columns (5 merged, 0 gathered) in 0.00226731 sec., 744494.5772743913 rows/sec., 50.48 MiB/sec. 2026.01.08 16:13:29.432798 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:13:29.433037 [ 4 ] {1dc92085-83c2-42eb-a426-21b9653a8020} executeQuery: Read 4 rows, 334.00 B in 0.002388 sec., 1675.0418760469013 rows/sec., 136.59 KiB/sec. 2026.01.08 16:13:29.433116 [ 4 ] {1dc92085-83c2-42eb-a426-21b9653a8020} TCPHandler: Processed in 0.002727701 sec. 2026.01.08 16:13:29.433133 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.433217 [ 203 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_6_1} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:13:29.433299 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. 2026.01.08 16:13:29.433312 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.433491 [ 4 ] {230283dc-9ec5-4191-a44e-fee0185395e9} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:29.433560 [ 4 ] {230283dc-9ec5-4191-a44e-fee0185395e9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:29.435096 [ 4 ] {230283dc-9ec5-4191-a44e-fee0185395e9} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.435148 [ 4 ] {230283dc-9ec5-4191-a44e-fee0185395e9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.435788 [ 4 ] {230283dc-9ec5-4191-a44e-fee0185395e9} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.08 16:13:29.436241 [ 4 ] {230283dc-9ec5-4191-a44e-fee0185395e9} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.436440 [ 89 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.08 16:13:29.436467 [ 4 ] {230283dc-9ec5-4191-a44e-fee0185395e9} executeQuery: Read 1180 rows, 96.31 KiB in 0.003014 sec., 391506.30391506304 rows/sec., 31.21 MiB/sec. 2026.01.08 16:13:29.436511 [ 89 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.436541 [ 4 ] {230283dc-9ec5-4191-a44e-fee0185395e9} TCPHandler: Processed in 0.003319134 sec. 2026.01.08 16:13:29.436546 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.436751 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.436762 [ 191 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.08 16:13:29.436900 [ 4 ] {c4d4b1d5-8f4a-46ff-a1f7-445892d503a9} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:29.436960 [ 191 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:29.436974 [ 4 ] {c4d4b1d5-8f4a-46ff-a1f7-445892d503a9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:29.437007 [ 191 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1281 rows starting from the beginning of the part 2026.01.08 16:13:29.437129 [ 191 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1158 rows starting from the beginning of the part 2026.01.08 16:13:29.437214 [ 191 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 76 rows starting from the beginning of the part 2026.01.08 16:13:29.437294 [ 191 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1158 rows starting from the beginning of the part 2026.01.08 16:13:29.437391 [ 191 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part 2026.01.08 16:13:29.437473 [ 191 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1180 rows starting from the beginning of the part 2026.01.08 16:13:29.437771 [ 4 ] {c4d4b1d5-8f4a-46ff-a1f7-445892d503a9} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.437830 [ 4 ] {c4d4b1d5-8f4a-46ff-a1f7-445892d503a9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.438422 [ 4 ] {c4d4b1d5-8f4a-46ff-a1f7-445892d503a9} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:13:29.438810 [ 4 ] {c4d4b1d5-8f4a-46ff-a1f7-445892d503a9} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.438999 [ 89 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:13:29.439029 [ 4 ] {c4d4b1d5-8f4a-46ff-a1f7-445892d503a9} executeQuery: Read 242 rows, 15.08 KiB in 0.002164 sec., 111829.94454713493 rows/sec., 6.80 MiB/sec. 2026.01.08 16:13:29.439056 [ 89 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.439159 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.439161 [ 4 ] {c4d4b1d5-8f4a-46ff-a1f7-445892d503a9} TCPHandler: Processed in 0.002481666 sec. 2026.01.08 16:13:29.439304 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:13:29.439357 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.439495 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:29.439500 [ 4 ] {52e2b6ed-b57c-4b65-99f2-ae30aaf382a4} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:13:29.439545 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 249 rows starting from the beginning of the part 2026.01.08 16:13:29.439578 [ 4 ] {52e2b6ed-b57c-4b65-99f2-ae30aaf382a4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:13:29.439640 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part 2026.01.08 16:13:29.439675 [ 198 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 4925 rows, containing 5 columns (5 merged, 0 gathered) in 0.002982117 sec., 1651511.3256790396 rows/sec., 138.14 MiB/sec. 2026.01.08 16:13:29.439844 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part 2026.01.08 16:13:29.439907 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part 2026.01.08 16:13:29.439969 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:29.440026 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 242 rows starting from the beginning of the part 2026.01.08 16:13:29.440155 [ 198 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.08 16:13:29.440694 [ 198 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.440833 [ 198 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_16_3} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.08 16:13:29.440983 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.99 MiB. 2026.01.08 16:13:29.441043 [ 4 ] {52e2b6ed-b57c-4b65-99f2-ae30aaf382a4} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.441102 [ 4 ] {52e2b6ed-b57c-4b65-99f2-ae30aaf382a4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.441449 [ 191 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 971 rows, containing 5 columns (5 merged, 0 gathered) in 0.002198898 sec., 441584.8302195009 rows/sec., 28.58 MiB/sec. 2026.01.08 16:13:29.441700 [ 191 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:13:29.441926 [ 4 ] {52e2b6ed-b57c-4b65-99f2-ae30aaf382a4} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:13:29.442156 [ 191 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.442289 [ 191 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_11_2} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:13:29.442359 [ 4 ] {52e2b6ed-b57c-4b65-99f2-ae30aaf382a4} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.442422 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.08 16:13:29.442627 [ 89 ] {} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:13:29.442663 [ 4 ] {52e2b6ed-b57c-4b65-99f2-ae30aaf382a4} executeQuery: Read 212 rows, 14.00 KiB in 0.003198 sec., 66291.43214509069 rows/sec., 4.28 MiB/sec. 2026.01.08 16:13:29.442684 [ 89 ] {} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.442725 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.442729 [ 4 ] {52e2b6ed-b57c-4b65-99f2-ae30aaf382a4} TCPHandler: Processed in 0.003444436 sec. 2026.01.08 16:13:29.442938 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.443001 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:13:29.443089 [ 4 ] {e156e977-dc5c-4f41-8d4c-3bd98024aa57} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:13:29.443165 [ 4 ] {e156e977-dc5c-4f41-8d4c-3bd98024aa57} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:13:29.443175 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:29.443242 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part 2026.01.08 16:13:29.443343 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 24 rows starting from the beginning of the part 2026.01.08 16:13:29.443419 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 212 rows starting from the beginning of the part 2026.01.08 16:13:29.443492 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 212 rows starting from the beginning of the part 2026.01.08 16:13:29.443561 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 212 rows starting from the beginning of the part 2026.01.08 16:13:29.443639 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 212 rows starting from the beginning of the part 2026.01.08 16:13:29.444499 [ 4 ] {e156e977-dc5c-4f41-8d4c-3bd98024aa57} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.444555 [ 4 ] {e156e977-dc5c-4f41-8d4c-3bd98024aa57} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.445217 [ 198 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 896 rows, containing 5 columns (5 merged, 0 gathered) in 0.002278621 sec., 393220.2854270192 rows/sec., 27.25 MiB/sec. 2026.01.08 16:13:29.445445 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:13:29.445864 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.445960 [ 191 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_6_1} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:13:29.446071 [ 191 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.08 16:13:29.446819 [ 4 ] {e156e977-dc5c-4f41-8d4c-3bd98024aa57} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:13:29.447157 [ 4 ] {e156e977-dc5c-4f41-8d4c-3bd98024aa57} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.447312 [ 89 ] {} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:13:29.447358 [ 4 ] {e156e977-dc5c-4f41-8d4c-3bd98024aa57} executeQuery: Read 211 rows, 12.27 KiB in 0.004358 sec., 48416.70491050941 rows/sec., 2.75 MiB/sec. 2026.01.08 16:13:29.447361 [ 89 ] {} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.447416 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.447428 [ 4 ] {e156e977-dc5c-4f41-8d4c-3bd98024aa57} TCPHandler: Processed in 0.004621564 sec. 2026.01.08 16:13:29.447603 [ 200 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:13:29.447753 [ 200 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:29.447764 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.447794 [ 200 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part 2026.01.08 16:13:29.447923 [ 200 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 12 rows starting from the beginning of the part 2026.01.08 16:13:29.447923 [ 4 ] {56959549-74e2-4ecd-ac37-5ad2325a82c6} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:29.448004 [ 4 ] {56959549-74e2-4ecd-ac37-5ad2325a82c6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:29.448005 [ 200 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 211 rows starting from the beginning of the part 2026.01.08 16:13:29.448095 [ 200 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 211 rows starting from the beginning of the part 2026.01.08 16:13:29.448157 [ 200 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 211 rows starting from the beginning of the part 2026.01.08 16:13:29.448225 [ 200 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 211 rows starting from the beginning of the part 2026.01.08 16:13:29.448988 [ 4 ] {56959549-74e2-4ecd-ac37-5ad2325a82c6} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.449040 [ 4 ] {56959549-74e2-4ecd-ac37-5ad2325a82c6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.449394 [ 198 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 868 rows, containing 5 columns (5 merged, 0 gathered) in 0.001846141 sec., 470169.93826582044 rows/sec., 28.75 MiB/sec. 2026.01.08 16:13:29.449549 [ 4 ] {56959549-74e2-4ecd-ac37-5ad2325a82c6} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.08 16:13:29.449679 [ 198 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:13:29.449916 [ 4 ] {56959549-74e2-4ecd-ac37-5ad2325a82c6} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.450091 [ 89 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.08 16:13:29.450116 [ 4 ] {56959549-74e2-4ecd-ac37-5ad2325a82c6} executeQuery: Read 716 rows, 51.44 KiB in 0.002231 sec., 320932.31734648143 rows/sec., 22.52 MiB/sec. 2026.01.08 16:13:29.450137 [ 89 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.450171 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.450179 [ 4 ] {56959549-74e2-4ecd-ac37-5ad2325a82c6} TCPHandler: Processed in 0.002504246 sec. 2026.01.08 16:13:29.450193 [ 198 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.450278 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.08 16:13:29.450333 [ 198 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_6_1} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:13:29.450391 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:29.450421 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 757 rows starting from the beginning of the part 2026.01.08 16:13:29.450458 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. 2026.01.08 16:13:29.450479 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.450510 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 702 rows starting from the beginning of the part 2026.01.08 16:13:29.450585 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 89 rows starting from the beginning of the part 2026.01.08 16:13:29.450612 [ 4 ] {901536e7-0a59-4d61-bd4b-7ae5918fc37c} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:13:29.450666 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 702 rows starting from the beginning of the part 2026.01.08 16:13:29.450681 [ 4 ] {901536e7-0a59-4d61-bd4b-7ae5918fc37c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:13:29.450751 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 72 rows starting from the beginning of the part 2026.01.08 16:13:29.450830 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 716 rows starting from the beginning of the part 2026.01.08 16:13:29.451185 [ 4 ] {901536e7-0a59-4d61-bd4b-7ae5918fc37c} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.451238 [ 4 ] {901536e7-0a59-4d61-bd4b-7ae5918fc37c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.451779 [ 4 ] {901536e7-0a59-4d61-bd4b-7ae5918fc37c} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:13:29.452299 [ 4 ] {901536e7-0a59-4d61-bd4b-7ae5918fc37c} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.452481 [ 4 ] {901536e7-0a59-4d61-bd4b-7ae5918fc37c} executeQuery: Read 6 rows, 321.00 B in 0.001898 sec., 3161.222339304531 rows/sec., 165.16 KiB/sec. 2026.01.08 16:13:29.452529 [ 4 ] {901536e7-0a59-4d61-bd4b-7ae5918fc37c} TCPHandler: Processed in 0.002113817 sec. 2026.01.08 16:13:29.452654 [ 191 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 3038 rows, containing 5 columns (5 merged, 0 gathered) in 0.002419354 sec., 1255707.1019784622 rows/sec., 93.62 MiB/sec. 2026.01.08 16:13:29.452698 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.452822 [ 4 ] {ab0517cc-68a9-4803-9966-4c2280b6dfbb} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:29.452882 [ 4 ] {ab0517cc-68a9-4803-9966-4c2280b6dfbb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:29.452884 [ 198 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.08 16:13:29.453243 [ 198 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.453330 [ 198 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_16_3} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.08 16:13:29.453411 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. 2026.01.08 16:13:29.453515 [ 4 ] {ab0517cc-68a9-4803-9966-4c2280b6dfbb} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.453574 [ 4 ] {ab0517cc-68a9-4803-9966-4c2280b6dfbb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.454066 [ 4 ] {ab0517cc-68a9-4803-9966-4c2280b6dfbb} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.08 16:13:29.454359 [ 4 ] {ab0517cc-68a9-4803-9966-4c2280b6dfbb} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.454496 [ 89 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.08 16:13:29.454528 [ 4 ] {ab0517cc-68a9-4803-9966-4c2280b6dfbb} executeQuery: Read 316 rows, 21.26 KiB in 0.001733 sec., 182342.75822273514 rows/sec., 11.98 MiB/sec. 2026.01.08 16:13:29.454542 [ 89 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.454580 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.454586 [ 4 ] {ab0517cc-68a9-4803-9966-4c2280b6dfbb} TCPHandler: Processed in 0.001952543 sec. 2026.01.08 16:13:29.454671 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.08 16:13:29.454808 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:29.454847 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1579 rows starting from the beginning of the part 2026.01.08 16:13:29.454914 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 314 rows starting from the beginning of the part 2026.01.08 16:13:29.454968 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.454976 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 164 rows starting from the beginning of the part 2026.01.08 16:13:29.455154 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 314 rows starting from the beginning of the part 2026.01.08 16:13:29.455190 [ 4 ] {174b40f5-c861-48e2-be68-6a60a91f2f4b} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:13:29.455215 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part 2026.01.08 16:13:29.455255 [ 4 ] {174b40f5-c861-48e2-be68-6a60a91f2f4b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:13:29.455280 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 316 rows starting from the beginning of the part 2026.01.08 16:13:29.455779 [ 4 ] {174b40f5-c861-48e2-be68-6a60a91f2f4b} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.455831 [ 4 ] {174b40f5-c861-48e2-be68-6a60a91f2f4b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.456353 [ 4 ] {174b40f5-c861-48e2-be68-6a60a91f2f4b} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:13:29.456681 [ 4 ] {174b40f5-c861-48e2-be68-6a60a91f2f4b} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.456884 [ 4 ] {174b40f5-c861-48e2-be68-6a60a91f2f4b} executeQuery: Read 1 rows, 69.00 B in 0.00172 sec., 581.3953488372093 rows/sec., 39.18 KiB/sec. 2026.01.08 16:13:29.456939 [ 4 ] {174b40f5-c861-48e2-be68-6a60a91f2f4b} TCPHandler: Processed in 0.002035256 sec. 2026.01.08 16:13:29.457233 [ 186 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 2847 rows, containing 5 columns (5 merged, 0 gathered) in 0.002594558 sec., 1097296.7264559127 rows/sec., 75.56 MiB/sec. 2026.01.08 16:13:29.457769 [ 196 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.08 16:13:29.458210 [ 196 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.458327 [ 196 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_16_3} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.08 16:13:29.458460 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. 2026.01.08 16:13:29.460093 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.460269 [ 4 ] {3de56d84-f48b-4fc5-8774-b12a5e2cda15} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:29.460358 [ 4 ] {3de56d84-f48b-4fc5-8774-b12a5e2cda15} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:29.463198 [ 4 ] {3de56d84-f48b-4fc5-8774-b12a5e2cda15} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.463257 [ 4 ] {3de56d84-f48b-4fc5-8774-b12a5e2cda15} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.464180 [ 4 ] {3de56d84-f48b-4fc5-8774-b12a5e2cda15} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:13:29.464638 [ 4 ] {3de56d84-f48b-4fc5-8774-b12a5e2cda15} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.464895 [ 4 ] {3de56d84-f48b-4fc5-8774-b12a5e2cda15} executeQuery: Read 33 rows, 60.55 KiB in 0.004618 sec., 7145.95062797748 rows/sec., 12.81 MiB/sec. 2026.01.08 16:13:29.465016 [ 4 ] {3de56d84-f48b-4fc5-8774-b12a5e2cda15} TCPHandler: Processed in 0.005071173 sec. 2026.01.08 16:13:29.465198 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:29.465325 [ 4 ] {f4279587-4787-4760-8f20-d353705f6119} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:29.465385 [ 4 ] {f4279587-4787-4760-8f20-d353705f6119} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:29.465905 [ 4 ] {f4279587-4787-4760-8f20-d353705f6119} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.465955 [ 4 ] {f4279587-4787-4760-8f20-d353705f6119} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.466498 [ 4 ] {f4279587-4787-4760-8f20-d353705f6119} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.08 16:13:29.466763 [ 4 ] {f4279587-4787-4760-8f20-d353705f6119} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.466903 [ 89 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.08 16:13:29.466912 [ 4 ] {f4279587-4787-4760-8f20-d353705f6119} executeQuery: Read 104 rows, 6.53 KiB in 0.001618 sec., 64276.88504326328 rows/sec., 3.94 MiB/sec. 2026.01.08 16:13:29.466978 [ 89 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:29.466997 [ 4 ] {f4279587-4787-4760-8f20-d353705f6119} TCPHandler: Processed in 0.001867042 sec. 2026.01.08 16:13:29.467007 [ 89 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:29.467138 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.08 16:13:29.467305 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:29.467349 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 410 rows starting from the beginning of the part 2026.01.08 16:13:29.467449 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 104 rows starting from the beginning of the part 2026.01.08 16:13:29.467500 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part 2026.01.08 16:13:29.467547 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 104 rows starting from the beginning of the part 2026.01.08 16:13:29.467589 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.01.08 16:13:29.467633 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 104 rows starting from the beginning of the part 2026.01.08 16:13:29.468647 [ 196 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 842 rows, containing 4 columns (4 merged, 0 gathered) in 0.001557595 sec., 540576.979253272 rows/sec., 34.99 MiB/sec. 2026.01.08 16:13:29.468986 [ 196 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.08 16:13:29.469376 [ 196 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:29.469473 [ 196 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_16_3} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.08 16:13:29.469596 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. 2026.01.08 16:13:30.299620 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 6264 2026.01.08 16:13:30.300129 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:30.300174 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:30.300682 [ 244 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:13:30.300948 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:30.301103 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6264 2026.01.08 16:13:30.632290 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 2026.01.08 16:13:30.649670 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:30.649734 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:30.658433 [ 245 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:13:30.659405 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:30.663412 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 98 2026.01.08 16:13:31.000257 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 220.71 MiB, peak 226.76 MiB, free memory in arenas 0.00 B, will set to 222.32 MiB (RSS), difference: 1.61 MiB 2026.01.08 16:13:32.794027 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 424 2026.01.08 16:13:32.796246 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:32.796283 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:32.797421 [ 243 ] {} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:13:32.797671 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:32.797912 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 424 2026.01.08 16:13:34.410945 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:34.411141 [ 4 ] {591084eb-e052-4fed-944a-292f7c3d3ba9} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:34.411208 [ 4 ] {591084eb-e052-4fed-944a-292f7c3d3ba9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:34.411878 [ 4 ] {591084eb-e052-4fed-944a-292f7c3d3ba9} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:34.411922 [ 4 ] {591084eb-e052-4fed-944a-292f7c3d3ba9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:34.412338 [ 4 ] {591084eb-e052-4fed-944a-292f7c3d3ba9} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.08 16:13:34.412571 [ 4 ] {591084eb-e052-4fed-944a-292f7c3d3ba9} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:34.412718 [ 4 ] {591084eb-e052-4fed-944a-292f7c3d3ba9} executeQuery: Read 72 rows, 5.94 KiB in 0.001641 sec., 43875.68555758683 rows/sec., 3.54 MiB/sec. 2026.01.08 16:13:34.412763 [ 4 ] {591084eb-e052-4fed-944a-292f7c3d3ba9} TCPHandler: Processed in 0.001960433 sec. 2026.01.08 16:13:34.412891 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:34.412988 [ 4 ] {2e8fe133-2952-4df4-8c45-ee135313ca2c} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:34.413028 [ 4 ] {2e8fe133-2952-4df4-8c45-ee135313ca2c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:34.413426 [ 4 ] {2e8fe133-2952-4df4-8c45-ee135313ca2c} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:34.413527 [ 4 ] {2e8fe133-2952-4df4-8c45-ee135313ca2c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:34.413840 [ 4 ] {2e8fe133-2952-4df4-8c45-ee135313ca2c} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:13:34.414059 [ 4 ] {2e8fe133-2952-4df4-8c45-ee135313ca2c} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:34.414193 [ 4 ] {2e8fe133-2952-4df4-8c45-ee135313ca2c} executeQuery: Read 8 rows, 616.00 B in 0.001195 sec., 6694.5606694560665 rows/sec., 503.40 KiB/sec. 2026.01.08 16:13:34.414232 [ 4 ] {2e8fe133-2952-4df4-8c45-ee135313ca2c} TCPHandler: Processed in 0.001366301 sec. 2026.01.08 16:13:34.414352 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:34.414448 [ 4 ] {780fc441-6589-4e1d-9521-c4f12d5d8df3} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:34.414490 [ 4 ] {780fc441-6589-4e1d-9521-c4f12d5d8df3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:34.414940 [ 4 ] {780fc441-6589-4e1d-9521-c4f12d5d8df3} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:34.414976 [ 4 ] {780fc441-6589-4e1d-9521-c4f12d5d8df3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:34.415298 [ 4 ] {780fc441-6589-4e1d-9521-c4f12d5d8df3} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.08 16:13:34.415535 [ 4 ] {780fc441-6589-4e1d-9521-c4f12d5d8df3} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:34.415664 [ 4 ] {780fc441-6589-4e1d-9521-c4f12d5d8df3} executeQuery: Read 72 rows, 5.76 KiB in 0.001235 sec., 58299.5951417004 rows/sec., 4.55 MiB/sec. 2026.01.08 16:13:34.415702 [ 4 ] {780fc441-6589-4e1d-9521-c4f12d5d8df3} TCPHandler: Processed in 0.001399892 sec. 2026.01.08 16:13:34.415820 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:34.415913 [ 4 ] {ded5598d-8bc7-4b51-86d3-ac86198740fc} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:34.415958 [ 4 ] {ded5598d-8bc7-4b51-86d3-ac86198740fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:34.416378 [ 4 ] {ded5598d-8bc7-4b51-86d3-ac86198740fc} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:34.416415 [ 4 ] {ded5598d-8bc7-4b51-86d3-ac86198740fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:34.416755 [ 4 ] {ded5598d-8bc7-4b51-86d3-ac86198740fc} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.08 16:13:34.416964 [ 4 ] {ded5598d-8bc7-4b51-86d3-ac86198740fc} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:34.417092 [ 4 ] {ded5598d-8bc7-4b51-86d3-ac86198740fc} executeQuery: Read 160 rows, 11.41 KiB in 0.001198 sec., 133555.92654424038 rows/sec., 9.30 MiB/sec. 2026.01.08 16:13:34.417129 [ 4 ] {ded5598d-8bc7-4b51-86d3-ac86198740fc} TCPHandler: Processed in 0.001358191 sec. 2026.01.08 16:13:34.417253 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:34.417378 [ 4 ] {e9ea2740-f52c-40ed-805d-bcc204cac541} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:34.417445 [ 4 ] {e9ea2740-f52c-40ed-805d-bcc204cac541} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:34.418291 [ 4 ] {e9ea2740-f52c-40ed-805d-bcc204cac541} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:34.418330 [ 4 ] {e9ea2740-f52c-40ed-805d-bcc204cac541} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:34.418877 [ 4 ] {e9ea2740-f52c-40ed-805d-bcc204cac541} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:13:34.419103 [ 4 ] {e9ea2740-f52c-40ed-805d-bcc204cac541} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:34.419244 [ 4 ] {e9ea2740-f52c-40ed-805d-bcc204cac541} executeQuery: Read 8 rows, 14.68 KiB in 0.001892 sec., 4228.329809725158 rows/sec., 7.58 MiB/sec. 2026.01.08 16:13:34.419298 [ 4 ] {e9ea2740-f52c-40ed-805d-bcc204cac541} TCPHandler: Processed in 0.002107777 sec. 2026.01.08 16:13:34.419413 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:34.419510 [ 4 ] {f3b09661-64d0-46f5-a064-bd3c4406dc3a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:34.419550 [ 4 ] {f3b09661-64d0-46f5-a064-bd3c4406dc3a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:34.419874 [ 4 ] {f3b09661-64d0-46f5-a064-bd3c4406dc3a} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:34.419910 [ 4 ] {f3b09661-64d0-46f5-a064-bd3c4406dc3a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:34.420203 [ 4 ] {f3b09661-64d0-46f5-a064-bd3c4406dc3a} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.08 16:13:34.420404 [ 4 ] {f3b09661-64d0-46f5-a064-bd3c4406dc3a} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:34.420598 [ 4 ] {f3b09661-64d0-46f5-a064-bd3c4406dc3a} executeQuery: Read 60 rows, 4.14 KiB in 0.001106 sec., 54249.54792043399 rows/sec., 3.66 MiB/sec. 2026.01.08 16:13:34.420635 [ 4 ] {f3b09661-64d0-46f5-a064-bd3c4406dc3a} TCPHandler: Processed in 0.001271548 sec. 2026.01.08 16:13:37.711486 [ 171 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:13:37.711542 [ 171 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:13:37.802425 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 6712 2026.01.08 16:13:37.802987 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:37.803036 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:37.803708 [ 244 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:13:37.803946 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:37.804080 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6712 2026.01.08 16:13:38.164749 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 2026.01.08 16:13:38.182646 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:38.182723 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:38.189460 [ 245 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:13:38.190275 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:38.193767 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 106 2026.01.08 16:13:39.424146 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.424361 [ 4 ] {616ae277-d436-4fd0-9f3f-bf1519b98af0} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:13:39.424441 [ 4 ] {616ae277-d436-4fd0-9f3f-bf1519b98af0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:13:39.425281 [ 4 ] {616ae277-d436-4fd0-9f3f-bf1519b98af0} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.425337 [ 4 ] {616ae277-d436-4fd0-9f3f-bf1519b98af0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.425787 [ 4 ] {616ae277-d436-4fd0-9f3f-bf1519b98af0} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:13:39.426038 [ 4 ] {616ae277-d436-4fd0-9f3f-bf1519b98af0} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.426203 [ 4 ] {616ae277-d436-4fd0-9f3f-bf1519b98af0} executeQuery: Read 410 rows, 26.63 KiB in 0.001896 sec., 216244.72573839664 rows/sec., 13.72 MiB/sec. 2026.01.08 16:13:39.426254 [ 4 ] {616ae277-d436-4fd0-9f3f-bf1519b98af0} TCPHandler: Processed in 0.00223907 sec. 2026.01.08 16:13:39.426381 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.426488 [ 4 ] {6f2e1895-f4bf-4447-a535-357f268eeca5} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:39.426537 [ 4 ] {6f2e1895-f4bf-4447-a535-357f268eeca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:39.427460 [ 4 ] {6f2e1895-f4bf-4447-a535-357f268eeca5} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.427497 [ 4 ] {6f2e1895-f4bf-4447-a535-357f268eeca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.427906 [ 4 ] {6f2e1895-f4bf-4447-a535-357f268eeca5} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.08 16:13:39.428123 [ 4 ] {6f2e1895-f4bf-4447-a535-357f268eeca5} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.428263 [ 4 ] {6f2e1895-f4bf-4447-a535-357f268eeca5} executeQuery: Read 1178 rows, 96.17 KiB in 0.001801 sec., 654081.0660744031 rows/sec., 52.14 MiB/sec. 2026.01.08 16:13:39.428302 [ 4 ] {6f2e1895-f4bf-4447-a535-357f268eeca5} TCPHandler: Processed in 0.001975654 sec. 2026.01.08 16:13:39.428425 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.428527 [ 4 ] {87963a10-17ac-4f5e-8da2-66870526803b} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:39.428570 [ 4 ] {87963a10-17ac-4f5e-8da2-66870526803b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:39.429055 [ 4 ] {87963a10-17ac-4f5e-8da2-66870526803b} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.429091 [ 4 ] {87963a10-17ac-4f5e-8da2-66870526803b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.429407 [ 4 ] {87963a10-17ac-4f5e-8da2-66870526803b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:13:39.429625 [ 4 ] {87963a10-17ac-4f5e-8da2-66870526803b} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.429756 [ 4 ] {87963a10-17ac-4f5e-8da2-66870526803b} executeQuery: Read 238 rows, 14.80 KiB in 0.001251 sec., 190247.80175859312 rows/sec., 11.55 MiB/sec. 2026.01.08 16:13:39.429793 [ 4 ] {87963a10-17ac-4f5e-8da2-66870526803b} TCPHandler: Processed in 0.001420072 sec. 2026.01.08 16:13:39.429907 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.429999 [ 4 ] {f9dd5566-7fcf-43a1-8166-4794b3b76101} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:13:39.430036 [ 4 ] {f9dd5566-7fcf-43a1-8166-4794b3b76101} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:13:39.430475 [ 4 ] {f9dd5566-7fcf-43a1-8166-4794b3b76101} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.430508 [ 4 ] {f9dd5566-7fcf-43a1-8166-4794b3b76101} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.430802 [ 4 ] {f9dd5566-7fcf-43a1-8166-4794b3b76101} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:13:39.431071 [ 4 ] {f9dd5566-7fcf-43a1-8166-4794b3b76101} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.431199 [ 4 ] {f9dd5566-7fcf-43a1-8166-4794b3b76101} executeQuery: Read 212 rows, 14.00 KiB in 0.001213 sec., 174773.28936521022 rows/sec., 11.27 MiB/sec. 2026.01.08 16:13:39.431234 [ 4 ] {f9dd5566-7fcf-43a1-8166-4794b3b76101} TCPHandler: Processed in 0.001376711 sec. 2026.01.08 16:13:39.431357 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.431469 [ 4 ] {a173b7ca-94fc-4c9d-8536-70cb2049e97d} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:13:39.431517 [ 4 ] {a173b7ca-94fc-4c9d-8536-70cb2049e97d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:13:39.432033 [ 4 ] {a173b7ca-94fc-4c9d-8536-70cb2049e97d} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.432076 [ 4 ] {a173b7ca-94fc-4c9d-8536-70cb2049e97d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.432432 [ 4 ] {a173b7ca-94fc-4c9d-8536-70cb2049e97d} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:13:39.432669 [ 4 ] {a173b7ca-94fc-4c9d-8536-70cb2049e97d} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.432804 [ 4 ] {a173b7ca-94fc-4c9d-8536-70cb2049e97d} executeQuery: Read 211 rows, 12.27 KiB in 0.001355 sec., 155719.55719557195 rows/sec., 8.84 MiB/sec. 2026.01.08 16:13:39.432843 [ 4 ] {a173b7ca-94fc-4c9d-8536-70cb2049e97d} TCPHandler: Processed in 0.001539465 sec. 2026.01.08 16:13:39.432965 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.433063 [ 4 ] {1ff50028-0ac5-4454-a3f0-3cceba2c6853} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:39.433107 [ 4 ] {1ff50028-0ac5-4454-a3f0-3cceba2c6853} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:39.433775 [ 4 ] {1ff50028-0ac5-4454-a3f0-3cceba2c6853} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.433811 [ 4 ] {1ff50028-0ac5-4454-a3f0-3cceba2c6853} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.434182 [ 4 ] {1ff50028-0ac5-4454-a3f0-3cceba2c6853} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.08 16:13:39.434409 [ 4 ] {1ff50028-0ac5-4454-a3f0-3cceba2c6853} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.434552 [ 4 ] {1ff50028-0ac5-4454-a3f0-3cceba2c6853} executeQuery: Read 712 rows, 51.11 KiB in 0.001508 sec., 472148.54111405835 rows/sec., 33.10 MiB/sec. 2026.01.08 16:13:39.434591 [ 4 ] {1ff50028-0ac5-4454-a3f0-3cceba2c6853} TCPHandler: Processed in 0.001676028 sec. 2026.01.08 16:13:39.434713 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.434813 [ 4 ] {33f59e5c-ba36-453a-8188-6ef3174e1f08} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:13:39.434862 [ 4 ] {33f59e5c-ba36-453a-8188-6ef3174e1f08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:13:39.435207 [ 4 ] {33f59e5c-ba36-453a-8188-6ef3174e1f08} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.435245 [ 4 ] {33f59e5c-ba36-453a-8188-6ef3174e1f08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.435641 [ 4 ] {33f59e5c-ba36-453a-8188-6ef3174e1f08} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:13:39.435862 [ 4 ] {33f59e5c-ba36-453a-8188-6ef3174e1f08} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.436001 [ 4 ] {33f59e5c-ba36-453a-8188-6ef3174e1f08} executeQuery: Read 6 rows, 321.00 B in 0.001207 sec., 4971.0024855012425 rows/sec., 259.72 KiB/sec. 2026.01.08 16:13:39.436038 [ 4 ] {33f59e5c-ba36-453a-8188-6ef3174e1f08} TCPHandler: Processed in 0.001379521 sec. 2026.01.08 16:13:39.436156 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.436255 [ 4 ] {c3477295-019d-4109-a1b6-704facccc8b1} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:39.436299 [ 4 ] {c3477295-019d-4109-a1b6-704facccc8b1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:39.436769 [ 4 ] {c3477295-019d-4109-a1b6-704facccc8b1} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.436805 [ 4 ] {c3477295-019d-4109-a1b6-704facccc8b1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.437172 [ 4 ] {c3477295-019d-4109-a1b6-704facccc8b1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.08 16:13:39.437404 [ 4 ] {c3477295-019d-4109-a1b6-704facccc8b1} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.437544 [ 4 ] {c3477295-019d-4109-a1b6-704facccc8b1} executeQuery: Read 314 rows, 21.12 KiB in 0.001307 sec., 240244.83550114767 rows/sec., 15.78 MiB/sec. 2026.01.08 16:13:39.437581 [ 4 ] {c3477295-019d-4109-a1b6-704facccc8b1} TCPHandler: Processed in 0.001474843 sec. 2026.01.08 16:13:39.437694 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.437788 [ 4 ] {faac6360-9b86-4f30-b38e-ce5423e4b180} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:13:39.437833 [ 4 ] {faac6360-9b86-4f30-b38e-ce5423e4b180} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:13:39.438152 [ 4 ] {faac6360-9b86-4f30-b38e-ce5423e4b180} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.438188 [ 4 ] {faac6360-9b86-4f30-b38e-ce5423e4b180} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.438495 [ 4 ] {faac6360-9b86-4f30-b38e-ce5423e4b180} MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) 2026.01.08 16:13:39.438701 [ 4 ] {faac6360-9b86-4f30-b38e-ce5423e4b180} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.438834 [ 4 ] {faac6360-9b86-4f30-b38e-ce5423e4b180} executeQuery: Read 1 rows, 69.00 B in 0.001064 sec., 939.8496240601503 rows/sec., 63.33 KiB/sec. 2026.01.08 16:13:39.438838 [ 153 ] {} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.08 16:13:39.438871 [ 4 ] {faac6360-9b86-4f30-b38e-ce5423e4b180} TCPHandler: Processed in 0.001228208 sec. 2026.01.08 16:13:39.438914 [ 153 ] {} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.438947 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.439014 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.439077 [ 194 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.08 16:13:39.439113 [ 4 ] {ea37312e-c7c5-4bc1-9813-803b5cb351a7} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:39.439174 [ 4 ] {ea37312e-c7c5-4bc1-9813-803b5cb351a7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:39.439226 [ 194 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:39.439266 [ 194 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part 2026.01.08 16:13:39.439336 [ 194 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part 2026.01.08 16:13:39.439380 [ 194 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part 2026.01.08 16:13:39.439422 [ 194 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part 2026.01.08 16:13:39.439462 [ 194 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part 2026.01.08 16:13:39.440059 [ 4 ] {ea37312e-c7c5-4bc1-9813-803b5cb351a7} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.440102 [ 4 ] {ea37312e-c7c5-4bc1-9813-803b5cb351a7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.440415 [ 199 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.001402591 sec., 3564.831087608576 rows/sec., 240.21 KiB/sec. 2026.01.08 16:13:39.440563 [ 199 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.08 16:13:39.440730 [ 4 ] {ea37312e-c7c5-4bc1-9813-803b5cb351a7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:13:39.440929 [ 199 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.441017 [ 199 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_5_1} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.08 16:13:39.441041 [ 4 ] {ea37312e-c7c5-4bc1-9813-803b5cb351a7} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.441097 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. 2026.01.08 16:13:39.441165 [ 153 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:13:39.441197 [ 4 ] {ea37312e-c7c5-4bc1-9813-803b5cb351a7} executeQuery: Read 33 rows, 60.55 KiB in 0.002101 sec., 15706.806282722513 rows/sec., 28.15 MiB/sec. 2026.01.08 16:13:39.441204 [ 153 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.441242 [ 153 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.441271 [ 4 ] {ea37312e-c7c5-4bc1-9813-803b5cb351a7} TCPHandler: Processed in 0.002307202 sec. 2026.01.08 16:13:39.441345 [ 194 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:13:39.441398 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:39.441498 [ 4 ] {6099ca4f-c2f6-495a-b542-2835c55a5597} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:39.441542 [ 4 ] {6099ca4f-c2f6-495a-b542-2835c55a5597} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:39.441574 [ 194 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:39.441640 [ 194 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 114 rows starting from the beginning of the part 2026.01.08 16:13:39.441768 [ 194 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 23 rows starting from the beginning of the part 2026.01.08 16:13:39.441877 [ 194 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:39.441908 [ 4 ] {6099ca4f-c2f6-495a-b542-2835c55a5597} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:39.441948 [ 4 ] {6099ca4f-c2f6-495a-b542-2835c55a5597} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:39.441989 [ 194 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part 2026.01.08 16:13:39.442104 [ 194 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:39.442208 [ 194 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part 2026.01.08 16:13:39.442278 [ 4 ] {6099ca4f-c2f6-495a-b542-2835c55a5597} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.08 16:13:39.442515 [ 4 ] {6099ca4f-c2f6-495a-b542-2835c55a5597} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.442661 [ 4 ] {6099ca4f-c2f6-495a-b542-2835c55a5597} executeQuery: Read 104 rows, 6.53 KiB in 0.001182 sec., 87986.46362098138 rows/sec., 5.39 MiB/sec. 2026.01.08 16:13:39.442700 [ 4 ] {6099ca4f-c2f6-495a-b542-2835c55a5597} TCPHandler: Processed in 0.00135177 sec. 2026.01.08 16:13:39.449993 [ 199 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 219 rows, containing 19 columns (19 merged, 0 gathered) in 0.008689424 sec., 25203.051433558772 rows/sec., 45.16 MiB/sec. 2026.01.08 16:13:39.450416 [ 199 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:13:39.450757 [ 199 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:39.450839 [ 199 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_11_2} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:13:39.450959 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. 2026.01.08 16:13:41.267831 [ 107 ] {} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 2026.01.08 16:13:41.267896 [ 107 ] {} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:41.267919 [ 107 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:41.268070 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} MergeTask::PrepareStage: Merging 5 parts: from all_1_1_0 to all_5_5_0 into Compact with storage Full 2026.01.08 16:13:41.268286 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:41.268337 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part 2026.01.08 16:13:41.268438 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 2 rows starting from the beginning of the part 2026.01.08 16:13:41.268514 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part 2026.01.08 16:13:41.268582 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:41.268647 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part 2026.01.08 16:13:41.269467 [ 199 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} MergeTask::MergeProjectionsStage: Merge sorted 22 rows, containing 5 columns (5 merged, 0 gathered) in 0.001472293 sec., 14942.677850129017 rows/sec., 1.25 MiB/sec. 2026.01.08 16:13:41.269586 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) 2026.01.08 16:13:41.269832 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:41.269899 [ 186 ] {f73bba31-492f-4055-b5d1-21daa1bccdc8::all_1_5_1} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 2026.01.08 16:13:41.269968 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.08 16:13:42.799056 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 458 2026.01.08 16:13:42.801367 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:42.801425 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:42.802650 [ 243 ] {} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:13:42.802933 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:42.803271 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 458 2026.01.08 16:13:44.410391 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:44.410592 [ 4 ] {0c196c3f-70f6-4f56-a5f2-a8e38fbf6aee} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:44.410662 [ 4 ] {0c196c3f-70f6-4f56-a5f2-a8e38fbf6aee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:44.411318 [ 4 ] {0c196c3f-70f6-4f56-a5f2-a8e38fbf6aee} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:44.411369 [ 4 ] {0c196c3f-70f6-4f56-a5f2-a8e38fbf6aee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:44.411764 [ 4 ] {0c196c3f-70f6-4f56-a5f2-a8e38fbf6aee} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.08 16:13:44.411990 [ 4 ] {0c196c3f-70f6-4f56-a5f2-a8e38fbf6aee} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:44.412145 [ 4 ] {0c196c3f-70f6-4f56-a5f2-a8e38fbf6aee} executeQuery: Read 72 rows, 5.94 KiB in 0.001606 sec., 44831.88044831881 rows/sec., 3.61 MiB/sec. 2026.01.08 16:13:44.412189 [ 4 ] {0c196c3f-70f6-4f56-a5f2-a8e38fbf6aee} TCPHandler: Processed in 0.001934343 sec. 2026.01.08 16:13:44.412319 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:44.412418 [ 4 ] {b8afb7ad-cf20-47e4-84f8-42c5be1360db} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:44.412466 [ 4 ] {b8afb7ad-cf20-47e4-84f8-42c5be1360db} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:44.412869 [ 4 ] {b8afb7ad-cf20-47e4-84f8-42c5be1360db} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:44.412904 [ 4 ] {b8afb7ad-cf20-47e4-84f8-42c5be1360db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:44.413199 [ 4 ] {b8afb7ad-cf20-47e4-84f8-42c5be1360db} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:13:44.413404 [ 4 ] {b8afb7ad-cf20-47e4-84f8-42c5be1360db} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:44.413530 [ 4 ] {b8afb7ad-cf20-47e4-84f8-42c5be1360db} executeQuery: Read 8 rows, 616.00 B in 0.001133 sec., 7060.900264783761 rows/sec., 530.95 KiB/sec. 2026.01.08 16:13:44.413567 [ 4 ] {b8afb7ad-cf20-47e4-84f8-42c5be1360db} TCPHandler: Processed in 0.001298739 sec. 2026.01.08 16:13:44.413671 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:44.413766 [ 4 ] {93311a30-542b-40b1-ad3f-b59ec3a0ac82} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:44.413806 [ 4 ] {93311a30-542b-40b1-ad3f-b59ec3a0ac82} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:44.414226 [ 4 ] {93311a30-542b-40b1-ad3f-b59ec3a0ac82} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:44.414263 [ 4 ] {93311a30-542b-40b1-ad3f-b59ec3a0ac82} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:44.414560 [ 4 ] {93311a30-542b-40b1-ad3f-b59ec3a0ac82} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.08 16:13:44.414769 [ 4 ] {93311a30-542b-40b1-ad3f-b59ec3a0ac82} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:44.414893 [ 4 ] {93311a30-542b-40b1-ad3f-b59ec3a0ac82} executeQuery: Read 72 rows, 5.76 KiB in 0.001145 sec., 62882.096069868996 rows/sec., 4.91 MiB/sec. 2026.01.08 16:13:44.414930 [ 4 ] {93311a30-542b-40b1-ad3f-b59ec3a0ac82} TCPHandler: Processed in 0.001307619 sec. 2026.01.08 16:13:44.415049 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:44.415143 [ 4 ] {a8a13140-3839-4ca3-9535-b947e5d6458f} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:44.415186 [ 4 ] {a8a13140-3839-4ca3-9535-b947e5d6458f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:44.415595 [ 4 ] {a8a13140-3839-4ca3-9535-b947e5d6458f} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:44.415631 [ 4 ] {a8a13140-3839-4ca3-9535-b947e5d6458f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:44.415960 [ 4 ] {a8a13140-3839-4ca3-9535-b947e5d6458f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.08 16:13:44.416166 [ 4 ] {a8a13140-3839-4ca3-9535-b947e5d6458f} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:44.416292 [ 4 ] {a8a13140-3839-4ca3-9535-b947e5d6458f} executeQuery: Read 160 rows, 11.41 KiB in 0.001168 sec., 136986.301369863 rows/sec., 9.54 MiB/sec. 2026.01.08 16:13:44.416328 [ 4 ] {a8a13140-3839-4ca3-9535-b947e5d6458f} TCPHandler: Processed in 0.0013275 sec. 2026.01.08 16:13:44.416452 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:44.416544 [ 4 ] {7b350ee9-cc3b-460d-9b67-372363ffc710} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:44.416599 [ 4 ] {7b350ee9-cc3b-460d-9b67-372363ffc710} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:44.417324 [ 4 ] {7b350ee9-cc3b-460d-9b67-372363ffc710} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:44.417361 [ 4 ] {7b350ee9-cc3b-460d-9b67-372363ffc710} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:44.417868 [ 4 ] {7b350ee9-cc3b-460d-9b67-372363ffc710} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:13:44.418088 [ 4 ] {7b350ee9-cc3b-460d-9b67-372363ffc710} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:44.418220 [ 4 ] {7b350ee9-cc3b-460d-9b67-372363ffc710} executeQuery: Read 8 rows, 14.68 KiB in 0.001693 sec., 4725.339633786179 rows/sec., 8.47 MiB/sec. 2026.01.08 16:13:44.418270 [ 4 ] {7b350ee9-cc3b-460d-9b67-372363ffc710} TCPHandler: Processed in 0.001867592 sec. 2026.01.08 16:13:44.418394 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:44.418489 [ 4 ] {4d721656-5610-4815-be57-11535070147f} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:44.418531 [ 4 ] {4d721656-5610-4815-be57-11535070147f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:44.418870 [ 4 ] {4d721656-5610-4815-be57-11535070147f} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:44.418906 [ 4 ] {4d721656-5610-4815-be57-11535070147f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:44.419205 [ 4 ] {4d721656-5610-4815-be57-11535070147f} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.08 16:13:44.419409 [ 4 ] {4d721656-5610-4815-be57-11535070147f} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:44.419535 [ 4 ] {4d721656-5610-4815-be57-11535070147f} executeQuery: Read 60 rows, 4.14 KiB in 0.001064 sec., 56390.97744360902 rows/sec., 3.80 MiB/sec. 2026.01.08 16:13:44.419570 [ 4 ] {4d721656-5610-4815-be57-11535070147f} TCPHandler: Processed in 0.001225897 sec. 2026.01.08 16:13:45.304649 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 7224 2026.01.08 16:13:45.305175 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:45.305220 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:45.305705 [ 244 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:13:45.305931 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:45.306059 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7224 2026.01.08 16:13:45.694308 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 2026.01.08 16:13:45.711071 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:45.711132 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:45.716659 [ 245 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:13:45.717347 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:45.720423 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 113 2026.01.08 16:13:49.423264 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.423493 [ 4 ] {7a738e8a-ea28-4b83-bab6-a99b6385103a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:13:49.423573 [ 4 ] {7a738e8a-ea28-4b83-bab6-a99b6385103a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:13:49.424484 [ 4 ] {7a738e8a-ea28-4b83-bab6-a99b6385103a} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.424546 [ 4 ] {7a738e8a-ea28-4b83-bab6-a99b6385103a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.425037 [ 4 ] {7a738e8a-ea28-4b83-bab6-a99b6385103a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:13:49.425280 [ 4 ] {7a738e8a-ea28-4b83-bab6-a99b6385103a} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.425449 [ 4 ] {7a738e8a-ea28-4b83-bab6-a99b6385103a} executeQuery: Read 410 rows, 26.63 KiB in 0.002014 sec., 203574.9751737835 rows/sec., 12.91 MiB/sec. 2026.01.08 16:13:49.425503 [ 4 ] {7a738e8a-ea28-4b83-bab6-a99b6385103a} TCPHandler: Processed in 0.002379493 sec. 2026.01.08 16:13:49.425644 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.425750 [ 4 ] {4d98c2d7-72cb-4a19-911c-b06f18e9d200} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:49.425796 [ 4 ] {4d98c2d7-72cb-4a19-911c-b06f18e9d200} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:49.426822 [ 4 ] {4d98c2d7-72cb-4a19-911c-b06f18e9d200} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.426864 [ 4 ] {4d98c2d7-72cb-4a19-911c-b06f18e9d200} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.427269 [ 4 ] {4d98c2d7-72cb-4a19-911c-b06f18e9d200} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.08 16:13:49.427485 [ 4 ] {4d98c2d7-72cb-4a19-911c-b06f18e9d200} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.427623 [ 4 ] {4d98c2d7-72cb-4a19-911c-b06f18e9d200} executeQuery: Read 1178 rows, 96.17 KiB in 0.001897 sec., 620980.4955192409 rows/sec., 49.51 MiB/sec. 2026.01.08 16:13:49.427662 [ 4 ] {4d98c2d7-72cb-4a19-911c-b06f18e9d200} TCPHandler: Processed in 0.002070967 sec. 2026.01.08 16:13:49.427782 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.427886 [ 4 ] {43a72769-476a-47f1-a4f3-33449d084c74} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:49.427929 [ 4 ] {43a72769-476a-47f1-a4f3-33449d084c74} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:49.428429 [ 4 ] {43a72769-476a-47f1-a4f3-33449d084c74} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.428464 [ 4 ] {43a72769-476a-47f1-a4f3-33449d084c74} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.428796 [ 4 ] {43a72769-476a-47f1-a4f3-33449d084c74} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:13:49.429013 [ 4 ] {43a72769-476a-47f1-a4f3-33449d084c74} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.429146 [ 4 ] {43a72769-476a-47f1-a4f3-33449d084c74} executeQuery: Read 238 rows, 14.80 KiB in 0.001286 sec., 185069.98444790047 rows/sec., 11.24 MiB/sec. 2026.01.08 16:13:49.429183 [ 4 ] {43a72769-476a-47f1-a4f3-33449d084c74} TCPHandler: Processed in 0.001452433 sec. 2026.01.08 16:13:49.429294 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.429391 [ 4 ] {d68b81d0-e87f-4c0a-8587-f3925853fc6d} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:13:49.429432 [ 4 ] {d68b81d0-e87f-4c0a-8587-f3925853fc6d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:13:49.429908 [ 4 ] {d68b81d0-e87f-4c0a-8587-f3925853fc6d} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.429944 [ 4 ] {d68b81d0-e87f-4c0a-8587-f3925853fc6d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.430260 [ 4 ] {d68b81d0-e87f-4c0a-8587-f3925853fc6d} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:13:49.430499 [ 4 ] {d68b81d0-e87f-4c0a-8587-f3925853fc6d} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.430627 [ 4 ] {d68b81d0-e87f-4c0a-8587-f3925853fc6d} executeQuery: Read 212 rows, 14.00 KiB in 0.001255 sec., 168924.30278884462 rows/sec., 10.89 MiB/sec. 2026.01.08 16:13:49.430663 [ 4 ] {d68b81d0-e87f-4c0a-8587-f3925853fc6d} TCPHandler: Processed in 0.001419542 sec. 2026.01.08 16:13:49.430773 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.430868 [ 4 ] {ab2f0c69-d3ce-4ba1-ba14-235cd63bacea} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:13:49.430910 [ 4 ] {ab2f0c69-d3ce-4ba1-ba14-235cd63bacea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:13:49.431384 [ 4 ] {ab2f0c69-d3ce-4ba1-ba14-235cd63bacea} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.431419 [ 4 ] {ab2f0c69-d3ce-4ba1-ba14-235cd63bacea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.431736 [ 4 ] {ab2f0c69-d3ce-4ba1-ba14-235cd63bacea} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:13:49.431960 [ 4 ] {ab2f0c69-d3ce-4ba1-ba14-235cd63bacea} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.432091 [ 4 ] {ab2f0c69-d3ce-4ba1-ba14-235cd63bacea} executeQuery: Read 211 rows, 12.27 KiB in 0.001242 sec., 169887.27858293074 rows/sec., 9.65 MiB/sec. 2026.01.08 16:13:49.432129 [ 4 ] {ab2f0c69-d3ce-4ba1-ba14-235cd63bacea} TCPHandler: Processed in 0.001405522 sec. 2026.01.08 16:13:49.432261 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.432359 [ 4 ] {798ed487-2dc3-4010-932e-783d2396e31a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:49.432400 [ 4 ] {798ed487-2dc3-4010-932e-783d2396e31a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:49.433102 [ 4 ] {798ed487-2dc3-4010-932e-783d2396e31a} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.433137 [ 4 ] {798ed487-2dc3-4010-932e-783d2396e31a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.433488 [ 4 ] {798ed487-2dc3-4010-932e-783d2396e31a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.08 16:13:49.433704 [ 4 ] {798ed487-2dc3-4010-932e-783d2396e31a} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.433838 [ 4 ] {798ed487-2dc3-4010-932e-783d2396e31a} executeQuery: Read 712 rows, 51.11 KiB in 0.001498 sec., 475300.4005340454 rows/sec., 33.32 MiB/sec. 2026.01.08 16:13:49.433878 [ 4 ] {798ed487-2dc3-4010-932e-783d2396e31a} TCPHandler: Processed in 0.001667318 sec. 2026.01.08 16:13:49.434009 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.434103 [ 4 ] {70d0288e-4a92-4b82-8a07-8091fe4e9745} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:13:49.434146 [ 4 ] {70d0288e-4a92-4b82-8a07-8091fe4e9745} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:13:49.434487 [ 4 ] {70d0288e-4a92-4b82-8a07-8091fe4e9745} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.434522 [ 4 ] {70d0288e-4a92-4b82-8a07-8091fe4e9745} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.434826 [ 4 ] {70d0288e-4a92-4b82-8a07-8091fe4e9745} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:13:49.435064 [ 4 ] {70d0288e-4a92-4b82-8a07-8091fe4e9745} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.435160 [ 143 ] {} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 2026.01.08 16:13:49.435190 [ 4 ] {70d0288e-4a92-4b82-8a07-8091fe4e9745} executeQuery: Read 6 rows, 321.00 B in 0.001105 sec., 5429.8642533936645 rows/sec., 283.69 KiB/sec. 2026.01.08 16:13:49.435198 [ 143 ] {} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.435223 [ 143 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.435227 [ 4 ] {70d0288e-4a92-4b82-8a07-8091fe4e9745} TCPHandler: Processed in 0.001268819 sec. 2026.01.08 16:13:49.435336 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergeTask::PrepareStage: Merging 6 parts: from all_1_1_0 to all_6_6_0 into Compact with storage Full 2026.01.08 16:13:49.435361 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.435454 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:49.435467 [ 4 ] {b995c050-d115-4e7f-b1a6-d9bba6648f8a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:49.435509 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part 2026.01.08 16:13:49.435517 [ 4 ] {b995c050-d115-4e7f-b1a6-d9bba6648f8a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:49.435617 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part 2026.01.08 16:13:49.435681 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part 2026.01.08 16:13:49.435744 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part 2026.01.08 16:13:49.435789 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part 2026.01.08 16:13:49.435845 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part 2026.01.08 16:13:49.436091 [ 4 ] {b995c050-d115-4e7f-b1a6-d9bba6648f8a} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.436131 [ 4 ] {b995c050-d115-4e7f-b1a6-d9bba6648f8a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.436605 [ 4 ] {b995c050-d115-4e7f-b1a6-d9bba6648f8a} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.08 16:13:49.436839 [ 186 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.001551915 sec., 23197.146750949632 rows/sec., 1.18 MiB/sec. 2026.01.08 16:13:49.436886 [ 4 ] {b995c050-d115-4e7f-b1a6-d9bba6648f8a} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.437032 [ 4 ] {b995c050-d115-4e7f-b1a6-d9bba6648f8a} executeQuery: Read 314 rows, 21.12 KiB in 0.001589 sec., 197608.55884203903 rows/sec., 12.98 MiB/sec. 2026.01.08 16:13:49.437049 [ 186 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) 2026.01.08 16:13:49.437070 [ 4 ] {b995c050-d115-4e7f-b1a6-d9bba6648f8a} TCPHandler: Processed in 0.001768359 sec. 2026.01.08 16:13:49.437196 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.437294 [ 4 ] {53d007ac-9f1f-46db-b8eb-cbc781b9e1fc} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:13:49.437339 [ 4 ] {53d007ac-9f1f-46db-b8eb-cbc781b9e1fc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:13:49.437400 [ 186 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.437481 [ 186 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_6_1} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 2026.01.08 16:13:49.437572 [ 186 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.08 16:13:49.437666 [ 4 ] {53d007ac-9f1f-46db-b8eb-cbc781b9e1fc} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.437707 [ 4 ] {53d007ac-9f1f-46db-b8eb-cbc781b9e1fc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.438015 [ 4 ] {53d007ac-9f1f-46db-b8eb-cbc781b9e1fc} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:13:49.438223 [ 4 ] {53d007ac-9f1f-46db-b8eb-cbc781b9e1fc} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.438353 [ 4 ] {53d007ac-9f1f-46db-b8eb-cbc781b9e1fc} executeQuery: Read 1 rows, 69.00 B in 0.001077 sec., 928.5051067780872 rows/sec., 62.57 KiB/sec. 2026.01.08 16:13:49.438388 [ 4 ] {53d007ac-9f1f-46db-b8eb-cbc781b9e1fc} TCPHandler: Processed in 0.001242467 sec. 2026.01.08 16:13:49.438505 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.438600 [ 4 ] {dc33ad1c-bfda-4cad-9563-a1c7139b313b} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:49.438655 [ 4 ] {dc33ad1c-bfda-4cad-9563-a1c7139b313b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:49.439529 [ 4 ] {dc33ad1c-bfda-4cad-9563-a1c7139b313b} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.439565 [ 4 ] {dc33ad1c-bfda-4cad-9563-a1c7139b313b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.440206 [ 4 ] {dc33ad1c-bfda-4cad-9563-a1c7139b313b} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:13:49.440451 [ 4 ] {dc33ad1c-bfda-4cad-9563-a1c7139b313b} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.440592 [ 4 ] {dc33ad1c-bfda-4cad-9563-a1c7139b313b} executeQuery: Read 33 rows, 60.55 KiB in 0.00201 sec., 16417.910447761195 rows/sec., 29.42 MiB/sec. 2026.01.08 16:13:49.440649 [ 4 ] {dc33ad1c-bfda-4cad-9563-a1c7139b313b} TCPHandler: Processed in 0.002193299 sec. 2026.01.08 16:13:49.440772 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:49.440866 [ 4 ] {72b48c1a-ff14-4a4a-a82b-176a5ce183bb} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:49.440909 [ 4 ] {72b48c1a-ff14-4a4a-a82b-176a5ce183bb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:49.441251 [ 4 ] {72b48c1a-ff14-4a4a-a82b-176a5ce183bb} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:49.441286 [ 4 ] {72b48c1a-ff14-4a4a-a82b-176a5ce183bb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:49.441608 [ 4 ] {72b48c1a-ff14-4a4a-a82b-176a5ce183bb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.08 16:13:49.441819 [ 4 ] {72b48c1a-ff14-4a4a-a82b-176a5ce183bb} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:49.441946 [ 4 ] {72b48c1a-ff14-4a4a-a82b-176a5ce183bb} executeQuery: Read 104 rows, 6.53 KiB in 0.001098 sec., 94717.66848816029 rows/sec., 5.80 MiB/sec. 2026.01.08 16:13:49.441981 [ 4 ] {72b48c1a-ff14-4a4a-a82b-176a5ce183bb} TCPHandler: Processed in 0.001260718 sec. 2026.01.08 16:13:52.711620 [ 140 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:13:52.711706 [ 140 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:13:52.804006 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 492 2026.01.08 16:13:52.806235 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:52.806281 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:52.807082 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 7672 2026.01.08 16:13:52.807443 [ 243 ] {} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:13:52.807584 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:52.807632 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:52.807726 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:52.807895 [ 140 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:13:52.807950 [ 140 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:52.807972 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:52.807989 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 492 2026.01.08 16:13:52.808107 [ 186 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:13:52.808164 [ 244 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.08 16:13:52.808443 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:52.808571 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7672 2026.01.08 16:13:52.808580 [ 139 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.08 16:13:52.808617 [ 139 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:52.808636 [ 139 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:52.808738 [ 193 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.08 16:13:52.808761 [ 186 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:52.808835 [ 193 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:52.808871 [ 193 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5304 rows starting from the beginning of the part 2026.01.08 16:13:52.808926 [ 186 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 320 rows starting from the beginning of the part 2026.01.08 16:13:52.808926 [ 193 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 448 rows starting from the beginning of the part 2026.01.08 16:13:52.808995 [ 193 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 512 rows starting from the beginning of the part 2026.01.08 16:13:52.809044 [ 193 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 448 rows starting from the beginning of the part 2026.01.08 16:13:52.809082 [ 193 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 512 rows starting from the beginning of the part 2026.01.08 16:13:52.809120 [ 193 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 448 rows starting from the beginning of the part 2026.01.08 16:13:52.809315 [ 186 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part 2026.01.08 16:13:52.809739 [ 186 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part 2026.01.08 16:13:52.810143 [ 186 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part 2026.01.08 16:13:52.810545 [ 186 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part 2026.01.08 16:13:52.810548 [ 195 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 7672 rows, containing 4 columns (4 merged, 0 gathered) in 0.001857561 sec., 4130147.0045936583 rows/sec., 59.08 MiB/sec. 2026.01.08 16:13:52.810887 [ 186 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 34 rows starting from the beginning of the part 2026.01.08 16:13:52.811368 [ 190 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.08 16:13:52.811662 [ 190 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:52.811737 [ 190 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_16_3} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.08 16:13:52.811827 [ 190 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.45 MiB. 2026.01.08 16:13:52.816332 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 492 rows, containing 72 columns (72 merged, 0 gathered) in 0.008288626 sec., 59358.45096642073 rows/sec., 54.76 MiB/sec. 2026.01.08 16:13:52.817078 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:13:52.817570 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:52.817640 [ 195 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_11_2} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:13:52.817767 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. 2026.01.08 16:13:53.001235 [ 248 ] {} AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000846409 sec. 2026.01.08 16:13:53.221427 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 2026.01.08 16:13:53.238096 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:53.238146 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:53.244394 [ 245 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.08 16:13:53.245091 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:53.245366 [ 140 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.08 16:13:53.245406 [ 140 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:53.245428 [ 140 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:53.245557 [ 190 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.08 16:13:53.248324 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 121 2026.01.08 16:13:53.249563 [ 190 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:53.250959 [ 190 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part 2026.01.08 16:13:53.255432 [ 190 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:53.259646 [ 190 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part 2026.01.08 16:13:53.263872 [ 190 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:53.268487 [ 190 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part 2026.01.08 16:13:53.272520 [ 190 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:53.327131 [ 187 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.081631204 sec., 1482.2763118868124 rows/sec., 7.66 MiB/sec. 2026.01.08 16:13:53.329783 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.08 16:13:53.331813 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:53.331937 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_16_3} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.08 16:13:53.334620 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.50 MiB. 2026.01.08 16:13:54.000211 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 225.47 MiB, peak 235.45 MiB, free memory in arenas 0.00 B, will set to 236.12 MiB (RSS), difference: 10.65 MiB 2026.01.08 16:13:54.410521 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:54.410731 [ 4 ] {b86d3fa7-cd2d-466e-97c4-a07c0d9db6ae} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:54.410805 [ 4 ] {b86d3fa7-cd2d-466e-97c4-a07c0d9db6ae} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:54.411500 [ 4 ] {b86d3fa7-cd2d-466e-97c4-a07c0d9db6ae} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.411559 [ 4 ] {b86d3fa7-cd2d-466e-97c4-a07c0d9db6ae} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.411991 [ 4 ] {b86d3fa7-cd2d-466e-97c4-a07c0d9db6ae} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.08 16:13:54.412243 [ 4 ] {b86d3fa7-cd2d-466e-97c4-a07c0d9db6ae} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.412392 [ 138 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.08 16:13:54.412408 [ 4 ] {b86d3fa7-cd2d-466e-97c4-a07c0d9db6ae} executeQuery: Read 72 rows, 5.94 KiB in 0.00173 sec., 41618.49710982659 rows/sec., 3.35 MiB/sec. 2026.01.08 16:13:54.412461 [ 138 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.412482 [ 4 ] {b86d3fa7-cd2d-466e-97c4-a07c0d9db6ae} TCPHandler: Processed in 0.002104876 sec. 2026.01.08 16:13:54.412494 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.412609 [ 187 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.08 16:13:54.412624 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:54.412740 [ 187 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:54.412748 [ 4 ] {cc70c5d3-377e-47ce-89bc-ccd4982f2830} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:54.412784 [ 187 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1323 rows starting from the beginning of the part 2026.01.08 16:13:54.412806 [ 4 ] {cc70c5d3-377e-47ce-89bc-ccd4982f2830} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:54.412889 [ 187 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 72 rows starting from the beginning of the part 2026.01.08 16:13:54.412945 [ 187 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1178 rows starting from the beginning of the part 2026.01.08 16:13:54.412992 [ 187 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part 2026.01.08 16:13:54.413040 [ 187 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1178 rows starting from the beginning of the part 2026.01.08 16:13:54.413085 [ 187 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 72 rows starting from the beginning of the part 2026.01.08 16:13:54.413275 [ 4 ] {cc70c5d3-377e-47ce-89bc-ccd4982f2830} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.413321 [ 4 ] {cc70c5d3-377e-47ce-89bc-ccd4982f2830} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.413889 [ 4 ] {cc70c5d3-377e-47ce-89bc-ccd4982f2830} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.08 16:13:54.414174 [ 4 ] {cc70c5d3-377e-47ce-89bc-ccd4982f2830} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.414299 [ 138 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.08 16:13:54.414327 [ 4 ] {cc70c5d3-377e-47ce-89bc-ccd4982f2830} executeQuery: Read 8 rows, 616.00 B in 0.001604 sec., 4987.5311720698255 rows/sec., 375.04 KiB/sec. 2026.01.08 16:13:54.414338 [ 138 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.414368 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.414374 [ 4 ] {cc70c5d3-377e-47ce-89bc-ccd4982f2830} TCPHandler: Processed in 0.00180174 sec. 2026.01.08 16:13:54.414504 [ 189 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.08 16:13:54.414601 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:54.414645 [ 189 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:54.414684 [ 189 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 276 rows starting from the beginning of the part 2026.01.08 16:13:54.414708 [ 4 ] {5f74503d-4d5b-475f-bce8-cd7512695bf0} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:54.414751 [ 189 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:54.414757 [ 4 ] {5f74503d-4d5b-475f-bce8-cd7512695bf0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:54.414818 [ 189 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 238 rows starting from the beginning of the part 2026.01.08 16:13:54.414876 [ 189 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:54.414928 [ 189 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 238 rows starting from the beginning of the part 2026.01.08 16:13:54.414980 [ 189 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.01.08 16:13:54.415162 [ 203 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3895 rows, containing 5 columns (5 merged, 0 gathered) in 0.002592988 sec., 1502128.0468710228 rows/sec., 126.24 MiB/sec. 2026.01.08 16:13:54.415222 [ 4 ] {5f74503d-4d5b-475f-bce8-cd7512695bf0} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.415266 [ 4 ] {5f74503d-4d5b-475f-bce8-cd7512695bf0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.415406 [ 200 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.08 16:13:54.415758 [ 200 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.415822 [ 4 ] {5f74503d-4d5b-475f-bce8-cd7512695bf0} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.08 16:13:54.415848 [ 200 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_21_4} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.08 16:13:54.415948 [ 191 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 776 rows, containing 5 columns (5 merged, 0 gathered) in 0.001494104 sec., 519374.82263617526 rows/sec., 34.02 MiB/sec. 2026.01.08 16:13:54.415958 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.87 MiB. 2026.01.08 16:13:54.416081 [ 4 ] {5f74503d-4d5b-475f-bce8-cd7512695bf0} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.416179 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.08 16:13:54.416206 [ 138 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.08 16:13:54.416230 [ 4 ] {5f74503d-4d5b-475f-bce8-cd7512695bf0} executeQuery: Read 72 rows, 5.76 KiB in 0.001546 sec., 46571.79818887451 rows/sec., 3.64 MiB/sec. 2026.01.08 16:13:54.416241 [ 138 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.416277 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.416279 [ 4 ] {5f74503d-4d5b-475f-bce8-cd7512695bf0} TCPHandler: Processed in 0.001729868 sec. 2026.01.08 16:13:54.416396 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.08 16:13:54.416439 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:54.416492 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:54.416506 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.416520 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 792 rows starting from the beginning of the part 2026.01.08 16:13:54.416544 [ 4 ] {c03128f1-ed8f-45ac-b474-18ee52d3190e} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:54.416570 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 72 rows starting from the beginning of the part 2026.01.08 16:13:54.416594 [ 4 ] {c03128f1-ed8f-45ac-b474-18ee52d3190e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:54.416598 [ 203 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_16_3} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.08 16:13:54.416612 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 712 rows starting from the beginning of the part 2026.01.08 16:13:54.416664 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 72 rows starting from the beginning of the part 2026.01.08 16:13:54.416699 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 712 rows starting from the beginning of the part 2026.01.08 16:13:54.416718 [ 203 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. 2026.01.08 16:13:54.416732 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 72 rows starting from the beginning of the part 2026.01.08 16:13:54.417033 [ 4 ] {c03128f1-ed8f-45ac-b474-18ee52d3190e} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.417076 [ 4 ] {c03128f1-ed8f-45ac-b474-18ee52d3190e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.417510 [ 4 ] {c03128f1-ed8f-45ac-b474-18ee52d3190e} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.08 16:13:54.417748 [ 4 ] {c03128f1-ed8f-45ac-b474-18ee52d3190e} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.417812 [ 200 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 2432 rows, containing 5 columns (5 merged, 0 gathered) in 0.001457643 sec., 1668446.9379676643 rows/sec., 125.22 MiB/sec. 2026.01.08 16:13:54.417868 [ 138 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.08 16:13:54.417891 [ 4 ] {c03128f1-ed8f-45ac-b474-18ee52d3190e} executeQuery: Read 160 rows, 11.41 KiB in 0.001369 sec., 116873.6303871439 rows/sec., 8.14 MiB/sec. 2026.01.08 16:13:54.417897 [ 138 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.417936 [ 138 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.417937 [ 4 ] {c03128f1-ed8f-45ac-b474-18ee52d3190e} TCPHandler: Processed in 0.001548834 sec. 2026.01.08 16:13:54.417978 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.08 16:13:54.418034 [ 191 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.08 16:13:54.418076 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:54.418141 [ 191 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:54.418179 [ 191 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 2847 rows starting from the beginning of the part 2026.01.08 16:13:54.418179 [ 4 ] {00264cd3-4c3d-473f-95c5-10ec48c2b27d} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:54.418241 [ 191 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part 2026.01.08 16:13:54.418251 [ 4 ] {00264cd3-4c3d-473f-95c5-10ec48c2b27d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:54.418258 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.418307 [ 191 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 314 rows starting from the beginning of the part 2026.01.08 16:13:54.418350 [ 189 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_21_4} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.08 16:13:54.418358 [ 191 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part 2026.01.08 16:13:54.418409 [ 191 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 314 rows starting from the beginning of the part 2026.01.08 16:13:54.418436 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. 2026.01.08 16:13:54.418462 [ 191 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part 2026.01.08 16:13:54.419183 [ 4 ] {00264cd3-4c3d-473f-95c5-10ec48c2b27d} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.419226 [ 4 ] {00264cd3-4c3d-473f-95c5-10ec48c2b27d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.419802 [ 4 ] {00264cd3-4c3d-473f-95c5-10ec48c2b27d} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:13:54.420080 [ 4 ] {00264cd3-4c3d-473f-95c5-10ec48c2b27d} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.420231 [ 4 ] {00264cd3-4c3d-473f-95c5-10ec48c2b27d} executeQuery: Read 8 rows, 14.68 KiB in 0.002071 sec., 3862.8681796233705 rows/sec., 6.92 MiB/sec. 2026.01.08 16:13:54.420302 [ 4 ] {00264cd3-4c3d-473f-95c5-10ec48c2b27d} TCPHandler: Processed in 0.002276041 sec. 2026.01.08 16:13:54.420376 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 3955 rows, containing 5 columns (5 merged, 0 gathered) in 0.002378873 sec., 1662551.9731402223 rows/sec., 113.80 MiB/sec. 2026.01.08 16:13:54.420433 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:54.420535 [ 4 ] {96c36a16-ea49-4097-8951-22de6286e9b4} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:54.420580 [ 4 ] {96c36a16-ea49-4097-8951-22de6286e9b4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:54.420720 [ 189 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.08 16:13:54.420942 [ 4 ] {96c36a16-ea49-4097-8951-22de6286e9b4} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.420986 [ 4 ] {96c36a16-ea49-4097-8951-22de6286e9b4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.421000 [ 189 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.421089 [ 189 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_21_4} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.08 16:13:54.421182 [ 189 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.93 MiB. 2026.01.08 16:13:54.421344 [ 4 ] {96c36a16-ea49-4097-8951-22de6286e9b4} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.08 16:13:54.421583 [ 4 ] {96c36a16-ea49-4097-8951-22de6286e9b4} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.421701 [ 137 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.08 16:13:54.421715 [ 4 ] {96c36a16-ea49-4097-8951-22de6286e9b4} executeQuery: Read 60 rows, 4.14 KiB in 0.001199 sec., 50041.701417848206 rows/sec., 3.37 MiB/sec. 2026.01.08 16:13:54.421747 [ 137 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:54.421763 [ 4 ] {96c36a16-ea49-4097-8951-22de6286e9b4} TCPHandler: Processed in 0.001379851 sec. 2026.01.08 16:13:54.421775 [ 137 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:54.421863 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.08 16:13:54.421962 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:13:54.421989 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 842 rows starting from the beginning of the part 2026.01.08 16:13:54.422039 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part 2026.01.08 16:13:54.422080 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 104 rows starting from the beginning of the part 2026.01.08 16:13:54.422125 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part 2026.01.08 16:13:54.422162 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 104 rows starting from the beginning of the part 2026.01.08 16:13:54.422200 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part 2026.01.08 16:13:54.423129 [ 198 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1230 rows, containing 4 columns (4 merged, 0 gathered) in 0.001295579 sec., 949382.4768694151 rows/sec., 61.27 MiB/sec. 2026.01.08 16:13:54.423326 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.08 16:13:54.423573 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:54.423639 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_21_4} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.08 16:13:54.423700 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. 2026.01.08 16:13:58.733727 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:56835 2026.01.08 16:13:58.733848 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:58.733879 [ 288 ] {} TCP-Session: 2fa59844-8c27-41bc-a90e-fde1d3763895 Authenticating user 'default' from [fd00:1122:3344:101::e]:56835 2026.01.08 16:13:58.733904 [ 288 ] {} TCP-Session: 2fa59844-8c27-41bc-a90e-fde1d3763895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.733920 [ 288 ] {} TCP-Session: 2fa59844-8c27-41bc-a90e-fde1d3763895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734128 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41695 2026.01.08 16:13:58.734158 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45496 2026.01.08 16:13:58.734180 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:58414 2026.01.08 16:13:58.734227 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60784 2026.01.08 16:13:58.734252 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:58.734270 [ 288 ] {} TCP-Session: 2fa59844-8c27-41bc-a90e-fde1d3763895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:58.734281 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:58.734304 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:58.734324 [ 292 ] {} TCP-Session: c2bdb5dc-97cc-4149-b1fc-ff1f18e7c421 Authenticating user 'default' from [fd00:1122:3344:101::e]:45496 2026.01.08 16:13:58.734345 [ 294 ] {} TCP-Session: b7f465c6-8018-4d10-9025-bd82ba221d95 Authenticating user 'default' from [fd00:1122:3344:101::e]:58414 2026.01.08 16:13:58.734357 [ 292 ] {} TCP-Session: c2bdb5dc-97cc-4149-b1fc-ff1f18e7c421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734189 [ 3 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61648 2026.01.08 16:13:58.734382 [ 292 ] {} TCP-Session: c2bdb5dc-97cc-4149-b1fc-ff1f18e7c421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734378 [ 294 ] {} TCP-Session: b7f465c6-8018-4d10-9025-bd82ba221d95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734420 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:58.734446 [ 294 ] {} TCP-Session: b7f465c6-8018-4d10-9025-bd82ba221d95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734463 [ 288 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} executeQuery: (from [fd00:1122:3344:101::e]:56835) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:13:58.734471 [ 286 ] {} TCP-Session: e4b6260a-0a7d-4e9e-9248-93789b6a1b5e Authenticating user 'default' from [fd00:1122:3344:101::e]:60784 2026.01.08 16:13:58.734494 [ 3 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:58.734520 [ 286 ] {} TCP-Session: e4b6260a-0a7d-4e9e-9248-93789b6a1b5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734531 [ 3 ] {} TCP-Session: 2f6c3f57-bb8e-42ba-b59a-beed59c47565 Authenticating user 'default' from [fd00:1122:3344:101::e]:61648 2026.01.08 16:13:58.734537 [ 286 ] {} TCP-Session: e4b6260a-0a7d-4e9e-9248-93789b6a1b5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734549 [ 3 ] {} TCP-Session: 2f6c3f57-bb8e-42ba-b59a-beed59c47565 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734170 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:40990 2026.01.08 16:13:58.734566 [ 3 ] {} TCP-Session: 2f6c3f57-bb8e-42ba-b59a-beed59c47565 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734160 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59749 2026.01.08 16:13:58.734143 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60914 2026.01.08 16:13:58.734295 [ 289 ] {} TCP-Session: e3651d5f-e929-4098-8825-0b2a50e4a59a Authenticating user 'default' from [fd00:1122:3344:101::e]:41695 2026.01.08 16:13:58.734696 [ 289 ] {} TCP-Session: e3651d5f-e929-4098-8825-0b2a50e4a59a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734710 [ 289 ] {} TCP-Session: e3651d5f-e929-4098-8825-0b2a50e4a59a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734758 [ 288 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:13:58.734826 [ 288 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:13:58.734844 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:58.734849 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:58.734881 [ 293 ] {} TCP-Session: 4b11b9e0-e61a-48d5-a5c4-ffc54ae531c5 Authenticating user 'default' from [fd00:1122:3344:101::e]:40990 2026.01.08 16:13:58.734899 [ 291 ] {} TCP-Session: 7a9bb29c-b0a8-483f-9520-c67f2d4d89a1 Authenticating user 'default' from [fd00:1122:3344:101::e]:59749 2026.01.08 16:13:58.734907 [ 293 ] {} TCP-Session: 4b11b9e0-e61a-48d5-a5c4-ffc54ae531c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734925 [ 291 ] {} TCP-Session: 7a9bb29c-b0a8-483f-9520-c67f2d4d89a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734933 [ 293 ] {} TCP-Session: 4b11b9e0-e61a-48d5-a5c4-ffc54ae531c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734947 [ 291 ] {} TCP-Session: 7a9bb29c-b0a8-483f-9520-c67f2d4d89a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.734945 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:13:58.735008 [ 290 ] {} TCP-Session: e83f6a9f-1574-4b7e-9977-fcc2975014c9 Authenticating user 'default' from [fd00:1122:3344:101::e]:60914 2026.01.08 16:13:58.735025 [ 290 ] {} TCP-Session: e83f6a9f-1574-4b7e-9977-fcc2975014c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.735037 [ 290 ] {} TCP-Session: e83f6a9f-1574-4b7e-9977-fcc2975014c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.735102 [ 288 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:13:58.736001 [ 341 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} AggregatingTransform: Aggregating 2026.01.08 16:13:58.736048 [ 341 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} Aggregator: Aggregation method: without_key 2026.01.08 16:13:58.736081 [ 341 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000918171 sec. (1089.122 rows/sec., 42.54 KiB/sec.) 2026.01.08 16:13:58.736095 [ 341 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} Aggregator: Merging aggregated data 2026.01.08 16:13:58.737323 [ 288 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} executeQuery: Read 1 rows, 40.00 B in 0.002924 sec., 341.9972640218878 rows/sec., 13.36 KiB/sec. 2026.01.08 16:13:58.737463 [ 288 ] {1ba081ad-6a3a-4a70-aae9-084c025ac27b} TCPHandler: Processed in 0.003316204 sec. 2026.01.08 16:13:58.737614 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:58.737641 [ 3 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:58.737652 [ 290 ] {} TCP-Session: e83f6a9f-1574-4b7e-9977-fcc2975014c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.737670 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:58.737683 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:58.737699 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:58.737714 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:58.737747 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:58.737760 [ 293 ] {} TCP-Session: 4b11b9e0-e61a-48d5-a5c4-ffc54ae531c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.737776 [ 292 ] {} TCP-Session: c2bdb5dc-97cc-4149-b1fc-ff1f18e7c421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.737792 [ 288 ] {} TCP-Session: 2fa59844-8c27-41bc-a90e-fde1d3763895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.737737 [ 294 ] {} TCP-Session: b7f465c6-8018-4d10-9025-bd82ba221d95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.737735 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:58.737716 [ 291 ] {} TCP-Session: 7a9bb29c-b0a8-483f-9520-c67f2d4d89a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.737688 [ 3 ] {} TCP-Session: 2f6c3f57-bb8e-42ba-b59a-beed59c47565 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.737868 [ 286 ] {} TCP-Session: e4b6260a-0a7d-4e9e-9248-93789b6a1b5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:58.737657 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:13:58.737932 [ 289 ] {} TCP-Session: e3651d5f-e929-4098-8825-0b2a50e4a59a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:13:59.446155 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.446381 [ 4 ] {d312caaa-c0f7-48af-8264-fe00f441a36e} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:13:59.446471 [ 4 ] {d312caaa-c0f7-48af-8264-fe00f441a36e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:13:59.447682 [ 4 ] {d312caaa-c0f7-48af-8264-fe00f441a36e} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.447753 [ 4 ] {d312caaa-c0f7-48af-8264-fe00f441a36e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.448389 [ 4 ] {d312caaa-c0f7-48af-8264-fe00f441a36e} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:13:59.448789 [ 4 ] {d312caaa-c0f7-48af-8264-fe00f441a36e} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.449027 [ 4 ] {d312caaa-c0f7-48af-8264-fe00f441a36e} executeQuery: Read 410 rows, 26.63 KiB in 0.002705 sec., 151571.16451016636 rows/sec., 9.62 MiB/sec. 2026.01.08 16:13:59.449091 [ 4 ] {d312caaa-c0f7-48af-8264-fe00f441a36e} TCPHandler: Processed in 0.00311917 sec. 2026.01.08 16:13:59.449280 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.449411 [ 4 ] {5cb1cac3-a774-424a-9488-ab5d9c75a6e5} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.08 16:13:59.449491 [ 4 ] {5cb1cac3-a774-424a-9488-ab5d9c75a6e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.08 16:13:59.450147 [ 4 ] {5cb1cac3-a774-424a-9488-ab5d9c75a6e5} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.450198 [ 4 ] {5cb1cac3-a774-424a-9488-ab5d9c75a6e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.450665 [ 4 ] {5cb1cac3-a774-424a-9488-ab5d9c75a6e5} MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) 2026.01.08 16:13:59.451010 [ 4 ] {5cb1cac3-a774-424a-9488-ab5d9c75a6e5} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.451181 [ 4 ] {5cb1cac3-a774-424a-9488-ab5d9c75a6e5} executeQuery: Read 4 rows, 334.00 B in 0.001799 sec., 2223.457476375764 rows/sec., 181.31 KiB/sec. 2026.01.08 16:13:59.451237 [ 4 ] {5cb1cac3-a774-424a-9488-ab5d9c75a6e5} TCPHandler: Processed in 0.002021015 sec. 2026.01.08 16:13:59.451423 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.451547 [ 4 ] {ed26b68c-5db6-45db-9bb1-26ce37ce3e44} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:13:59.451604 [ 4 ] {ed26b68c-5db6-45db-9bb1-26ce37ce3e44} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:13:59.453092 [ 4 ] {ed26b68c-5db6-45db-9bb1-26ce37ce3e44} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.453143 [ 4 ] {ed26b68c-5db6-45db-9bb1-26ce37ce3e44} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.453742 [ 4 ] {ed26b68c-5db6-45db-9bb1-26ce37ce3e44} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.08 16:13:59.454087 [ 4 ] {ed26b68c-5db6-45db-9bb1-26ce37ce3e44} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.454269 [ 4 ] {ed26b68c-5db6-45db-9bb1-26ce37ce3e44} executeQuery: Read 1180 rows, 96.31 KiB in 0.00275 sec., 429090.9090909091 rows/sec., 34.20 MiB/sec. 2026.01.08 16:13:59.454321 [ 4 ] {ed26b68c-5db6-45db-9bb1-26ce37ce3e44} TCPHandler: Processed in 0.002972647 sec. 2026.01.08 16:13:59.454490 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.454609 [ 4 ] {b4823a99-e05d-45d4-84eb-d2b4d80dc477} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:13:59.454663 [ 4 ] {b4823a99-e05d-45d4-84eb-d2b4d80dc477} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:13:59.455382 [ 4 ] {b4823a99-e05d-45d4-84eb-d2b4d80dc477} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.455432 [ 4 ] {b4823a99-e05d-45d4-84eb-d2b4d80dc477} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.455928 [ 4 ] {b4823a99-e05d-45d4-84eb-d2b4d80dc477} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.08 16:13:59.456266 [ 4 ] {b4823a99-e05d-45d4-84eb-d2b4d80dc477} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.456450 [ 4 ] {b4823a99-e05d-45d4-84eb-d2b4d80dc477} executeQuery: Read 242 rows, 15.08 KiB in 0.001868 sec., 129550.32119914347 rows/sec., 7.88 MiB/sec. 2026.01.08 16:13:59.456503 [ 4 ] {b4823a99-e05d-45d4-84eb-d2b4d80dc477} TCPHandler: Processed in 0.002075526 sec. 2026.01.08 16:13:59.456663 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.456778 [ 4 ] {70e957b3-5bb2-4fc9-a535-0edf91de5888} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:13:59.456829 [ 4 ] {70e957b3-5bb2-4fc9-a535-0edf91de5888} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:13:59.457532 [ 4 ] {70e957b3-5bb2-4fc9-a535-0edf91de5888} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.457589 [ 4 ] {70e957b3-5bb2-4fc9-a535-0edf91de5888} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.458049 [ 4 ] {70e957b3-5bb2-4fc9-a535-0edf91de5888} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:13:59.458386 [ 4 ] {70e957b3-5bb2-4fc9-a535-0edf91de5888} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.458572 [ 4 ] {70e957b3-5bb2-4fc9-a535-0edf91de5888} executeQuery: Read 212 rows, 14.00 KiB in 0.001818 sec., 116611.66116611661 rows/sec., 7.52 MiB/sec. 2026.01.08 16:13:59.458625 [ 4 ] {70e957b3-5bb2-4fc9-a535-0edf91de5888} TCPHandler: Processed in 0.002023335 sec. 2026.01.08 16:13:59.458780 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.458893 [ 4 ] {05aa4ffb-255b-4f5b-825c-4e18ded51dde} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:13:59.458951 [ 4 ] {05aa4ffb-255b-4f5b-825c-4e18ded51dde} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:13:59.459625 [ 4 ] {05aa4ffb-255b-4f5b-825c-4e18ded51dde} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.459675 [ 4 ] {05aa4ffb-255b-4f5b-825c-4e18ded51dde} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.460116 [ 4 ] {05aa4ffb-255b-4f5b-825c-4e18ded51dde} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:13:59.460424 [ 4 ] {05aa4ffb-255b-4f5b-825c-4e18ded51dde} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.460595 [ 4 ] {05aa4ffb-255b-4f5b-825c-4e18ded51dde} executeQuery: Read 211 rows, 12.27 KiB in 0.001733 sec., 121754.18349682631 rows/sec., 6.91 MiB/sec. 2026.01.08 16:13:59.460644 [ 4 ] {05aa4ffb-255b-4f5b-825c-4e18ded51dde} TCPHandler: Processed in 0.001930553 sec. 2026.01.08 16:13:59.460905 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.461010 [ 4 ] {b9ec1c9c-7171-406f-b9d1-975616fe0739} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:13:59.461059 [ 4 ] {b9ec1c9c-7171-406f-b9d1-975616fe0739} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:13:59.462079 [ 4 ] {b9ec1c9c-7171-406f-b9d1-975616fe0739} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.462130 [ 4 ] {b9ec1c9c-7171-406f-b9d1-975616fe0739} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.462658 [ 4 ] {b9ec1c9c-7171-406f-b9d1-975616fe0739} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.08 16:13:59.462966 [ 4 ] {b9ec1c9c-7171-406f-b9d1-975616fe0739} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.463142 [ 4 ] {b9ec1c9c-7171-406f-b9d1-975616fe0739} executeQuery: Read 716 rows, 51.44 KiB in 0.002121 sec., 337576.61480433756 rows/sec., 23.68 MiB/sec. 2026.01.08 16:13:59.463192 [ 4 ] {b9ec1c9c-7171-406f-b9d1-975616fe0739} TCPHandler: Processed in 0.002319782 sec. 2026.01.08 16:13:59.463362 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.463474 [ 4 ] {896ad6b0-f393-4587-9da9-6387edcbf00b} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:13:59.463528 [ 4 ] {896ad6b0-f393-4587-9da9-6387edcbf00b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:13:59.463995 [ 4 ] {896ad6b0-f393-4587-9da9-6387edcbf00b} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.464043 [ 4 ] {896ad6b0-f393-4587-9da9-6387edcbf00b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.464437 [ 4 ] {896ad6b0-f393-4587-9da9-6387edcbf00b} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:13:59.464724 [ 4 ] {896ad6b0-f393-4587-9da9-6387edcbf00b} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.464886 [ 4 ] {896ad6b0-f393-4587-9da9-6387edcbf00b} executeQuery: Read 6 rows, 321.00 B in 0.001438 sec., 4172.4617524339355 rows/sec., 217.99 KiB/sec. 2026.01.08 16:13:59.464931 [ 4 ] {896ad6b0-f393-4587-9da9-6387edcbf00b} TCPHandler: Processed in 0.001631827 sec. 2026.01.08 16:13:59.465083 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.465188 [ 4 ] {3f46245f-1448-4182-b991-c9e4b373b992} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:59.465240 [ 4 ] {3f46245f-1448-4182-b991-c9e4b373b992} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:13:59.465857 [ 4 ] {3f46245f-1448-4182-b991-c9e4b373b992} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.465904 [ 4 ] {3f46245f-1448-4182-b991-c9e4b373b992} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.466406 [ 4 ] {3f46245f-1448-4182-b991-c9e4b373b992} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.08 16:13:59.466763 [ 4 ] {3f46245f-1448-4182-b991-c9e4b373b992} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.466948 [ 4 ] {3f46245f-1448-4182-b991-c9e4b373b992} executeQuery: Read 316 rows, 21.26 KiB in 0.001782 sec., 177328.84399551066 rows/sec., 11.65 MiB/sec. 2026.01.08 16:13:59.467001 [ 4 ] {3f46245f-1448-4182-b991-c9e4b373b992} TCPHandler: Processed in 0.001974494 sec. 2026.01.08 16:13:59.467165 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.467288 [ 4 ] {2557c5c6-b044-4359-a698-f343d395fede} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:13:59.467346 [ 4 ] {2557c5c6-b044-4359-a698-f343d395fede} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:13:59.468644 [ 4 ] {2557c5c6-b044-4359-a698-f343d395fede} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.468695 [ 4 ] {2557c5c6-b044-4359-a698-f343d395fede} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.469180 [ 4 ] {2557c5c6-b044-4359-a698-f343d395fede} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:13:59.469508 [ 4 ] {2557c5c6-b044-4359-a698-f343d395fede} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.469689 [ 4 ] {2557c5c6-b044-4359-a698-f343d395fede} executeQuery: Read 1 rows, 69.00 B in 0.002424 sec., 412.54125412541254 rows/sec., 27.80 KiB/sec. 2026.01.08 16:13:59.469741 [ 4 ] {2557c5c6-b044-4359-a698-f343d395fede} TCPHandler: Processed in 0.002638799 sec. 2026.01.08 16:13:59.469905 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.470028 [ 4 ] {5339911d-e99a-4b25-9f51-7d579ff66156} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:13:59.470102 [ 4 ] {5339911d-e99a-4b25-9f51-7d579ff66156} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:13:59.471273 [ 4 ] {5339911d-e99a-4b25-9f51-7d579ff66156} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.471319 [ 4 ] {5339911d-e99a-4b25-9f51-7d579ff66156} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.472020 [ 4 ] {5339911d-e99a-4b25-9f51-7d579ff66156} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:13:59.472335 [ 4 ] {5339911d-e99a-4b25-9f51-7d579ff66156} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.472515 [ 4 ] {5339911d-e99a-4b25-9f51-7d579ff66156} executeQuery: Read 33 rows, 60.55 KiB in 0.002513 sec., 13131.715081575805 rows/sec., 23.53 MiB/sec. 2026.01.08 16:13:59.472591 [ 4 ] {5339911d-e99a-4b25-9f51-7d579ff66156} TCPHandler: Processed in 0.002748221 sec. 2026.01.08 16:13:59.472759 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:13:59.472881 [ 4 ] {fbc689db-1af1-40e0-b152-a791983dbd7a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:13:59.472934 [ 4 ] {fbc689db-1af1-40e0-b152-a791983dbd7a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:13:59.473441 [ 4 ] {fbc689db-1af1-40e0-b152-a791983dbd7a} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:13:59.473487 [ 4 ] {fbc689db-1af1-40e0-b152-a791983dbd7a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:13:59.473958 [ 4 ] {fbc689db-1af1-40e0-b152-a791983dbd7a} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.08 16:13:59.474258 [ 4 ] {fbc689db-1af1-40e0-b152-a791983dbd7a} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:13:59.474428 [ 4 ] {fbc689db-1af1-40e0-b152-a791983dbd7a} executeQuery: Read 104 rows, 6.53 KiB in 0.001572 sec., 66157.76081424936 rows/sec., 4.05 MiB/sec. 2026.01.08 16:13:59.474476 [ 4 ] {fbc689db-1af1-40e0-b152-a791983dbd7a} TCPHandler: Processed in 0.00177889 sec. 2026.01.08 16:14:00.180934 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57562 2026.01.08 16:14:00.181042 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.181073 [ 286 ] {} TCP-Session: 194a0550-21b9-4314-9f58-c9fc95c04157 Authenticating user 'default' from [fd00:1122:3344:101::e]:57562 2026.01.08 16:14:00.181098 [ 286 ] {} TCP-Session: 194a0550-21b9-4314-9f58-c9fc95c04157 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181112 [ 286 ] {} TCP-Session: 194a0550-21b9-4314-9f58-c9fc95c04157 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181312 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50101 2026.01.08 16:14:00.181342 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43701 2026.01.08 16:14:00.181362 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39604 2026.01.08 16:14:00.181379 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33597 2026.01.08 16:14:00.181437 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.181372 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:33429 2026.01.08 16:14:00.181487 [ 287 ] {} TCP-Session: 45aab60b-d0a9-4127-bbd2-9f59562ac3bb Authenticating user 'default' from [fd00:1122:3344:101::e]:50101 2026.01.08 16:14:00.181512 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.181501 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.181549 [ 294 ] {} TCP-Session: 35a83fa5-962e-45d7-88f2-bfea88d8b74c Authenticating user 'default' from [fd00:1122:3344:101::e]:33597 2026.01.08 16:14:00.181539 [ 287 ] {} TCP-Session: 45aab60b-d0a9-4127-bbd2-9f59562ac3bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181578 [ 292 ] {} TCP-Session: c3f706ac-998f-4727-93a3-87cc0c2e6a1d Authenticating user 'default' from [fd00:1122:3344:101::e]:39604 2026.01.08 16:14:00.181589 [ 287 ] {} TCP-Session: 45aab60b-d0a9-4127-bbd2-9f59562ac3bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181581 [ 294 ] {} TCP-Session: 35a83fa5-962e-45d7-88f2-bfea88d8b74c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181614 [ 292 ] {} TCP-Session: c3f706ac-998f-4727-93a3-87cc0c2e6a1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181628 [ 294 ] {} TCP-Session: 35a83fa5-962e-45d7-88f2-bfea88d8b74c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181643 [ 292 ] {} TCP-Session: c3f706ac-998f-4727-93a3-87cc0c2e6a1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181586 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.181471 [ 286 ] {} TCP-Session: 194a0550-21b9-4314-9f58-c9fc95c04157 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:00.181701 [ 293 ] {} TCP-Session: fd76dec2-3712-49cf-935f-8bdfa1c9a5ba Authenticating user 'default' from [fd00:1122:3344:101::e]:33429 2026.01.08 16:14:00.181352 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39187 2026.01.08 16:14:00.181736 [ 293 ] {} TCP-Session: fd76dec2-3712-49cf-935f-8bdfa1c9a5ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181350 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37874 2026.01.08 16:14:00.181754 [ 293 ] {} TCP-Session: fd76dec2-3712-49cf-935f-8bdfa1c9a5ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181788 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.181328 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44410 2026.01.08 16:14:00.181830 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.181816 [ 289 ] {} TCP-Session: 1ccca2e4-c941-4c6b-b1ee-386480e608e4 Authenticating user 'default' from [fd00:1122:3344:101::e]:39187 2026.01.08 16:14:00.181867 [ 291 ] {} TCP-Session: 5ea22440-bd3e-4c55-85f1-7c73a4f3960c Authenticating user 'default' from [fd00:1122:3344:101::e]:37874 2026.01.08 16:14:00.181884 [ 289 ] {} TCP-Session: 1ccca2e4-c941-4c6b-b1ee-386480e608e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181893 [ 286 ] {d19edeee-8864-4b08-8978-988cf952d1f5} executeQuery: (from [fd00:1122:3344:101::e]:57562) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:14:00.181900 [ 291 ] {} TCP-Session: 5ea22440-bd3e-4c55-85f1-7c73a4f3960c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181908 [ 289 ] {} TCP-Session: 1ccca2e4-c941-4c6b-b1ee-386480e608e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181933 [ 291 ] {} TCP-Session: 5ea22440-bd3e-4c55-85f1-7c73a4f3960c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.181896 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.181437 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.181991 [ 288 ] {} TCP-Session: 70ff39bc-5178-49b7-8421-901b7a7dd52a Authenticating user 'default' from [fd00:1122:3344:101::e]:44410 2026.01.08 16:14:00.182018 [ 290 ] {} TCP-Session: 1b335f91-bdce-454d-a05f-8bfdf4c096b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:43701 2026.01.08 16:14:00.182022 [ 288 ] {} TCP-Session: 70ff39bc-5178-49b7-8421-901b7a7dd52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.182049 [ 290 ] {} TCP-Session: 1b335f91-bdce-454d-a05f-8bfdf4c096b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.182051 [ 288 ] {} TCP-Session: 70ff39bc-5178-49b7-8421-901b7a7dd52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.182070 [ 290 ] {} TCP-Session: 1b335f91-bdce-454d-a05f-8bfdf4c096b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.182189 [ 286 ] {d19edeee-8864-4b08-8978-988cf952d1f5} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:14:00.182255 [ 286 ] {d19edeee-8864-4b08-8978-988cf952d1f5} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:00.182545 [ 286 ] {d19edeee-8864-4b08-8978-988cf952d1f5} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:14:00.183498 [ 321 ] {d19edeee-8864-4b08-8978-988cf952d1f5} AggregatingTransform: Aggregating 2026.01.08 16:14:00.183542 [ 321 ] {d19edeee-8864-4b08-8978-988cf952d1f5} Aggregator: Aggregation method: without_key 2026.01.08 16:14:00.183577 [ 321 ] {d19edeee-8864-4b08-8978-988cf952d1f5} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000932741 sec. (1072.109 rows/sec., 41.88 KiB/sec.) 2026.01.08 16:14:00.183595 [ 321 ] {d19edeee-8864-4b08-8978-988cf952d1f5} Aggregator: Merging aggregated data 2026.01.08 16:14:00.184993 [ 286 ] {d19edeee-8864-4b08-8978-988cf952d1f5} executeQuery: Read 1 rows, 40.00 B in 0.003193 sec., 313.18509238960223 rows/sec., 12.23 KiB/sec. 2026.01.08 16:14:00.185130 [ 286 ] {d19edeee-8864-4b08-8978-988cf952d1f5} TCPHandler: Processed in 0.003812096 sec. 2026.01.08 16:14:00.185238 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.185263 [ 286 ] {} TCP-Session: 194a0550-21b9-4314-9f58-c9fc95c04157 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.185265 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.185284 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.185298 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.185317 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.185334 [ 287 ] {} TCP-Session: 45aab60b-d0a9-4127-bbd2-9f59562ac3bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.185341 [ 290 ] {} TCP-Session: 1b335f91-bdce-454d-a05f-8bfdf4c096b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.185352 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.185370 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.185387 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.185397 [ 291 ] {} TCP-Session: 5ea22440-bd3e-4c55-85f1-7c73a4f3960c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.185417 [ 292 ] {} TCP-Session: c3f706ac-998f-4727-93a3-87cc0c2e6a1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.185361 [ 294 ] {} TCP-Session: 35a83fa5-962e-45d7-88f2-bfea88d8b74c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.185444 [ 293 ] {} TCP-Session: fd76dec2-3712-49cf-935f-8bdfa1c9a5ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.185335 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.185310 [ 288 ] {} TCP-Session: 70ff39bc-5178-49b7-8421-901b7a7dd52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.185590 [ 289 ] {} TCP-Session: 1ccca2e4-c941-4c6b-b1ee-386480e608e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.308935 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 8184 2026.01.08 16:14:00.309468 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:00.309524 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:00.310092 [ 244 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.08 16:14:00.310346 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:00.310499 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8184 2026.01.08 16:14:00.405918 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61017 2026.01.08 16:14:00.406018 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.406043 [ 286 ] {} TCP-Session: 57402b49-4e0e-4c38-9803-51c3188cc382 Authenticating user 'default' from [fd00:1122:3344:101::e]:61017 2026.01.08 16:14:00.406065 [ 286 ] {} TCP-Session: 57402b49-4e0e-4c38-9803-51c3188cc382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406078 [ 286 ] {} TCP-Session: 57402b49-4e0e-4c38-9803-51c3188cc382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406289 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43791 2026.01.08 16:14:00.406318 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46097 2026.01.08 16:14:00.406340 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:47337 2026.01.08 16:14:00.406362 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:57380 2026.01.08 16:14:00.406333 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50485 2026.01.08 16:14:00.406416 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.406420 [ 286 ] {} TCP-Session: 57402b49-4e0e-4c38-9803-51c3188cc382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:00.406459 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.406470 [ 287 ] {} TCP-Session: 83ea1f4b-79fc-4183-a7b3-43fe51374e2e Authenticating user 'default' from [fd00:1122:3344:101::e]:43791 2026.01.08 16:14:00.406482 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.406508 [ 292 ] {} TCP-Session: a4f6d758-ef94-47da-86d8-62dcc7089161 Authenticating user 'default' from [fd00:1122:3344:101::e]:47337 2026.01.08 16:14:00.406519 [ 287 ] {} TCP-Session: 83ea1f4b-79fc-4183-a7b3-43fe51374e2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406530 [ 291 ] {} TCP-Session: e687061e-ebca-44fa-943c-fb0ec9719c3d Authenticating user 'default' from [fd00:1122:3344:101::e]:50485 2026.01.08 16:14:00.406554 [ 292 ] {} TCP-Session: a4f6d758-ef94-47da-86d8-62dcc7089161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406559 [ 287 ] {} TCP-Session: 83ea1f4b-79fc-4183-a7b3-43fe51374e2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406575 [ 291 ] {} TCP-Session: e687061e-ebca-44fa-943c-fb0ec9719c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406456 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.406606 [ 292 ] {} TCP-Session: a4f6d758-ef94-47da-86d8-62dcc7089161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406644 [ 294 ] {} TCP-Session: d1ceed37-3f3b-4884-b53e-4ab843bb8ba8 Authenticating user 'default' from [fd00:1122:3344:101::e]:57380 2026.01.08 16:14:00.406681 [ 294 ] {} TCP-Session: d1ceed37-3f3b-4884-b53e-4ab843bb8ba8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406621 [ 291 ] {} TCP-Session: e687061e-ebca-44fa-943c-fb0ec9719c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406699 [ 294 ] {} TCP-Session: d1ceed37-3f3b-4884-b53e-4ab843bb8ba8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406414 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.406636 [ 286 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} executeQuery: (from [fd00:1122:3344:101::e]:61017) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:14:00.406769 [ 290 ] {} TCP-Session: f03bd771-abe4-4b96-9e61-eb9d8ae9aabf Authenticating user 'default' from [fd00:1122:3344:101::e]:46097 2026.01.08 16:14:00.406305 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60800 2026.01.08 16:14:00.406809 [ 290 ] {} TCP-Session: f03bd771-abe4-4b96-9e61-eb9d8ae9aabf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406334 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63785 2026.01.08 16:14:00.406852 [ 290 ] {} TCP-Session: f03bd771-abe4-4b96-9e61-eb9d8ae9aabf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406893 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.406946 [ 288 ] {} TCP-Session: 1bbb167c-9281-4735-a3e2-e7402178b33c Authenticating user 'default' from [fd00:1122:3344:101::e]:60800 2026.01.08 16:14:00.406356 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38024 2026.01.08 16:14:00.406974 [ 288 ] {} TCP-Session: 1bbb167c-9281-4735-a3e2-e7402178b33c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.406989 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.407019 [ 288 ] {} TCP-Session: 1bbb167c-9281-4735-a3e2-e7402178b33c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.407048 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:00.407061 [ 289 ] {} TCP-Session: 1343dad1-7cff-417f-a559-70e532f5cc5b Authenticating user 'default' from [fd00:1122:3344:101::e]:63785 2026.01.08 16:14:00.407080 [ 293 ] {} TCP-Session: ab04c07d-b4a2-46a1-ab55-c48a099dfd13 Authenticating user 'default' from [fd00:1122:3344:101::e]:38024 2026.01.08 16:14:00.407083 [ 286 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:14:00.407096 [ 289 ] {} TCP-Session: 1343dad1-7cff-417f-a559-70e532f5cc5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.407099 [ 293 ] {} TCP-Session: ab04c07d-b4a2-46a1-ab55-c48a099dfd13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.407140 [ 289 ] {} TCP-Session: 1343dad1-7cff-417f-a559-70e532f5cc5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.407148 [ 293 ] {} TCP-Session: ab04c07d-b4a2-46a1-ab55-c48a099dfd13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.407161 [ 286 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:00.407561 [ 286 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:14:00.409242 [ 309 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} AggregatingTransform: Aggregating 2026.01.08 16:14:00.409280 [ 309 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} Aggregator: Aggregation method: without_key 2026.01.08 16:14:00.409316 [ 309 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001621646 sec. (616.657 rows/sec., 24.09 KiB/sec.) 2026.01.08 16:14:00.409337 [ 309 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} Aggregator: Merging aggregated data 2026.01.08 16:14:00.411010 [ 286 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} executeQuery: Read 1 rows, 40.00 B in 0.00445 sec., 224.71910112359552 rows/sec., 8.78 KiB/sec. 2026.01.08 16:14:00.411150 [ 286 ] {5becdc13-24b2-474d-a5c4-aacc3bb6a961} TCPHandler: Processed in 0.004847728 sec. 2026.01.08 16:14:00.411270 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.411301 [ 286 ] {} TCP-Session: 57402b49-4e0e-4c38-9803-51c3188cc382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.411302 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.411319 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.411346 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.411374 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.411388 [ 287 ] {} TCP-Session: 83ea1f4b-79fc-4183-a7b3-43fe51374e2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.411408 [ 292 ] {} TCP-Session: a4f6d758-ef94-47da-86d8-62dcc7089161 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.411413 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.411437 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.411475 [ 290 ] {} TCP-Session: f03bd771-abe4-4b96-9e61-eb9d8ae9aabf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.411419 [ 288 ] {} TCP-Session: 1bbb167c-9281-4735-a3e2-e7402178b33c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.411506 [ 293 ] {} TCP-Session: ab04c07d-b4a2-46a1-ab55-c48a099dfd13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.411390 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.411378 [ 294 ] {} TCP-Session: d1ceed37-3f3b-4884-b53e-4ab843bb8ba8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.411569 [ 291 ] {} TCP-Session: e687061e-ebca-44fa-943c-fb0ec9719c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.411376 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:00.411637 [ 289 ] {} TCP-Session: 1343dad1-7cff-417f-a559-70e532f5cc5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:00.748690 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 2026.01.08 16:14:00.763533 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:00.763597 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:00.769633 [ 245 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.08 16:14:00.770345 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:00.773394 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 129 2026.01.08 16:14:02.808589 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 534 2026.01.08 16:14:02.811294 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:02.811352 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:02.812593 [ 243 ] {} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:14:02.812874 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:02.813218 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 534 2026.01.08 16:14:04.411301 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:04.411519 [ 4 ] {4efed36d-c403-40d5-ba5d-67a6c64b3289} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:04.411594 [ 4 ] {4efed36d-c403-40d5-ba5d-67a6c64b3289} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:04.412337 [ 4 ] {4efed36d-c403-40d5-ba5d-67a6c64b3289} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:04.412379 [ 4 ] {4efed36d-c403-40d5-ba5d-67a6c64b3289} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:04.412773 [ 4 ] {4efed36d-c403-40d5-ba5d-67a6c64b3289} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.08 16:14:04.413004 [ 4 ] {4efed36d-c403-40d5-ba5d-67a6c64b3289} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:04.413165 [ 4 ] {4efed36d-c403-40d5-ba5d-67a6c64b3289} executeQuery: Read 72 rows, 5.94 KiB in 0.001703 sec., 42278.33235466823 rows/sec., 3.41 MiB/sec. 2026.01.08 16:14:04.413211 [ 4 ] {4efed36d-c403-40d5-ba5d-67a6c64b3289} TCPHandler: Processed in 0.002041905 sec. 2026.01.08 16:14:04.413350 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:04.413449 [ 4 ] {ec2e7e4f-ed4f-4482-b7d4-e2ca18f98138} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:04.413491 [ 4 ] {ec2e7e4f-ed4f-4482-b7d4-e2ca18f98138} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:04.413904 [ 4 ] {ec2e7e4f-ed4f-4482-b7d4-e2ca18f98138} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:04.413941 [ 4 ] {ec2e7e4f-ed4f-4482-b7d4-e2ca18f98138} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:04.414254 [ 4 ] {ec2e7e4f-ed4f-4482-b7d4-e2ca18f98138} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.08 16:14:04.414476 [ 4 ] {ec2e7e4f-ed4f-4482-b7d4-e2ca18f98138} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:04.414611 [ 4 ] {ec2e7e4f-ed4f-4482-b7d4-e2ca18f98138} executeQuery: Read 8 rows, 616.00 B in 0.001182 sec., 6768.18950930626 rows/sec., 508.94 KiB/sec. 2026.01.08 16:14:04.414650 [ 4 ] {ec2e7e4f-ed4f-4482-b7d4-e2ca18f98138} TCPHandler: Processed in 0.001350251 sec. 2026.01.08 16:14:04.414764 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:04.414859 [ 4 ] {740b4fc6-e3df-487c-8eeb-7a102b58422f} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:04.414898 [ 4 ] {740b4fc6-e3df-487c-8eeb-7a102b58422f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:04.415313 [ 4 ] {740b4fc6-e3df-487c-8eeb-7a102b58422f} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:04.415351 [ 4 ] {740b4fc6-e3df-487c-8eeb-7a102b58422f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:04.415664 [ 4 ] {740b4fc6-e3df-487c-8eeb-7a102b58422f} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.08 16:14:04.415885 [ 4 ] {740b4fc6-e3df-487c-8eeb-7a102b58422f} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:04.416012 [ 4 ] {740b4fc6-e3df-487c-8eeb-7a102b58422f} executeQuery: Read 72 rows, 5.76 KiB in 0.001171 sec., 61485.909479077716 rows/sec., 4.80 MiB/sec. 2026.01.08 16:14:04.416048 [ 4 ] {740b4fc6-e3df-487c-8eeb-7a102b58422f} TCPHandler: Processed in 0.00133422 sec. 2026.01.08 16:14:04.416171 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:04.416266 [ 4 ] {ce5170af-1af8-4246-a548-89eff701ee21} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:04.416309 [ 4 ] {ce5170af-1af8-4246-a548-89eff701ee21} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:04.416726 [ 4 ] {ce5170af-1af8-4246-a548-89eff701ee21} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:04.416764 [ 4 ] {ce5170af-1af8-4246-a548-89eff701ee21} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:04.417107 [ 4 ] {ce5170af-1af8-4246-a548-89eff701ee21} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.08 16:14:04.417314 [ 4 ] {ce5170af-1af8-4246-a548-89eff701ee21} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:04.417443 [ 4 ] {ce5170af-1af8-4246-a548-89eff701ee21} executeQuery: Read 160 rows, 11.41 KiB in 0.001195 sec., 133891.21338912132 rows/sec., 9.33 MiB/sec. 2026.01.08 16:14:04.417479 [ 4 ] {ce5170af-1af8-4246-a548-89eff701ee21} TCPHandler: Processed in 0.00135782 sec. 2026.01.08 16:14:04.417603 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:04.417696 [ 4 ] {bac189b2-2151-4969-aee6-a03dcacde946} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:04.417752 [ 4 ] {bac189b2-2151-4969-aee6-a03dcacde946} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:04.418509 [ 4 ] {bac189b2-2151-4969-aee6-a03dcacde946} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:04.418545 [ 4 ] {bac189b2-2151-4969-aee6-a03dcacde946} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:04.419049 [ 4 ] {bac189b2-2151-4969-aee6-a03dcacde946} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.08 16:14:04.419284 [ 4 ] {bac189b2-2151-4969-aee6-a03dcacde946} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:04.419406 [ 124 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.08 16:14:04.419419 [ 4 ] {bac189b2-2151-4969-aee6-a03dcacde946} executeQuery: Read 8 rows, 14.68 KiB in 0.001741 sec., 4595.060310166571 rows/sec., 8.23 MiB/sec. 2026.01.08 16:14:04.419447 [ 124 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:04.419470 [ 124 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:04.419478 [ 4 ] {bac189b2-2151-4969-aee6-a03dcacde946} TCPHandler: Processed in 0.001923843 sec. 2026.01.08 16:14:04.419596 [ 189 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.08 16:14:04.419599 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:04.419740 [ 4 ] {299cc48e-8723-425a-a5eb-b989414d016d} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:04.419783 [ 4 ] {299cc48e-8723-425a-a5eb-b989414d016d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:04.419871 [ 189 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:04.419940 [ 189 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 219 rows starting from the beginning of the part 2026.01.08 16:14:04.420075 [ 189 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:04.420131 [ 4 ] {299cc48e-8723-425a-a5eb-b989414d016d} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:04.420171 [ 4 ] {299cc48e-8723-425a-a5eb-b989414d016d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:04.420186 [ 189 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part 2026.01.08 16:14:04.420293 [ 189 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:04.420388 [ 189 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part 2026.01.08 16:14:04.420485 [ 189 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:04.420493 [ 4 ] {299cc48e-8723-425a-a5eb-b989414d016d} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.08 16:14:04.420725 [ 4 ] {299cc48e-8723-425a-a5eb-b989414d016d} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:04.420861 [ 4 ] {299cc48e-8723-425a-a5eb-b989414d016d} executeQuery: Read 60 rows, 4.14 KiB in 0.00114 sec., 52631.57894736842 rows/sec., 3.55 MiB/sec. 2026.01.08 16:14:04.420899 [ 4 ] {299cc48e-8723-425a-a5eb-b989414d016d} TCPHandler: Processed in 0.00134958 sec. 2026.01.08 16:14:04.423483 [ 189 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 19 columns (19 merged, 0 gathered) in 0.003948688 sec., 78253.8402628924 rows/sec., 140.23 MiB/sec. 2026.01.08 16:14:04.424212 [ 196 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.08 16:14:04.424604 [ 196 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:04.424688 [ 196 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_16_3} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.08 16:14:04.424829 [ 196 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.87 MiB. 2026.01.08 16:14:07.711770 [ 121 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:14:07.711846 [ 121 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:14:07.810821 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 8632 2026.01.08 16:14:07.811545 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:07.811588 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:07.812062 [ 244 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.08 16:14:07.812289 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:07.812423 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8632 2026.01.08 16:14:08.273672 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 2026.01.08 16:14:08.290106 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:08.290160 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:08.296306 [ 245 ] {} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.08 16:14:08.297032 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:08.299897 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 136 2026.01.08 16:14:09.423835 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.424047 [ 4 ] {0c0acd93-bdaf-4971-a30a-0f03f39391d4} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:14:09.424127 [ 4 ] {0c0acd93-bdaf-4971-a30a-0f03f39391d4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:14:09.425028 [ 4 ] {0c0acd93-bdaf-4971-a30a-0f03f39391d4} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.425074 [ 4 ] {0c0acd93-bdaf-4971-a30a-0f03f39391d4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.425509 [ 4 ] {0c0acd93-bdaf-4971-a30a-0f03f39391d4} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:14:09.425747 [ 4 ] {0c0acd93-bdaf-4971-a30a-0f03f39391d4} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.425909 [ 4 ] {0c0acd93-bdaf-4971-a30a-0f03f39391d4} executeQuery: Read 410 rows, 26.63 KiB in 0.001914 sec., 214211.0762800418 rows/sec., 13.59 MiB/sec. 2026.01.08 16:14:09.425963 [ 4 ] {0c0acd93-bdaf-4971-a30a-0f03f39391d4} TCPHandler: Processed in 0.00225823 sec. 2026.01.08 16:14:09.426098 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.426206 [ 4 ] {7d664218-6472-41c0-9170-30234a55ca96} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:09.426252 [ 4 ] {7d664218-6472-41c0-9170-30234a55ca96} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:09.427276 [ 4 ] {7d664218-6472-41c0-9170-30234a55ca96} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.427314 [ 4 ] {7d664218-6472-41c0-9170-30234a55ca96} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.427733 [ 4 ] {7d664218-6472-41c0-9170-30234a55ca96} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.08 16:14:09.428040 [ 4 ] {7d664218-6472-41c0-9170-30234a55ca96} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.428212 [ 4 ] {7d664218-6472-41c0-9170-30234a55ca96} executeQuery: Read 1178 rows, 96.17 KiB in 0.00203 sec., 580295.5665024631 rows/sec., 46.26 MiB/sec. 2026.01.08 16:14:09.428253 [ 4 ] {7d664218-6472-41c0-9170-30234a55ca96} TCPHandler: Processed in 0.002209169 sec. 2026.01.08 16:14:09.428383 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.428484 [ 4 ] {4202bee5-9ca0-4eb4-9b9c-d3e28cd50e08} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:09.428529 [ 4 ] {4202bee5-9ca0-4eb4-9b9c-d3e28cd50e08} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:09.429047 [ 4 ] {4202bee5-9ca0-4eb4-9b9c-d3e28cd50e08} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.429083 [ 4 ] {4202bee5-9ca0-4eb4-9b9c-d3e28cd50e08} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.429427 [ 4 ] {4202bee5-9ca0-4eb4-9b9c-d3e28cd50e08} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.08 16:14:09.429649 [ 4 ] {4202bee5-9ca0-4eb4-9b9c-d3e28cd50e08} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.429781 [ 4 ] {4202bee5-9ca0-4eb4-9b9c-d3e28cd50e08} executeQuery: Read 238 rows, 14.80 KiB in 0.001319 sec., 180439.72706595904 rows/sec., 10.96 MiB/sec. 2026.01.08 16:14:09.429819 [ 4 ] {4202bee5-9ca0-4eb4-9b9c-d3e28cd50e08} TCPHandler: Processed in 0.001488623 sec. 2026.01.08 16:14:09.429929 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.430027 [ 4 ] {c2cba8e4-5a8d-4fe2-83f1-32963e79cbe8} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:14:09.430070 [ 4 ] {c2cba8e4-5a8d-4fe2-83f1-32963e79cbe8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:14:09.430562 [ 4 ] {c2cba8e4-5a8d-4fe2-83f1-32963e79cbe8} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.430598 [ 4 ] {c2cba8e4-5a8d-4fe2-83f1-32963e79cbe8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.430915 [ 4 ] {c2cba8e4-5a8d-4fe2-83f1-32963e79cbe8} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:14:09.431139 [ 4 ] {c2cba8e4-5a8d-4fe2-83f1-32963e79cbe8} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.431274 [ 4 ] {c2cba8e4-5a8d-4fe2-83f1-32963e79cbe8} executeQuery: Read 212 rows, 14.00 KiB in 0.001266 sec., 167456.5560821485 rows/sec., 10.80 MiB/sec. 2026.01.08 16:14:09.431312 [ 4 ] {c2cba8e4-5a8d-4fe2-83f1-32963e79cbe8} TCPHandler: Processed in 0.001433292 sec. 2026.01.08 16:14:09.431435 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.431548 [ 4 ] {c6224aeb-aee7-423e-aa8a-b2b7d6f9761a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:14:09.431591 [ 4 ] {c6224aeb-aee7-423e-aa8a-b2b7d6f9761a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:14:09.432149 [ 4 ] {c6224aeb-aee7-423e-aa8a-b2b7d6f9761a} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.432189 [ 4 ] {c6224aeb-aee7-423e-aa8a-b2b7d6f9761a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.432528 [ 4 ] {c6224aeb-aee7-423e-aa8a-b2b7d6f9761a} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:14:09.432746 [ 4 ] {c6224aeb-aee7-423e-aa8a-b2b7d6f9761a} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.432891 [ 4 ] {c6224aeb-aee7-423e-aa8a-b2b7d6f9761a} executeQuery: Read 211 rows, 12.27 KiB in 0.001365 sec., 154578.7545787546 rows/sec., 8.78 MiB/sec. 2026.01.08 16:14:09.432941 [ 4 ] {c6224aeb-aee7-423e-aa8a-b2b7d6f9761a} TCPHandler: Processed in 0.001558395 sec. 2026.01.08 16:14:09.433072 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.433175 [ 4 ] {a90f33ab-a29f-43c8-9807-83738e589f42} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:09.433217 [ 4 ] {a90f33ab-a29f-43c8-9807-83738e589f42} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:09.433940 [ 4 ] {a90f33ab-a29f-43c8-9807-83738e589f42} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.433978 [ 4 ] {a90f33ab-a29f-43c8-9807-83738e589f42} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.434410 [ 4 ] {a90f33ab-a29f-43c8-9807-83738e589f42} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.08 16:14:09.434714 [ 4 ] {a90f33ab-a29f-43c8-9807-83738e589f42} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.434873 [ 4 ] {a90f33ab-a29f-43c8-9807-83738e589f42} executeQuery: Read 712 rows, 51.11 KiB in 0.001718 sec., 414435.3899883586 rows/sec., 29.05 MiB/sec. 2026.01.08 16:14:09.434926 [ 4 ] {a90f33ab-a29f-43c8-9807-83738e589f42} TCPHandler: Processed in 0.001905242 sec. 2026.01.08 16:14:09.435060 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.435158 [ 4 ] {d4df4f5b-9a17-46dc-9196-1e05d28af79a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:14:09.435201 [ 4 ] {d4df4f5b-9a17-46dc-9196-1e05d28af79a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:14:09.435558 [ 4 ] {d4df4f5b-9a17-46dc-9196-1e05d28af79a} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.435596 [ 4 ] {d4df4f5b-9a17-46dc-9196-1e05d28af79a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.435920 [ 4 ] {d4df4f5b-9a17-46dc-9196-1e05d28af79a} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:14:09.436144 [ 4 ] {d4df4f5b-9a17-46dc-9196-1e05d28af79a} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.436282 [ 4 ] {d4df4f5b-9a17-46dc-9196-1e05d28af79a} executeQuery: Read 6 rows, 321.00 B in 0.001143 sec., 5249.343832020998 rows/sec., 274.26 KiB/sec. 2026.01.08 16:14:09.436323 [ 4 ] {d4df4f5b-9a17-46dc-9196-1e05d28af79a} TCPHandler: Processed in 0.00131472 sec. 2026.01.08 16:14:09.436449 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.436547 [ 4 ] {679018f6-bde0-462a-92b7-a550d6303c61} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:09.436592 [ 4 ] {679018f6-bde0-462a-92b7-a550d6303c61} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:09.437062 [ 4 ] {679018f6-bde0-462a-92b7-a550d6303c61} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.437099 [ 4 ] {679018f6-bde0-462a-92b7-a550d6303c61} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.437477 [ 4 ] {679018f6-bde0-462a-92b7-a550d6303c61} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.08 16:14:09.437695 [ 4 ] {679018f6-bde0-462a-92b7-a550d6303c61} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.437829 [ 4 ] {679018f6-bde0-462a-92b7-a550d6303c61} executeQuery: Read 314 rows, 21.12 KiB in 0.001301 sec., 241352.80553420444 rows/sec., 15.85 MiB/sec. 2026.01.08 16:14:09.437869 [ 4 ] {679018f6-bde0-462a-92b7-a550d6303c61} TCPHandler: Processed in 0.001469553 sec. 2026.01.08 16:14:09.437998 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.438093 [ 4 ] {5fa9a099-827b-4143-bccf-0d493659f726} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:14:09.438137 [ 4 ] {5fa9a099-827b-4143-bccf-0d493659f726} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:14:09.438458 [ 4 ] {5fa9a099-827b-4143-bccf-0d493659f726} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.438497 [ 4 ] {5fa9a099-827b-4143-bccf-0d493659f726} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.438824 [ 4 ] {5fa9a099-827b-4143-bccf-0d493659f726} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:14:09.439042 [ 4 ] {5fa9a099-827b-4143-bccf-0d493659f726} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.439174 [ 4 ] {5fa9a099-827b-4143-bccf-0d493659f726} executeQuery: Read 1 rows, 69.00 B in 0.001098 sec., 910.7468123861566 rows/sec., 61.37 KiB/sec. 2026.01.08 16:14:09.439211 [ 4 ] {5fa9a099-827b-4143-bccf-0d493659f726} TCPHandler: Processed in 0.001261658 sec. 2026.01.08 16:14:09.439336 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.439431 [ 4 ] {05d1981b-47ad-41a2-8590-fa97cf5dd9a6} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:09.439488 [ 4 ] {05d1981b-47ad-41a2-8590-fa97cf5dd9a6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:09.440384 [ 4 ] {05d1981b-47ad-41a2-8590-fa97cf5dd9a6} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.440422 [ 4 ] {05d1981b-47ad-41a2-8590-fa97cf5dd9a6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.441003 [ 4 ] {05d1981b-47ad-41a2-8590-fa97cf5dd9a6} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.08 16:14:09.441231 [ 4 ] {05d1981b-47ad-41a2-8590-fa97cf5dd9a6} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.441370 [ 4 ] {05d1981b-47ad-41a2-8590-fa97cf5dd9a6} executeQuery: Read 33 rows, 60.55 KiB in 0.001956 sec., 16871.165644171782 rows/sec., 30.23 MiB/sec. 2026.01.08 16:14:09.441430 [ 4 ] {05d1981b-47ad-41a2-8590-fa97cf5dd9a6} TCPHandler: Processed in 0.002142318 sec. 2026.01.08 16:14:09.441558 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:09.441653 [ 4 ] {9030ed63-ea85-44d4-bfbd-13894ef717e3} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:09.441696 [ 4 ] {9030ed63-ea85-44d4-bfbd-13894ef717e3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:09.442057 [ 4 ] {9030ed63-ea85-44d4-bfbd-13894ef717e3} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:09.442095 [ 4 ] {9030ed63-ea85-44d4-bfbd-13894ef717e3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:09.442409 [ 4 ] {9030ed63-ea85-44d4-bfbd-13894ef717e3} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.08 16:14:09.442627 [ 4 ] {9030ed63-ea85-44d4-bfbd-13894ef717e3} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:09.442757 [ 4 ] {9030ed63-ea85-44d4-bfbd-13894ef717e3} executeQuery: Read 104 rows, 6.53 KiB in 0.001122 sec., 92691.62210338682 rows/sec., 5.68 MiB/sec. 2026.01.08 16:14:09.442793 [ 4 ] {9030ed63-ea85-44d4-bfbd-13894ef717e3} TCPHandler: Processed in 0.001287299 sec. 2026.01.08 16:14:12.813622 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 568 2026.01.08 16:14:12.815849 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:12.815893 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.95 GiB. 2026.01.08 16:14:12.817044 [ 243 ] {} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:14:12.817299 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:12.817551 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 568 2026.01.08 16:14:14.411681 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:14.411905 [ 4 ] {f4679423-87ab-47b1-b475-3fd81a840360} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.08 16:14:14.411984 [ 4 ] {f4679423-87ab-47b1-b475-3fd81a840360} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.08 16:14:14.412749 [ 4 ] {f4679423-87ab-47b1-b475-3fd81a840360} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:14.412808 [ 4 ] {f4679423-87ab-47b1-b475-3fd81a840360} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:14.413210 [ 4 ] {f4679423-87ab-47b1-b475-3fd81a840360} MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) 2026.01.08 16:14:14.413440 [ 4 ] {f4679423-87ab-47b1-b475-3fd81a840360} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:14.413610 [ 4 ] {f4679423-87ab-47b1-b475-3fd81a840360} executeQuery: Read 8 rows, 668.00 B in 0.001762 sec., 4540.295119182747 rows/sec., 370.23 KiB/sec. 2026.01.08 16:14:14.413664 [ 4 ] {f4679423-87ab-47b1-b475-3fd81a840360} TCPHandler: Processed in 0.002124038 sec. 2026.01.08 16:14:14.413785 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:14.413892 [ 4 ] {1e04f6a5-98e6-41cd-a513-0055f0210f34} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:14.413938 [ 4 ] {1e04f6a5-98e6-41cd-a513-0055f0210f34} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:14.414390 [ 4 ] {1e04f6a5-98e6-41cd-a513-0055f0210f34} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:14.414430 [ 4 ] {1e04f6a5-98e6-41cd-a513-0055f0210f34} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:14.414759 [ 4 ] {1e04f6a5-98e6-41cd-a513-0055f0210f34} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.08 16:14:14.414979 [ 4 ] {1e04f6a5-98e6-41cd-a513-0055f0210f34} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:14.415119 [ 4 ] {1e04f6a5-98e6-41cd-a513-0055f0210f34} executeQuery: Read 76 rows, 6.23 KiB in 0.00125 sec., 60800 rows/sec., 4.87 MiB/sec. 2026.01.08 16:14:14.415159 [ 4 ] {1e04f6a5-98e6-41cd-a513-0055f0210f34} TCPHandler: Processed in 0.001426912 sec. 2026.01.08 16:14:14.415274 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:14.415371 [ 4 ] {f2ad1952-4cc7-4025-83d9-14c0fc9780df} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:14.415414 [ 4 ] {f2ad1952-4cc7-4025-83d9-14c0fc9780df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:14.415818 [ 4 ] {f2ad1952-4cc7-4025-83d9-14c0fc9780df} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:14.415856 [ 4 ] {f2ad1952-4cc7-4025-83d9-14c0fc9780df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:14.416174 [ 4 ] {f2ad1952-4cc7-4025-83d9-14c0fc9780df} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.08 16:14:14.416394 [ 4 ] {f2ad1952-4cc7-4025-83d9-14c0fc9780df} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:14.416526 [ 4 ] {f2ad1952-4cc7-4025-83d9-14c0fc9780df} executeQuery: Read 16 rows, 1.16 KiB in 0.001174 sec., 13628.620102214652 rows/sec., 988.21 KiB/sec. 2026.01.08 16:14:14.416564 [ 4 ] {f2ad1952-4cc7-4025-83d9-14c0fc9780df} TCPHandler: Processed in 0.00134055 sec. 2026.01.08 16:14:14.416665 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:14.416759 [ 4 ] {a5e7427e-80e6-4d39-841d-51e0d5caa293} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:14.416800 [ 4 ] {a5e7427e-80e6-4d39-841d-51e0d5caa293} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:14.417237 [ 4 ] {a5e7427e-80e6-4d39-841d-51e0d5caa293} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:14.417275 [ 4 ] {a5e7427e-80e6-4d39-841d-51e0d5caa293} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:14.417576 [ 4 ] {a5e7427e-80e6-4d39-841d-51e0d5caa293} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.08 16:14:14.417795 [ 4 ] {a5e7427e-80e6-4d39-841d-51e0d5caa293} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:14.417929 [ 4 ] {a5e7427e-80e6-4d39-841d-51e0d5caa293} executeQuery: Read 80 rows, 6.41 KiB in 0.001188 sec., 67340.06734006734 rows/sec., 5.27 MiB/sec. 2026.01.08 16:14:14.417968 [ 4 ] {a5e7427e-80e6-4d39-841d-51e0d5caa293} TCPHandler: Processed in 0.00135194 sec. 2026.01.08 16:14:14.418079 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:14.418173 [ 4 ] {8b2f737e-d50a-4955-80a5-fee94e0fa919} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:14.418217 [ 4 ] {8b2f737e-d50a-4955-80a5-fee94e0fa919} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:14.418636 [ 4 ] {8b2f737e-d50a-4955-80a5-fee94e0fa919} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:14.418674 [ 4 ] {8b2f737e-d50a-4955-80a5-fee94e0fa919} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:14.419027 [ 4 ] {8b2f737e-d50a-4955-80a5-fee94e0fa919} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.08 16:14:14.419244 [ 4 ] {8b2f737e-d50a-4955-80a5-fee94e0fa919} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:14.419379 [ 4 ] {8b2f737e-d50a-4955-80a5-fee94e0fa919} executeQuery: Read 164 rows, 11.69 KiB in 0.001224 sec., 133986.92810457517 rows/sec., 9.33 MiB/sec. 2026.01.08 16:14:14.419418 [ 4 ] {8b2f737e-d50a-4955-80a5-fee94e0fa919} TCPHandler: Processed in 0.001387322 sec. 2026.01.08 16:14:14.419537 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:14.419658 [ 4 ] {7576b029-1924-42c6-9830-33d909477ad1} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:14.419727 [ 4 ] {7576b029-1924-42c6-9830-33d909477ad1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:14.420503 [ 4 ] {7576b029-1924-42c6-9830-33d909477ad1} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:14.420542 [ 4 ] {7576b029-1924-42c6-9830-33d909477ad1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:14.421058 [ 4 ] {7576b029-1924-42c6-9830-33d909477ad1} MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) 2026.01.08 16:14:14.421290 [ 4 ] {7576b029-1924-42c6-9830-33d909477ad1} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:14.421431 [ 4 ] {7576b029-1924-42c6-9830-33d909477ad1} executeQuery: Read 8 rows, 14.68 KiB in 0.001798 sec., 4449.388209121246 rows/sec., 7.97 MiB/sec. 2026.01.08 16:14:14.421483 [ 4 ] {7576b029-1924-42c6-9830-33d909477ad1} TCPHandler: Processed in 0.002006625 sec. 2026.01.08 16:14:14.421598 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:14.421693 [ 4 ] {496232c0-fb83-4a26-8a11-81ef1416f608} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:14.421735 [ 4 ] {496232c0-fb83-4a26-8a11-81ef1416f608} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:14.422107 [ 4 ] {496232c0-fb83-4a26-8a11-81ef1416f608} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:14.422156 [ 4 ] {496232c0-fb83-4a26-8a11-81ef1416f608} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:14.422548 [ 4 ] {496232c0-fb83-4a26-8a11-81ef1416f608} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.08 16:14:14.422823 [ 4 ] {496232c0-fb83-4a26-8a11-81ef1416f608} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:14.422964 [ 4 ] {496232c0-fb83-4a26-8a11-81ef1416f608} executeQuery: Read 60 rows, 4.14 KiB in 0.001289 sec., 46547.71140418929 rows/sec., 3.14 MiB/sec. 2026.01.08 16:14:14.423003 [ 4 ] {496232c0-fb83-4a26-8a11-81ef1416f608} TCPHandler: Processed in 0.001454643 sec. 2026.01.08 16:14:15.312679 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 9144 2026.01.08 16:14:15.313259 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:15.313311 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:15.313873 [ 244 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.08 16:14:15.314111 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:15.314253 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9144 2026.01.08 16:14:15.800177 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 2026.01.08 16:14:15.816348 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:15.816412 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:15.822754 [ 245 ] {} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.08 16:14:15.823486 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:15.826355 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 144 2026.01.08 16:14:19.423341 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.423559 [ 4 ] {6a5edf2c-ea08-47c0-b697-2afd0eca3f92} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:14:19.423634 [ 4 ] {6a5edf2c-ea08-47c0-b697-2afd0eca3f92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:14:19.424460 [ 4 ] {6a5edf2c-ea08-47c0-b697-2afd0eca3f92} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.424509 [ 4 ] {6a5edf2c-ea08-47c0-b697-2afd0eca3f92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.424924 [ 4 ] {6a5edf2c-ea08-47c0-b697-2afd0eca3f92} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:14:19.425176 [ 4 ] {6a5edf2c-ea08-47c0-b697-2afd0eca3f92} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.425318 [ 106 ] {} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:14:19.425342 [ 4 ] {6a5edf2c-ea08-47c0-b697-2afd0eca3f92} executeQuery: Read 410 rows, 26.63 KiB in 0.001839 sec., 222947.25394236 rows/sec., 14.14 MiB/sec. 2026.01.08 16:14:19.425394 [ 106 ] {} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.425413 [ 4 ] {6a5edf2c-ea08-47c0-b697-2afd0eca3f92} TCPHandler: Processed in 0.00221311 sec. 2026.01.08 16:14:19.425426 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.425542 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.425573 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:14:19.425648 [ 4 ] {c7024602-1abd-4c75-a0c6-7bd49761bc2d} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:19.425725 [ 4 ] {c7024602-1abd-4c75-a0c6-7bd49761bc2d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:19.425728 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:19.425779 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 434 rows starting from the beginning of the part 2026.01.08 16:14:19.425863 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 410 rows starting from the beginning of the part 2026.01.08 16:14:19.425917 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 410 rows starting from the beginning of the part 2026.01.08 16:14:19.425962 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 410 rows starting from the beginning of the part 2026.01.08 16:14:19.426007 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 410 rows starting from the beginning of the part 2026.01.08 16:14:19.426051 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 410 rows starting from the beginning of the part 2026.01.08 16:14:19.426550 [ 4 ] {c7024602-1abd-4c75-a0c6-7bd49761bc2d} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.426597 [ 4 ] {c7024602-1abd-4c75-a0c6-7bd49761bc2d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.427025 [ 4 ] {c7024602-1abd-4c75-a0c6-7bd49761bc2d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.08 16:14:19.427250 [ 4 ] {c7024602-1abd-4c75-a0c6-7bd49761bc2d} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.427323 [ 196 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 2484 rows, containing 5 columns (5 merged, 0 gathered) in 0.00180906 sec., 1373088.7864415774 rows/sec., 92.60 MiB/sec. 2026.01.08 16:14:19.427370 [ 106 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.08 16:14:19.427387 [ 4 ] {c7024602-1abd-4c75-a0c6-7bd49761bc2d} executeQuery: Read 1178 rows, 96.17 KiB in 0.001762 sec., 668558.4562996596 rows/sec., 53.30 MiB/sec. 2026.01.08 16:14:19.427414 [ 106 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.427437 [ 4 ] {c7024602-1abd-4c75-a0c6-7bd49761bc2d} TCPHandler: Processed in 0.001949043 sec. 2026.01.08 16:14:19.427443 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.427493 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:14:19.427556 [ 196 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.08 16:14:19.427566 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.427686 [ 196 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:19.427690 [ 4 ] {bd922827-7860-435e-be90-8771ec5c257b} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:19.427733 [ 196 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1323 rows starting from the beginning of the part 2026.01.08 16:14:19.427754 [ 4 ] {bd922827-7860-435e-be90-8771ec5c257b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:19.427779 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.427837 [ 196 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1180 rows starting from the beginning of the part 2026.01.08 16:14:19.427867 [ 198 ] {422e33ad-f69f-4fa2-abcc-462e90c7482b::all_1_11_2} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:14:19.427899 [ 196 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part 2026.01.08 16:14:19.427946 [ 198 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.08 16:14:19.427952 [ 196 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1178 rows starting from the beginning of the part 2026.01.08 16:14:19.428039 [ 196 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 76 rows starting from the beginning of the part 2026.01.08 16:14:19.428096 [ 196 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1178 rows starting from the beginning of the part 2026.01.08 16:14:19.428249 [ 4 ] {bd922827-7860-435e-be90-8771ec5c257b} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.428294 [ 4 ] {bd922827-7860-435e-be90-8771ec5c257b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.428633 [ 4 ] {bd922827-7860-435e-be90-8771ec5c257b} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.08 16:14:19.428861 [ 4 ] {bd922827-7860-435e-be90-8771ec5c257b} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.428974 [ 106 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.08 16:14:19.428999 [ 4 ] {bd922827-7860-435e-be90-8771ec5c257b} executeQuery: Read 238 rows, 14.80 KiB in 0.00133 sec., 178947.36842105264 rows/sec., 10.86 MiB/sec. 2026.01.08 16:14:19.429006 [ 106 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.429042 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.429046 [ 4 ] {bd922827-7860-435e-be90-8771ec5c257b} TCPHandler: Processed in 0.001530184 sec. 2026.01.08 16:14:19.429126 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.08 16:14:19.429171 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.429232 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:19.429262 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 276 rows starting from the beginning of the part 2026.01.08 16:14:19.429271 [ 4 ] {5771883c-e443-41f6-8768-47cd05bf57c7} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:14:19.429313 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 242 rows starting from the beginning of the part 2026.01.08 16:14:19.429317 [ 4 ] {5771883c-e443-41f6-8768-47cd05bf57c7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:14:19.429363 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:19.429408 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 238 rows starting from the beginning of the part 2026.01.08 16:14:19.429444 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part 2026.01.08 16:14:19.429480 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 238 rows starting from the beginning of the part 2026.01.08 16:14:19.429825 [ 4 ] {5771883c-e443-41f6-8768-47cd05bf57c7} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.429869 [ 4 ] {5771883c-e443-41f6-8768-47cd05bf57c7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.430236 [ 4 ] {5771883c-e443-41f6-8768-47cd05bf57c7} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:14:19.430396 [ 198 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 1018 rows, containing 5 columns (5 merged, 0 gathered) in 0.001304989 sec., 780083.2037664684 rows/sec., 50.90 MiB/sec. 2026.01.08 16:14:19.430408 [ 199 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5007 rows, containing 5 columns (5 merged, 0 gathered) in 0.002895104 sec., 1729471.549208595 rows/sec., 145.11 MiB/sec. 2026.01.08 16:14:19.430477 [ 4 ] {5771883c-e443-41f6-8768-47cd05bf57c7} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.430534 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.08 16:14:19.430593 [ 106 ] {} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:14:19.430624 [ 106 ] {} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.430628 [ 4 ] {5771883c-e443-41f6-8768-47cd05bf57c7} executeQuery: Read 212 rows, 14.00 KiB in 0.001376 sec., 154069.76744186046 rows/sec., 9.94 MiB/sec. 2026.01.08 16:14:19.430645 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.430681 [ 4 ] {5771883c-e443-41f6-8768-47cd05bf57c7} TCPHandler: Processed in 0.001559735 sec. 2026.01.08 16:14:19.430697 [ 199 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.08 16:14:19.430752 [ 193 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:14:19.430813 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.430825 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.430855 [ 193 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:19.430891 [ 193 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 236 rows starting from the beginning of the part 2026.01.08 16:14:19.430906 [ 194 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_21_4} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.08 16:14:19.430915 [ 4 ] {60332f4a-51c3-4172-b82d-3667708d2d52} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:14:19.430949 [ 193 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 212 rows starting from the beginning of the part 2026.01.08 16:14:19.430973 [ 4 ] {60332f4a-51c3-4172-b82d-3667708d2d52} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:14:19.430992 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.08 16:14:19.430995 [ 193 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 212 rows starting from the beginning of the part 2026.01.08 16:14:19.431057 [ 193 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 212 rows starting from the beginning of the part 2026.01.08 16:14:19.431096 [ 193 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 212 rows starting from the beginning of the part 2026.01.08 16:14:19.431098 [ 199 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.431141 [ 193 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 212 rows starting from the beginning of the part 2026.01.08 16:14:19.431194 [ 199 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_26_5} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.08 16:14:19.431297 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.01 MiB. 2026.01.08 16:14:19.431464 [ 4 ] {60332f4a-51c3-4172-b82d-3667708d2d52} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.431505 [ 4 ] {60332f4a-51c3-4172-b82d-3667708d2d52} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.431846 [ 4 ] {60332f4a-51c3-4172-b82d-3667708d2d52} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:14:19.432043 [ 199 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1296 rows, containing 5 columns (5 merged, 0 gathered) in 0.0013427 sec., 965219.3341774037 rows/sec., 66.26 MiB/sec. 2026.01.08 16:14:19.432065 [ 4 ] {60332f4a-51c3-4172-b82d-3667708d2d52} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.432180 [ 199 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:14:19.432200 [ 106 ] {} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 2026.01.08 16:14:19.432232 [ 4 ] {60332f4a-51c3-4172-b82d-3667708d2d52} executeQuery: Read 211 rows, 12.27 KiB in 0.001336 sec., 157934.13173652696 rows/sec., 8.97 MiB/sec. 2026.01.08 16:14:19.432237 [ 106 ] {} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.432278 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.432281 [ 4 ] {60332f4a-51c3-4172-b82d-3667708d2d52} TCPHandler: Processed in 0.001518564 sec. 2026.01.08 16:14:19.432368 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_6_1 to all_11_11_0 into Compact with storage Full 2026.01.08 16:14:19.432423 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.432446 [ 199 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.432477 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:19.432513 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 223 rows starting from the beginning of the part 2026.01.08 16:14:19.432526 [ 199 ] {1bde249c-afb0-4601-b0a4-5569e4fef0f7::all_1_11_2} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:14:19.432529 [ 4 ] {a9b7cb3f-5ba4-4e5c-be29-8f152c97cbea} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:19.432568 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 211 rows starting from the beginning of the part 2026.01.08 16:14:19.432591 [ 4 ] {a9b7cb3f-5ba4-4e5c-be29-8f152c97cbea} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:19.432613 [ 199 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. 2026.01.08 16:14:19.432627 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 211 rows starting from the beginning of the part 2026.01.08 16:14:19.432694 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 211 rows starting from the beginning of the part 2026.01.08 16:14:19.432737 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 211 rows starting from the beginning of the part 2026.01.08 16:14:19.432776 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 211 rows starting from the beginning of the part 2026.01.08 16:14:19.433255 [ 4 ] {a9b7cb3f-5ba4-4e5c-be29-8f152c97cbea} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.433297 [ 4 ] {a9b7cb3f-5ba4-4e5c-be29-8f152c97cbea} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.433690 [ 4 ] {a9b7cb3f-5ba4-4e5c-be29-8f152c97cbea} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.08 16:14:19.433843 [ 192 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513144 sec., 844599.0599704986 rows/sec., 51.34 MiB/sec. 2026.01.08 16:14:19.433915 [ 4 ] {a9b7cb3f-5ba4-4e5c-be29-8f152c97cbea} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.433991 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) 2026.01.08 16:14:19.434035 [ 106 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.08 16:14:19.434060 [ 4 ] {a9b7cb3f-5ba4-4e5c-be29-8f152c97cbea} executeQuery: Read 712 rows, 51.11 KiB in 0.001549 sec., 459651.38799225306 rows/sec., 32.22 MiB/sec. 2026.01.08 16:14:19.434072 [ 106 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.434109 [ 4 ] {a9b7cb3f-5ba4-4e5c-be29-8f152c97cbea} TCPHandler: Processed in 0.001736569 sec. 2026.01.08 16:14:19.434113 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.434215 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.08 16:14:19.434244 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.434301 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:19.434306 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.434330 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 792 rows starting from the beginning of the part 2026.01.08 16:14:19.434343 [ 4 ] {99e4ede8-8aac-4fb5-bcd3-41c69ef16a80} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:14:19.434385 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 716 rows starting from the beginning of the part 2026.01.08 16:14:19.434389 [ 4 ] {99e4ede8-8aac-4fb5-bcd3-41c69ef16a80} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:14:19.434403 [ 194 ] {4b51c6e3-527c-498f-8de1-ca518a8decc0::all_1_11_2} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 2026.01.08 16:14:19.434427 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 72 rows starting from the beginning of the part 2026.01.08 16:14:19.434468 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 712 rows starting from the beginning of the part 2026.01.08 16:14:19.434483 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. 2026.01.08 16:14:19.434502 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 80 rows starting from the beginning of the part 2026.01.08 16:14:19.434545 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 712 rows starting from the beginning of the part 2026.01.08 16:14:19.434754 [ 4 ] {99e4ede8-8aac-4fb5-bcd3-41c69ef16a80} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.434789 [ 4 ] {99e4ede8-8aac-4fb5-bcd3-41c69ef16a80} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.435112 [ 4 ] {99e4ede8-8aac-4fb5-bcd3-41c69ef16a80} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:14:19.435339 [ 4 ] {99e4ede8-8aac-4fb5-bcd3-41c69ef16a80} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.435473 [ 4 ] {99e4ede8-8aac-4fb5-bcd3-41c69ef16a80} executeQuery: Read 6 rows, 321.00 B in 0.001149 sec., 5221.9321148825065 rows/sec., 272.83 KiB/sec. 2026.01.08 16:14:19.435510 [ 4 ] {99e4ede8-8aac-4fb5-bcd3-41c69ef16a80} TCPHandler: Processed in 0.001315579 sec. 2026.01.08 16:14:19.435623 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.435693 [ 194 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 3084 rows, containing 5 columns (5 merged, 0 gathered) in 0.001513923 sec., 2037091.7147041166 rows/sec., 152.10 MiB/sec. 2026.01.08 16:14:19.435720 [ 4 ] {b35afe29-9fb5-4084-a9b1-62cef7b1df8d} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:19.435769 [ 4 ] {b35afe29-9fb5-4084-a9b1-62cef7b1df8d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:19.435837 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.08 16:14:19.436073 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.436141 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_26_5} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.08 16:14:19.436200 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. 2026.01.08 16:14:19.436201 [ 4 ] {b35afe29-9fb5-4084-a9b1-62cef7b1df8d} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.436244 [ 4 ] {b35afe29-9fb5-4084-a9b1-62cef7b1df8d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.436587 [ 4 ] {b35afe29-9fb5-4084-a9b1-62cef7b1df8d} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.08 16:14:19.436802 [ 4 ] {b35afe29-9fb5-4084-a9b1-62cef7b1df8d} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.436912 [ 106 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.08 16:14:19.436934 [ 4 ] {b35afe29-9fb5-4084-a9b1-62cef7b1df8d} executeQuery: Read 314 rows, 21.12 KiB in 0.001233 sec., 254663.42254663425 rows/sec., 16.73 MiB/sec. 2026.01.08 16:14:19.436948 [ 106 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.436975 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.436979 [ 4 ] {b35afe29-9fb5-4084-a9b1-62cef7b1df8d} TCPHandler: Processed in 0.001404031 sec. 2026.01.08 16:14:19.437051 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.08 16:14:19.437105 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.437154 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:19.437190 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 3955 rows starting from the beginning of the part 2026.01.08 16:14:19.437207 [ 4 ] {b8278f44-4b66-4eec-bbd1-0dc32458ed51} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:14:19.437247 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 316 rows starting from the beginning of the part 2026.01.08 16:14:19.437257 [ 4 ] {b8278f44-4b66-4eec-bbd1-0dc32458ed51} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:14:19.437300 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part 2026.01.08 16:14:19.437351 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 314 rows starting from the beginning of the part 2026.01.08 16:14:19.437389 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 164 rows starting from the beginning of the part 2026.01.08 16:14:19.437432 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 314 rows starting from the beginning of the part 2026.01.08 16:14:19.437597 [ 4 ] {b8278f44-4b66-4eec-bbd1-0dc32458ed51} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.437640 [ 4 ] {b8278f44-4b66-4eec-bbd1-0dc32458ed51} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.437963 [ 4 ] {b8278f44-4b66-4eec-bbd1-0dc32458ed51} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:14:19.438194 [ 4 ] {b8278f44-4b66-4eec-bbd1-0dc32458ed51} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.438330 [ 4 ] {b8278f44-4b66-4eec-bbd1-0dc32458ed51} executeQuery: Read 1 rows, 69.00 B in 0.001142 sec., 875.6567425569177 rows/sec., 59.00 KiB/sec. 2026.01.08 16:14:19.438367 [ 4 ] {b8278f44-4b66-4eec-bbd1-0dc32458ed51} TCPHandler: Processed in 0.001312469 sec. 2026.01.08 16:14:19.438488 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.438583 [ 4 ] {4746c712-e527-4d03-8cf8-446873e7775c} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:19.438639 [ 4 ] {4746c712-e527-4d03-8cf8-446873e7775c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:19.439444 [ 4 ] {4746c712-e527-4d03-8cf8-446873e7775c} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.439483 [ 4 ] {4746c712-e527-4d03-8cf8-446873e7775c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.440042 [ 186 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 5223 rows, containing 5 columns (5 merged, 0 gathered) in 0.003023018 sec., 1727743.5992772784 rows/sec., 117.53 MiB/sec. 2026.01.08 16:14:19.440117 [ 4 ] {4746c712-e527-4d03-8cf8-446873e7775c} MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) 2026.01.08 16:14:19.440359 [ 4 ] {4746c712-e527-4d03-8cf8-446873e7775c} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.440458 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.08 16:14:19.440510 [ 4 ] {4746c712-e527-4d03-8cf8-446873e7775c} executeQuery: Read 33 rows, 60.55 KiB in 0.001946 sec., 16957.862281603288 rows/sec., 30.39 MiB/sec. 2026.01.08 16:14:19.440570 [ 4 ] {4746c712-e527-4d03-8cf8-446873e7775c} TCPHandler: Processed in 0.002131837 sec. 2026.01.08 16:14:19.440697 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:19.440782 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.440794 [ 4 ] {fd5261ed-40df-4fc4-ba59-af5df7e8a734} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:19.440849 [ 4 ] {fd5261ed-40df-4fc4-ba59-af5df7e8a734} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:19.440872 [ 194 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_26_5} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.08 16:14:19.440950 [ 194 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. 2026.01.08 16:14:19.441205 [ 4 ] {fd5261ed-40df-4fc4-ba59-af5df7e8a734} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.441247 [ 4 ] {fd5261ed-40df-4fc4-ba59-af5df7e8a734} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.441561 [ 4 ] {fd5261ed-40df-4fc4-ba59-af5df7e8a734} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.08 16:14:19.441774 [ 4 ] {fd5261ed-40df-4fc4-ba59-af5df7e8a734} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.441880 [ 106 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.08 16:14:19.441904 [ 4 ] {fd5261ed-40df-4fc4-ba59-af5df7e8a734} executeQuery: Read 104 rows, 6.53 KiB in 0.001129 sec., 92116.9176262179 rows/sec., 5.64 MiB/sec. 2026.01.08 16:14:19.441920 [ 106 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:19.441948 [ 4 ] {fd5261ed-40df-4fc4-ba59-af5df7e8a734} TCPHandler: Processed in 0.001301219 sec. 2026.01.08 16:14:19.441948 [ 106 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:19.442049 [ 193 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.08 16:14:19.442148 [ 193 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:19.442174 [ 193 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1230 rows starting from the beginning of the part 2026.01.08 16:14:19.442217 [ 193 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 104 rows starting from the beginning of the part 2026.01.08 16:14:19.442252 [ 193 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part 2026.01.08 16:14:19.442283 [ 193 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 104 rows starting from the beginning of the part 2026.01.08 16:14:19.442314 [ 193 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part 2026.01.08 16:14:19.442344 [ 193 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 104 rows starting from the beginning of the part 2026.01.08 16:14:19.443177 [ 186 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 1662 rows, containing 4 columns (4 merged, 0 gathered) in 0.001161706 sec., 1430654.571810768 rows/sec., 91.74 MiB/sec. 2026.01.08 16:14:19.443373 [ 188 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.08 16:14:19.443635 [ 188 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:19.443698 [ 188 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_26_5} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.08 16:14:19.443765 [ 188 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. 2026.01.08 16:14:22.711899 [ 100 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:14:22.711950 [ 100 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:14:22.814392 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 9592 2026.01.08 16:14:22.814942 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:22.814986 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:22.815505 [ 244 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.08 16:14:22.815753 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:22.815895 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9592 2026.01.08 16:14:22.817883 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 604 2026.01.08 16:14:22.820281 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:22.820329 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:22.821589 [ 243 ] {} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:14:22.821883 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:22.822143 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 604 2026.01.08 16:14:23.326431 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 2026.01.08 16:14:23.343817 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:23.343885 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:23.350229 [ 245 ] {} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.08 16:14:23.350924 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:23.354037 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 151 2026.01.08 16:14:24.411257 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:24.411478 [ 4 ] {257da86e-4929-4d44-828a-cc3be274a530} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:24.411558 [ 4 ] {257da86e-4929-4d44-828a-cc3be274a530} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:24.412300 [ 4 ] {257da86e-4929-4d44-828a-cc3be274a530} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:24.412353 [ 4 ] {257da86e-4929-4d44-828a-cc3be274a530} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:24.412774 [ 4 ] {257da86e-4929-4d44-828a-cc3be274a530} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.08 16:14:24.412999 [ 4 ] {257da86e-4929-4d44-828a-cc3be274a530} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:24.413164 [ 4 ] {257da86e-4929-4d44-828a-cc3be274a530} executeQuery: Read 72 rows, 5.94 KiB in 0.001743 sec., 41308.08950086059 rows/sec., 3.33 MiB/sec. 2026.01.08 16:14:24.413213 [ 4 ] {257da86e-4929-4d44-828a-cc3be274a530} TCPHandler: Processed in 0.002090097 sec. 2026.01.08 16:14:24.413339 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:24.413442 [ 4 ] {3c176aca-249d-4fcd-8ddf-6ad94884f3d3} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:24.413486 [ 4 ] {3c176aca-249d-4fcd-8ddf-6ad94884f3d3} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:24.413890 [ 4 ] {3c176aca-249d-4fcd-8ddf-6ad94884f3d3} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:24.413928 [ 4 ] {3c176aca-249d-4fcd-8ddf-6ad94884f3d3} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:24.414223 [ 4 ] {3c176aca-249d-4fcd-8ddf-6ad94884f3d3} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.08 16:14:24.414431 [ 4 ] {3c176aca-249d-4fcd-8ddf-6ad94884f3d3} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:24.414565 [ 4 ] {3c176aca-249d-4fcd-8ddf-6ad94884f3d3} executeQuery: Read 8 rows, 616.00 B in 0.001147 sec., 6974.716652136007 rows/sec., 524.47 KiB/sec. 2026.01.08 16:14:24.414603 [ 4 ] {3c176aca-249d-4fcd-8ddf-6ad94884f3d3} TCPHandler: Processed in 0.001315429 sec. 2026.01.08 16:14:24.414715 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:24.414810 [ 4 ] {bb0e3ed5-9d2b-42e4-b1ab-5b135623ab58} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:24.414850 [ 4 ] {bb0e3ed5-9d2b-42e4-b1ab-5b135623ab58} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:24.415301 [ 4 ] {bb0e3ed5-9d2b-42e4-b1ab-5b135623ab58} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:24.415337 [ 4 ] {bb0e3ed5-9d2b-42e4-b1ab-5b135623ab58} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:24.415663 [ 4 ] {bb0e3ed5-9d2b-42e4-b1ab-5b135623ab58} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.08 16:14:24.415872 [ 4 ] {bb0e3ed5-9d2b-42e4-b1ab-5b135623ab58} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:24.416002 [ 4 ] {bb0e3ed5-9d2b-42e4-b1ab-5b135623ab58} executeQuery: Read 72 rows, 5.76 KiB in 0.00121 sec., 59504.13223140496 rows/sec., 4.65 MiB/sec. 2026.01.08 16:14:24.416042 [ 4 ] {bb0e3ed5-9d2b-42e4-b1ab-5b135623ab58} TCPHandler: Processed in 0.001375431 sec. 2026.01.08 16:14:24.416163 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:24.416258 [ 4 ] {28b2176f-0320-49f0-aeb7-99e533f43ddc} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:24.416302 [ 4 ] {28b2176f-0320-49f0-aeb7-99e533f43ddc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:24.416706 [ 4 ] {28b2176f-0320-49f0-aeb7-99e533f43ddc} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:24.416743 [ 4 ] {28b2176f-0320-49f0-aeb7-99e533f43ddc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:24.417097 [ 4 ] {28b2176f-0320-49f0-aeb7-99e533f43ddc} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.08 16:14:24.417316 [ 4 ] {28b2176f-0320-49f0-aeb7-99e533f43ddc} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:24.417445 [ 4 ] {28b2176f-0320-49f0-aeb7-99e533f43ddc} executeQuery: Read 160 rows, 11.41 KiB in 0.001205 sec., 132780.08298755187 rows/sec., 9.25 MiB/sec. 2026.01.08 16:14:24.417481 [ 4 ] {28b2176f-0320-49f0-aeb7-99e533f43ddc} TCPHandler: Processed in 0.00136721 sec. 2026.01.08 16:14:24.417596 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:24.417692 [ 4 ] {008acc09-b815-4893-a205-d10fc3ce13cb} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:24.417746 [ 4 ] {008acc09-b815-4893-a205-d10fc3ce13cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:24.418495 [ 4 ] {008acc09-b815-4893-a205-d10fc3ce13cb} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:24.418532 [ 4 ] {008acc09-b815-4893-a205-d10fc3ce13cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:24.419060 [ 4 ] {008acc09-b815-4893-a205-d10fc3ce13cb} MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) 2026.01.08 16:14:24.419279 [ 4 ] {008acc09-b815-4893-a205-d10fc3ce13cb} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:24.419414 [ 4 ] {008acc09-b815-4893-a205-d10fc3ce13cb} executeQuery: Read 8 rows, 14.68 KiB in 0.001741 sec., 4595.060310166571 rows/sec., 8.23 MiB/sec. 2026.01.08 16:14:24.419468 [ 4 ] {008acc09-b815-4893-a205-d10fc3ce13cb} TCPHandler: Processed in 0.001919203 sec. 2026.01.08 16:14:24.419585 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:24.419680 [ 4 ] {fa38c4f8-2e57-4a80-899b-c4bd986655df} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:24.419724 [ 4 ] {fa38c4f8-2e57-4a80-899b-c4bd986655df} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:24.420064 [ 4 ] {fa38c4f8-2e57-4a80-899b-c4bd986655df} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:24.420101 [ 4 ] {fa38c4f8-2e57-4a80-899b-c4bd986655df} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:24.420420 [ 4 ] {fa38c4f8-2e57-4a80-899b-c4bd986655df} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.08 16:14:24.420630 [ 4 ] {fa38c4f8-2e57-4a80-899b-c4bd986655df} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:24.420772 [ 4 ] {fa38c4f8-2e57-4a80-899b-c4bd986655df} executeQuery: Read 60 rows, 4.14 KiB in 0.00111 sec., 54054.054054054046 rows/sec., 3.64 MiB/sec. 2026.01.08 16:14:24.420809 [ 4 ] {fa38c4f8-2e57-4a80-899b-c4bd986655df} TCPHandler: Processed in 0.001272309 sec. 2026.01.08 16:14:26.944003 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:26.944267 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:14:26.944643 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:14:26.944684 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:14:26.944958 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:14:26.945026 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:26.945174 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 41-element set) 2026.01.08 16:14:26.945290 [ 327 ] {291bb941-7859-4ce9-9158-cee94f14561f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.08 16:14:26.945290 [ 315 ] {291bb941-7859-4ce9-9158-cee94f14561f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:14:26.945313 [ 332 ] {291bb941-7859-4ce9-9158-cee94f14561f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:14:26.945447 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (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 2026.01.08 16:14:26.945474 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:14:26.945565 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:14:26.945586 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.08 16:14:26.945622 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.945671 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.945715 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.946727 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} executeQuery: Read 41 rows, 1.65 KiB in 0.002569 sec., 15959.517321915142 rows/sec., 642.81 KiB/sec. 2026.01.08 16:14:26.946856 [ 4 ] {291bb941-7859-4ce9-9158-cee94f14561f} TCPHandler: Processed in 0.002994227 sec. 2026.01.08 16:14:26.947109 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:26.947250 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:14:26.947476 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:14:26.947513 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:14:26.947725 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:14:26.947777 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:26.947879 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 42-element set) 2026.01.08 16:14:26.947946 [ 315 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:14:26.947954 [ 346 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:14:26.947966 [ 332 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.08 16:14:26.948084 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (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 2026.01.08 16:14:26.948111 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:14:26.948179 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:14:26.948196 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.08 16:14:26.948226 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.948256 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.948284 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.949102 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} executeQuery: Read 41 rows, 1.65 KiB in 0.001913 sec., 21432.30527966545 rows/sec., 863.23 KiB/sec. 2026.01.08 16:14:26.949218 [ 4 ] {f6926984-bf50-4e4d-8851-5b181bf1a5a3} TCPHandler: Processed in 0.002159678 sec. 2026.01.08 16:14:26.949451 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:26.949587 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:14:26.949804 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:14:26.949841 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:14:26.950048 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:14:26.950100 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:26.950196 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 43-element set) 2026.01.08 16:14:26.950267 [ 327 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:14:26.950269 [ 314 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:14:26.950275 [ 332 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.08 16:14:26.950410 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (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 2026.01.08 16:14:26.950435 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:14:26.950503 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:14:26.950520 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.08 16:14:26.950550 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.950580 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.950608 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.951253 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} executeQuery: Read 41 rows, 1.65 KiB in 0.001723 sec., 23795.70516540917 rows/sec., 958.43 KiB/sec. 2026.01.08 16:14:26.951390 [ 4 ] {aad440a9-6814-45ef-bd29-2b2985d52d02} TCPHandler: Processed in 0.001987354 sec. 2026.01.08 16:14:26.951631 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:26.951766 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:14:26.951991 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:14:26.952028 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:14:26.952267 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:14:26.952320 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:26.952420 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 44-element set) 2026.01.08 16:14:26.952483 [ 346 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:14:26.952488 [ 327 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:14:26.952508 [ 313 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.08 16:14:26.952604 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (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 2026.01.08 16:14:26.952629 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:14:26.952705 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:14:26.952724 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.08 16:14:26.952761 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.952803 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.952847 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.953526 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} executeQuery: Read 41 rows, 1.65 KiB in 0.001818 sec., 22552.255225522553 rows/sec., 908.34 KiB/sec. 2026.01.08 16:14:26.953640 [ 4 ] {04b83963-e0f3-4836-92d9-1bdd00dc102e} TCPHandler: Processed in 0.002057576 sec. 2026.01.08 16:14:26.953876 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:26.954013 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:14:26.954231 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:14:26.954267 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:14:26.954478 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:14:26.954529 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:26.954626 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 45-element set) 2026.01.08 16:14:26.954688 [ 329 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:14:26.954701 [ 318 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.08 16:14:26.954697 [ 327 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:14:26.954817 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (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 2026.01.08 16:14:26.954838 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:14:26.954905 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:14:26.954922 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.08 16:14:26.954952 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.954983 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.955011 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.955631 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} executeQuery: Read 41 rows, 1.65 KiB in 0.001675 sec., 24477.611940298506 rows/sec., 985.89 KiB/sec. 2026.01.08 16:14:26.955743 [ 4 ] {3f31f72b-20ba-4ee9-9f30-85024edca506} TCPHandler: Processed in 0.001915253 sec. 2026.01.08 16:14:26.955974 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:26.956111 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:14:26.956328 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:14:26.956364 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:14:26.956579 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:14:26.956630 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:26.956727 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 46-element set) 2026.01.08 16:14:26.956783 [ 346 ] {f5349475-780c-498f-a817-ef54c930cf2e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:14:26.956790 [ 329 ] {f5349475-780c-498f-a817-ef54c930cf2e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:14:26.956794 [ 327 ] {f5349475-780c-498f-a817-ef54c930cf2e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.08 16:14:26.956905 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (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 2026.01.08 16:14:26.956926 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:14:26.956994 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:14:26.957012 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.08 16:14:26.957041 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.957072 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.957100 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:26.957799 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} executeQuery: Read 41 rows, 1.65 KiB in 0.001746 sec., 23482.24513172967 rows/sec., 945.80 KiB/sec. 2026.01.08 16:14:26.957935 [ 4 ] {f5349475-780c-498f-a817-ef54c930cf2e} TCPHandler: Processed in 0.002008964 sec. 2026.01.08 16:14:27.109199 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.109363 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} executeQuery: (from [fd00:1122:3344:101::d]:53053) 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) 2026.01.08 16:14:27.109631 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 2026.01.08 16:14:27.109669 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE 2026.01.08 16:14:27.109905 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:14:27.109962 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:27.110073 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Key condition: (column 0 notIn 47-element set) 2026.01.08 16:14:27.110182 [ 300 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps 2026.01.08 16:14:27.110198 [ 337 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps 2026.01.08 16:14:27.110186 [ 346 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps 2026.01.08 16:14:27.110320 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (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 2026.01.08 16:14:27.110346 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Spreading mark ranges among streams (default reading) 2026.01.08 16:14:27.110451 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} MergeTreeReadPool: min_marks_for_concurrent_read=24 2026.01.08 16:14:27.110468 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a) (SelectExecutor): Reading approx. 41 rows with 3 streams 2026.01.08 16:14:27.110501 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:27.110559 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:27.110591 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} 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_port_control_data_link:bytes_received', 'switch_port_control_data_link:bytes_sent', 'switch_port_control_data_link:errors_received', 'switch_port_control_data_link:errors_sent', 'switch_port_control_data_link:packets_received', 'switch_port_control_data_link:packets_sent', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" 2026.01.08 16:14:27.111405 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} executeQuery: Read 41 rows, 1.65 KiB in 0.002111 sec., 19422.07484604453 rows/sec., 782.27 KiB/sec. 2026.01.08 16:14:27.111524 [ 4 ] {3ab9d54c-2856-4fdb-8f70-725387a7e70a} TCPHandler: Processed in 0.002397804 sec. 2026.01.08 16:14:27.112050 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.112157 [ 4 ] {5640d9b6-07cd-4173-b256-6248808e94db} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) 2026.01.08 16:14:27.112199 [ 4 ] {5640d9b6-07cd-4173-b256-6248808e94db} ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema 2026.01.08 16:14:27.112714 [ 4 ] {5640d9b6-07cd-4173-b256-6248808e94db} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.112750 [ 4 ] {5640d9b6-07cd-4173-b256-6248808e94db} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.113167 [ 4 ] {5640d9b6-07cd-4173-b256-6248808e94db} MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) 2026.01.08 16:14:27.113362 [ 4 ] {5640d9b6-07cd-4173-b256-6248808e94db} oximeter.timeseries_schema (6fdd4ede-daf7-4780-973a-e7db7d2b150a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.113501 [ 4 ] {5640d9b6-07cd-4173-b256-6248808e94db} executeQuery: Read 7 rows, 1.42 KiB in 0.001376 sec., 5087.209302325581 rows/sec., 1.01 MiB/sec. 2026.01.08 16:14:27.113541 [ 4 ] {5640d9b6-07cd-4173-b256-6248808e94db} TCPHandler: Processed in 0.001539715 sec. 2026.01.08 16:14:27.113651 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.113746 [ 4 ] {59c1a9e2-b7fb-44b9-9cb0-dfa6f2e9e003} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:14:27.113786 [ 4 ] {59c1a9e2-b7fb-44b9-9cb0-dfa6f2e9e003} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:14:27.114383 [ 4 ] {59c1a9e2-b7fb-44b9-9cb0-dfa6f2e9e003} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.114418 [ 4 ] {59c1a9e2-b7fb-44b9-9cb0-dfa6f2e9e003} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.114732 [ 4 ] {59c1a9e2-b7fb-44b9-9cb0-dfa6f2e9e003} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:14:27.114941 [ 4 ] {59c1a9e2-b7fb-44b9-9cb0-dfa6f2e9e003} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.115067 [ 4 ] {59c1a9e2-b7fb-44b9-9cb0-dfa6f2e9e003} executeQuery: Read 410 rows, 26.63 KiB in 0.001342 sec., 305514.15797317435 rows/sec., 19.38 MiB/sec. 2026.01.08 16:14:27.115104 [ 4 ] {59c1a9e2-b7fb-44b9-9cb0-dfa6f2e9e003} TCPHandler: Processed in 0.001499814 sec. 2026.01.08 16:14:27.115213 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.115306 [ 4 ] {961ca9e9-187a-4f40-b4a7-7a19c2adf135} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.08 16:14:27.115345 [ 4 ] {961ca9e9-187a-4f40-b4a7-7a19c2adf135} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.08 16:14:27.115725 [ 4 ] {961ca9e9-187a-4f40-b4a7-7a19c2adf135} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.115759 [ 4 ] {961ca9e9-187a-4f40-b4a7-7a19c2adf135} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.116034 [ 4 ] {961ca9e9-187a-4f40-b4a7-7a19c2adf135} MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) 2026.01.08 16:14:27.116244 [ 4 ] {961ca9e9-187a-4f40-b4a7-7a19c2adf135} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.116366 [ 4 ] {961ca9e9-187a-4f40-b4a7-7a19c2adf135} executeQuery: Read 6 rows, 501.00 B in 0.001079 sec., 5560.704355885078 rows/sec., 453.44 KiB/sec. 2026.01.08 16:14:27.116402 [ 4 ] {961ca9e9-187a-4f40-b4a7-7a19c2adf135} TCPHandler: Processed in 0.001238348 sec. 2026.01.08 16:14:27.116503 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.116595 [ 4 ] {f8d78f03-93bb-43b5-8971-89d880f31646} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:27.116633 [ 4 ] {f8d78f03-93bb-43b5-8971-89d880f31646} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:27.118151 [ 4 ] {f8d78f03-93bb-43b5-8971-89d880f31646} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.118186 [ 4 ] {f8d78f03-93bb-43b5-8971-89d880f31646} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.118607 [ 4 ] {f8d78f03-93bb-43b5-8971-89d880f31646} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.08 16:14:27.118812 [ 4 ] {f8d78f03-93bb-43b5-8971-89d880f31646} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.118936 [ 4 ] {f8d78f03-93bb-43b5-8971-89d880f31646} executeQuery: Read 2322 rows, 193.02 KiB in 0.002359 sec., 984315.3878762188 rows/sec., 79.91 MiB/sec. 2026.01.08 16:14:27.118974 [ 4 ] {f8d78f03-93bb-43b5-8971-89d880f31646} MemoryTracker: Peak memory usage (for query): 4.00 MiB. 2026.01.08 16:14:27.118987 [ 4 ] {f8d78f03-93bb-43b5-8971-89d880f31646} TCPHandler: Processed in 0.002531397 sec. 2026.01.08 16:14:27.119095 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.119188 [ 4 ] {06c12198-f339-4acc-a7e6-5d46ce7c7fa2} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:27.119226 [ 4 ] {06c12198-f339-4acc-a7e6-5d46ce7c7fa2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:27.119713 [ 4 ] {06c12198-f339-4acc-a7e6-5d46ce7c7fa2} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.119747 [ 4 ] {06c12198-f339-4acc-a7e6-5d46ce7c7fa2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.120038 [ 4 ] {06c12198-f339-4acc-a7e6-5d46ce7c7fa2} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.08 16:14:27.120238 [ 4 ] {06c12198-f339-4acc-a7e6-5d46ce7c7fa2} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.120360 [ 4 ] {06c12198-f339-4acc-a7e6-5d46ce7c7fa2} executeQuery: Read 244 rows, 15.22 KiB in 0.001189 sec., 205214.46593776284 rows/sec., 12.50 MiB/sec. 2026.01.08 16:14:27.120396 [ 4 ] {06c12198-f339-4acc-a7e6-5d46ce7c7fa2} TCPHandler: Processed in 0.00134927 sec. 2026.01.08 16:14:27.120497 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.120590 [ 4 ] {e85f0670-6663-47a4-9727-c6c0ec1ee0a0} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:14:27.120628 [ 4 ] {e85f0670-6663-47a4-9727-c6c0ec1ee0a0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:14:27.121166 [ 4 ] {e85f0670-6663-47a4-9727-c6c0ec1ee0a0} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.121199 [ 4 ] {e85f0670-6663-47a4-9727-c6c0ec1ee0a0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.121504 [ 4 ] {e85f0670-6663-47a4-9727-c6c0ec1ee0a0} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:14:27.121714 [ 4 ] {e85f0670-6663-47a4-9727-c6c0ec1ee0a0} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.121834 [ 4 ] {e85f0670-6663-47a4-9727-c6c0ec1ee0a0} executeQuery: Read 440 rows, 29.81 KiB in 0.001262 sec., 348652.9318541997 rows/sec., 23.07 MiB/sec. 2026.01.08 16:14:27.121870 [ 4 ] {e85f0670-6663-47a4-9727-c6c0ec1ee0a0} TCPHandler: Processed in 0.001420372 sec. 2026.01.08 16:14:27.121981 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.122074 [ 4 ] {cf1c0e38-90c2-42fa-81c2-baa4d5bc6079} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:14:27.122112 [ 4 ] {cf1c0e38-90c2-42fa-81c2-baa4d5bc6079} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:14:27.122569 [ 4 ] {cf1c0e38-90c2-42fa-81c2-baa4d5bc6079} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.122603 [ 4 ] {cf1c0e38-90c2-42fa-81c2-baa4d5bc6079} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.122900 [ 4 ] {cf1c0e38-90c2-42fa-81c2-baa4d5bc6079} MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) 2026.01.08 16:14:27.123098 [ 4 ] {cf1c0e38-90c2-42fa-81c2-baa4d5bc6079} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.123221 [ 4 ] {cf1c0e38-90c2-42fa-81c2-baa4d5bc6079} executeQuery: Read 211 rows, 12.27 KiB in 0.001165 sec., 181115.87982832617 rows/sec., 10.28 MiB/sec. 2026.01.08 16:14:27.123263 [ 4 ] {cf1c0e38-90c2-42fa-81c2-baa4d5bc6079} TCPHandler: Processed in 0.00133029 sec. 2026.01.08 16:14:27.123371 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.123463 [ 4 ] {3d79d081-6738-4772-8452-44d5c85241e1} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:27.123500 [ 4 ] {3d79d081-6738-4772-8452-44d5c85241e1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:27.124260 [ 4 ] {3d79d081-6738-4772-8452-44d5c85241e1} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.124294 [ 4 ] {3d79d081-6738-4772-8452-44d5c85241e1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.124632 [ 4 ] {3d79d081-6738-4772-8452-44d5c85241e1} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.08 16:14:27.124832 [ 4 ] {3d79d081-6738-4772-8452-44d5c85241e1} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.124956 [ 4 ] {3d79d081-6738-4772-8452-44d5c85241e1} executeQuery: Read 1174 rows, 85.89 KiB in 0.00151 sec., 777483.4437086092 rows/sec., 55.55 MiB/sec. 2026.01.08 16:14:27.124998 [ 4 ] {3d79d081-6738-4772-8452-44d5c85241e1} TCPHandler: Processed in 0.001674298 sec. 2026.01.08 16:14:27.125108 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.125201 [ 4 ] {a80dd73b-4ba6-4319-8f4b-c8c720bf0ac1} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:14:27.125240 [ 4 ] {a80dd73b-4ba6-4319-8f4b-c8c720bf0ac1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:14:27.125557 [ 4 ] {a80dd73b-4ba6-4319-8f4b-c8c720bf0ac1} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.125590 [ 4 ] {a80dd73b-4ba6-4319-8f4b-c8c720bf0ac1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.125896 [ 4 ] {a80dd73b-4ba6-4319-8f4b-c8c720bf0ac1} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:14:27.126102 [ 4 ] {a80dd73b-4ba6-4319-8f4b-c8c720bf0ac1} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.126226 [ 4 ] {a80dd73b-4ba6-4319-8f4b-c8c720bf0ac1} executeQuery: Read 6 rows, 321.00 B in 0.001043 sec., 5752.636625119846 rows/sec., 300.55 KiB/sec. 2026.01.08 16:14:27.126269 [ 4 ] {a80dd73b-4ba6-4319-8f4b-c8c720bf0ac1} TCPHandler: Processed in 0.001208437 sec. 2026.01.08 16:14:27.126376 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.126468 [ 4 ] {3fd6b8f4-2e96-459a-9019-556a19e92574} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:27.126508 [ 4 ] {3fd6b8f4-2e96-459a-9019-556a19e92574} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:27.128501 [ 4 ] {3fd6b8f4-2e96-459a-9019-556a19e92574} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.128536 [ 4 ] {3fd6b8f4-2e96-459a-9019-556a19e92574} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.129191 [ 4 ] {3fd6b8f4-2e96-459a-9019-556a19e92574} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.08 16:14:27.129405 [ 4 ] {3fd6b8f4-2e96-459a-9019-556a19e92574} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.129530 [ 4 ] {3fd6b8f4-2e96-459a-9019-556a19e92574} executeQuery: Read 4544 rows, 310.11 KiB in 0.003081 sec., 1474845.829276209 rows/sec., 98.29 MiB/sec. 2026.01.08 16:14:27.129574 [ 4 ] {3fd6b8f4-2e96-459a-9019-556a19e92574} MemoryTracker: Peak memory usage (for query): 4.16 MiB. 2026.01.08 16:14:27.129589 [ 4 ] {3fd6b8f4-2e96-459a-9019-556a19e92574} TCPHandler: Processed in 0.003260033 sec. 2026.01.08 16:14:27.129701 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.129795 [ 4 ] {29312a40-63da-411b-8fd3-83adf1fbabcc} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:14:27.129836 [ 4 ] {29312a40-63da-411b-8fd3-83adf1fbabcc} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:14:27.130148 [ 4 ] {29312a40-63da-411b-8fd3-83adf1fbabcc} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.130182 [ 4 ] {29312a40-63da-411b-8fd3-83adf1fbabcc} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.130467 [ 4 ] {29312a40-63da-411b-8fd3-83adf1fbabcc} MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) 2026.01.08 16:14:27.130667 [ 4 ] {29312a40-63da-411b-8fd3-83adf1fbabcc} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.130767 [ 92 ] {} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 2026.01.08 16:14:27.130789 [ 4 ] {29312a40-63da-411b-8fd3-83adf1fbabcc} executeQuery: Read 1 rows, 69.00 B in 0.001013 sec., 987.1668311944719 rows/sec., 66.52 KiB/sec. 2026.01.08 16:14:27.130806 [ 92 ] {} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.130826 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.130831 [ 4 ] {29312a40-63da-411b-8fd3-83adf1fbabcc} TCPHandler: Processed in 0.001177876 sec. 2026.01.08 16:14:27.130916 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergeTask::PrepareStage: Merging 6 parts: from all_1_5_1 to all_10_10_0 into Compact with storage Full 2026.01.08 16:14:27.130969 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.131026 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:27.131058 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part 2026.01.08 16:14:27.131096 [ 4 ] {4acc3338-cc46-4ed9-a8f2-64dab3615c43} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:27.131115 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part 2026.01.08 16:14:27.131160 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part 2026.01.08 16:14:27.131164 [ 4 ] {4acc3338-cc46-4ed9-a8f2-64dab3615c43} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:27.131200 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part 2026.01.08 16:14:27.131241 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part 2026.01.08 16:14:27.131286 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part 2026.01.08 16:14:27.132127 [ 4 ] {4acc3338-cc46-4ed9-a8f2-64dab3615c43} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.132172 [ 4 ] {4acc3338-cc46-4ed9-a8f2-64dab3615c43} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.132168 [ 195 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.001284899 sec., 7782.712882491153 rows/sec., 524.42 KiB/sec. 2026.01.08 16:14:27.132304 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.08 16:14:27.132545 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.132601 [ 193 ] {407150bc-5e62-4846-9a9c-836645bfe46c::all_1_10_2} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 2026.01.08 16:14:27.132654 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.08 16:14:27.132785 [ 4 ] {4acc3338-cc46-4ed9-a8f2-64dab3615c43} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.08 16:14:27.133030 [ 4 ] {4acc3338-cc46-4ed9-a8f2-64dab3615c43} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.133140 [ 92 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.08 16:14:27.133166 [ 4 ] {4acc3338-cc46-4ed9-a8f2-64dab3615c43} executeQuery: Read 33 rows, 60.55 KiB in 0.002094 sec., 15759.312320916906 rows/sec., 28.24 MiB/sec. 2026.01.08 16:14:27.133174 [ 92 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.133203 [ 92 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.133227 [ 4 ] {4acc3338-cc46-4ed9-a8f2-64dab3615c43} TCPHandler: Processed in 0.002319352 sec. 2026.01.08 16:14:27.133302 [ 186 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.08 16:14:27.133343 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:27.133444 [ 4 ] {3ed1be10-3ecc-4a4d-8c48-39f855ee1b88} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:27.133486 [ 4 ] {3ed1be10-3ecc-4a4d-8c48-39f855ee1b88} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:27.133556 [ 186 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:27.133621 [ 186 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 309 rows starting from the beginning of the part 2026.01.08 16:14:27.133750 [ 186 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part 2026.01.08 16:14:27.133861 [ 4 ] {3ed1be10-3ecc-4a4d-8c48-39f855ee1b88} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:27.133871 [ 186 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:27.133906 [ 4 ] {3ed1be10-3ecc-4a4d-8c48-39f855ee1b88} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:27.133989 [ 186 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part 2026.01.08 16:14:27.134092 [ 186 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:27.134188 [ 186 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part 2026.01.08 16:14:27.134232 [ 4 ] {3ed1be10-3ecc-4a4d-8c48-39f855ee1b88} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.08 16:14:27.134462 [ 4 ] {3ed1be10-3ecc-4a4d-8c48-39f855ee1b88} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.134604 [ 4 ] {3ed1be10-3ecc-4a4d-8c48-39f855ee1b88} executeQuery: Read 80 rows, 4.87 KiB in 0.001179 sec., 67854.11365564038 rows/sec., 4.03 MiB/sec. 2026.01.08 16:14:27.134644 [ 4 ] {3ed1be10-3ecc-4a4d-8c48-39f855ee1b88} TCPHandler: Processed in 0.00135083 sec. 2026.01.08 16:14:27.137964 [ 193 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 424 rows, containing 19 columns (19 merged, 0 gathered) in 0.004706296 sec., 90092.08090608836 rows/sec., 161.44 MiB/sec. 2026.01.08 16:14:27.138608 [ 195 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.08 16:14:27.138951 [ 195 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:27.139023 [ 195 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_21_4} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.08 16:14:27.139136 [ 195 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. 2026.01.08 16:14:28.001157 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 245.57 MiB, peak 250.70 MiB, free memory in arenas 0.00 B, will set to 246.71 MiB (RSS), difference: 1.14 MiB 2026.01.08 16:14:29.406475 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:29.406692 [ 4 ] {d20008c2-5513-412f-b556-16a0241baa4a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:29.406766 [ 4 ] {d20008c2-5513-412f-b556-16a0241baa4a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:29.407445 [ 4 ] {d20008c2-5513-412f-b556-16a0241baa4a} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:29.407505 [ 4 ] {d20008c2-5513-412f-b556-16a0241baa4a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:29.407930 [ 4 ] {d20008c2-5513-412f-b556-16a0241baa4a} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.08 16:14:29.408177 [ 4 ] {d20008c2-5513-412f-b556-16a0241baa4a} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:29.408351 [ 4 ] {d20008c2-5513-412f-b556-16a0241baa4a} executeQuery: Read 56 rows, 4.41 KiB in 0.001711 sec., 32729.398012857975 rows/sec., 2.51 MiB/sec. 2026.01.08 16:14:29.408403 [ 4 ] {d20008c2-5513-412f-b556-16a0241baa4a} TCPHandler: Processed in 0.002060556 sec. 2026.01.08 16:14:29.408528 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:29.408636 [ 4 ] {c49444bd-b536-4a08-8367-7bdd8b869ca5} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:29.408682 [ 4 ] {c49444bd-b536-4a08-8367-7bdd8b869ca5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:29.409145 [ 4 ] {c49444bd-b536-4a08-8367-7bdd8b869ca5} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:29.409187 [ 4 ] {c49444bd-b536-4a08-8367-7bdd8b869ca5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:29.409515 [ 4 ] {c49444bd-b536-4a08-8367-7bdd8b869ca5} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.08 16:14:29.409749 [ 4 ] {c49444bd-b536-4a08-8367-7bdd8b869ca5} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:29.409889 [ 4 ] {c49444bd-b536-4a08-8367-7bdd8b869ca5} executeQuery: Read 64 rows, 5.12 KiB in 0.001279 sec., 50039.093041438624 rows/sec., 3.91 MiB/sec. 2026.01.08 16:14:29.409929 [ 4 ] {c49444bd-b536-4a08-8367-7bdd8b869ca5} TCPHandler: Processed in 0.001453893 sec. 2026.01.08 16:14:29.410046 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:29.410145 [ 4 ] {3f511e64-eacc-4c63-9724-e9b92f3caba4} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:29.410191 [ 4 ] {3f511e64-eacc-4c63-9724-e9b92f3caba4} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:29.410574 [ 4 ] {3f511e64-eacc-4c63-9724-e9b92f3caba4} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:29.410613 [ 4 ] {3f511e64-eacc-4c63-9724-e9b92f3caba4} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:29.410951 [ 4 ] {3f511e64-eacc-4c63-9724-e9b92f3caba4} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.08 16:14:29.411173 [ 4 ] {3f511e64-eacc-4c63-9724-e9b92f3caba4} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:29.411315 [ 4 ] {3f511e64-eacc-4c63-9724-e9b92f3caba4} executeQuery: Read 64 rows, 4.56 KiB in 0.001192 sec., 53691.275167785236 rows/sec., 3.74 MiB/sec. 2026.01.08 16:14:29.411356 [ 4 ] {3f511e64-eacc-4c63-9724-e9b92f3caba4} TCPHandler: Processed in 0.001360691 sec. 2026.01.08 16:14:29.411485 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:29.411583 [ 4 ] {03e52f12-f90d-4e5c-8259-7af7e7bad170} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:29.411629 [ 4 ] {03e52f12-f90d-4e5c-8259-7af7e7bad170} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:29.411983 [ 4 ] {03e52f12-f90d-4e5c-8259-7af7e7bad170} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:29.412024 [ 4 ] {03e52f12-f90d-4e5c-8259-7af7e7bad170} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:29.412332 [ 4 ] {03e52f12-f90d-4e5c-8259-7af7e7bad170} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.08 16:14:29.412550 [ 4 ] {03e52f12-f90d-4e5c-8259-7af7e7bad170} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:29.412685 [ 4 ] {03e52f12-f90d-4e5c-8259-7af7e7bad170} executeQuery: Read 24 rows, 1.66 KiB in 0.001119 sec., 21447.721179624667 rows/sec., 1.45 MiB/sec. 2026.01.08 16:14:29.412724 [ 4 ] {03e52f12-f90d-4e5c-8259-7af7e7bad170} TCPHandler: Processed in 0.001287929 sec. 2026.01.08 16:14:30.316762 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 10104 2026.01.08 16:14:30.317286 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:30.317331 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:30.317835 [ 244 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.08 16:14:30.318062 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:30.318195 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10104 2026.01.08 16:14:30.318227 [ 85 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.08 16:14:30.318335 [ 85 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:30.318371 [ 85 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:30.318529 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.08 16:14:30.318679 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:30.318720 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7672 rows starting from the beginning of the part 2026.01.08 16:14:30.318789 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 512 rows starting from the beginning of the part 2026.01.08 16:14:30.318839 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 448 rows starting from the beginning of the part 2026.01.08 16:14:30.318885 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 512 rows starting from the beginning of the part 2026.01.08 16:14:30.318931 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 448 rows starting from the beginning of the part 2026.01.08 16:14:30.318978 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 512 rows starting from the beginning of the part 2026.01.08 16:14:30.320987 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 10104 rows, containing 4 columns (4 merged, 0 gathered) in 0.002519776 sec., 4009880.2433232157 rows/sec., 57.36 MiB/sec. 2026.01.08 16:14:30.321148 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.08 16:14:30.321379 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:30.321444 [ 187 ] {7d1db1d8-50c4-4726-b3b5-ade6b6f7f523::all_1_21_4} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.08 16:14:30.321508 [ 187 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.56 MiB. 2026.01.08 16:14:30.854879 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 2026.01.08 16:14:30.872722 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:30.872774 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:30.878499 [ 245 ] {} MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) 2026.01.08 16:14:30.879204 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:30.879491 [ 84 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 2026.01.08 16:14:30.879563 [ 84 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:30.879584 [ 84 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:30.879710 [ 203 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergeTask::PrepareStage: Merging 6 parts: from all_1_16_3 to all_21_21_0 into Compact with storage Full 2026.01.08 16:14:30.882661 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 159 2026.01.08 16:14:30.883623 [ 203 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:30.884949 [ 203 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part 2026.01.08 16:14:30.889354 [ 203 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:30.893562 [ 203 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part 2026.01.08 16:14:30.897702 [ 203 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:30.902108 [ 203 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part 2026.01.08 16:14:30.906359 [ 203 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:30.955219 [ 191 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.075564069 sec., 2104.1746706361196 rows/sec., 10.88 MiB/sec. 2026.01.08 16:14:30.957827 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) 2026.01.08 16:14:30.959873 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:30.959991 [ 197 ] {67caebfa-bf7d-4148-aa54-ed28368c57c3::all_1_21_4} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 2026.01.08 16:14:30.962624 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. 2026.01.08 16:14:31.000217 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 247.83 MiB, peak 258.39 MiB, free memory in arenas 0.00 B, will set to 252.41 MiB (RSS), difference: 4.57 MiB 2026.01.08 16:14:32.823152 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 60 entries to flush up to offset 664 2026.01.08 16:14:32.826021 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:32.826072 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:32.827371 [ 243 ] {} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:14:32.827640 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:32.827990 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 664 2026.01.08 16:14:34.411864 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:34.412069 [ 4 ] {77130c03-0232-4b28-8b05-1f03b48cfa4c} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:34.412139 [ 4 ] {77130c03-0232-4b28-8b05-1f03b48cfa4c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:34.412820 [ 4 ] {77130c03-0232-4b28-8b05-1f03b48cfa4c} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:34.412870 [ 4 ] {77130c03-0232-4b28-8b05-1f03b48cfa4c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:34.413282 [ 4 ] {77130c03-0232-4b28-8b05-1f03b48cfa4c} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.08 16:14:34.413526 [ 4 ] {77130c03-0232-4b28-8b05-1f03b48cfa4c} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:34.413687 [ 4 ] {77130c03-0232-4b28-8b05-1f03b48cfa4c} executeQuery: Read 72 rows, 5.94 KiB in 0.001669 sec., 43139.60455362493 rows/sec., 3.48 MiB/sec. 2026.01.08 16:14:34.413732 [ 4 ] {77130c03-0232-4b28-8b05-1f03b48cfa4c} TCPHandler: Processed in 0.001999955 sec. 2026.01.08 16:14:34.413859 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:34.413959 [ 4 ] {f9474ecd-cfb3-4a11-b7af-201156dd155b} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:34.414002 [ 4 ] {f9474ecd-cfb3-4a11-b7af-201156dd155b} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:34.414400 [ 4 ] {f9474ecd-cfb3-4a11-b7af-201156dd155b} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:34.414437 [ 4 ] {f9474ecd-cfb3-4a11-b7af-201156dd155b} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:34.414761 [ 4 ] {f9474ecd-cfb3-4a11-b7af-201156dd155b} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.08 16:14:34.414985 [ 4 ] {f9474ecd-cfb3-4a11-b7af-201156dd155b} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:34.415119 [ 4 ] {f9474ecd-cfb3-4a11-b7af-201156dd155b} executeQuery: Read 8 rows, 616.00 B in 0.001179 sec., 6785.411365564038 rows/sec., 510.23 KiB/sec. 2026.01.08 16:14:34.415158 [ 4 ] {f9474ecd-cfb3-4a11-b7af-201156dd155b} TCPHandler: Processed in 0.00134989 sec. 2026.01.08 16:14:34.415261 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:34.415357 [ 4 ] {04463cc2-0d66-495b-9bbc-e7cab2ba4355} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:34.415400 [ 4 ] {04463cc2-0d66-495b-9bbc-e7cab2ba4355} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:34.415834 [ 4 ] {04463cc2-0d66-495b-9bbc-e7cab2ba4355} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:34.415870 [ 4 ] {04463cc2-0d66-495b-9bbc-e7cab2ba4355} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:34.416179 [ 4 ] {04463cc2-0d66-495b-9bbc-e7cab2ba4355} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.08 16:14:34.416408 [ 4 ] {04463cc2-0d66-495b-9bbc-e7cab2ba4355} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:34.416540 [ 4 ] {04463cc2-0d66-495b-9bbc-e7cab2ba4355} executeQuery: Read 72 rows, 5.76 KiB in 0.001201 sec., 59950.041631973356 rows/sec., 4.68 MiB/sec. 2026.01.08 16:14:34.416579 [ 4 ] {04463cc2-0d66-495b-9bbc-e7cab2ba4355} TCPHandler: Processed in 0.00136713 sec. 2026.01.08 16:14:34.416695 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:34.416792 [ 4 ] {2bec381f-2c59-4f05-b138-392611c3db12} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:34.416839 [ 4 ] {2bec381f-2c59-4f05-b138-392611c3db12} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:34.417257 [ 4 ] {2bec381f-2c59-4f05-b138-392611c3db12} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:34.417295 [ 4 ] {2bec381f-2c59-4f05-b138-392611c3db12} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:34.417635 [ 4 ] {2bec381f-2c59-4f05-b138-392611c3db12} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.08 16:14:34.417862 [ 4 ] {2bec381f-2c59-4f05-b138-392611c3db12} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:34.418017 [ 4 ] {2bec381f-2c59-4f05-b138-392611c3db12} executeQuery: Read 160 rows, 11.41 KiB in 0.001243 sec., 128720.83668543847 rows/sec., 8.97 MiB/sec. 2026.01.08 16:14:34.418062 [ 4 ] {2bec381f-2c59-4f05-b138-392611c3db12} TCPHandler: Processed in 0.001417482 sec. 2026.01.08 16:14:34.418179 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:34.418279 [ 4 ] {c1eede5b-438b-467d-9807-d35c5ad2b0f2} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:34.418338 [ 4 ] {c1eede5b-438b-467d-9807-d35c5ad2b0f2} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:34.419108 [ 4 ] {c1eede5b-438b-467d-9807-d35c5ad2b0f2} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:34.419146 [ 4 ] {c1eede5b-438b-467d-9807-d35c5ad2b0f2} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:34.419674 [ 4 ] {c1eede5b-438b-467d-9807-d35c5ad2b0f2} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.08 16:14:34.419914 [ 4 ] {c1eede5b-438b-467d-9807-d35c5ad2b0f2} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:34.420070 [ 4 ] {c1eede5b-438b-467d-9807-d35c5ad2b0f2} executeQuery: Read 8 rows, 14.68 KiB in 0.001809 sec., 4422.332780541736 rows/sec., 7.92 MiB/sec. 2026.01.08 16:14:34.420128 [ 4 ] {c1eede5b-438b-467d-9807-d35c5ad2b0f2} TCPHandler: Processed in 0.001999695 sec. 2026.01.08 16:14:34.420247 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:34.420346 [ 4 ] {b18bd463-af99-45e8-9cbc-83d39c29e0e5} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:34.420389 [ 4 ] {b18bd463-af99-45e8-9cbc-83d39c29e0e5} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:34.420741 [ 4 ] {b18bd463-af99-45e8-9cbc-83d39c29e0e5} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:34.420778 [ 4 ] {b18bd463-af99-45e8-9cbc-83d39c29e0e5} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:34.421143 [ 4 ] {b18bd463-af99-45e8-9cbc-83d39c29e0e5} MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) 2026.01.08 16:14:34.421369 [ 4 ] {b18bd463-af99-45e8-9cbc-83d39c29e0e5} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:34.421505 [ 4 ] {b18bd463-af99-45e8-9cbc-83d39c29e0e5} executeQuery: Read 60 rows, 4.14 KiB in 0.001177 sec., 50977.06032285471 rows/sec., 3.44 MiB/sec. 2026.01.08 16:14:34.421543 [ 4 ] {b18bd463-af99-45e8-9cbc-83d39c29e0e5} TCPHandler: Processed in 0.001345021 sec. 2026.01.08 16:14:37.712189 [ 76 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:14:37.712245 [ 76 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:14:37.818453 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 10552 2026.01.08 16:14:37.818972 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:37.819022 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:37.819679 [ 244 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.08 16:14:37.819917 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:37.820066 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10552 2026.01.08 16:14:38.382923 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 2026.01.08 16:14:38.398792 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:38.398858 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:38.404425 [ 245 ] {} MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) 2026.01.08 16:14:38.405134 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:38.407984 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 166 2026.01.08 16:14:39.197501 [ 74 ] {} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 2026.01.08 16:14:39.197571 [ 74 ] {} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.197591 [ 74 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.94 GiB. 2026.01.08 16:14:39.197738 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full 2026.01.08 16:14:39.197896 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:39.197929 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part 2026.01.08 16:14:39.197997 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part 2026.01.08 16:14:39.198039 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part 2026.01.08 16:14:39.198080 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part 2026.01.08 16:14:39.198119 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part 2026.01.08 16:14:39.198810 [ 197 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} MergeTask::MergeProjectionsStage: Merge sorted 60 rows, containing 4 columns (4 merged, 0 gathered) in 0.001136906 sec., 52774.81163790146 rows/sec., 2.69 MiB/sec. 2026.01.08 16:14:39.198936 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) 2026.01.08 16:14:39.199204 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.199271 [ 193 ] {37c2f045-5867-4c93-9ba3-c08813f71f03::all_1_10_2} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 2026.01.08 16:14:39.199332 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. 2026.01.08 16:14:39.423842 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.424126 [ 4 ] {30e4a060-c0c8-46b4-b9f4-32599d4ab65f} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:14:39.424230 [ 4 ] {30e4a060-c0c8-46b4-b9f4-32599d4ab65f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:14:39.425277 [ 4 ] {30e4a060-c0c8-46b4-b9f4-32599d4ab65f} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.425323 [ 4 ] {30e4a060-c0c8-46b4-b9f4-32599d4ab65f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.425700 [ 4 ] {30e4a060-c0c8-46b4-b9f4-32599d4ab65f} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:14:39.425938 [ 4 ] {30e4a060-c0c8-46b4-b9f4-32599d4ab65f} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.426095 [ 4 ] {30e4a060-c0c8-46b4-b9f4-32599d4ab65f} executeQuery: Read 410 rows, 26.63 KiB in 0.00204 sec., 200980.39215686274 rows/sec., 12.75 MiB/sec. 2026.01.08 16:14:39.426147 [ 4 ] {30e4a060-c0c8-46b4-b9f4-32599d4ab65f} TCPHandler: Processed in 0.002460395 sec. 2026.01.08 16:14:39.426286 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.426388 [ 4 ] {2a0abd27-134e-4eb5-b4af-7c4a4137588a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:39.426431 [ 4 ] {2a0abd27-134e-4eb5-b4af-7c4a4137588a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:39.427451 [ 4 ] {2a0abd27-134e-4eb5-b4af-7c4a4137588a} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.427490 [ 4 ] {2a0abd27-134e-4eb5-b4af-7c4a4137588a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.427894 [ 4 ] {2a0abd27-134e-4eb5-b4af-7c4a4137588a} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.08 16:14:39.428127 [ 4 ] {2a0abd27-134e-4eb5-b4af-7c4a4137588a} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.428244 [ 73 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.08 16:14:39.428264 [ 4 ] {2a0abd27-134e-4eb5-b4af-7c4a4137588a} executeQuery: Read 1178 rows, 96.17 KiB in 0.001899 sec., 620326.4876250658 rows/sec., 49.45 MiB/sec. 2026.01.08 16:14:39.428312 [ 73 ] {} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.428326 [ 4 ] {2a0abd27-134e-4eb5-b4af-7c4a4137588a} TCPHandler: Processed in 0.002092236 sec. 2026.01.08 16:14:39.428340 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.428456 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.428464 [ 190 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.08 16:14:39.428560 [ 4 ] {8923f60c-5684-4fe0-981f-1b66a3dba815} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:39.428607 [ 4 ] {8923f60c-5684-4fe0-981f-1b66a3dba815} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:39.428623 [ 190 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:39.428674 [ 190 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1323 rows starting from the beginning of the part 2026.01.08 16:14:39.428752 [ 190 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part 2026.01.08 16:14:39.428801 [ 190 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2322 rows starting from the beginning of the part 2026.01.08 16:14:39.428844 [ 190 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part 2026.01.08 16:14:39.428885 [ 190 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part 2026.01.08 16:14:39.428925 [ 190 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1178 rows starting from the beginning of the part 2026.01.08 16:14:39.429202 [ 4 ] {8923f60c-5684-4fe0-981f-1b66a3dba815} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.429252 [ 4 ] {8923f60c-5684-4fe0-981f-1b66a3dba815} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.429680 [ 4 ] {8923f60c-5684-4fe0-981f-1b66a3dba815} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.08 16:14:39.429945 [ 4 ] {8923f60c-5684-4fe0-981f-1b66a3dba815} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.430089 [ 4 ] {8923f60c-5684-4fe0-981f-1b66a3dba815} executeQuery: Read 238 rows, 14.80 KiB in 0.00155 sec., 153548.3870967742 rows/sec., 9.32 MiB/sec. 2026.01.08 16:14:39.430129 [ 4 ] {8923f60c-5684-4fe0-981f-1b66a3dba815} TCPHandler: Processed in 0.001724618 sec. 2026.01.08 16:14:39.430249 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.430347 [ 4 ] {bd1f91e0-890c-4866-912d-1c40d37ce16d} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:14:39.430389 [ 4 ] {bd1f91e0-890c-4866-912d-1c40d37ce16d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:14:39.430894 [ 4 ] {bd1f91e0-890c-4866-912d-1c40d37ce16d} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.430931 [ 4 ] {bd1f91e0-890c-4866-912d-1c40d37ce16d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.431038 [ 193 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 5023 rows, containing 5 columns (5 merged, 0 gathered) in 0.002633839 sec., 1907102.1425379456 rows/sec., 161.26 MiB/sec. 2026.01.08 16:14:39.431251 [ 4 ] {bd1f91e0-890c-4866-912d-1c40d37ce16d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:14:39.431379 [ 197 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.08 16:14:39.431476 [ 4 ] {bd1f91e0-890c-4866-912d-1c40d37ce16d} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.431609 [ 4 ] {bd1f91e0-890c-4866-912d-1c40d37ce16d} executeQuery: Read 212 rows, 14.00 KiB in 0.001282 sec., 165366.61466458658 rows/sec., 10.66 MiB/sec. 2026.01.08 16:14:39.431649 [ 4 ] {bd1f91e0-890c-4866-912d-1c40d37ce16d} TCPHandler: Processed in 0.001450692 sec. 2026.01.08 16:14:39.431683 [ 197 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.431769 [ 197 ] {7be1e912-930c-4368-a14b-fb9a25948dcf::all_1_31_6} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.08 16:14:39.431769 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.431857 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. 2026.01.08 16:14:39.431872 [ 4 ] {663d5e43-2899-4cfc-bd8e-92a69988499d} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:14:39.431913 [ 4 ] {663d5e43-2899-4cfc-bd8e-92a69988499d} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:14:39.432398 [ 4 ] {663d5e43-2899-4cfc-bd8e-92a69988499d} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.432435 [ 4 ] {663d5e43-2899-4cfc-bd8e-92a69988499d} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.432750 [ 4 ] {663d5e43-2899-4cfc-bd8e-92a69988499d} MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) 2026.01.08 16:14:39.432967 [ 4 ] {663d5e43-2899-4cfc-bd8e-92a69988499d} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.433098 [ 4 ] {663d5e43-2899-4cfc-bd8e-92a69988499d} executeQuery: Read 211 rows, 12.27 KiB in 0.001245 sec., 169477.91164658635 rows/sec., 9.62 MiB/sec. 2026.01.08 16:14:39.433137 [ 4 ] {663d5e43-2899-4cfc-bd8e-92a69988499d} TCPHandler: Processed in 0.001417502 sec. 2026.01.08 16:14:39.433252 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.433345 [ 4 ] {a6272dc2-84b0-4738-9d60-b5dcc34df3cb} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:39.433387 [ 4 ] {a6272dc2-84b0-4738-9d60-b5dcc34df3cb} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:39.434063 [ 4 ] {a6272dc2-84b0-4738-9d60-b5dcc34df3cb} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.434101 [ 4 ] {a6272dc2-84b0-4738-9d60-b5dcc34df3cb} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.434443 [ 4 ] {a6272dc2-84b0-4738-9d60-b5dcc34df3cb} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.08 16:14:39.434674 [ 4 ] {a6272dc2-84b0-4738-9d60-b5dcc34df3cb} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.434780 [ 73 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.08 16:14:39.434804 [ 4 ] {a6272dc2-84b0-4738-9d60-b5dcc34df3cb} executeQuery: Read 712 rows, 51.11 KiB in 0.001477 sec., 482058.2261340555 rows/sec., 33.79 MiB/sec. 2026.01.08 16:14:39.434825 [ 73 ] {} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.434848 [ 4 ] {a6272dc2-84b0-4738-9d60-b5dcc34df3cb} TCPHandler: Processed in 0.001646097 sec. 2026.01.08 16:14:39.434852 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.434953 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.08 16:14:39.434972 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.435048 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:39.435071 [ 4 ] {7cc6c876-103b-44a7-9651-153102cffc1e} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) 2026.01.08 16:14:39.435076 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 792 rows starting from the beginning of the part 2026.01.08 16:14:39.435114 [ 4 ] {7cc6c876-103b-44a7-9651-153102cffc1e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool 2026.01.08 16:14:39.435136 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 72 rows starting from the beginning of the part 2026.01.08 16:14:39.435176 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1174 rows starting from the beginning of the part 2026.01.08 16:14:39.435212 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2026.01.08 16:14:39.435253 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 72 rows starting from the beginning of the part 2026.01.08 16:14:39.435290 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 712 rows starting from the beginning of the part 2026.01.08 16:14:39.435444 [ 4 ] {7cc6c876-103b-44a7-9651-153102cffc1e} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.435480 [ 4 ] {7cc6c876-103b-44a7-9651-153102cffc1e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.435787 [ 4 ] {7cc6c876-103b-44a7-9651-153102cffc1e} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:14:39.436008 [ 4 ] {7cc6c876-103b-44a7-9651-153102cffc1e} oximeter.measurements_bool (37c2f045-5867-4c93-9ba3-c08813f71f03): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.436142 [ 4 ] {7cc6c876-103b-44a7-9651-153102cffc1e} executeQuery: Read 6 rows, 321.00 B in 0.00109 sec., 5504.587155963302 rows/sec., 287.59 KiB/sec. 2026.01.08 16:14:39.436178 [ 4 ] {7cc6c876-103b-44a7-9651-153102cffc1e} TCPHandler: Processed in 0.001256848 sec. 2026.01.08 16:14:39.436292 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.436386 [ 4 ] {1f13cfd7-d44c-4bd4-9e9f-5128554240d9} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:39.436417 [ 197 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 2886 rows, containing 5 columns (5 merged, 0 gathered) in 0.001496934 sec., 1927940.7108129016 rows/sec., 145.36 MiB/sec. 2026.01.08 16:14:39.436429 [ 4 ] {1f13cfd7-d44c-4bd4-9e9f-5128554240d9} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:39.436574 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.08 16:14:39.436804 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.436872 [ 4 ] {1f13cfd7-d44c-4bd4-9e9f-5128554240d9} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.436873 [ 193 ] {fdbc9948-99a8-4ecd-bd52-bc547d653fac::all_1_31_6} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.08 16:14:39.436907 [ 4 ] {1f13cfd7-d44c-4bd4-9e9f-5128554240d9} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.436949 [ 193 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. 2026.01.08 16:14:39.437258 [ 4 ] {1f13cfd7-d44c-4bd4-9e9f-5128554240d9} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.08 16:14:39.437477 [ 4 ] {1f13cfd7-d44c-4bd4-9e9f-5128554240d9} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.437582 [ 73 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.08 16:14:39.437607 [ 4 ] {1f13cfd7-d44c-4bd4-9e9f-5128554240d9} executeQuery: Read 314 rows, 21.12 KiB in 0.00124 sec., 253225.8064516129 rows/sec., 16.63 MiB/sec. 2026.01.08 16:14:39.437618 [ 73 ] {} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.437650 [ 73 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.437652 [ 4 ] {1f13cfd7-d44c-4bd4-9e9f-5128554240d9} TCPHandler: Processed in 0.001409742 sec. 2026.01.08 16:14:39.437763 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.08 16:14:39.437804 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.437916 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:39.437931 [ 4 ] {b03d5787-992f-4909-b24a-49c6f60388d1} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) 2026.01.08 16:14:39.437958 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 5223 rows starting from the beginning of the part 2026.01.08 16:14:39.437992 [ 4 ] {b03d5787-992f-4909-b24a-49c6f60388d1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 2026.01.08 16:14:39.438033 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part 2026.01.08 16:14:39.438093 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 4544 rows starting from the beginning of the part 2026.01.08 16:14:39.438138 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part 2026.01.08 16:14:39.438184 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part 2026.01.08 16:14:39.438228 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 314 rows starting from the beginning of the part 2026.01.08 16:14:39.438401 [ 4 ] {b03d5787-992f-4909-b24a-49c6f60388d1} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.438453 [ 4 ] {b03d5787-992f-4909-b24a-49c6f60388d1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.438889 [ 4 ] {b03d5787-992f-4909-b24a-49c6f60388d1} MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) 2026.01.08 16:14:39.439118 [ 4 ] {b03d5787-992f-4909-b24a-49c6f60388d1} oximeter.measurements_f64 (407150bc-5e62-4846-9a9c-836645bfe46c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.439257 [ 4 ] {b03d5787-992f-4909-b24a-49c6f60388d1} executeQuery: Read 1 rows, 69.00 B in 0.001352 sec., 739.6449704142012 rows/sec., 49.84 KiB/sec. 2026.01.08 16:14:39.439295 [ 4 ] {b03d5787-992f-4909-b24a-49c6f60388d1} TCPHandler: Processed in 0.001554104 sec. 2026.01.08 16:14:39.439413 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.439506 [ 4 ] {f9f9c5c3-4215-40c6-9e1e-e0e18be52e0e} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:39.439560 [ 4 ] {f9f9c5c3-4215-40c6-9e1e-e0e18be52e0e} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:39.440378 [ 4 ] {f9f9c5c3-4215-40c6-9e1e-e0e18be52e0e} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.440411 [ 4 ] {f9f9c5c3-4215-40c6-9e1e-e0e18be52e0e} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.441111 [ 4 ] {f9f9c5c3-4215-40c6-9e1e-e0e18be52e0e} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.08 16:14:39.441338 [ 4 ] {f9f9c5c3-4215-40c6-9e1e-e0e18be52e0e} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.441483 [ 4 ] {f9f9c5c3-4215-40c6-9e1e-e0e18be52e0e} executeQuery: Read 33 rows, 60.55 KiB in 0.001993 sec., 16557.952834922227 rows/sec., 29.67 MiB/sec. 2026.01.08 16:14:39.441554 [ 4 ] {f9f9c5c3-4215-40c6-9e1e-e0e18be52e0e} TCPHandler: Processed in 0.002188259 sec. 2026.01.08 16:14:39.441682 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:39.441775 [ 4 ] {70f47c1e-3395-4f08-a3c6-e58e9e32cad7} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:39.441815 [ 4 ] {70f47c1e-3395-4f08-a3c6-e58e9e32cad7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:39.442164 [ 4 ] {70f47c1e-3395-4f08-a3c6-e58e9e32cad7} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.442197 [ 4 ] {70f47c1e-3395-4f08-a3c6-e58e9e32cad7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.442501 [ 4 ] {70f47c1e-3395-4f08-a3c6-e58e9e32cad7} MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) 2026.01.08 16:14:39.442631 [ 189 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 10465 rows, containing 5 columns (5 merged, 0 gathered) in 0.00492221 sec., 2126077.5139622246 rows/sec., 143.33 MiB/sec. 2026.01.08 16:14:39.442710 [ 4 ] {70f47c1e-3395-4f08-a3c6-e58e9e32cad7} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.442823 [ 72 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 2026.01.08 16:14:39.442845 [ 4 ] {70f47c1e-3395-4f08-a3c6-e58e9e32cad7} executeQuery: Read 104 rows, 6.53 KiB in 0.001089 sec., 95500.45913682278 rows/sec., 5.85 MiB/sec. 2026.01.08 16:14:39.442860 [ 72 ] {} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:39.442882 [ 4 ] {70f47c1e-3395-4f08-a3c6-e58e9e32cad7} TCPHandler: Processed in 0.001247279 sec. 2026.01.08 16:14:39.442882 [ 72 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:39.442890 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.08 16:14:39.442954 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergeTask::PrepareStage: Merging 6 parts: from all_1_26_5 to all_31_31_0 into Compact with storage Full 2026.01.08 16:14:39.443047 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:39.443076 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1662 rows starting from the beginning of the part 2026.01.08 16:14:39.443133 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part 2026.01.08 16:14:39.443180 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 80 rows starting from the beginning of the part 2026.01.08 16:14:39.443203 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.443224 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 24 rows starting from the beginning of the part 2026.01.08 16:14:39.443267 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part 2026.01.08 16:14:39.443299 [ 200 ] {7838cfde-e116-479b-8789-90138e1c1665::all_1_31_6} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.08 16:14:39.443306 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 104 rows starting from the beginning of the part 2026.01.08 16:14:39.443391 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.11 MiB. 2026.01.08 16:14:39.444405 [ 200 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergeTask::MergeProjectionsStage: Merge sorted 1990 rows, containing 4 columns (4 merged, 0 gathered) in 0.001476523 sec., 1347760.9221122868 rows/sec., 86.29 MiB/sec. 2026.01.08 16:14:39.444604 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) 2026.01.08 16:14:39.444864 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:39.444936 [ 197 ] {bb460af0-ef16-4e3f-8c51-13e0b4651416::all_1_31_6} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 2026.01.08 16:14:39.445003 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. 2026.01.08 16:14:42.828458 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 698 2026.01.08 16:14:42.830787 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:42.830832 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:42.832006 [ 243 ] {} MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) 2026.01.08 16:14:42.832277 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:42.832449 [ 68 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 2026.01.08 16:14:42.832542 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 698 2026.01.08 16:14:42.832551 [ 68 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:42.832608 [ 68 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:42.832714 [ 196 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full 2026.01.08 16:14:42.833186 [ 196 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:42.833335 [ 196 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 492 rows starting from the beginning of the part 2026.01.08 16:14:42.833694 [ 196 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part 2026.01.08 16:14:42.834041 [ 196 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part 2026.01.08 16:14:42.834364 [ 196 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part 2026.01.08 16:14:42.834684 [ 196 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part 2026.01.08 16:14:42.835017 [ 196 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part 2026.01.08 16:14:42.840915 [ 197 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergeTask::MergeProjectionsStage: Merge sorted 698 rows, containing 72 columns (72 merged, 0 gathered) in 0.008234214 sec., 84768.26082003699 rows/sec., 75.66 MiB/sec. 2026.01.08 16:14:42.841998 [ 200 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) 2026.01.08 16:14:42.842564 [ 200 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:42.842628 [ 200 ] {5f80d1de-8909-467e-a6af-1bf54ad37035::all_1_16_3} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 2026.01.08 16:14:42.842747 [ 200 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. 2026.01.08 16:14:44.417164 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:44.417379 [ 4 ] {f236f234-6a20-48f9-bbc8-23051615c133} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) 2026.01.08 16:14:44.417455 [ 4 ] {f236f234-6a20-48f9-bbc8-23051615c133} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 2026.01.08 16:14:44.418168 [ 4 ] {f236f234-6a20-48f9-bbc8-23051615c133} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.418234 [ 4 ] {f236f234-6a20-48f9-bbc8-23051615c133} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.418718 [ 4 ] {f236f234-6a20-48f9-bbc8-23051615c133} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:14:44.418963 [ 4 ] {f236f234-6a20-48f9-bbc8-23051615c133} oximeter.fields_i16 (422e33ad-f69f-4fa2-abcc-462e90c7482b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.419132 [ 4 ] {f236f234-6a20-48f9-bbc8-23051615c133} executeQuery: Read 24 rows, 2.04 KiB in 0.001807 sec., 13281.682346430547 rows/sec., 1.10 MiB/sec. 2026.01.08 16:14:44.419185 [ 4 ] {f236f234-6a20-48f9-bbc8-23051615c133} TCPHandler: Processed in 0.002163528 sec. 2026.01.08 16:14:44.419315 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:44.419421 [ 4 ] {afad0625-307c-4a03-882f-abaf84c68124} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:44.419466 [ 4 ] {afad0625-307c-4a03-882f-abaf84c68124} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:44.419965 [ 4 ] {afad0625-307c-4a03-882f-abaf84c68124} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.420008 [ 4 ] {afad0625-307c-4a03-882f-abaf84c68124} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.420381 [ 4 ] {afad0625-307c-4a03-882f-abaf84c68124} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.08 16:14:44.420600 [ 4 ] {afad0625-307c-4a03-882f-abaf84c68124} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.420735 [ 4 ] {afad0625-307c-4a03-882f-abaf84c68124} executeQuery: Read 192 rows, 17.40 KiB in 0.001339 sec., 143390.58999253175 rows/sec., 12.69 MiB/sec. 2026.01.08 16:14:44.420772 [ 4 ] {afad0625-307c-4a03-882f-abaf84c68124} TCPHandler: Processed in 0.001509574 sec. 2026.01.08 16:14:44.420893 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:44.420989 [ 4 ] {dd0b90b4-99f7-4d85-9c83-e2671cb92464} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:44.421030 [ 4 ] {dd0b90b4-99f7-4d85-9c83-e2671cb92464} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:44.421441 [ 4 ] {dd0b90b4-99f7-4d85-9c83-e2671cb92464} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.421478 [ 4 ] {dd0b90b4-99f7-4d85-9c83-e2671cb92464} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.421802 [ 4 ] {dd0b90b4-99f7-4d85-9c83-e2671cb92464} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.08 16:14:44.422014 [ 4 ] {dd0b90b4-99f7-4d85-9c83-e2671cb92464} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.422110 [ 64 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.08 16:14:44.422141 [ 4 ] {dd0b90b4-99f7-4d85-9c83-e2671cb92464} executeQuery: Read 20 rows, 1.56 KiB in 0.001171 sec., 17079.419299743808 rows/sec., 1.30 MiB/sec. 2026.01.08 16:14:44.422150 [ 64 ] {} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.422173 [ 64 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.422178 [ 4 ] {dd0b90b4-99f7-4d85-9c83-e2671cb92464} TCPHandler: Processed in 0.00133481 sec. 2026.01.08 16:14:44.422283 [ 198 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.08 16:14:44.422296 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:44.422416 [ 4 ] {60d420fb-1c53-45fa-81f8-861e51fcd84f} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:14:44.422420 [ 198 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:44.422460 [ 4 ] {60d420fb-1c53-45fa-81f8-861e51fcd84f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:14:44.422468 [ 198 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 276 rows starting from the beginning of the part 2026.01.08 16:14:44.422544 [ 198 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:44.422586 [ 198 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 244 rows starting from the beginning of the part 2026.01.08 16:14:44.422627 [ 198 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:44.422664 [ 198 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 238 rows starting from the beginning of the part 2026.01.08 16:14:44.422704 [ 198 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 20 rows starting from the beginning of the part 2026.01.08 16:14:44.422886 [ 4 ] {60d420fb-1c53-45fa-81f8-861e51fcd84f} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.422928 [ 4 ] {60d420fb-1c53-45fa-81f8-861e51fcd84f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.423277 [ 4 ] {60d420fb-1c53-45fa-81f8-861e51fcd84f} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:14:44.423509 [ 4 ] {60d420fb-1c53-45fa-81f8-861e51fcd84f} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.423606 [ 200 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 794 rows, containing 5 columns (5 merged, 0 gathered) in 0.001370091 sec., 579523.5498955909 rows/sec., 38.13 MiB/sec. 2026.01.08 16:14:44.423641 [ 4 ] {60d420fb-1c53-45fa-81f8-861e51fcd84f} executeQuery: Read 24 rows, 2.04 KiB in 0.001243 sec., 19308.12550281577 rows/sec., 1.60 MiB/sec. 2026.01.08 16:14:44.423687 [ 4 ] {60d420fb-1c53-45fa-81f8-861e51fcd84f} TCPHandler: Processed in 0.001440773 sec. 2026.01.08 16:14:44.423789 [ 197 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.08 16:14:44.423808 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:44.423902 [ 4 ] {e8f94da0-4c00-4924-ad43-e3ec61d69cf7} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) 2026.01.08 16:14:44.423942 [ 4 ] {e8f94da0-4c00-4924-ad43-e3ec61d69cf7} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 2026.01.08 16:14:44.424052 [ 197 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.424124 [ 197 ] {5e61a863-5b6c-4158-9f81-a1cbaf57822e::all_1_26_5} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.08 16:14:44.424218 [ 197 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. 2026.01.08 16:14:44.424348 [ 4 ] {e8f94da0-4c00-4924-ad43-e3ec61d69cf7} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.424384 [ 4 ] {e8f94da0-4c00-4924-ad43-e3ec61d69cf7} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.424682 [ 4 ] {e8f94da0-4c00-4924-ad43-e3ec61d69cf7} MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) 2026.01.08 16:14:44.424904 [ 4 ] {e8f94da0-4c00-4924-ad43-e3ec61d69cf7} oximeter.fields_u8 (4b51c6e3-527c-498f-8de1-ca518a8decc0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.425031 [ 4 ] {e8f94da0-4c00-4924-ad43-e3ec61d69cf7} executeQuery: Read 12 rows, 960.00 B in 0.001147 sec., 10462.074978204011 rows/sec., 817.35 KiB/sec. 2026.01.08 16:14:44.425068 [ 4 ] {e8f94da0-4c00-4924-ad43-e3ec61d69cf7} TCPHandler: Processed in 0.00130914 sec. 2026.01.08 16:14:44.425183 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:44.425277 [ 4 ] {da9b3db5-676e-42b1-8105-ee186931c354} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:44.425318 [ 4 ] {da9b3db5-676e-42b1-8105-ee186931c354} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:44.425743 [ 4 ] {da9b3db5-676e-42b1-8105-ee186931c354} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.425777 [ 4 ] {da9b3db5-676e-42b1-8105-ee186931c354} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.426092 [ 4 ] {da9b3db5-676e-42b1-8105-ee186931c354} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.08 16:14:44.426302 [ 4 ] {da9b3db5-676e-42b1-8105-ee186931c354} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.426427 [ 4 ] {da9b3db5-676e-42b1-8105-ee186931c354} executeQuery: Read 108 rows, 9.01 KiB in 0.001169 sec., 92386.65526090677 rows/sec., 7.53 MiB/sec. 2026.01.08 16:14:44.426465 [ 4 ] {da9b3db5-676e-42b1-8105-ee186931c354} TCPHandler: Processed in 0.00133013 sec. 2026.01.08 16:14:44.426583 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:44.426677 [ 4 ] {dce92cad-ed07-41b8-b44d-71b955f65e16} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:44.426721 [ 4 ] {dce92cad-ed07-41b8-b44d-71b955f65e16} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:44.427164 [ 4 ] {dce92cad-ed07-41b8-b44d-71b955f65e16} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.427199 [ 4 ] {dce92cad-ed07-41b8-b44d-71b955f65e16} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.427533 [ 4 ] {dce92cad-ed07-41b8-b44d-71b955f65e16} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.08 16:14:44.427748 [ 4 ] {dce92cad-ed07-41b8-b44d-71b955f65e16} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.427878 [ 4 ] {dce92cad-ed07-41b8-b44d-71b955f65e16} executeQuery: Read 304 rows, 23.36 KiB in 0.001219 sec., 249384.74159146842 rows/sec., 18.72 MiB/sec. 2026.01.08 16:14:44.427914 [ 4 ] {dce92cad-ed07-41b8-b44d-71b955f65e16} TCPHandler: Processed in 0.001380591 sec. 2026.01.08 16:14:44.428024 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:44.428127 [ 4 ] {b9ac4a7d-4a02-49ae-8510-161c105d3185} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:44.428186 [ 4 ] {b9ac4a7d-4a02-49ae-8510-161c105d3185} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:44.428951 [ 4 ] {b9ac4a7d-4a02-49ae-8510-161c105d3185} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.428987 [ 4 ] {b9ac4a7d-4a02-49ae-8510-161c105d3185} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.429497 [ 4 ] {b9ac4a7d-4a02-49ae-8510-161c105d3185} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.08 16:14:44.429724 [ 4 ] {b9ac4a7d-4a02-49ae-8510-161c105d3185} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.429869 [ 4 ] {b9ac4a7d-4a02-49ae-8510-161c105d3185} executeQuery: Read 8 rows, 14.68 KiB in 0.001762 sec., 4540.295119182747 rows/sec., 8.14 MiB/sec. 2026.01.08 16:14:44.429929 [ 4 ] {b9ac4a7d-4a02-49ae-8510-161c105d3185} TCPHandler: Processed in 0.001956253 sec. 2026.01.08 16:14:44.430047 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:44.430150 [ 4 ] {56b455f3-6f6d-495a-9e4e-ccdac14377f8} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:44.430193 [ 4 ] {56b455f3-6f6d-495a-9e4e-ccdac14377f8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:44.430538 [ 4 ] {56b455f3-6f6d-495a-9e4e-ccdac14377f8} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:44.430574 [ 4 ] {56b455f3-6f6d-495a-9e4e-ccdac14377f8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:44.430887 [ 4 ] {56b455f3-6f6d-495a-9e4e-ccdac14377f8} MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) 2026.01.08 16:14:44.431100 [ 4 ] {56b455f3-6f6d-495a-9e4e-ccdac14377f8} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:44.431228 [ 4 ] {56b455f3-6f6d-495a-9e4e-ccdac14377f8} executeQuery: Read 60 rows, 4.14 KiB in 0.001098 sec., 54644.8087431694 rows/sec., 3.68 MiB/sec. 2026.01.08 16:14:44.431266 [ 4 ] {56b455f3-6f6d-495a-9e4e-ccdac14377f8} TCPHandler: Processed in 0.001268018 sec. 2026.01.08 16:14:45.320205 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 11064 2026.01.08 16:14:45.320780 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:45.320820 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:45.321332 [ 244 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.08 16:14:45.321554 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:45.321683 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11064 2026.01.08 16:14:45.908083 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 2026.01.08 16:14:45.926695 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:45.926767 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:45.934172 [ 245 ] {} MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) 2026.01.08 16:14:45.934983 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:45.938638 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 174 2026.01.08 16:14:49.415791 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:49.416006 [ 4 ] {5e424b31-29f8-4dbd-bae0-3f347d413a1a} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:49.416088 [ 4 ] {5e424b31-29f8-4dbd-bae0-3f347d413a1a} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:49.416895 [ 4 ] {5e424b31-29f8-4dbd-bae0-3f347d413a1a} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:49.416948 [ 4 ] {5e424b31-29f8-4dbd-bae0-3f347d413a1a} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:49.417382 [ 4 ] {5e424b31-29f8-4dbd-bae0-3f347d413a1a} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.08 16:14:49.417624 [ 4 ] {5e424b31-29f8-4dbd-bae0-3f347d413a1a} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:49.417792 [ 4 ] {5e424b31-29f8-4dbd-bae0-3f347d413a1a} executeQuery: Read 122 rows, 10.73 KiB in 0.001839 sec., 66340.40239260468 rows/sec., 5.70 MiB/sec. 2026.01.08 16:14:49.417845 [ 4 ] {5e424b31-29f8-4dbd-bae0-3f347d413a1a} TCPHandler: Processed in 0.002189999 sec. 2026.01.08 16:14:49.417983 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:49.418090 [ 4 ] {4c1299da-b786-4ea1-ac52-6cfe4df75a75} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:49.418136 [ 4 ] {4c1299da-b786-4ea1-ac52-6cfe4df75a75} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:49.418593 [ 4 ] {4c1299da-b786-4ea1-ac52-6cfe4df75a75} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:49.418632 [ 4 ] {4c1299da-b786-4ea1-ac52-6cfe4df75a75} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:49.418977 [ 4 ] {4c1299da-b786-4ea1-ac52-6cfe4df75a75} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.08 16:14:49.419213 [ 4 ] {4c1299da-b786-4ea1-ac52-6cfe4df75a75} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:49.419355 [ 4 ] {4c1299da-b786-4ea1-ac52-6cfe4df75a75} executeQuery: Read 33 rows, 2.48 KiB in 0.001296 sec., 25462.962962962964 rows/sec., 1.87 MiB/sec. 2026.01.08 16:14:49.419393 [ 4 ] {4c1299da-b786-4ea1-ac52-6cfe4df75a75} TCPHandler: Processed in 0.001470673 sec. 2026.01.08 16:14:49.419506 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:49.419599 [ 4 ] {3f42eefc-e5af-4e2f-935d-001c795da095} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:49.419639 [ 4 ] {3f42eefc-e5af-4e2f-935d-001c795da095} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:49.420052 [ 4 ] {3f42eefc-e5af-4e2f-935d-001c795da095} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:49.420089 [ 4 ] {3f42eefc-e5af-4e2f-935d-001c795da095} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:49.420463 [ 4 ] {3f42eefc-e5af-4e2f-935d-001c795da095} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.08 16:14:49.420684 [ 4 ] {3f42eefc-e5af-4e2f-935d-001c795da095} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:49.420817 [ 4 ] {3f42eefc-e5af-4e2f-935d-001c795da095} executeQuery: Read 97 rows, 7.76 KiB in 0.001214 sec., 79901.15321252058 rows/sec., 6.24 MiB/sec. 2026.01.08 16:14:49.420854 [ 4 ] {3f42eefc-e5af-4e2f-935d-001c795da095} TCPHandler: Processed in 0.001381201 sec. 2026.01.08 16:14:49.420969 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:49.421065 [ 4 ] {fe984adc-0a16-4793-a0a7-a90bbae7dcda} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:49.421110 [ 4 ] {fe984adc-0a16-4793-a0a7-a90bbae7dcda} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:49.421521 [ 4 ] {fe984adc-0a16-4793-a0a7-a90bbae7dcda} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:49.421558 [ 4 ] {fe984adc-0a16-4793-a0a7-a90bbae7dcda} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:49.421895 [ 4 ] {fe984adc-0a16-4793-a0a7-a90bbae7dcda} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.08 16:14:49.422104 [ 4 ] {fe984adc-0a16-4793-a0a7-a90bbae7dcda} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:49.422262 [ 4 ] {fe984adc-0a16-4793-a0a7-a90bbae7dcda} executeQuery: Read 160 rows, 11.41 KiB in 0.001216 sec., 131578.94736842104 rows/sec., 9.16 MiB/sec. 2026.01.08 16:14:49.422304 [ 4 ] {fe984adc-0a16-4793-a0a7-a90bbae7dcda} TCPHandler: Processed in 0.00138385 sec. 2026.01.08 16:14:49.422419 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:49.422523 [ 4 ] {fef76a25-1e37-441f-89c0-cc2aa739d06c} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:49.422588 [ 4 ] {fef76a25-1e37-441f-89c0-cc2aa739d06c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:49.423561 [ 4 ] {fef76a25-1e37-441f-89c0-cc2aa739d06c} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:49.423627 [ 4 ] {fef76a25-1e37-441f-89c0-cc2aa739d06c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:49.424214 [ 4 ] {fef76a25-1e37-441f-89c0-cc2aa739d06c} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.08 16:14:49.424444 [ 4 ] {fef76a25-1e37-441f-89c0-cc2aa739d06c} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:49.424588 [ 4 ] {fef76a25-1e37-441f-89c0-cc2aa739d06c} executeQuery: Read 33 rows, 60.55 KiB in 0.002083 sec., 15842.53480556889 rows/sec., 28.39 MiB/sec. 2026.01.08 16:14:49.424656 [ 4 ] {fef76a25-1e37-441f-89c0-cc2aa739d06c} TCPHandler: Processed in 0.002286321 sec. 2026.01.08 16:14:49.424789 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:49.424888 [ 4 ] {854fd24c-2f64-4900-bcea-fe4da8a01fb0} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:49.424931 [ 4 ] {854fd24c-2f64-4900-bcea-fe4da8a01fb0} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:49.425307 [ 4 ] {854fd24c-2f64-4900-bcea-fe4da8a01fb0} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:49.425344 [ 4 ] {854fd24c-2f64-4900-bcea-fe4da8a01fb0} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:49.425672 [ 4 ] {854fd24c-2f64-4900-bcea-fe4da8a01fb0} MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) 2026.01.08 16:14:49.425884 [ 4 ] {854fd24c-2f64-4900-bcea-fe4da8a01fb0} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:49.426015 [ 4 ] {854fd24c-2f64-4900-bcea-fe4da8a01fb0} executeQuery: Read 60 rows, 4.14 KiB in 0.001148 sec., 52264.80836236934 rows/sec., 3.52 MiB/sec. 2026.01.08 16:14:49.426051 [ 4 ] {854fd24c-2f64-4900-bcea-fe4da8a01fb0} TCPHandler: Processed in 0.001311799 sec. 2026.01.08 16:14:52.712483 [ 53 ] {} DNSResolver: Updating DNS cache 2026.01.08 16:14:52.712537 [ 53 ] {} DNSResolver: Updated DNS cache 2026.01.08 16:14:52.821970 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 448 entries to flush up to offset 11512 2026.01.08 16:14:52.822479 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:52.822524 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:52.823118 [ 244 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.08 16:14:52.823351 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:52.823486 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11512 2026.01.08 16:14:52.832993 [ 243 ] {} SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 728 2026.01.08 16:14:52.835648 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:52.835706 [ 243 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:52.836938 [ 243 ] {} MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) 2026.01.08 16:14:52.837225 [ 243 ] {} system.query_log (5f80d1de-8909-467e-a6af-1bf54ad37035): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:52.837599 [ 243 ] {} SystemLog (system.query_log): Flushed system log up to offset 728 2026.01.08 16:14:53.438910 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 2026.01.08 16:14:53.455022 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:53.455072 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:53.461408 [ 245 ] {} MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) 2026.01.08 16:14:53.462108 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:53.464933 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 181 2026.01.08 16:14:54.411736 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:54.411939 [ 4 ] {c884b1c9-57c3-44d6-a60d-091b895f9e36} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:54.412010 [ 4 ] {c884b1c9-57c3-44d6-a60d-091b895f9e36} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:54.412692 [ 4 ] {c884b1c9-57c3-44d6-a60d-091b895f9e36} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:54.412746 [ 4 ] {c884b1c9-57c3-44d6-a60d-091b895f9e36} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:54.413173 [ 4 ] {c884b1c9-57c3-44d6-a60d-091b895f9e36} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.08 16:14:54.413419 [ 4 ] {c884b1c9-57c3-44d6-a60d-091b895f9e36} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:54.413587 [ 4 ] {c884b1c9-57c3-44d6-a60d-091b895f9e36} executeQuery: Read 72 rows, 5.94 KiB in 0.0017 sec., 42352.94117647059 rows/sec., 3.41 MiB/sec. 2026.01.08 16:14:54.413641 [ 4 ] {c884b1c9-57c3-44d6-a60d-091b895f9e36} TCPHandler: Processed in 0.002036596 sec. 2026.01.08 16:14:54.413768 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:54.413875 [ 4 ] {ec6c6c83-d870-4732-9ae7-47d59e460329} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:54.413920 [ 4 ] {ec6c6c83-d870-4732-9ae7-47d59e460329} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:54.414342 [ 4 ] {ec6c6c83-d870-4732-9ae7-47d59e460329} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:54.414382 [ 4 ] {ec6c6c83-d870-4732-9ae7-47d59e460329} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:54.414692 [ 4 ] {ec6c6c83-d870-4732-9ae7-47d59e460329} MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) 2026.01.08 16:14:54.414902 [ 4 ] {ec6c6c83-d870-4732-9ae7-47d59e460329} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:54.415037 [ 4 ] {ec6c6c83-d870-4732-9ae7-47d59e460329} executeQuery: Read 8 rows, 616.00 B in 0.001187 sec., 6739.6798652064035 rows/sec., 506.79 KiB/sec. 2026.01.08 16:14:54.415076 [ 4 ] {ec6c6c83-d870-4732-9ae7-47d59e460329} TCPHandler: Processed in 0.0013614 sec. 2026.01.08 16:14:54.415185 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:54.415290 [ 4 ] {abe2edf5-cdcd-4bc0-97b7-c9bb4e32ea1c} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:54.415332 [ 4 ] {abe2edf5-cdcd-4bc0-97b7-c9bb4e32ea1c} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:54.415764 [ 4 ] {abe2edf5-cdcd-4bc0-97b7-c9bb4e32ea1c} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:54.415804 [ 4 ] {abe2edf5-cdcd-4bc0-97b7-c9bb4e32ea1c} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:54.416141 [ 4 ] {abe2edf5-cdcd-4bc0-97b7-c9bb4e32ea1c} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.08 16:14:54.416374 [ 4 ] {abe2edf5-cdcd-4bc0-97b7-c9bb4e32ea1c} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:54.416512 [ 4 ] {abe2edf5-cdcd-4bc0-97b7-c9bb4e32ea1c} executeQuery: Read 72 rows, 5.76 KiB in 0.001243 sec., 57924.376508447305 rows/sec., 4.52 MiB/sec. 2026.01.08 16:14:54.416551 [ 4 ] {abe2edf5-cdcd-4bc0-97b7-c9bb4e32ea1c} TCPHandler: Processed in 0.001417852 sec. 2026.01.08 16:14:54.416666 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:54.416761 [ 4 ] {a399c7e8-0139-4836-9d71-18f9c1b564ac} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:54.416807 [ 4 ] {a399c7e8-0139-4836-9d71-18f9c1b564ac} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:54.417224 [ 4 ] {a399c7e8-0139-4836-9d71-18f9c1b564ac} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:54.417262 [ 4 ] {a399c7e8-0139-4836-9d71-18f9c1b564ac} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:54.417614 [ 4 ] {a399c7e8-0139-4836-9d71-18f9c1b564ac} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.08 16:14:54.417842 [ 4 ] {a399c7e8-0139-4836-9d71-18f9c1b564ac} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:54.417980 [ 4 ] {a399c7e8-0139-4836-9d71-18f9c1b564ac} executeQuery: Read 160 rows, 11.41 KiB in 0.001237 sec., 129345.18997574778 rows/sec., 9.01 MiB/sec. 2026.01.08 16:14:54.418018 [ 4 ] {a399c7e8-0139-4836-9d71-18f9c1b564ac} TCPHandler: Processed in 0.001401952 sec. 2026.01.08 16:14:54.418131 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:54.418229 [ 4 ] {c870c1ea-afb1-40a3-ba52-88d70414cd8f} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:54.418287 [ 4 ] {c870c1ea-afb1-40a3-ba52-88d70414cd8f} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:54.419035 [ 4 ] {c870c1ea-afb1-40a3-ba52-88d70414cd8f} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:54.419073 [ 4 ] {c870c1ea-afb1-40a3-ba52-88d70414cd8f} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:54.419581 [ 4 ] {c870c1ea-afb1-40a3-ba52-88d70414cd8f} MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) 2026.01.08 16:14:54.419806 [ 4 ] {c870c1ea-afb1-40a3-ba52-88d70414cd8f} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:54.419924 [ 50 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 2026.01.08 16:14:54.419945 [ 4 ] {c870c1ea-afb1-40a3-ba52-88d70414cd8f} executeQuery: Read 8 rows, 14.68 KiB in 0.001735 sec., 4610.951008645533 rows/sec., 8.26 MiB/sec. 2026.01.08 16:14:54.419990 [ 50 ] {} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:54.420015 [ 50 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:54.420023 [ 4 ] {c870c1ea-afb1-40a3-ba52-88d70414cd8f} TCPHandler: Processed in 0.001943243 sec. 2026.01.08 16:14:54.420129 [ 198 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergeTask::PrepareStage: Merging 6 parts: from all_1_21_4 to all_26_26_0 into Compact with storage Full 2026.01.08 16:14:54.420143 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:54.420261 [ 4 ] {5010b273-7eb2-459e-bb97-8e1c91c59004} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:54.420309 [ 4 ] {5010b273-7eb2-459e-bb97-8e1c91c59004} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:54.420384 [ 198 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal 2026.01.08 16:14:54.420445 [ 198 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 424 rows starting from the beginning of the part 2026.01.08 16:14:54.420572 [ 198 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:54.420650 [ 4 ] {5010b273-7eb2-459e-bb97-8e1c91c59004} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:54.420678 [ 198 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part 2026.01.08 16:14:54.420692 [ 4 ] {5010b273-7eb2-459e-bb97-8e1c91c59004} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:54.420786 [ 198 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:54.420894 [ 198 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part 2026.01.08 16:14:54.420998 [ 198 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 8 rows starting from the beginning of the part 2026.01.08 16:14:54.421012 [ 4 ] {5010b273-7eb2-459e-bb97-8e1c91c59004} MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) 2026.01.08 16:14:54.421223 [ 4 ] {5010b273-7eb2-459e-bb97-8e1c91c59004} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:54.421366 [ 4 ] {5010b273-7eb2-459e-bb97-8e1c91c59004} executeQuery: Read 60 rows, 4.14 KiB in 0.001125 sec., 53333.333333333336 rows/sec., 3.59 MiB/sec. 2026.01.08 16:14:54.421403 [ 4 ] {5010b273-7eb2-459e-bb97-8e1c91c59004} TCPHandler: Processed in 0.001309789 sec. 2026.01.08 16:14:54.439687 [ 199 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergeTask::MergeProjectionsStage: Merge sorted 514 rows, containing 19 columns (19 merged, 0 gathered) in 0.019610839 sec., 26209.99540101267 rows/sec., 46.97 MiB/sec. 2026.01.08 16:14:54.440435 [ 192 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) 2026.01.08 16:14:54.440791 [ 192 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:54.440862 [ 192 ] {9456c650-b8ed-4624-bf4e-eb0dd6a410eb::all_1_26_5} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 2026.01.08 16:14:54.440988 [ 192 ] {} MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.38 MiB. 2026.01.08 16:14:55.001163 [ 248 ] {} AsynchronousMetrics: MemoryTracking: was 257.57 MiB, peak 264.90 MiB, free memory in arenas 0.00 B, will set to 258.93 MiB (RSS), difference: 1.36 MiB 2026.01.08 16:14:58.638227 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45226 2026.01.08 16:14:58.638341 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:58.638372 [ 286 ] {} TCP-Session: 05487dd9-3d1c-4661-bd3d-1a92ac89ef2b Authenticating user 'default' from [fd00:1122:3344:101::e]:45226 2026.01.08 16:14:58.638397 [ 286 ] {} TCP-Session: 05487dd9-3d1c-4661-bd3d-1a92ac89ef2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.638414 [ 286 ] {} TCP-Session: 05487dd9-3d1c-4661-bd3d-1a92ac89ef2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.638641 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42059 2026.01.08 16:14:58.638680 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36733 2026.01.08 16:14:58.638693 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45614 2026.01.08 16:14:58.638689 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:45716 2026.01.08 16:14:58.638743 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63168 2026.01.08 16:14:58.638767 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:58.638826 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:58.638749 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42218 2026.01.08 16:14:58.638863 [ 292 ] {} TCP-Session: d9113743-102b-4bed-9b8e-441d15bfd46a Authenticating user 'default' from [fd00:1122:3344:101::e]:45614 2026.01.08 16:14:58.638860 [ 288 ] {} TCP-Session: 2ac54e15-be02-4cdd-9388-ef37409d110d Authenticating user 'default' from [fd00:1122:3344:101::e]:42059 2026.01.08 16:14:58.638877 [ 286 ] {} TCP-Session: 05487dd9-3d1c-4661-bd3d-1a92ac89ef2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:58.638909 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:58.638918 [ 288 ] {} TCP-Session: 2ac54e15-be02-4cdd-9388-ef37409d110d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.638975 [ 290 ] {} TCP-Session: 4f374678-aa6e-4124-aabe-710473fa52f1 Authenticating user 'default' from [fd00:1122:3344:101::e]:36733 2026.01.08 16:14:58.638903 [ 292 ] {} TCP-Session: d9113743-102b-4bed-9b8e-441d15bfd46a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.638997 [ 288 ] {} TCP-Session: 2ac54e15-be02-4cdd-9388-ef37409d110d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639020 [ 292 ] {} TCP-Session: d9113743-102b-4bed-9b8e-441d15bfd46a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639014 [ 290 ] {} TCP-Session: 4f374678-aa6e-4124-aabe-710473fa52f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639051 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:58.639062 [ 290 ] {} TCP-Session: 4f374678-aa6e-4124-aabe-710473fa52f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639082 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:58.639104 [ 291 ] {} TCP-Session: e5c584ad-263b-4461-828c-1bb5de2ae80d Authenticating user 'default' from [fd00:1122:3344:101::e]:45716 2026.01.08 16:14:58.639119 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:58.639146 [ 291 ] {} TCP-Session: e5c584ad-263b-4461-828c-1bb5de2ae80d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639137 [ 286 ] {8873c651-45d2-4b1d-b778-605492eb49c8} executeQuery: (from [fd00:1122:3344:101::e]:45226) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:14:58.639179 [ 291 ] {} TCP-Session: e5c584ad-263b-4461-828c-1bb5de2ae80d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639175 [ 293 ] {} TCP-Session: edd049f7-5aad-4544-bf40-a1d118b9d964 Authenticating user 'default' from [fd00:1122:3344:101::e]:63168 2026.01.08 16:14:58.639124 [ 294 ] {} TCP-Session: e8983738-3ebf-4f5b-978f-51a824d59fc2 Authenticating user 'default' from [fd00:1122:3344:101::e]:42218 2026.01.08 16:14:58.638682 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43118 2026.01.08 16:14:58.639253 [ 294 ] {} TCP-Session: e8983738-3ebf-4f5b-978f-51a824d59fc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639244 [ 293 ] {} TCP-Session: edd049f7-5aad-4544-bf40-a1d118b9d964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639294 [ 294 ] {} TCP-Session: e8983738-3ebf-4f5b-978f-51a824d59fc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639319 [ 293 ] {} TCP-Session: edd049f7-5aad-4544-bf40-a1d118b9d964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.638646 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:53363 2026.01.08 16:14:58.639386 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:58.639419 [ 289 ] {} TCP-Session: 40d673bc-9edf-44d6-86f8-82830cfd70f8 Authenticating user 'default' from [fd00:1122:3344:101::e]:43118 2026.01.08 16:14:58.639439 [ 289 ] {} TCP-Session: 40d673bc-9edf-44d6-86f8-82830cfd70f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639454 [ 289 ] {} TCP-Session: 40d673bc-9edf-44d6-86f8-82830cfd70f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639491 [ 286 ] {8873c651-45d2-4b1d-b778-605492eb49c8} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:14:58.639534 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:14:58.639555 [ 286 ] {8873c651-45d2-4b1d-b778-605492eb49c8} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:14:58.639564 [ 287 ] {} TCP-Session: 80ebbd3b-a32f-4639-8b26-61c0e1871b36 Authenticating user 'default' from [fd00:1122:3344:101::e]:53363 2026.01.08 16:14:58.639592 [ 287 ] {} TCP-Session: 80ebbd3b-a32f-4639-8b26-61c0e1871b36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639604 [ 287 ] {} TCP-Session: 80ebbd3b-a32f-4639-8b26-61c0e1871b36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.639850 [ 286 ] {8873c651-45d2-4b1d-b778-605492eb49c8} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:14:58.640855 [ 319 ] {8873c651-45d2-4b1d-b778-605492eb49c8} AggregatingTransform: Aggregating 2026.01.08 16:14:58.640899 [ 319 ] {8873c651-45d2-4b1d-b778-605492eb49c8} Aggregator: Aggregation method: without_key 2026.01.08 16:14:58.640937 [ 319 ] {8873c651-45d2-4b1d-b778-605492eb49c8} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.000982282 sec. (1018.038 rows/sec., 39.77 KiB/sec.) 2026.01.08 16:14:58.640959 [ 319 ] {8873c651-45d2-4b1d-b778-605492eb49c8} Aggregator: Merging aggregated data 2026.01.08 16:14:58.642198 [ 286 ] {8873c651-45d2-4b1d-b778-605492eb49c8} executeQuery: Read 1 rows, 40.00 B in 0.003149 sec., 317.56113051762463 rows/sec., 12.40 KiB/sec. 2026.01.08 16:14:58.642342 [ 286 ] {8873c651-45d2-4b1d-b778-605492eb49c8} TCPHandler: Processed in 0.003631351 sec. 2026.01.08 16:14:58.642433 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:58.642459 [ 286 ] {} TCP-Session: 05487dd9-3d1c-4661-bd3d-1a92ac89ef2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.642461 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:58.642483 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:58.642498 [ 291 ] {} TCP-Session: e5c584ad-263b-4461-828c-1bb5de2ae80d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.642519 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:58.642536 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:58.642555 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:58.642561 [ 287 ] {} TCP-Session: 80ebbd3b-a32f-4639-8b26-61c0e1871b36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.642575 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:58.642600 [ 290 ] {} TCP-Session: 4f374678-aa6e-4124-aabe-710473fa52f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.642593 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:58.642629 [ 293 ] {} TCP-Session: edd049f7-5aad-4544-bf40-a1d118b9d964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.642586 [ 294 ] {} TCP-Session: e8983738-3ebf-4f5b-978f-51a824d59fc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.642670 [ 292 ] {} TCP-Session: d9113743-102b-4bed-9b8e-441d15bfd46a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.642527 [ 289 ] {} TCP-Session: 40d673bc-9edf-44d6-86f8-82830cfd70f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:58.642522 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:14:58.642761 [ 288 ] {} TCP-Session: 2ac54e15-be02-4cdd-9388-ef37409d110d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:14:59.468237 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:59.468518 [ 4 ] {8033ddc3-d632-4024-8bb9-637400b596d6} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) 2026.01.08 16:14:59.468628 [ 4 ] {8033ddc3-d632-4024-8bb9-637400b596d6} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr 2026.01.08 16:14:59.469538 [ 4 ] {8033ddc3-d632-4024-8bb9-637400b596d6} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:59.469607 [ 4 ] {8033ddc3-d632-4024-8bb9-637400b596d6} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:59.470190 [ 4 ] {8033ddc3-d632-4024-8bb9-637400b596d6} MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) 2026.01.08 16:14:59.470572 [ 4 ] {8033ddc3-d632-4024-8bb9-637400b596d6} oximeter.fields_ipaddr (f73bba31-492f-4055-b5d1-21daa1bccdc8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:59.470797 [ 4 ] {8033ddc3-d632-4024-8bb9-637400b596d6} executeQuery: Read 4 rows, 334.00 B in 0.002352 sec., 1700.6802721088436 rows/sec., 138.68 KiB/sec. 2026.01.08 16:14:59.470871 [ 4 ] {8033ddc3-d632-4024-8bb9-637400b596d6} TCPHandler: Processed in 0.002851254 sec. 2026.01.08 16:14:59.471069 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:59.471209 [ 4 ] {02ac20bd-1b54-469f-bdbe-2a5a407b5356} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) 2026.01.08 16:14:59.471268 [ 4 ] {02ac20bd-1b54-469f-bdbe-2a5a407b5356} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string 2026.01.08 16:14:59.472835 [ 4 ] {02ac20bd-1b54-469f-bdbe-2a5a407b5356} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:59.472881 [ 4 ] {02ac20bd-1b54-469f-bdbe-2a5a407b5356} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:59.473371 [ 4 ] {02ac20bd-1b54-469f-bdbe-2a5a407b5356} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.08 16:14:59.473602 [ 4 ] {02ac20bd-1b54-469f-bdbe-2a5a407b5356} oximeter.fields_string (7be1e912-930c-4368-a14b-fb9a25948dcf): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:59.473743 [ 4 ] {02ac20bd-1b54-469f-bdbe-2a5a407b5356} executeQuery: Read 1264 rows, 107.44 KiB in 0.002571 sec., 491637.4951380786 rows/sec., 40.81 MiB/sec. 2026.01.08 16:14:59.473784 [ 4 ] {02ac20bd-1b54-469f-bdbe-2a5a407b5356} TCPHandler: Processed in 0.002790722 sec. 2026.01.08 16:14:59.473943 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:59.474046 [ 4 ] {08fbb10e-1437-4426-be32-6497f1303c91} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) 2026.01.08 16:14:59.474090 [ 4 ] {08fbb10e-1437-4426-be32-6497f1303c91} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 2026.01.08 16:14:59.474624 [ 4 ] {08fbb10e-1437-4426-be32-6497f1303c91} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:59.474667 [ 4 ] {08fbb10e-1437-4426-be32-6497f1303c91} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:59.475056 [ 4 ] {08fbb10e-1437-4426-be32-6497f1303c91} MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) 2026.01.08 16:14:59.475403 [ 4 ] {08fbb10e-1437-4426-be32-6497f1303c91} oximeter.fields_u16 (5e61a863-5b6c-4158-9f81-a1cbaf57822e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:59.475564 [ 4 ] {08fbb10e-1437-4426-be32-6497f1303c91} executeQuery: Read 37 rows, 2.76 KiB in 0.00154 sec., 24025.97402597403 rows/sec., 1.75 MiB/sec. 2026.01.08 16:14:59.475612 [ 4 ] {08fbb10e-1437-4426-be32-6497f1303c91} TCPHandler: Processed in 0.001722869 sec. 2026.01.08 16:14:59.475765 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:59.475869 [ 4 ] {76cd6d43-37f5-4548-abfb-cb8e20516c92} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) 2026.01.08 16:14:59.475917 [ 4 ] {76cd6d43-37f5-4548-abfb-cb8e20516c92} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 2026.01.08 16:14:59.476598 [ 4 ] {76cd6d43-37f5-4548-abfb-cb8e20516c92} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:59.476645 [ 4 ] {76cd6d43-37f5-4548-abfb-cb8e20516c92} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:59.477053 [ 4 ] {76cd6d43-37f5-4548-abfb-cb8e20516c92} MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) 2026.01.08 16:14:59.477332 [ 4 ] {76cd6d43-37f5-4548-abfb-cb8e20516c92} oximeter.fields_u32 (1bde249c-afb0-4601-b0a4-5569e4fef0f7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:59.477476 [ 4 ] {76cd6d43-37f5-4548-abfb-cb8e20516c92} executeQuery: Read 228 rows, 15.81 KiB in 0.001625 sec., 140307.6923076923 rows/sec., 9.50 MiB/sec. 2026.01.08 16:14:59.477522 [ 4 ] {76cd6d43-37f5-4548-abfb-cb8e20516c92} TCPHandler: Processed in 0.001809861 sec. 2026.01.08 16:14:59.477658 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:59.477763 [ 4 ] {68f9a9b6-767e-45b2-8ba2-1a7add18d4d8} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) 2026.01.08 16:14:59.477806 [ 4 ] {68f9a9b6-767e-45b2-8ba2-1a7add18d4d8} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid 2026.01.08 16:14:59.478694 [ 4 ] {68f9a9b6-767e-45b2-8ba2-1a7add18d4d8} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:59.478737 [ 4 ] {68f9a9b6-767e-45b2-8ba2-1a7add18d4d8} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:59.479156 [ 4 ] {68f9a9b6-767e-45b2-8ba2-1a7add18d4d8} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.08 16:14:59.479428 [ 4 ] {68f9a9b6-767e-45b2-8ba2-1a7add18d4d8} oximeter.fields_uuid (fdbc9948-99a8-4ecd-bd52-bc547d653fac): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:59.479584 [ 4 ] {68f9a9b6-767e-45b2-8ba2-1a7add18d4d8} executeQuery: Read 557 rows, 42.37 KiB in 0.001839 sec., 302882.0010875476 rows/sec., 22.50 MiB/sec. 2026.01.08 16:14:59.479628 [ 4 ] {68f9a9b6-767e-45b2-8ba2-1a7add18d4d8} TCPHandler: Processed in 0.002019536 sec. 2026.01.08 16:14:59.479771 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:59.479885 [ 4 ] {966db644-2336-4874-857a-5a843dff2049} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:59.479936 [ 4 ] {966db644-2336-4874-857a-5a843dff2049} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 2026.01.08 16:14:59.480645 [ 4 ] {966db644-2336-4874-857a-5a843dff2049} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:59.480682 [ 4 ] {966db644-2336-4874-857a-5a843dff2049} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:59.481093 [ 4 ] {966db644-2336-4874-857a-5a843dff2049} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.08 16:14:59.481343 [ 4 ] {966db644-2336-4874-857a-5a843dff2049} oximeter.measurements_cumulativeu64 (7838cfde-e116-479b-8789-90138e1c1665): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:59.481498 [ 4 ] {966db644-2336-4874-857a-5a843dff2049} executeQuery: Read 846 rows, 58.31 KiB in 0.001638 sec., 516483.5164835165 rows/sec., 34.76 MiB/sec. 2026.01.08 16:14:59.481540 [ 4 ] {966db644-2336-4874-857a-5a843dff2049} TCPHandler: Processed in 0.001820711 sec. 2026.01.08 16:14:59.481685 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:59.481793 [ 4 ] {eed0d85a-386a-48d5-ba48-847a21764fa1} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) 2026.01.08 16:14:59.481864 [ 4 ] {eed0d85a-386a-48d5-ba48-847a21764fa1} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 2026.01.08 16:14:59.483007 [ 4 ] {eed0d85a-386a-48d5-ba48-847a21764fa1} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:59.483051 [ 4 ] {eed0d85a-386a-48d5-ba48-847a21764fa1} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:59.483897 [ 4 ] {eed0d85a-386a-48d5-ba48-847a21764fa1} MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) 2026.01.08 16:14:59.484152 [ 4 ] {eed0d85a-386a-48d5-ba48-847a21764fa1} oximeter.measurements_histogramu64 (9456c650-b8ed-4624-bf4e-eb0dd6a410eb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:59.484316 [ 4 ] {eed0d85a-386a-48d5-ba48-847a21764fa1} executeQuery: Read 33 rows, 60.55 KiB in 0.002547 sec., 12956.419316843347 rows/sec., 23.22 MiB/sec. 2026.01.08 16:14:59.484398 [ 4 ] {eed0d85a-386a-48d5-ba48-847a21764fa1} TCPHandler: Processed in 0.002766152 sec. 2026.01.08 16:14:59.484543 [ 4 ] {} TCP-Session: d29f4fc8-4b0e-4413-8e05-0571a2de440d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:14:59.484649 [ 4 ] {e6c8d299-d451-4219-94ca-6cae4a0d6fee} executeQuery: (from [fd00:1122:3344:101::d]:53053) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) 2026.01.08 16:14:59.484707 [ 4 ] {e6c8d299-d451-4219-94ca-6cae4a0d6fee} ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 2026.01.08 16:14:59.485183 [ 4 ] {e6c8d299-d451-4219-94ca-6cae4a0d6fee} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:14:59.485219 [ 4 ] {e6c8d299-d451-4219-94ca-6cae4a0d6fee} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:14:59.485585 [ 4 ] {e6c8d299-d451-4219-94ca-6cae4a0d6fee} MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) 2026.01.08 16:14:59.485868 [ 4 ] {e6c8d299-d451-4219-94ca-6cae4a0d6fee} oximeter.measurements_u64 (bb460af0-ef16-4e3f-8c51-13e0b4651416): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:14:59.486020 [ 4 ] {e6c8d299-d451-4219-94ca-6cae4a0d6fee} executeQuery: Read 60 rows, 4.14 KiB in 0.001396 sec., 42979.942693409736 rows/sec., 2.90 MiB/sec. 2026.01.08 16:14:59.486068 [ 4 ] {e6c8d299-d451-4219-94ca-6cae4a0d6fee} TCPHandler: Processed in 0.001584106 sec. 2026.01.08 16:15:00.033047 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38467 2026.01.08 16:15:00.033157 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.033184 [ 286 ] {} TCP-Session: 738580c4-e9ea-4e0c-a18c-2c23f3a77620 Authenticating user 'default' from [fd00:1122:3344:101::e]:38467 2026.01.08 16:15:00.033208 [ 286 ] {} TCP-Session: 738580c4-e9ea-4e0c-a18c-2c23f3a77620 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.033220 [ 286 ] {} TCP-Session: 738580c4-e9ea-4e0c-a18c-2c23f3a77620 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.033425 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43218 2026.01.08 16:15:00.033443 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36122 2026.01.08 16:15:00.033429 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35776 2026.01.08 16:15:00.033541 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.033549 [ 286 ] {} TCP-Session: 738580c4-e9ea-4e0c-a18c-2c23f3a77620 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:15:00.033572 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.033576 [ 287 ] {} TCP-Session: f62bf326-d5c1-4ddb-a509-0a7f1c86ddee Authenticating user 'default' from [fd00:1122:3344:101::e]:43218 2026.01.08 16:15:00.033608 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.033620 [ 287 ] {} TCP-Session: f62bf326-d5c1-4ddb-a509-0a7f1c86ddee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.033611 [ 289 ] {} TCP-Session: d4b22a6e-3469-4616-83e3-96c3524fe0e2 Authenticating user 'default' from [fd00:1122:3344:101::e]:36122 2026.01.08 16:15:00.033643 [ 288 ] {} TCP-Session: acb781df-53db-4642-b11d-5fa509c405bc Authenticating user 'default' from [fd00:1122:3344:101::e]:35776 2026.01.08 16:15:00.033647 [ 287 ] {} TCP-Session: f62bf326-d5c1-4ddb-a509-0a7f1c86ddee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.033678 [ 289 ] {} TCP-Session: d4b22a6e-3469-4616-83e3-96c3524fe0e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.033688 [ 288 ] {} TCP-Session: acb781df-53db-4642-b11d-5fa509c405bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.033710 [ 289 ] {} TCP-Session: d4b22a6e-3469-4616-83e3-96c3524fe0e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.033722 [ 288 ] {} TCP-Session: acb781df-53db-4642-b11d-5fa509c405bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.033739 [ 286 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} executeQuery: (from [fd00:1122:3344:101::e]:38467) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:15:00.034018 [ 286 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:15:00.034078 [ 286 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:15:00.034372 [ 286 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:15:00.035311 [ 344 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} AggregatingTransform: Aggregating 2026.01.08 16:15:00.035364 [ 344 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} Aggregator: Aggregation method: without_key 2026.01.08 16:15:00.035404 [ 344 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.0009267 sec. (1079.098 rows/sec., 42.15 KiB/sec.) 2026.01.08 16:15:00.035424 [ 344 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} Aggregator: Merging aggregated data 2026.01.08 16:15:00.036748 [ 286 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} executeQuery: Read 1 rows, 40.00 B in 0.003069 sec., 325.8390355164549 rows/sec., 12.73 KiB/sec. 2026.01.08 16:15:00.036949 [ 286 ] {608221b9-afc2-4ad0-b08d-d8128fcafcc7} TCPHandler: Processed in 0.003526799 sec. 2026.01.08 16:15:00.037048 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.037075 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.037086 [ 286 ] {} TCP-Session: 738580c4-e9ea-4e0c-a18c-2c23f3a77620 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.037122 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.037140 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.037125 [ 287 ] {} TCP-Session: f62bf326-d5c1-4ddb-a509-0a7f1c86ddee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.037182 [ 289 ] {} TCP-Session: d4b22a6e-3469-4616-83e3-96c3524fe0e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.037206 [ 288 ] {} TCP-Session: acb781df-53db-4642-b11d-5fa509c405bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.039667 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:46384 2026.01.08 16:15:00.039675 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49224 2026.01.08 16:15:00.039718 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:38394 2026.01.08 16:15:00.039734 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41120 2026.01.08 16:15:00.039765 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.039786 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.039802 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.039813 [ 290 ] {} TCP-Session: 788c332a-048b-4aa6-b08c-d87763d1a141 Authenticating user 'default' from [fd00:1122:3344:101::e]:46384 2026.01.08 16:15:00.039826 [ 288 ] {} TCP-Session: af322deb-5076-4cac-ac6b-380028fe66fb Authenticating user 'default' from [fd00:1122:3344:101::e]:49224 2026.01.08 16:15:00.039836 [ 292 ] {} TCP-Session: 298c1fac-42fd-4a4f-8688-8309a8de452e Authenticating user 'default' from [fd00:1122:3344:101::e]:38394 2026.01.08 16:15:00.039854 [ 290 ] {} TCP-Session: 788c332a-048b-4aa6-b08c-d87763d1a141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.039870 [ 288 ] {} TCP-Session: af322deb-5076-4cac-ac6b-380028fe66fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.039878 [ 292 ] {} TCP-Session: 298c1fac-42fd-4a4f-8688-8309a8de452e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.039894 [ 290 ] {} TCP-Session: 788c332a-048b-4aa6-b08c-d87763d1a141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.039920 [ 292 ] {} TCP-Session: 298c1fac-42fd-4a4f-8688-8309a8de452e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.039908 [ 288 ] {} TCP-Session: af322deb-5076-4cac-ac6b-380028fe66fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.039839 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.039694 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:43315 2026.01.08 16:15:00.040016 [ 293 ] {} TCP-Session: f4178a14-267c-4f4c-b612-a5cff6e713d0 Authenticating user 'default' from [fd00:1122:3344:101::e]:41120 2026.01.08 16:15:00.040059 [ 293 ] {} TCP-Session: f4178a14-267c-4f4c-b612-a5cff6e713d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.040077 [ 293 ] {} TCP-Session: f4178a14-267c-4f4c-b612-a5cff6e713d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.040094 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.040128 [ 291 ] {} TCP-Session: 6fac150a-d1c3-4c5a-a30b-3cdc4f86f3df Authenticating user 'default' from [fd00:1122:3344:101::e]:43315 2026.01.08 16:15:00.040151 [ 291 ] {} TCP-Session: 6fac150a-d1c3-4c5a-a30b-3cdc4f86f3df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.040174 [ 291 ] {} TCP-Session: 6fac150a-d1c3-4c5a-a30b-3cdc4f86f3df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.066457 [ 288 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:49224). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.08 16:15:00.066631 [ 288 ] {} TCP-Session: af322deb-5076-4cac-ac6b-380028fe66fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.066647 [ 292 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:38394). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.08 16:15:00.066712 [ 292 ] {} TCP-Session: 298c1fac-42fd-4a4f-8688-8309a8de452e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.066758 [ 293 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:41120). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.08 16:15:00.066857 [ 293 ] {} TCP-Session: f4178a14-267c-4f4c-b612-a5cff6e713d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.066905 [ 291 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:43315). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.08 16:15:00.067036 [ 291 ] {} TCP-Session: 6fac150a-d1c3-4c5a-a30b-3cdc4f86f3df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.067072 [ 290 ] {} ServerErrorHandler: Code: 210. DB::NetException: Connection reset by peer, while reading from socket ([fd00:1122:3344:101::e]:46384). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below): 0. StackTrace::tryCapture() @ 0x000000000f9acdb7 in /opt/oxide/clickhouse/clickhouse 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000f97f7df in /opt/oxide/clickhouse/clickhouse 2. DB::NetException::NetException, std::allocator >, std::__cxx11::basic_string, std::allocator > >(int, FormatStringHelperImpl, std::allocator > >::type, std::type_identity, std::allocator > >::type>, std::__cxx11::basic_string, std::allocator >&&, std::__cxx11::basic_string, std::allocator >&&) @ 0x00000000153ef13e in /opt/oxide/clickhouse/clickhouse 3. DB::ReadBufferFromPocoSocket::nextImpl() @ 0x00000000183189ef in /opt/oxide/clickhouse/clickhouse 4. DB::TCPHandler::runImpl() @ 0x00000000153fb0fc in /opt/oxide/clickhouse/clickhouse 5. DB::TCPHandler::run() @ 0x000000001540bc5c in /opt/oxide/clickhouse/clickhouse 6. Poco::Net::TCPServerConnection::start() @ 0x00000000187a058c in /opt/oxide/clickhouse/clickhouse 7. Poco::Net::TCPServerDispatcher::run() @ 0x00000000187a0a61 in /opt/oxide/clickhouse/clickhouse 8. Poco::PooledThread::run() @ 0x0000000018805972 in /opt/oxide/clickhouse/clickhouse 9. Poco::ThreadImpl::runnableEntry(void*) @ 0x0000000018803425 in /opt/oxide/clickhouse/clickhouse 10. _thrp_setup @ 0x0000000000116f97 in /system/lib/amd64/libc.so.1 (version 23.8.7.1) 2026.01.08 16:15:00.067156 [ 290 ] {} TCP-Session: 788c332a-048b-4aa6-b08c-d87763d1a141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.276562 [ 290 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54472 2026.01.08 16:15:00.276662 [ 290 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.276690 [ 290 ] {} TCP-Session: 60de59fb-2b6d-4b4e-ac00-ca6c6e10c5b3 Authenticating user 'default' from [fd00:1122:3344:101::e]:54472 2026.01.08 16:15:00.276711 [ 290 ] {} TCP-Session: 60de59fb-2b6d-4b4e-ac00-ca6c6e10c5b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.276723 [ 290 ] {} TCP-Session: 60de59fb-2b6d-4b4e-ac00-ca6c6e10c5b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.276915 [ 291 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49367 2026.01.08 16:15:00.276924 [ 292 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60281 2026.01.08 16:15:00.276961 [ 294 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:50608 2026.01.08 16:15:00.276987 [ 287 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:35280 2026.01.08 16:15:00.277008 [ 289 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63048 2026.01.08 16:15:00.277018 [ 291 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.277061 [ 292 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.277073 [ 287 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.277094 [ 290 ] {} TCP-Session: 60de59fb-2b6d-4b4e-ac00-ca6c6e10c5b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default 2026.01.08 16:15:00.277113 [ 292 ] {} TCP-Session: af872ae6-9596-4e18-b7f2-447e62cbf770 Authenticating user 'default' from [fd00:1122:3344:101::e]:60281 2026.01.08 16:15:00.277125 [ 287 ] {} TCP-Session: 60343b06-0e81-454d-a79b-236729434d99 Authenticating user 'default' from [fd00:1122:3344:101::e]:35280 2026.01.08 16:15:00.277129 [ 289 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.277155 [ 292 ] {} TCP-Session: af872ae6-9596-4e18-b7f2-447e62cbf770 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277167 [ 287 ] {} TCP-Session: 60343b06-0e81-454d-a79b-236729434d99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277188 [ 289 ] {} TCP-Session: 68501f19-4edc-43d9-abcf-74a80494836c Authenticating user 'default' from [fd00:1122:3344:101::e]:63048 2026.01.08 16:15:00.277191 [ 292 ] {} TCP-Session: af872ae6-9596-4e18-b7f2-447e62cbf770 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277205 [ 287 ] {} TCP-Session: 60343b06-0e81-454d-a79b-236729434d99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277226 [ 289 ] {} TCP-Session: 68501f19-4edc-43d9-abcf-74a80494836c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277098 [ 291 ] {} TCP-Session: acf53183-801b-4cf3-9583-8c7424538166 Authenticating user 'default' from [fd00:1122:3344:101::e]:49367 2026.01.08 16:15:00.277270 [ 289 ] {} TCP-Session: 68501f19-4edc-43d9-abcf-74a80494836c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277284 [ 290 ] {1625a99c-0480-4642-94be-306a956d3104} executeQuery: (from [fd00:1122:3344:101::e]:54472) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) 2026.01.08 16:15:00.277298 [ 291 ] {} TCP-Session: acf53183-801b-4cf3-9583-8c7424538166 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277056 [ 294 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.277333 [ 291 ] {} TCP-Session: acf53183-801b-4cf3-9583-8c7424538166 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.276977 [ 286 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42510 2026.01.08 16:15:00.277371 [ 294 ] {} TCP-Session: 943ce4c8-302c-428e-8d02-528c3e4712db Authenticating user 'default' from [fd00:1122:3344:101::e]:50608 2026.01.08 16:15:00.276959 [ 293 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51141 2026.01.08 16:15:00.277420 [ 294 ] {} TCP-Session: 943ce4c8-302c-428e-8d02-528c3e4712db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.276990 [ 288 ] {} TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:39276 2026.01.08 16:15:00.277459 [ 294 ] {} TCP-Session: 943ce4c8-302c-428e-8d02-528c3e4712db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277488 [ 293 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.277451 [ 286 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.277522 [ 293 ] {} TCP-Session: fe4b6ffa-ba80-4486-a7e5-60efa506486a Authenticating user 'default' from [fd00:1122:3344:101::e]:51141 2026.01.08 16:15:00.277526 [ 288 ] {} TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. 2026.01.08 16:15:00.277547 [ 286 ] {} TCP-Session: c0c50890-87f3-4d2b-80ac-0822b771690a Authenticating user 'default' from [fd00:1122:3344:101::e]:42510 2026.01.08 16:15:00.277556 [ 293 ] {} TCP-Session: fe4b6ffa-ba80-4486-a7e5-60efa506486a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277574 [ 288 ] {} TCP-Session: 6e488772-e0c0-4529-8c8d-b0bcbf3f48a9 Authenticating user 'default' from [fd00:1122:3344:101::e]:39276 2026.01.08 16:15:00.277585 [ 286 ] {} TCP-Session: c0c50890-87f3-4d2b-80ac-0822b771690a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277606 [ 290 ] {1625a99c-0480-4642-94be-306a956d3104} ContextAccess (default): Access granted: SELECT(value) ON oximeter.version 2026.01.08 16:15:00.277614 [ 288 ] {} TCP-Session: 6e488772-e0c0-4529-8c8d-b0bcbf3f48a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277624 [ 286 ] {} TCP-Session: c0c50890-87f3-4d2b-80ac-0822b771690a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277658 [ 288 ] {} TCP-Session: 6e488772-e0c0-4529-8c8d-b0bcbf3f48a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277596 [ 293 ] {} TCP-Session: fe4b6ffa-ba80-4486-a7e5-60efa506486a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.277680 [ 290 ] {1625a99c-0480-4642-94be-306a956d3104} InterpreterSelectQuery: FetchColumns -> Complete 2026.01.08 16:15:00.278005 [ 290 ] {1625a99c-0480-4642-94be-306a956d3104} oximeter.version (f583941e-be2b-4d6d-863e-4d1f72f2cd2e) (SelectExecutor): Key condition: unknown 2026.01.08 16:15:00.279045 [ 348 ] {1625a99c-0480-4642-94be-306a956d3104} AggregatingTransform: Aggregating 2026.01.08 16:15:00.279095 [ 348 ] {1625a99c-0480-4642-94be-306a956d3104} Aggregator: Aggregation method: without_key 2026.01.08 16:15:00.279138 [ 348 ] {1625a99c-0480-4642-94be-306a956d3104} AggregatingTransform: Aggregated. 1 to 1 rows (from 40.00 B) in 0.001028592 sec. (972.203 rows/sec., 37.98 KiB/sec.) 2026.01.08 16:15:00.279162 [ 348 ] {1625a99c-0480-4642-94be-306a956d3104} Aggregator: Merging aggregated data 2026.01.08 16:15:00.280884 [ 290 ] {1625a99c-0480-4642-94be-306a956d3104} executeQuery: Read 1 rows, 40.00 B in 0.003663 sec., 273.000273000273 rows/sec., 10.66 KiB/sec. 2026.01.08 16:15:00.281011 [ 290 ] {1625a99c-0480-4642-94be-306a956d3104} TCPHandler: Processed in 0.004059151 sec. 2026.01.08 16:15:00.281095 [ 290 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.281123 [ 290 ] {} TCP-Session: 60de59fb-2b6d-4b4e-ac00-ca6c6e10c5b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.281124 [ 292 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.281147 [ 291 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.281163 [ 293 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.281181 [ 292 ] {} TCP-Session: af872ae6-9596-4e18-b7f2-447e62cbf770 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.281206 [ 291 ] {} TCP-Session: acf53183-801b-4cf3-9583-8c7424538166 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.281234 [ 288 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.281251 [ 287 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.281289 [ 288 ] {} TCP-Session: 6e488772-e0c0-4529-8c8d-b0bcbf3f48a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.281228 [ 293 ] {} TCP-Session: fe4b6ffa-ba80-4486-a7e5-60efa506486a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.281313 [ 287 ] {} TCP-Session: 60343b06-0e81-454d-a79b-236729434d99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.281221 [ 286 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.281195 [ 289 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.281387 [ 286 ] {} TCP-Session: c0c50890-87f3-4d2b-80ac-0822b771690a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.281180 [ 294 ] {} TCPHandler: Done processing connection. 2026.01.08 16:15:00.281413 [ 289 ] {} TCP-Session: 68501f19-4edc-43d9-abcf-74a80494836c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.281469 [ 294 ] {} TCP-Session: 943ce4c8-302c-428e-8d02-528c3e4712db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db 2026.01.08 16:15:00.324415 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushing system log, 512 entries to flush up to offset 12024 2026.01.08 16:15:00.325054 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:15:00.325111 [ 244 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:15:00.325667 [ 244 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.08 16:15:00.325908 [ 244 ] {} system.asynchronous_metric_log (7d1db1d8-50c4-4726-b3b5-ade6b6f7f523): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:15:00.326067 [ 244 ] {} SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12024 2026.01.08 16:15:00.965875 [ 245 ] {} SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 2026.01.08 16:15:00.988549 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 2026.01.08 16:15:00.988625 [ 245 ] {} DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.93 GiB. 2026.01.08 16:15:00.995482 [ 245 ] {} MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) 2026.01.08 16:15:00.996359 [ 245 ] {} system.metric_log (67caebfa-bf7d-4148-aa54-ed28368c57c3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). 2026.01.08 16:15:01.001073 [ 245 ] {} SystemLog (system.metric_log): Flushed system log up to offset 189